/*
To get started customizing with CSS, we recommend you 
go to http://headwaythemes.com/documentation/customizing-your-headway-site/custom-css/ 
to get started.

Be sure to turn on custom CSS in the Headway Design Options.  

When writing the selectors for the elements, put body.custom at the
beginning.

For an example on how to change the background with custom CSS
we can use the following code.

body.custom {
	background: red;
}
*/

body 											{ background:#f2f1ec url(http://thewheatpool.dreamhosters.com/wp-content/uploads/2009/10/background-inner.jpg) no-repeat top center;  }
div#wrapper 									{ border:0px solid #fff; background: transparent; }

.header-inside #header 							{ border-bottom: none; }
.header-inside #navigation 						{ border-bottom: 0px solid #888888; }
.youtubebg 										{ width:100%; background:transparent; background: rgba(201,183,169,0.4); padding:6px; }

div#sidephotog									{ width:344px; background: rgba(201,183,169,0.4); }
div#sidephotog img								{ width:330px; margin:7px; }

body.custom .flickr img							{ margin-right:3px; margin-bottom:2px; border:4px solid #d6cdba;}
body.custom .flickr a:link, .flickr a:visited	{ background: none; padding:0; text-decoration:none; }
body.custom .flickr a:hover						{ text-decoration:none; }

body.custom #header								{ position:relative; }
body.custom #social_media						{ position:absolute; top:42px; left:660px; width:280px; height:42px; overflow:hidden; }
body.custom #social_media img					{ float:left; margin-right:4px; }

body.custom .content img						{ padding:4px; background:rgba(201,183,169,0.4); }
body.custom .content ol							{ clear:both; margin-top:0.85em; }
body.custom .content ol li						{ margin-bottom:1px; padding:0; margin:0; line-height:1em; font-size:95%; }
body.custom .content pre						{ line-height:1.15em; font-family: "Times New Roman", times, serif; color:#3c2d2a; }
body.custom .content h4							{ text-transform:uppercase; margin:1.75em 0 1em 0; color:#6f6b51; }

body.custom div.small-post h3 					{ font-size: 1.125em; line-height:1.85em; background: transparent url(media/images/star.gif) no-repeat 0 0; padding-left:25px; }
body.custom .feed-entry-date 					{ margin-left:29px; font-size:1em; }
body.custom p.nocomments						{ font-size:1em; }

body.custom .buy_box							{ background: transparent url(media/images/cart.png) no-repeat top right; padding:5px; }

body.custom .content hr, body.custom hr.line	{ height:4px; border:none; background: transparent url(media/images/border.jpg) no-repeat 0 0; margin:5px 0 5px 22px; clear:both; }

