/*  
Theme Name: Jeff's Site
Theme URI: http://www.jeffsayre.com/
Description: This is the primary theme for <a href="http://www.jeffsayre.com/">Jeff Sayre's Website</a>.
Version: 1.5
Last Update: January 21, 2012
Author: Jeff Sayre
Author URI: http://www.jeffsayre.com/

	This theme was designed and coded by <a href="http://www.jeffsayre.com/">Jeff Sayre</a>,
	of <a href="http://www.sayremedia.com/">SayreMedia</a>.

*/

/* Ordered Listing of CSS Elements to be followed in all selector coding

Postioning & Box Properties
position:
float:
display:
background-color:
width:
height:
margin:
border:
padding:

Text
font-family: Gill Sans, Geneva, Verdana, sans-serif;
font-size:
line-height:
color:
text-align:

Links & Lists
text-decoration:
text-transform:
list-style-type:
list-style-position:
*/

/************************************************************/
/*					Page Container Markup					*/
/*														 	*/
/*	This is used to create an overall container division	*/
/*	that encloses the entire page. This helps keep headers,	*/
/*	main content, sidebars, and footers in line. Also, a	*/
/*	simple float clearing selector is initialized.			*/
/*															*/
/************************************************************/

#page_container {
	background-color: white;
	width: 960px; /* 960 pixels | 16 cloumns of 60 pixels */
	margin: 10px auto;
	border: 1px solid gray; /*4px double gray*/
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* End Container Markup
------------------------------*/

/* Begin Header
------------------------------*/

#header {
	width: 960px;
	height: 138px;
	margin: 0px;
	border-bottom: 1px solid gray;
	}

	.logo, .toplinks, .borderline, .date, .rss {
		display: inline;
		float: left;
		}
	
	.logo {
		width: 640px;
		margin-right: 20px;
		}
	
	.toplinks {
		width: 280px;
		margin: 10px 5px 0px 15px;
		font-size: 1.4em;
		color:#999999;
		}
		
	.borderline {
		width: 960px;
		margin: 0px 0px 0px 0px;
		border-top: 1px solid gray;
		}
	
	.date {
		width: 880px;
		margin: 10px 10px 0px 10px;
		font-size: 1.4em;
		}
	
	.rss {
		width: 40px;
		margin: 2px 10px 0px 10px;
		}

/* End Header
------------------------------*/

/* Begin Footer
------------------------------*/

#footer {
	background-color: #CCCCCC;
	width: 960px;
	height: 84px;
	margin: 0px;
	border-top: 1px solid gray;
	}

	.copyright, .copyright2, .PPie, .SWlogo, .RDFlogo {
		display: inline;
		/*float: left;*/
		}

	.copyright {
		width: 92px;
		margin: 13px 5px 14px 10px;
		float: left;
		}
		
	.copyright2 {
		width: 295px;
		margin: 5px 5px 0px 5px;
		font-size: 1.3em;
		line-height: 1.2em;
		color: #6699FF;
		float: left;
		}

	.PPie {
		width: 196;
		margin: 7px 5px 8px 10px;
		float: right;
		}

	.SWlogo {
		width: 160px;
		margin: 6px 10px 0px 10px;
		float: right;
		}

	.RDFlogo {
		width: 100px;
		margin: 7px 14px 8px 6px;
		float: right;
		}
				
	.terms {
		margin: 5px 275px 5px 275px;
		font-size: 1.3em;
		color: #000000;
		}

/* End Footer
------------------------------*/

/* Begin Content & Sidebar
------------------------------*/

/* Setup basic sections */
#content_wrapper {
	width: 960px;
	margin: 0px;
	}

	.content_main {
		display: inline;
		float: left;
		width: 640px;
		margin: 0px 10px 0px 10px;
		padding: 5px 0px 20px 0px;
		}

	#content_sidehome {
		padding-bottom: 20px;
		margin-left: 680px;
		border-left: 1px solid gray;
		width: 280px;
		}
		
/* Twitter Follow Me bar */
.follow_twit {
	position:fixed;
	top:175px;
	right:0px;
	width:32px;
	height:310px;
	border: 2px solid #FFFFFF;
}

