/*
Theme Name:		A PressRow
Description:	An awesome theme
Version:		0.1
Author:			Chris Pearson
Author URI:		http://www.pearsonified.com/
*/

body { background: #fff; color: #444; font: 65% arial, Georgia, "Times New Roman", Times, serif; text-align: center; }

* { padding: 0; margin: 0; }


/*---:[ global elements ]:---*/

a{ color: #0000A0;  text-decoration: none; }

a:visited { color: #800080;  }

a:hover { color: #ff8c00;   text-decoration: underline;  }

p { margin: 0 0 15px 0; }

blockquote { padding: 5px 10px 0 10px; margin: 0 0 15px 0; border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; background: #f5f5f5; 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; }

.clearboth { clear:both; height:0px; }
/*---:[ headlines ]:---*/

h1 { font-weight: bold; font-size: 4.0em; line-height: 1.8em; }

#header h1 { text-align: right; }
	
h1 a, h1 a:visited, h1 a:hover { color: #222; text-decoration: none; }
	
h2 { font-weight: normal; font-size: 1.8em; }

.post h2 { color: #ff8c00; line-height: normal; padding-top: 10px; margin-bottom: 5px; }
	
.post h2 a { color: #ff8c00; text-decoration: none; }
		
.post h2 a:visited { color: #ff8c00; text-decoration: none; }
		
.post h2 a:hover { color: #ff008c; text-decoration: none; }
	
#sidebar h2 , #leftbar h2 { color: #666; font-size: 1.5em; font-weight:bold; }
	
h2.archive_head { font-size: 2.4em; padding: 4px 4px 4px 32px; background: #f5f5f5 url('images/icon_folder.gif') 5px 50% no-repeat; border-bottom: 1px solid #bbb; margin-bottom: 30px; }
	
h2.comment_head { padding-left: 29px; line-height: 2.0em; background: url('images/icon_comment.gif') 0 50% no-repeat; color: #999; }
	
h2.form_head { color: #999; }
	
h3 { font-weight: normal; font-size: 1.5em; margin-bottom: 4px; color: #999; }

.date {  padding: 5px 10px 10px 10px ; font-weight:bold;  line-height: 1.0em; font-size: .8em; border-top:dotted #ff8c00 1px; color:#ff8c00; width: 460px; }
.time { text-align:left; width: 220px; float:left}
.cat { text-align:right; width: 220px; float:right}
.cat a { text-decoration:none; color:#aaa;}
.clearboth { clear:both; height:0px;}

/*---:[ core layout elements ]:---*/

#container { width: 1000px; margin: 0 auto; position: relative;}

    #leftbar { width:200px; float:left; margin:0; margin-right: 25px; padding:0; text-align: left;} 	
	#leftbar a img { border:none;} 	
	
	#leftbar #socialNetwork {
		text-align: left;
	}
	#leftbar img#tree-traffichoney {
		text-align: center;
	}
	
	
    #rightbar { width:225px; float:right; margin:0; padding:0; text-align: left; position: absolute; right: -230;} 	
	#rightbar a img { border:none;}
	
	#page { width: 700px; float: left; } 
	#videobar { width: 150px; float:right;  }
	
#header { width: 700px; margin-bottom: 30px; }
			
#content_box { width: 700px; padding-bottom: 5px; text-align: left; }
		
#content { width: 675px; padding: 0px; float: right; margin:0px; }
#content span{ width: 475px; padding: 0px; float: right; margin:0px; font-size:18px;}
			
* html #content { overflow: hidden; }
			
#sidebar { width: 150px; color: #222; font-size: 1.2em; line-height: 1.5em; float: left; position:relative; padding:0px; margin:0px; }
			
* html #sidebar { overflow: hidden; }
			
#footer { width: 700px; padding-top: 8px; border-top: 2px solid #222; font-size: 1.2em; text-transform: uppercase; letter-spacing: .3em; float: left; clear: both; }
		

/*---:[ header styles ]:---*/

#nav { width: 640px; border: 0px solid #222; float: left; background:url(images/nav2.jpg) center center; padding: 0 30px; height:38px; }

#nav ul { list-style: none; }

#nav li { float: left; }
#nav li {  background: url(images/div.jpg) right center no-repeat; padding: 0 23px 0 0; height: 38px;}
#nav li a, #nav li a:visited { display: block;  padding: 0 10px; line-height: 38px; color: #222; text-decoration: none; font-size: 1.2em;  float: left; }
		
#nav li a:hover, #nav li.current_page_item  a { color:#fff; background: #ff8c00; text-decoration: none; }
			




/*---:[ content styles ]:---*/

.post { width: 675px; margin-bottom: 50px; font-size: 1.4em; line-height: 1.7em; color: #444; float: left; }
.post img {
	float:left;
	padding-right:20px;
	padding-bottom:10px;
}

.entry ul, .entry ol { margin: 0 0 15px 40px; color: #000; }
	
.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: #000; }
	
	.entry dd { margin: 0 0 0 20px; font-style: italic; }

	.entry img.left { padding: 6px; margin: 0 10px 5px 0; background: #f5f5f5; border: 1px solid #bbb; float: left; }

	.entry img.left_off { margin: 0 10px 5px 0; float: left; }
	
	.entry img.right { padding: 6px; margin: 0 0 5px 10px; background: #f5f5f5; border: 1px solid #bbb; 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: #f5f5f5; border: 1px solid #bbb; }
	
	.entry img.center_off { display: block; margin: 0 auto 15px auto; }
	
.post_meta { width: 450px; padding: 5px 10px; background: #f5f5f5 ; line-height: normal; float: left; }
	
p.num_comments { padding-left: 27px; margin-bottom: 0; line-height: 1.6em; background: url('images/icon_excl.gif') 0 50% no-repeat; float: right; }
		
p.tagged { padding-left: 27px; margin-bottom: 0; line-height: 1.6em; background: url('images/icon_file.gif') 0 50% no-repeat; float: left; }
	
.navigation { width: 455px; padding: 10px; margin-bottom: 30px; font-size: 1.4em; line-height: 1.7em; background: #f5f5f5; float: left; }

* html .navigation { line-height: normal; }
	
	.previous { padding-left: 27px; margin-bottom: 0; background: url('images/icon_previous.gif') 0 50% no-repeat; float: left; }
	
	.next { padding-right: 27px; margin-bottom: 0; background: url('images/icon_next.gif') 100% 50% no-repeat; float: right; }
	
	.jump { padding: 4px 6px 4px 33px; margin: 0 0 10px 10px; background: #f5f5f5 url('images/icon_down.gif') 6px 50% no-repeat; float: right; clear: both; }


/*---:[ sidebar styles ]:---*/

#leftbar ul {
	list-style:square;
	margin: 5px 0px 10px 5px;
	
}

	#sidebar ul li { 
		list-style:none;
		
	}

		.sidebar_section { width: 215px; padding: 10px 0 7px 0; 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: square; width: 200px; margin-bottom: 12px; }
			
				#sidebar ul li ul li, #sidebar ul li ol li { width: 190px; padding: 3px 0px 3px 0; margin-bottom: 0; }
				
					.quick_date { padding-left: 10px; color: #999; }


/* Widget Style */	

.widget {
	margin-bottom: 20px;
}
.widget a {
	text-decoration: none;
	font-size:14px;	 
}

/*---:[ footer styles ]:---*/

#footer p { text-align: center; }

#footer a, #footer a:visited { color: #222; text-decoration: none; }

#footer a:hover { color: #222; text-decoration: none; }


/*---:[ comment styles ]:---*/

#comments { width: 500px; font-size: 1.4em; line-height: 1.7em; color: #444; float: left; clear: both; }

	ul.comment_list { list-style: none; margin-bottom: 40px; border-top: 1px dotted #bbb; 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 10px; border-bottom: 1px dotted #bbb; float: left; }

		ul.comment_list li.alt, ul.comment_list li.author_comment_alt { background: #f5f5f5; }
		
			.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.gif') 0 50% no-repeat; }
			
			.author_comment_alt .comment_intro { width: 453px; padding-left: 27px; background: url('images/icon_author_alt.gif') 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: 500px; padding: 10px 0; 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 #999; border-left: 2px solid #999; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
		
		#comment_form .text_area { width: 95%; padding: 3px; color: #444; font: normal 1.4em Georgia, "Times New Roman", Times, serif; border-top: 2px solid #999; border-left: 2px solid #999; border-right: 1px solid #fff; border-bottom: 1px solid #fff; }
	
		#comment_form .text_input:focus, #comment_form .text_area:focus { border-top: 2px solid #444; border-left: 2px solid #444; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; }
	

/*---:[ 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; }