
body {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-color: #4D3729;
	background-image: url(images/Blog_back_image.jpg);
	background-repeat: repeat-x;
}

* { padding: 0; margin: 0; }


/*---[ global elements ]---*/

a {
	color: #4D3729;
	text-decoration: none;
}

	a:visited { color: #4D3729; text-decoration: none; }

	a:hover {
	color: #CC6600;
	text-decoration: underline;
}

p { margin: 0 0 15px 0; }

blockquote { padding: 5px 10px 5px 10px; margin: 0 0 15px 0; border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; background: #eeeeee; color: #666; }

	blockquote p { margin-bottom: 7px; }
	
code { color: #090; font-family: "Courier New", Courier, monospace; }

pre { width: 500px; margin-bottom: 15px; font-size: 1.2em; float: left; }

* html pre { font-size: 1.0em; overflow: hidden; }


/*---[ headlines ]---*/

h1 { font-weight: normal; font-size: 6em; color: #4D3729; letter-spacing: -.08em; text-shadow: 0.03em 0.03em 0.03em #DDDDDD; }

	#header h1 {
	text-align: right;
	padding: 7px 0 0 0;
	margin-right: 20px;
	position: relative;
	top: 80px;
}
	
	h1 a, h1 a:visited, h1 a:hover { color: #4D3729; text-decoration: none; }
	
	
h2 { font-weight: normal; font-size: 2.9em; line-height: 1.5em; letter-spacing: -.03em; background: url(images/white_trans_gradation_LR_500px_moretransparent.png) repeat-y; }

	.post h2 {
	color: #4D3729;
	line-height: normal;
	padding: 7px 0px 10px 0px;
	background: url(images/white_trans_gradation_LR_500px_moretransparent.png) repeat-y;
}
	
		.post h2 a { color: #4D3729; text-decoration: none; background: url(images/white_trans_gradation_LR_500px_moretransparent.png) repeat-y; }
		
		.post h2 a:visited { color: #4D3729; text-decoration: none; background: url(images/white_trans_gradation_LR_500px_moretransparent.png) repeat-y; }
		
		.post h2 a:hover {
	color: #4D3729;
	text-decoration: underline;
	background: url(images/white_trans_gradation_LR_500px_moretransparent.png) repeat-y;
}
	
	#sidebar h2 { color: #4D3729; font-size: 1.4em; background: url(images/white_trans_gradation_LR_500px_moretransparent.png) repeat-y; }
	
	h2.archive_head {
	font-size: 2.4em;
	color: #4D3729;
	padding: 2px 4px 2px 47px;
	background: #999999 url('images/icon_folder.png') 5px 50% no-repeat;
	background: url(images/white_trans_gradation_LR_500px_moretransparent.png) repeat-y;
	border-bottom: 1px solid #000000;
	width: 500px;
	border-right: 1px solid #000000;
}
	
	h2.comment_head { padding-left: 7px; line-height: 2.0em; background: url('images/icon_comment.png') 0 50% no-repeat; background: url(images/white_trans_gradation_LR_500px_moretransparent.png) repeat-y; color: #4D3729; }
	
	h2.form_head { padding-left: 7px; color: #4D3729; background: url(images/white_trans_gradation_LR_500px_moretransparent.png) repeat-y; }
	
h3 { font-weight: normal; padding-left: 5px; margin-left: 5px; font-size: 1.3em; line-height: .8em; color: #4D3729; }

h4 {
	display: inline;
	font-weight: normal;
	padding: 2px 4px 2px 4px;
	line-height: 1.0em;
	font-size: .7em;
	text-transform: uppercase;
	color: #ffffff;
	background: #8A5F39;
	border-bottom: 1px solid #C6B1A3;
	border-top: 1px solid #DCC4B5;
	border-right-color: #C6B1A3;
	border-left-color: #DCC4B5;
}


/*---[ core layout elements ]---*/

#container { width: 950px; margin: 0 auto; }

	#page {
	width: 950px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
	float: left;
}

		#header { width: 950px; margin-top: 7px; float: left; }
			
		#content_box { width: 949px; background: #f7f7f7; border-right: 1px solid #000;  border-left: 1px solid #000; text-align: left; float: left; -webkit-box-shadow: 0px 0px 15px #BBBBBB; -moz-box-shadow: 0px 0px 15px #BBBBBB; box-shadow: 0px 0px 15px #BBBBBB; }
		
			#content { width: 490px; background: #ffffff; padding-right: 11px; overflow: visible; float: left; }
			
			* html #content { overflow: hidden; }
			
			#sidebar {
	width: 446px;
	background: #f6f1e6;
	font-size: 1.8em;
	padding: 8px 2px 0 0;
	line-height: 1.5em;
	float: left;
}
			
			* html #sidebar { overflow: hidden; }
				
				#s_left { width: 194px; padding: 3px 0 3px 5px; margin-left: 2px; float: left; }
				
				#s_right { width: 194px; padding: 3px 12px 3px 0; margin-right: 18px; float: right; } 
			
		#footer {
	width: 950px;
	padding: 4px 0px 0px 0px;
	font-size: 1em;
	float: left;
	color: #CCCCCC;
	border-top: 2px solid #000000;
}
		

/*---[ header styles ]---*/

#nav {
	width: 949px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #4D3729;
	border-left: 1px solid #4D3729;
	font-weight: bold;
	color: #4D3729;
	float: left;
	background: #F5E8D0 url(images/white_trans_gradation_LR_500px.png) repeat-y;
}

	#nav ul { list-style: none; }

		#nav li { float: left; }
		
			#nav li a, #nav li a:visited {
	display: block;
	height: 2.0em;
	padding: 0 1.6em;
	line-height: 2em;
	color: #4D3729;
	text-decoration: none;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	float: left;
}
		
			#nav li a:hover { color: #ffffff; background: #4D3729; text-decoration: none; }
			
			.blog #nav li a.blog, .blog #nav li a.blog:visited, .archive #nav li a.archives, .archive #nav li a.archives:visited, .about #nav li a.about, .about #nav li a.about:visited { background: #4D3729; color: #fff; cursor: default; }

#pic {
	width: 945px; height: 150px; clear: both; float: left; border-top-width: 3px; border-right-width: 3px; border-bottom-width: 2px;
	border-left-width: 3px; border-top-style: none; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
	border-top-color: #000; border-right-color: #4D3729; border-bottom-color: #4D3729; border-left-color: #4D3729; }

	.blog #pic { background: url('images/origami_950x150px.jpg') no-repeat; }
	
	.archive #pic { background: url('images/origami_950x150px.jpg') no-repeat; }
	
	.404_error #pic { background: url('images/origami_950x150px.jpg') no-repeat; }
	


/*---[ content styles ]---*/

.post {
	width: 475px;
	margin: 0px 0px 0px 0px;
	padding: 14px 12px 0px 13px;
	font-size: 1.4em;
	line-height: 1.6em;
	color: #4D3729;
	border-right: 1px solid #000000;
	float: left;
	background: #fdfaf3 url(images/grey_30px.png) repeat-x;
}

	.entry ul, .entry ol { margin: 0 0 15px 40px; color: #4D3729; }
	
	.entry ul { list-style-type: square; }
	
		.entry li { padding: 3px 0; }
		
			.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { margin: 0 0 0 30px; }
	
	.entry dl { margin-bottom: 15px; }
			 
	.entry dt { font-weight: bold; color: #4D3729; }
	
	.entry dd { margin: 0 0 0 20px; font-style: italic; }

	.entry img.left { padding: 6px; margin: 0 10px 5px 0; background: #f5ede2; border: 1px solid #000; float: left; }

	.entry img.left_off { margin: 0 10px 5px 0; float: left; }
	
	.entry a { font-weight: bold; }
	
	.entry img.right { padding: 6px; margin: 0 0 5px 10px; background: #f5ede2; border: 1px solid #000; float: right; }

	.entry img.right_off { margin: 0 0 5px 10px; float: right; }
	
	.entry img.center { display: block; padding: 6px; margin: 0 auto 15px auto; background: #f5ede2; border: 1px solid #000; }
	
	.entry img.center_off { display: block; margin: 0 auto 15px auto; }
	
	.post_meta {
	width: 471px;
	margin-left:-12px;
	padding: 4px 8px 3px 6px;
	line-height: normal;
	float: left;
	background: #F8F1E5;
	border: 7px solid #FBE9CD;
}
	
		p.num_comments {
	padding-left: 4px;
	margin-bottom: 0;
	line-height: 2em;
	font-size: 0.8em;
	text-shadow: 1px 1px 1px #FFFFFF;
	float: right;
	font-weight: normal;
	letter-spacing: .02em;
	font-style: italic;
}
		
		p.tagged {
	margin-bottom: 0;
	line-height: 2em;
	float: left;
	font-size: 0.8em;
	text-shadow: 1px 1px 1px #FFF;
	font-weight: normal;
	letter-spacing: .02em;
	font-style: italic;
}
	
.navigation {
	width: 484px;
	padding: 5px 8px;
	font-size: 1.1em;
	color: #4D3729;
	background: #F5E8D0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 1.6em;
	float: left;
	letter-spacing: .01em;
}

* html .navigation { line-height: normal; }
	
	.previous { padding-left: 20px; color: #4D3729; font-style:italic; background: url('images/icon_previous.png') 0 50% no-repeat; text-shadow: 1px 1px 1px #FFF; float: left; }
	
	.next { padding-right: 20px; color: #4D3729; font-style:italic; background: url('images/icon_next.png') 100% 50% no-repeat; text-shadow: 1px 1px 1px #FFF; float: right; }
	


/*---[ sidebar ]---*/

#sidebar ul { list-style: none; }

	#sidebar ul li { width: 187px; margin-bottom: 8px; padding-left: 10px; float: left; }

		.sidebar_section  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .6em;
	font-weight: bold;
	color: #4D3729;
	height: auto;
	width: 186px;
	background-position: left bottom;
	text-align: left;
	margin: 1px 4px 7px 0px;
	padding: 5px 4px 7px;
	background-color: #F5E8D0;
	line-height: 14px;
	background-image: url(images/white_trans_gradation_LR_270px.png);
	background-repeat: no-repeat;
	letter-spacing: 0em;
	-webkit-box-shadow: 2px 2px 4px #4D3729;
	-moz-box-shadow: 2px 2px 4px #4D3729;
	box-shadow: 2px 2px 4px #4D3729;
	float: left;
}
		
			.sidebar_section p { padding: 0 10px; margin-bottom: 10px; }
			
			.sidebar_section p.center { text-align: center; }
			
			.sidebar_section img.off { border: none; }

			#sidebar ul li ul, #sidebar ul li ol { list-style: none; width: 170px; color: #4D3729; padding-left: 10px; margin-bottom: 10px; }
			
				#sidebar ul li ul li, #sidebar ul li ol li { width: 170px; color: #4D3729; padding: 3px 10px 3px 0; margin-bottom: 0; }
				
					.quick_date { padding-left: 10px; color: #7f7f7f; }
	

/*---[ footer  ]---*/

#footer p { text-align: center; }

#footer a, #footer a:visited { color: #000000; text-decoration: none; }

#footer a:hover { color: #000000; text-decoration: none; }


/*---[ comment  ]---*/

#comments { width: 480px; font-size: 1.4em; padding: 0px 10px 0px 10px; line-height: 1.7em; color: #444; float: left;  border-right: 1px solid #333333; clear: both; }

	ul.comment_list { list-style: none; margin-bottom: 40px; float: left; }
		
		ul.comment_list li, ul.comment_list li.alt, ul.comment_list li.author_comment_, ul.comment_list li.author_comment_alt {
	width: 480px;
	padding: 15px 10px 5px;
	float: left;
	margin-left: -10px;
}

		ul.comment_list li.alt, ul.comment_list li.author_comment_alt { background: #f6f1e6; }
		
			.comment_intro { width: 480px; margin-bottom: 15px; line-height: normal; float: left; }
			
			* html .comment_intro { margin-bottom: 0; }
			
			.author_comment_ .comment_intro { width: 453px; padding-left: 27px; background: url('images/icon_author.png') 0 50% no-repeat; }
			
			.author_comment_alt .comment_intro { width: 453px; padding-left: 27px; background: url('images/icon_author_alt.png') 0 50% no-repeat; }
			
				img.gravatar { float: right; margin: 0 0 10px 10px; }
			
				.comment_author { font-weight: bold; font-size: 1.2em; }
				
				.comment_meta { font-size: .9em; }
				
					.comment_meta a, .comment_meta a:visited, .comment_meta a:hover { color: #999; text-decoration: none; }
		
			#comments .entry { clear: both; }
			
			#comments .entry ul, #comments .entry ol { margin: 0 0 15px 40px; color: #000; border: none; float: none; }
	
			#comments .entry ul { list-style-type: square; }
	
				#comments .entry li { width: auto; padding: 3px 0; border: none; float: none; }
		
					#comments .entry ul li ul, #comments .entry ul li ol, #comments .entry ol li ul, #comments .entry ol li ol { margin: 0 0 0 30px; }


/*---[ comment form styles ]---*/

#comment_form { width: 480px; padding: 10px 10px 0px 10px; float: left; }

	#comment_form p { padding: 6px 0; margin-bottom: 0; }
	
		#comment_form label { padding-left: 10px; font-size: .9em; }

		#comment_form .text_input {
	width: 40%;
	padding: 3px;
	color: #444;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	border-top: 2px solid #999999;
	border-left: 2px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	-webkit-box-shadow: 2px 2px 5px #5f5f5f;
	-moz-box-shadow: 2px 2px 5px #5f5f5f;
	box-shadow: 2px 2px 5px #5f5f5f;
	background: #f5ede2;
}
		
		#comment_form .text_area {
	width: 95%;
	padding: 3px;
	color: #444;
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	border-top: 2px solid #999999;
	border-left: 2px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	-webkit-box-shadow: 2px 2px 5px #5f5f5f;
	-moz-box-shadow: 2px 2px 5px #5f5f5f;
	box-shadow: 2px 2px 5px #5f5f5f;
	background: #f5ede2;
}
	
		#comment_form .text_input:focus, #comment_form .text_area:focus { border-top: 2px solid #444; border-left: 2px solid #444; border-right: 1px solid #999999; border-bottom: 1px solid #999999; }
	

/*---[ search form styles ]---*/

#search_form { text-align: center; }

	#search_form .text_input { width: 85%; padding: 3px; color: #444; font: normal 1.4em Georgia, "Times New Roman", Times, serif; border-top: 1px solid #999; border-left: 1px solid #999; border-right: 1px solid #f5f5f5; border-bottom: 1px solid #f5f5f5; }
	
	#search_form .text_input:focus { border-top: 1px solid #444; border-left: 1px solid #444; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
	
	
	
	
/*---[ Dougit Design CSS styles ]---*/


a img {border: none; 
} 

.blogboldlinktext_small {
	padding: 2px 0px 3px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #666666;
	line-height: normal;
}
.boxshadow_style_images {
	-webkit-box-shadow: 2px 2px 4px #333333;
	-moz-box-shadow: 2px 2px 4px #333333;
	box-shadow: 2px 2px 4px #333333;
	border: 1px solid #000000;
	margin-right: 5px;
	margin-left: 5px;
}
.boxshadow_style_images_opp_shadow {
	-webkit-box-shadow: -2px 2px 4px #333333;
	-moz-box-shadow: -2px 2px 4px #333333;
	box-shadow: -2px 2px 4px #333333;
	border: 1px solid #000000;
	margin-right: 5px;
	margin-left: 5px;
}
.boxshadow_style_images_nokey {
	-webkit-box-shadow: 2px 2px 4px #333333;
	-moz-box-shadow: 2px 2px 4px #333333;
	box-shadow: 2px 2px 4px #333333;
	
}	
.sidebarbold_grey_wasorange {
	font-size: small;
	font-weight: bold;
	color: #FF9900;
	line-height: 172%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	padding: 1px 6px 1px 11px;
	height: auto;
	width: 100%;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	margin: 2px -7px 0px -2px;
	background-color: #000000;
	word-spacing: -1px;
	-webkit-box-shadow: 0px 0px 4px #000000;
	-moz-box-shadow: 0px 0px 4px #000000;
	box-shadow: 0px 0px 4px #000000;
	left: -11px;
	letter-spacing: -0.05em;
}
.sidebar_box_ALT {
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	font-size: x-small;
	color: #cccccc;
	height: auto;
	width: 190px;
	background-position: left bottom;
	text-align: left;
	margin: 3px 3px 3px 0px; 
	padding: 5px 4px 9px 10px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	background-color: #292929;
	line-height: 14px;
	background-image: url(images/white_trans_gradation_LR_270px.png);
	background-repeat: no-repeat;
	border-top: 0px none;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 0px none;
	letter-spacing: 0.1em;
	-webkit-box-shadow: 1px 1px 4px #444444;
	-moz-box-shadow: 2px 2px 6px #444444;
	box-shadow: 2px 2px 6px #444444;
}
.sidebarBOTHSIDES_padtext {
	list-style-type: square;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
