/*
Theme Name: tdous
Theme URL: http://tomdancer.com
Description: tdous is theme for me by me. Me.
Author: Tom Dancer
Author URI: http://tomdancer.com
Version: 1.0
*/

/* Eric Meyer reset | v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*
 * =======================================================================
 * 	STRUCTURE
 * =======================================================================
 */

body
{
	overflow-y: scroll;
}

.clear
{
	clear: both;
}

/* Main page holder */
#page
{
	width: 960px;
	margin: 0 auto;
}

/* Header */
#header
{
	height: 110px;
}
	#header h1
	{
		margin: 51px 0 0 90px;
		float: left;
	}
	
	ul#navigation
	{
		float: right;
	}
		ul#navigation li
		{
			float: left;
		}
			ul#navigation li a
			{
				display: block;
				width: 102px;
				height: 38px;
			}

/* Sidebar */
#sidebar
{
	width: 300px;
	float: right;
	position: relative;
	z-index: 0;
}
	a#follow_me_link
	{
		display: block;
		width: 145px;
		height: 57px;
		position: absolute;
		left: 85px;
		top: -42px;
		z-index: 1;
	}
		a#follow_me_link span
		{
			display: none;
		}
	li.widget
	{
		margin-bottom: 25px;
	}
		h2.widgettitle
		{
			margin-bottom: 10px;
		}
		
		/* Twitter Widget Pro Plugin */
		li#twitter-3 li { margin-bottom: 15px; }
			li#twitter-3 .entry-meta { display: block; margin-top: 2px; }

/* Main Content */
#main_content
{
	width: 620px;
	float: left;
}
	#main_content h2.post-title
	{
		margin: 12px 0 11px;
	}
	#main_content h2.post-title-main,
	#main_content h2.page-title-main
	{
		margin: 9px 0;
	}
	#main_content h2.page-title-main
	{
		margin-bottom: 0;
	}
	a.more-link
	{
		display: block;
		width: 100%;
		margin: 5px 0;
	}

	/* Blog home */
	h3#bloghome_olderposts
	{
		margin-top: 20px;
	}
	div#bloghome_half_1,
	div#bloghome_half_2
	{
		width: 300px;
	}
	div#bloghome_half_1
	{
		float: left;
	}
	div#bloghome_half_2
	{
		float: right;
	}
		div#bloghome_half_1 .post-info,
		div#bloghome_half_2 .post-info,
		.archive-post-info
		{
			margin-bottom: 10px;
		}
	
	/* Blog post */
	#main_content div.post-content h3
	{
		margin: 18px 0 12px;
	}
	#main_content div.post-content p,
	#main_content div.post-content ul,
	#main_content div.post-content ol
	{
		margin-bottom: 13px;
	}
	#main_content div.post-content ul,
	#main_content div.post-content ol,
	#main_content div.post-content blockquote
	{
		margin-left: 20px;
	}
	#main_content div.post-content blockquote
	{
		padding-left: 10px;
	}
	
	/* Start post images */
	.aligncenter
	{
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.alignleft
	{
		width: auto;
		margin: 0 15px 10px 0;
		float: left;
	}
	.alignright
	{
		width: auto;
		margin: 0 0 10px 15px;
		float: right;
	}
	img.image-main
	{
		width: 614px;
		margin: 20px 0 0;
	}
	.page img.image-main
	{
		margin-top: 15px;
	}
	#main_content div.post-content img
	{
		padding: 3px;
	}
	/* End post images */

/* Comments */
h3#comments, div#respond h3
{
	margin: 20px 0 15px;
}
div#respond div, div#respond form p
{
	margin-bottom: 5px;
}
ol.commentlist
{
	clear: both;
}
ol.commentlist li.comment
{
	margin-bottom: 10px;
	padding: 10px;
}
ol.commentlist li div.vcard img.avatar
{
	margin: 0 0 5px 5px;
	padding: 3px;
	float: right;
}
ol.commentlist li div.comment-meta
{
	margin: 10px 0;
}
ol.commentlist li p
{
	margin-bottom: 10px;
}
ol.commentlist li ul.children
{
	margin: 10px 0 0;
}
form#commentform textarea
{
	width: 608px;
}
div#respond
{
	clear: both;
}
form#commentform input,
form#commentform textarea
{
	padding: 5px;
}

/* Footer */
#footer
{
	clear: both;
}
#footer_inner
{
	width: 960px;
	margin: 0 auto 15px;
	padding: 15px 10px;
}
#footer_left, #footer_right
{
	width: 40%;
	margin: 0; padding: 0;
	float: left;
}
#footer_right
{
	float: right;
	text-align: right;
}


/* Archive */
#sya_container h2
{
	margin: 12px 0 11px;
}
#sya_container li
{
	margin-bottom: 10px;
}
#sya_container li a
{
	margin-left: 10px;
}

/*
 * =======================================================================
 * 	COLORS AND GRAPHICS
 * =======================================================================
 */

html
{
	background-color: #555;
}
body
{
	background-color: #FFF;
	color: #888;
}
h1, h2, h3, h4, h5, h6
{
	color: #555;
}
a
{
	color: #72B8B8;
}

/* Header */
#header
{
	background: #FFF url('img/tdlogo.jpg') 30px 30px no-repeat;
}
	#header h1 a
	{
		color: #555;
	}
	#header h1 span
	{
		color: #99CCCC;
	}
	
	ul#navigation li a
	{
		color: #555;
	}
	ul#navigation li.current_page_item a
	{
		background-color: #555;
		color: #99CCCC;
	}

/* Sidebar */
a#follow_me_link
{
	background: #FFF url('img/tdfollowme.jpg') no-repeat;
}

/* Main Content */
#main_content h3,
#main_content h3 a,
#main_content .post-info
{
	color: #99CCCC;
}
#main_content h2.post-title a,
#main_content h2.post-title-main a,
#main_content h2.page-title-main a
{
	color: #555;
}
img.image-main,
#main_content div.post-content img
{
	border: 1px solid #E4E4E4;
}

/* Blog post */
#main_content div.post-content h3
{
	color: #555;
}
#main_content div.post-content ul
{
	list-style: disc inside;
}
#main_content div.post-content ol
{
	list-style: decimal inside;
}
#main_content div.post-content blockquote
{
	border-left: 3px solid #99CCCC;
	color: #AAA;
}

/* Comments */
ol.commentlist li.comment
{
	border-left: 3px solid #EEE;
}
ol.commentlist li div.vcard img.avatar
{
	border: 1px solid #E4E4E4;
}
ol.commentlist li div.comment-meta a
{
	color: #72B8B8;
}
ol.commentlist li ul.children
{
	list-style: none;
}
ol.commentlist li ul.children li.depth-2
{
	border-left: 3px solid #99CCCC;
	border-right: 1px solid #EAEAEA;
}
ol.commentlist li ul.children li.depth-3
{
	border-left: 3px solid #AAD7D7;
	border-right: 1px solid #EAEAEA;
}
ol.commentlist li ul.children li.depth-4
{
	border-left: 3px solid #BBE7E7;
	border-right: 1px solid #EAEAEA;
}
ol.commentlist li ul.children li.depth-5
{
	border-left: 3px solid #CCF7F7;
	border-right: 1px solid #EAEAEA;
}
ol.commentlist .bypostauthor
{
	border-left: 3px solid #C00 !important;
}
ol.commentlist li.even
{
	background-color: #FFF;
}
ol.commentlist li.odd
{
	background-color: #FAFAFA;
}
ol.commentlist li.parent
{
	border-left: 3px solid #72B8B8;
}
form#commentform input,
form#commentform textarea
{
	border: 1px solid #EAEAEA;
	color: #888;
}
form#commentform input#submit
{
	background-color: #99CCCC;
	border: 1px outset #72B8B8;
	color: #388;
}

/* Footer */
#footer
{
	background-color: #555;
	color: #EAEAEA;
}

/*
 * =======================================================================
 * 	TYPOGRAPHY
 * =======================================================================
 */

body
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

/* Header */
#header h1
{
	font-size: 22px;
	letter-spacing: -1px;
}
	ul#navigation li a
	{
		text-align: center;
		font-size: 15px;
	}
	ul#navigation li a
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
		line-height: 34px;
	}

