/*  
Theme Name: Time after time
Theme URI: http://sweetrevelation.flirtatious.org
Description: Sonny & Carly
Version: 1.0
Author: Flor - Sweet Revelation
Author URI: http://sweetrevelation.flirtatious.org
*/

/* ----------------------------------------- GENERAL -----------------------------------------*/

*{
margin: 0;
padding: 0;
}

.ads {
margin: 0 auto 8px auto;
width: 730px;
padding: 3px;
}

body {
	margin-top: 29px;
	font-family: verdana, tahoma, Sans-serif;
	font-size:10pt;
	text-align:center;
	background: url(images/bg.jpg) repeat-x #d8dcb2;
	color:#333;
}

a:link, a:visited {
	color:#FFFFFF;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
	color:#571834;
}

p{
padding:4px;
}

img {
	border: solid 1px #999;
}

blockquote{
	padding: 5px;
	margin: 15px 30px 15px 30px;
	text-align: justify;
	background: #dee3b1;
}

#wrapper {
	width:902px;
	margin: 0px auto 0px auto;
	text-align:left;
}

#main {
	width: 750px;
	margin: 0px auto 0px auto;
}

/* ----------------------------------------- HEADINGS -----------------------------------------*/

h2 {
	font-family: century gothic, verdana, tahoma, sans-serif;
	font-size: 11pt;
	line-height: 22px;;
	text-align:center;
	color:#526637;
	background: url(images/h2.png);
	border-bottom: dotted 1px;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color:#526637;
}

/* ----------------------------------------- HEADER -----------------------------------------*/

#header {
	float: left;
	width: 902px;
	background: #fff;
	height: 410px;
}

#header img {
	border: 0px;
}

/* ----------------------------------------- SIDEBAR -----------------------------------------*/

#sidebar{
float: left;
width: 220px;
background: url(images/sidebar.png) no-repeat;
margin: 0 8px 0 5px;
padding: 0px 5px 0 5px;
}

#sidebar ul{
list-style-type: none;
margin: 0;
padding: 2px 3px 0 3px;
}

#sidebar ul li{
padding:2px 0 0 0;
margin: 0;
}

#sidebar ul ul li{
padding: 1px;
margin: 0;
line-height: 14px; 
}

table#wp-calendar{
width: 100%;
}

.textwidget {
	padding:3px;
}


/* ----------------------------------------- CONTENT -----------------------------------------*/

#content{
float: left;
width: 500px;
}

.post {
	margin: 0 0 8px 0;
	padding: 3px 8px 0 8px;;
	clear:both;
	background:url(images/post.png) no-repeat;
}

.date {
	width: 50px;
	height: 42px;
	float: left;
	margin: 0 2px 0 0;
	text-align:center;
	padding-top: 8px;
	background:url(images/bg2.png);
}

.month {
	font-family: tahoma, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #520246;
}

.day {
	font-family: tahoma, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #520246;
}
.posttitle {
	width: 428px;
	float: left;
}

.postdata {
	width: 478px;
	height: 14px;
	float: left;
	background:#c9ce89;
	vertical-align:middle;
	margin-top: 2px;
	padding: 2px 2px 2px 4px;
}

.entry {
	clear:both;
	padding: 8px;
}

.navigation{
	padding: 4px;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	background:#d1d6a2;
	width: 487px;
	text-align:center;
	margin: 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, verdana, tahoma, sans-serif;
	font-size: 10pt;
}

.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{
text-align: center;
float: left;
width: 220px;
margin: 10px 0 0 0;
padding: 3pxpx;
border-top: dotted 1px;
}

/* ----------------------------------------- EXTRAS -----------------------------------------*/

strong {
color : #7a1842;
}
u {
color : #526637;
}
em {
color : #526637;
}

input, textarea, select, button {
font-size:8pt;
color:#616161;
background: #ffffff;
border: 1px solid #616161;
padding: 3px;
}

input:focus, textarea:focus, label:focus, select:focus, button:focus {
color:#ffffff;
background: #FB8686;
border: 1px solid #000000;
}