/* Mainpage post display */

.poststuff {

	
	}
	
	.news_title {
		padding: 5px 0px 5px 0px;
		}
		
	.post_css_stuff_here {
		
		}
		
	/* Two column subgrid: fancy_date_title, post content, metadata */
		
	/* more_thoughts selector */

#fancy_date_title {
	width: 640px;
	margin: 0px 10px 10px 10px;
	}
	
#fancy_date_title .fancy_date {
	float: left;
	width: 70px;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.6em;
	line-height: 1.0em;
	background-color: #cccccc;
	margin: 0px 10px 10px 0px;
	color: blue;
	}
		
#fancy_date_title .fancy_title {
	padding: 0px 0 5px 0;
	float: left;
	width: 550px;
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.8em;
	line-height: 1.8em;
	}
	
#fancy_date_title h2 {
	margin: 0px 0px 10px 0px;
	}
	
#content_text {
	width: 640px;
	float: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0px 10px 10px 10px;
	}
	
#content_text p {
	margin: 10px 0;
	}


/* Recent Tweet, Recent Comments, Klout */

#tweets {
	width: 460px;
	float: left;
	font-family: 'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0px 10px 0px 90px;
	padding: 20px;
	border: 2px solid #cccccc;
	background-color: #FFFFFF;
}

#tweets h2 {
	font-size: 2.0em;
	color: #8FBC8F;
}

/* End bottom content stuff*/

#tag_sphere {
	padding: 0px 15px 15px 0px;
	}
	
#tag_sphere .tags_title	{
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 3.0em;
	line-height: 1.0em;
	color: #CC6600;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	}
	
#tag_sphere .tags {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}

/***********************
 Are any of these used?
***********************/	
#content_left {
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 5px;
	padding-top: 0px;
	float: left;
	width: 290px;
	margin: 0px 0px 0px 0px;
	}
	
#content_left .featured_book {
	background-color: #bccfe5;
	padding: 10px;
	border: 1px solid #000000;
	}
	
#content_left .featured_title {
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.8em;
	line-height: 1.0em;
	padding: 0px 0px 10px 0px;
	}
	
#content_left .featured_text {
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.1em;
	line-height: 1.1em;
	padding: 0px 0px 0px 0px;
	}
	
#content_center {
	float: left; /*right;*/
	width: 650px; /*340px;*/
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	/*border-bottom: 3px solid #cccccc;*/
	}
	
#content_center .news_title {
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #CC6600;
	font-size: 2.8em;
	line-height: 1.0em;
	padding: 0px 0px 10px 0px;
	}

.leftcolumn {
	float: left;
	padding: 0 0 20px 10px;
	margin: 0 0 0 0;
	width: 450px;
	}

.middlecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

/**************************/
/* End Content & Sidebar
------------------------------*/


/* Begin Homepage Sidebar */
#content_sidehome #about_me {
	background-color: #CCCCCC;
	padding: 5px 15px 5px 15px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	}

#about_me .about_title {
	padding: 5px 0px 5px 0px;
	}

#about_me .about_image {
	float: left;
	margin: 10px 10px 5px 0;
	}
	
#about_me .about_text {
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	line-height: 1.2em;
	padding: 12px 0px 12px 0px;
	}
	
.about_text .moretext {
	text-align: center;
	margin: 10px 0px 0px 0px;
	}

#about_me #follow_me {
	margin: 0px 20px 0px 20px;
	padding: 5px 0px 0px 0px;
	}

#follow_me .follow_icon {
	margin: 0px 15px 0px 15px;
	border: 1px solid #CC6600;
	}

#content_sidehome #cat_item {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.6em;
	line-height: 1.6em;
	padding: 0px 0px 0px 15px;
	border-bottom: 1px solid gray;
	}
	
#content_sidehome #moregoodies {
	text-align: center;
	color: #CC6600;
	/*padding: 5px 0px 5px 0px;*/
	}

#content_sidehome #cat_item a, #moregoodies a {
	color:#3366ff;
	text-decoration:none;
	}