/* Sidebar */
li.widget li
{
	line-height: 20px;
}
	h2.widgettitle
	{
		font-size: 22px;
		letter-spacing: -1px;
	}
	
	/* Configurable Tag Cloud Plugin */
	li#ctc a
	{
		line-height: 22px;
	}
	
	/* Twitter Widget Pro Plugin */
	li#twitter-3 li
	{
		line-height: 16px;
	}
		#twitter-3 .entry-meta {
/*			font-family: Georgia, "Times New Roman", Times, serif;*
			font-style: italic;*/
			text-decoration: none;
			font-size: 11px;
		}

/* Main Content */
#main_content h3
{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
}
#main_content h3.content-section
{
	letter-spacing: -1px;
}
#main_content .post-info
{
	font-weight: normal;
	font-size: 13px;
}
#main_content h2
{
	font-size: 22px;
}
#main_content h2.post-title-main a,
#main_content h2.page-title-main a
{
	font-size: 45px;
	letter-spacing: -2px;
	text-decoration: none;
}
	div.post-content
	{
		font-size: 14px;
		line-height: 150%;
	}
	a.more-link
	{
		text-align: right;
	}
	
		/* Blog post */
		#main_content div.post-content p
		{
			text-align: justify;
		}
		
		#main_content div.post-content h3
		{
			font: bold 19px Georgia, "Times New Roman", Times, serif;
			letter-spacing: -1px;
		}
		#main_content div.post-content ul,
		#main_content div.post-content ol,
		#main_content div.post-content blockquote
		{
			font-size: 13px;
		}
		#main_content div.post-content blockquote
		{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-style: italic;
		}

/* Comments */
h3#comments, div#respond h3
{
	font-size: 15px;
}
ol.commentlist li div.vcard
{
	font: normal 16px Helvetica, Arial, Verdana, sans-serif;
}
ol.commentlist li div.vcard cite.fn
{
	font-style: normal;
}
ol.commentlist li div.comment-meta
{
	font-size: 11px;
}

ol.commentlist li p
{
	font-size: 13px;
	line-height: 16px;
}
ol.commentlist li div.reply a
{
	font-size: 11px;
	font-weight: bold;
}
form#commentform input,
form#commentform textarea
{
	font: 14px Helvetica, Arial, Verdana, sans-serif;
}

/* Footer */
#footer p
{
	font-size: 11px;
}

/* Archive */
#sya_container li a
{
	font-size: 13px;
}