/*  
Theme Name: Thomas Dekker Source
Theme URI: http://sweetrevelation.flirtatious.org
Description: Thomas Dekker
Version: 1.0
Author: Flor - Sweet Revelation
Author URI: http://sweetrevelation.flirtatious.org
*/

/* ----------------------------------------- GENERAL -----------------------------------------*/

*{
margin: 0;
padding: 0;
}

body {
	margin:0;
	font-family: verdana, tahoma, Sans-serif;
	font-size:10px;
	text-align:justify;
	background: url(images/bg.jpg) repeat-x #c6d3d6;
	color:#333;
	
}

a:link, a:visited {
	text-decoration: none;
	color:#658288;
}

a:hover, a:active {
	color:#ff6686;
}

#sidebar a:link, #sidebar a:visited, #sidebar a:hover, #sidebar a:active {
	color:#fff;
}

p{
padding:4px;
text-align:justify;
}

blockquote{
	padding: 5px;
	margin: 15px 30px 15px 30px;
	text-align: justify;
	background: url(images/bg2.png) bottom right;
}

#wrapper {
	width:800px;
	margin: 0px 0 0px 20px;
	text-align:left;
	
}

/* ----------------------------------------- HEADINGS -----------------------------------------*/

h2 {
	font-family: sans-serif, arial, verdana, tahoma;
	font-size: 12px;
	line-height: 22px;
	text-align:center;
	color:#243539;
	background: #c4d2d5;
	font-weight: normal;
	text-transform:uppercase;
}

h2:first-letter {
	color:#ff6686;
}

h1 {
	font-family: sans-serif, arial, verdana, tahoma;
	font-size: 14px;
	line-height: 22px;
	text-align:left;
	color:#fff;
	background: #96adb2;
	font-weight: normal;
	padding-left: 8px;
}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color:#fff;
}


/* ----------------------------------------- HEADER -----------------------------------------*/

#header {
	float: left;
	width: 800px;
	background: url(images/bg.jpg) repeat-x #c6d3d6;
	height: 384px;
}

#header img {
	border: 0px;
	margin:0;
}

#sdg {
	background: url(images/bg2.jpg) repeat-y;
}

/* ----------------------------------------- SIDEBAR -----------------------------------------*/

#sidebar{
float: left;
width: 212px;
margin: 0px 8px 0 17px;
padding:0;
}

#sidebar ul{
list-style-type: none;
margin: 0;
padding: 3px 3px 0 3px;
}

#sidebar ul li{
padding: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: 556px;

}

.post {
	margin: 0;
	padding: 3px;
	clear:both;
}

.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: #b81b40;
}

.day {
	font-family: tahoma, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #fff;
}
.posttitle {
	width: 550px;
	float: left;
}

.postdata {
	width: 546px;
	line-height: 20px;
	float: left;
	background:url(images/bg2.png);
	margin-top: 2px;
	padding-left: 4px;
}

.entry {
	clear:both;
	padding: 8px;
}

.navigation{
	padding: 4px;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	background:url(images/bg2.png);
	width: 150px;
	text-align:center;
	margin: 3px;
	float: right;
}

/* ----------------------------------------- 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: sans-serif, arial, verdana, tahoma;
	font-size: 11px;
	line-height: 22px;
	text-align:left;
	color:#fff;
	background: #96adb2;
	font-weight: normal;
	padding-left: 8px;
}

.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;
padding: 3px 3px 3px 350px;
background:url(images/bg2.png);
clear:both;
}

/* ----------------------------------------- EXTRAS -----------------------------------------*/

STRONG {
color : #ff6686;
}
U {
color : #1d3137;
}
EM {
color : #1d3137;
}

input, textarea, select, button {
font-size:7pt;
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;}