#content_sidehome #cat_item a:hover, #moregoodies a:hover {
	color:#6699FF;
	background-color: #c8c8c8;
	}

#moregoodies .tagsphere, .twitter_list {
	font-size: 1.8em;
	line-height: 1.4em;
	padding: 3px 0px 3px 0px;
	}
	
.archives {
	text-align: center;
	padding: 0px 0px 0px 0px;
	}
/* End Homepage Sidebar */


/* Begin Posts and Pages Sidebar */
#content_sidehome .metadata {
	height: 145px;
	background-color: #f8f8f8;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.3em;
	line-height: 1.3em;
	padding: 15px 15px 15px 15px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	}

.metadata p {
	margin: 10px 0;
	}

.metadata li {
	list-style-type: none;
	margin: 10px 0;
	}

#content_sidehome #social_share {
	height: 185px;
	padding: 15px 15px 5px 15px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	}

#social_bookmarks {
	display: inline;
	float: left;
	width: 220px;
	margin: 0px 40px 0px 40px;
	padding: 5px 0px 5px 0px;
	}
	
#social_bookmarks .bookmark_cell {
	float: left;
	width: 40px;
	margin: 0px 10px 0px 10px;
	padding: 5px 0px 5px 0px;
	}

#social_share .share_title {
	text-align: center;
	color: gray;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.8em;
	line-height: 1.0em;
	padding: 5px 0px 5px 0px;
	}
	
	
	/* Begin Post Captions and Sidebars */
	
	.post_special {
		display: block;
		padding: 10px;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 0.9em;
		line-height: 1.5em;
		font-style: italic;
		background: #eee;
		border: #ddd solid thin;
	}
	
	.callout {
		width: 200px;
		color: #CC6600;
	}

	.sidebar {
		width: 275px;
		color: #333;
	}

	.leftsidecall {
		float: left;
		margin: 5px 15px 5px -15px;
	}
	
	.rightsidecall {
		float: right;
		margin: 5px -15px 5px 15px; 
	}
	
	/* End Post Captions and Sidebars */

	
/* End Posts Sidebar */

/* PayPal Buy Now Button */
.paypal_button {
	margin: 10px 10px 15px 225px; 
}
/* End PayPal */


/* Begin single.php, page.php, and archive.php additonal formatting */
.post_text {
	margin: 0px 10px 20px 10px;
	padding: 0px 0px 20px 0px;
	font-family: 'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	/*font-family: Arial, Helvetica, Sans-Serif;*/
	color: #666666; /*gray;*/
	font-size: 1.5em;
	line-height: 1.6em;
	border-bottom: 1px solid gray;
	}
	
.content_main h2 {
	width: 600px;
	color: #CC6600;
	margin: 0px 10px 15px 10px;
	}

.tweet_stats {
	float: right;
	width: 64px;
	}
	
.google_plusone {
	float: right;
	width: 64px;
	}	
	
.tweetthis_button {
	float: left;
	}
	
.tweet_count {
	float: right;
	height: 30px;
	width: 30px;
	border: 1px solid gray;
	}

.post_text p {
	margin: 15px 0;
	}

.post_tags {
	width: 300px;
	margin: 15px 0px 10px 0px;
	color: black;
	/*background-color: #cccccc;*/
	}
	
.post_comments {
	width: 580px;
	margin: 0px 10px 20px 10px;
	}
	
.page_text {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	font-family: 'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	color: #666666; /*gray;*/
	font-size: 1.5em;
	line-height: 1.6em;
	}
	
.page_text p {
	margin: 15px 0;
	}
	
h2.page_title {
	margin: 30px 10px 10px 10px;
	}

#archive_title h2 {
	color: gray;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	font-size: 3.4em;
	line-height: 1.0em;
	margin: 20px 10px 10px 10px;
	}
		
#archive_posts {
	margin: 0px 10px 0px 10px;
	}
	
#archive_posts h2 {
	margin: 30px 0px 10px 0px;
	}
	
#archive_posts .archive_text {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	line-height: 1.4em;
	}
	
#archive_posts p {
	margin: 10px 0;
	}


