/*  
Theme Name: Ben Barnes Source vs04
Theme URI: http://sweetrevelation.flirtatious.org
Description: Theme by Sweet Revelation
Version: 1.0
Author: Flor
Author URI: http://sweetrevelation.flirtatious.org
*/

/* ----------------------------------------- GENERAL -----------------------------------------*/

*{
margin: 0;
padding: 0;
}

body {
	margin:0;
	font-family: verdana, tahoma, Sans-serif;
	font-size:12px;
	text-align:center;
	background: #a2c6cf;
	color:#4c4c4c;
overflow-x: hidden;
}

a:link, a:visited {
font-weight: bold;
	text-decoration: none;
	color:#2d6375;
}

a:hover, a:active {
font-weight: bold;
	text-decoration: underline;
	color:#ff7800;
}

p{
padding:4px;
}

img {
	border: 3px double #90b5c5;
	padding: 2px;
	background-color: #fff;
}

img:hover {
	border: 3px double #2d6375;
	padding: 2px;
	background-color: #fff;
}


blockquote{
	padding: 5px;
	margin: 15px 30px 15px 30px;
	text-align: justify;
	border-left: solid 3px #f19434;
}

#wrapper {
	width:850px;
	margin: 0px auto 0px auto;
	text-align:left;
	background: #fff;
	border-left: 3px solid #cfdde3;
	border-right: 3px solid #cfdde3;
}

.ads {
	margin: 0px auto 0px auto;
	width:730px;
}

/* ----------------------------------------- HEADINGS -----------------------------------------*/
h1 {
	font-family: century gothic, times new roman, tahoma, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align:left;
	color:#bc0a51;
	line-height: 18px;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color:#bc0a51;
	text-transform:uppercase;
	text-decoration: none
}

h2 {
	font-family: century gothic, times new roman, tahoma, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 22px;
	text-align:center;
	color:#fff;
	background: #90b5c5;
	border: solid 1px #fff;
}

h3 {
	font-family: century gothic, times new roman, tahoma, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 24px;
	text-align:left;
	color:#2d6375;
	background-color: #e7f4f4;
	padding: 3px 3px 3px 10px;	
	margin-bottom: 2px;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active {
	color:#bc0a51;
	text-transform:uppercase;
	text-decoration: none
}

/* ----------------------------------------- HEADER -----------------------------------------*/

#header {
	float: left;
	width: 800px;
	background: #fff;
	height: 395px;
	position: relative;
}

#header img {
	border: none;
	padding: 0;
	opacity:1;
	filter: alpha(opacity=100);
	 -moz-opacity: 1;
	background: none;
}

/* ----------------------------------------- SIDEBAR -----------------------------------------*/

#sidebar{
float: left;
width: 235px;
margin: 15px 5px 0 25px;
padding:5px;
background: #e7f4f4;
}

#sidebar ul{
list-style-type: none;
margin: 0;
padding: 0px 3px 0 3px;
}

#sidebar ul li{
padding:0;
margin: 0;
font-weight:none;
}

#sidebar ul ul li{
padding: 1px;
margin: 0;
line-height: 14px; 
}

table#wp-calendar{
width: 100%;
}

.textwidget {
	padding:5px;
}


/* ----------------------------------------- CONTENT -----------------------------------------*/

#content{
float: left;
width: 540px;
margin: 15px 25px 0 0px;
padding: 5px;
}

.top {
	width: 528px;
	background-color: #fffbb8;
	padding: 3px;	
	float:left;
	margin-bottom: 2px;
}

.topage {
	padding: 0px;
}

.posttittle {
	width: 470px;
	float: left;
	margin: 0;
	padding: 2px 0 2px 5px;
}

.postdata {
	width: 470px;
	float: left;
	text-align:left;
	margin: 2px 0 0px 5px;
	padding: 2px 0 0 5px;
	border-top: dotted 1px #99a455;
}

.entry {
	clear:both;
	padding: 4px;
	margin: 2px 0 5px 0;
	text-align:justify;
	border: solid 1px #efefef;
}

.navigation{
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	float: right;
}

.post {
	margin:0;
	padding: 3px;
	clear:both;
}

.left {
	float: left;
	width: 420px;
	margin:0 5px 0 0;
	padding:0;
}

.date {
	width: 48px;
	background: url(images/date.png) #a2204b;
	float: left;
	margin: 3px 0 0 0;
	text-align:center;
	padding:0;
	}

.month {
	font-family: century gothic, times new roman, tahoma, sans-serif;
	font-size: 16px;
	color: #fff;
	padding-top:3px;
}

.day {
	font-family: century gothic, times new roman, tahoma, sans-serif;
	font-size: 18px;
	color: #f8e402;
	font-weight:bold;
	padding-bottom:3px;
}

/* ----------------------------------------- COMMENTS -----------------------------------------*/

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h2{
	font-family: century gothic, times new roman, tahoma, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 22px;
	text-align:center;
	color:#fff;
	background: #90b5c5;
	border: solid 1px #fff;

}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* ----------------------------------------- FOOTER -----------------------------------------*/

#footer{
	width: 844px;
	text-align: center;
	clear:both;
	padding: 3px;
	color:#fff;
	background: #9da9ae;
	margin: 10px 0px 0 0px;
overflow-x: hidden;
}

/* ----------------------------------------- EXTRAS -----------------------------------------*/

STRONG {
color : #c10a53;
}
U {
color : #487a08;
}
EM {
color : #056968;
}

input, textarea, select, button {
line-height: 12px;
font-size:10px;
color:#616161;
background: #ffffff;
border: 1px solid #616161;
padding: 5px}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
color:#ffffff;
background: #FB8686;
border: 1px solid #000000;}