/* End */


/* Begin Regular Sidebar */
#content_sidebar {
	padding-left: 0px;
	padding-bottom: 30px;
	padding-right: 0px;
	padding-top: 15px;
	margin-left: 685px;
	width: 250px;
	}
	
#content_sidebar .about_me {
	background-color: #c8c8c8;
	padding: 10px;
	border: 1px solid #000000;
	}
	
#content_sidebar .about_title {
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.8em;
	line-height: 1.0em;
	padding: 0px 0px 0px 0px;
	}

.arch_cat {
	padding: 0px 0px 0px 10px;
	}

.arch_cat ul {
	list-style-position: inside;
	}
		
.arch_cat li {
	margin: 3px 0px 0px 0px;
	list-style-type: none;
	}

.arch_cat ul li a {
	color: gray;
	}
				
.arch_cat ul li a:hover {
	color: #0066CC;
	text-decoration: underline;
	}	

.arch_cat li li {
	margin: 0px 0px 0px -30px;
	list-style-type: square;
	color: gray;
	}

#sidebar form {
	margin: 0;
	}
/* End Regular Sidebar */


/**************************************/
/*	Begin Category Title formatting	  */
/**************************************/

	#Cat_title {
		text-align: center;
		color: gray;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 2.8em;
		line-height: 1.0em;
		padding: 0px 0px 10px 0px;
		margin: 10px 0px 5px 0px;
		}

/**************************************/
/*	End Category Title formatting	  */
/**************************************/

/* Begin special page formatting */

	#content_equal {
		margin: 10px 0px 10px 0px;
		padding: 0px 10px 0px 10px;
		}

	#Row_line {
		clear: both;
		padding: 10px 0px 0px 0px;
		margin: 20px 0px 10px 0px;
		border-bottom: thin solid #000000;
		}
		
	#promo {
		color: gray;
		font-family: Arial, Helvetica, Sans-Serif;
		border-bottom: thin solid #000000;
		}
			
	#promo .title {
		text-align: center;
		font-size: 3.4em;
		line-height: 1.0em;
		padding: 0px 0px 10px 0px;
		}
			
	#promo .text {
		text-align: left;
		color: black;
		font-size: 1.5em;
		line-height: 1.4em;
		padding: 0px 0px 10px 0px;
		margin: 0px 15px 0px 15px;
		}
		
	#promo .text p {
		margin: 10px 0;
		}
		
	.features {
		text-align: center;
		color: gray;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 2.6em;
		line-height: 1.0em;
		padding: 10px 0px 10px 0px;
		margin: 10px 0px 10px 0px;
		}

	#content_equal .equal_col {
		float:left;
		text-align: left;
		width: 313px;
		}
		
	.equal_col h2 {
		text-align: center;
		line-height: 1.1em;
		}
	
	.equal_col .post_time {
		color: gray;
		font-size: 1.2em;
		line-height: 1.0em;
		padding: 10px 0px 10px 0px;
		}
	
	.equal_col .entry {
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 1.2em;
		line-height: 1.3em;
		padding: 10px 0px 10px 0px;
		}
	
	.equal_col .col-1 {
		padding: 10px 10px 5px 0px;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		height: 325px;
		}
		
	.equal_col .col-2 {
		padding: 10px 10px 5px 10px;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		height: 325px;
		}
		
	.equal_col .col-3 {
		padding: 10px 0px 5px 10px;
		border-bottom: 1px solid #000000;
		height: 325px;
		}
		
	#PageLinks {
		font-family: Arial, Helvetica, Sans-Serif;
		padding: 5px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		}
	
	#PageLinks .title {
		color: gray;
		text-align: left;
		font-size: 2.0em;
		padding: 0px 0px 5px 0px;
		margin: 0px 25px 0px 25px;
		}
		
	#PageLinks .list {
		text-align: left;
		color: blue;
		font-size: 1.3em;
		line-height: 1.3em;
		padding: 0px 0px 5px 0px;
		margin: 0px 30px 0px 30px;
		}

		
/**********************************/
/*	Begin styling for aboutme.php */
/**********************************/

	/* CSS styling for aboutme.php page */
	
		#content_not_equal {
			/*float: left;
			display: inline;*/
			width: 930px;
			margin: 0px 0px 0px 0px;
			padding: 15px 15px 30px 15px;
			}
	
		#About_left_col {
			float:left;
			text-align: left;
			width: 180px;
			margin: 0px 0px 0px 0px;
			}
					
		#About_right_col {
			float:right;
			text-align: left;
			width: 725px;
			padding: 0px 5px 0px 15px;
			margin: 0px 0px 0px 0px;
			border-left: thin solid #3366cc;
			}
			
		#About_right_col .navigation {
			display: block;
			text-align: center;
			margin-top: 0px;
			margin-bottom: 30px;
			}
	
		#About_right_col .about_title {
			text-align: center;
			color: gray;
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 4.0em;
			line-height: 1.0em;
			padding: 0px 0px 20px 0px;
			margin: 0px 0px 0px 0px; 			
			}
				
		#About_right_col .about_image {
			float: left;
			margin-right:15px;
			margin-bottom:5px;
			margin-top:10px;
			}
			
		#About_right_col .about_text2 {
			text-align: left;
			font-family: 'Myriad Pro', 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
			color: #666666; /*gray;*/
			font-size: 1.5em;
			line-height: 1.6em;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			}
			
		.about_text2 p {
			margin: 15px 0;
		}
			
		#self_promote {
 			text-align: center;
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 1.6em;
			line-height: 1.0em;
			margin: 0 10px 15px 0px;
			border-bottom: thin solid #3366cc;
 			}
 		
		#klout {
			padding: 0px 0px 10px 0px;
			margin: 10px 15px 10px 5px;
			border-bottom: thin solid #3366cc;
		}
 		
 		#contact_me {
 			text-align: left;
			color: gray;
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 1.6em;
			line-height: 1.0em;
			margin: 20px 10px 15px 0px;
 			}
 			
 		#contact_me .follow {
 			margin: 0px 8px 0px 8px;
 			/*padding: 0px 5px 0px 5px;*/
 			}
 		
 		#social_juice {
 			text-align: left;
 			color: gray;
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 1.6em;
			line-height: 1.0em;
 			padding: 20px 0px 10px 0px;
 			margin: 20px 25px 0px 0px;
 			border-top: thin solid #3366cc;
 		}
 		/*	
		.tweet_stats {
			float: right;
			width: 64px;
			}
			
		.google_plusone {
			float: right;
			width: 64px;
			}
		*/
		
 		#goog_voice {
 			padding: 10px 0px 10px 0px;
 		}

	/* CSS styling for promo.php page */
 		
 		img.promo_photo {
			display: block;
			margin-left: auto;
			margin-right: auto;
			border: thin solid gray;
			}
 		
 		#Aboutlinks {
			font-family: Arial, Helvetica, Sans-Serif;
			padding: 0px 0px 0px 0px;
			margin: 15px 0px 15px 0px; 		
 			}
 		
 		#Aboutlinks .title {
 			text-align: center;
 			color: #0066CC;;
 			font-size: 2.4em;
			line-height: 1.2em;
			padding: 0px 0px 0px 0px;
			margin: 5px 0px 15px 0px;
 			}
 			
		#Aboutlinks .links_left {
			float: left;
			width: 400px;
			height: 625px;
			padding: 10px 0px 10px 0px;
			margin: 0px 20px 0px 30px;
			border-right: thin solid #000000;		
			}
	
 		#Aboutlinks .links_right {
			float: right;
			width: 400px;
			height: 625px;
			padding: 10px 0px 10px 0px;
			margin: 0px 50px 0px 20px;
			}
			
		#Aboutlinks .link_text {
			text-align: center;
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 1.6em;
			line-height: 1.0em;
			padding: 10px 15px 10px 0px;
			}
			
		#Aboutlinks .link_text_2 {
			text-align: center;
			font-family: Arial, Helvetica, Sans-Serif;
			font-size: 1.5em;
			line-height: 1.0em;
			padding: 10px 15px 10px 0px;
			}
			
		#Aboutlinks .links_left_2 {
			float: left;
			width: 400px;
			height: 850px;
			padding: 0px 0px 0px 0px;
			margin: 0px 20px 0px 30px;
			border-right: thin solid #000000;		
			}
			
		#Aboutlinks .links_right_2 {
			float: right;
			width: 400px;
			height: 850px;
			padding: 0px 0px 0px 0px;
			margin: 0px 50px 0px 20px;
			}

/******************************/
/*	End about me styling	  */
/******************************/


/* Begin Twitter List Styling */

	#content_equal #twitlist {
		height: 950px;
		padding: 15px 15px 5px 15px;
		}

	#lists_holder {
		display: inline;
		float: left;
		width: 940px;
		padding: 10px 0px 10px 0px;
		margin: 0px 10px 0px 10px;
		/* border-right: thin solid #000000;*/	
		}
		
	#lists_holder .the_list {
		float: left;
		width: 300px;
		margin: 0px 10px 0px 10px;
		padding: 5px 55px 25px 55px;
		}

/* End Twitter List Styling */

/* Begin Typography & Colors */

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	width: 740px;
	}

#content {
	/*font-size: 1.2em;*/
	text-align: left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.4em;
	line-height: 1.4em;
	/*padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;*/
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	/*line-height: 1.6em;*/
	}
	
.narrowcolumn .entry p {
	padding: 0 0 10px 0;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


h2.pagetitle {
	font-size: 2.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	/*color: white;*/
	}
	
/*
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
*/

.entry p a:visited {
	color: #b85b5a;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}
/* End Typography & Colors */


/* Begin Structure */

body {
	/*margin: 0 0 20px 0;*/
	padding: 0; 
	}

	.narrowcolumn {
		float: left;
		padding: 0 0 20px 15px;
		margin: 0 0 0 0;
		width: 600px; /* used to be set at 450px; */
		}

	.widecolumn {
		padding: 10px 0 20px 0;
		margin: 5px 0 0 150px;
		width: 450px;
		}

.post {
	margin: 0 10px 20px 10px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: thin solid gray;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}
/* End Structure */


/*	Begin Headers */
/*
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}
*/
/* End Headers */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 10px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 10px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */


/* Begin search and password protected posts form elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
/* End Search and password protected posts form elements */


/* Begin Comment Styling */
h3#comments {
	text-align: center;
	color: gray;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid gray;
	/*padding: 2px;*/
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	/*font-size: 1.1em;*/
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

	/* Special threaded-comment styling*/
	
	.commentlist .bypostauthor /* colorize post author's comments */ {
		background-color: #C0D9AF;
		}
	
	.comment-body /*set up the vcard and metadata grid*/ {
		display: inline;
		font-family: Arial, Helvetica, Sans-Serif;
		font-size: 1.3em;
		line-height: 1.3em;
		}
	
	.comment-body .vcard{
		float: left;
		width: 120px;
		padding: 0px 10px 10px 10px;
		}
		
	.comment-body .comment-meta {
		float: right;
		}
	
	.comment-body p {
		clear: both;
		margin: 20px 5px 10px 10px;
		}
		
	.comment-body .vcard .avatar /*position commenter's avatar*/ {
		float: left;
		margin: 0px 10px 0px 0px;
		}

	.vcard .says {
		display: none;
		}
	
	/* Set 2nd, 3rd, and 4th-level comment indentations */
	.children li {
		margin-left: 10px;
		margin-right: 30px;
		}

	.children li ul {
		margin-left: 20px;
		margin-right: 30px;
		background-color: white;
		}

	.children li ul ul {
		margin-left: 10px;
		margin-right: -20px;
		}
/* End Comment Styling */


/* Begin Comment Form Elements */
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

	
#commentform input, #commentform textarea {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 1.3em;
	line-height: 1.3em;
	}

#commentform p {
	margin: 10px 10px;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
/* End Comment Form Elements */


/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	/*border-left: 5px solid #ddd;*/
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	}
/* End Various Tags & Classes*/


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 5px 15px 0px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
