/*
THEME NAME: Sabrina Winters
VERSION: 1.0
AUTHOR: Clay Griffiths
AUTHOR URI: http://www.g2webmedia.com
*/



/* ------------------------------------------------------ */
/* ---------------------  Elements ---------------------- */
/* ------------------------------------------------------ */
@import 'clear.css';

body{
	font-size: 62.5%;            
	margin: 0pt;
	font-family:"Lucida Grande", sans-serif;
	background: url(images/bg.jpg) repeat #592D2C;
}


a img{
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	color: #741F1A;
}

a:hover{
	text-decoration: underline;
}

div.post blockquote {
background:transparent url(images/blockquote.gif) no-repeat scroll 0pt 2px;
color: #3f3f3f;
margin:0pt 40px 15px 0px;
padding-left:23px;
}
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */



/* ------------------------------------------------------ */
/* ----------------  Header + Navigation ---------------- */
/* ------------------------------------------------------ */


div#header{
	width: 920px;
	height: 195px;
	background: url(images/header.jpg) no-repeat;
	margin-left: 15px;
	text-indent: -9999px;
}


/* ------------------------------------------------------ */
/* ------------------------------------------------------ */
/* ------------------------------------------------------ */





.entry-title{clear:both;}
div#container,div.sidebar{margin-top:2em;}
div#nav-above,div#nav-below{width:100%;height:1em;}
div#nav-above{margin-bottom:1em;}
div#nav-below{margin-top:1em;}
.alignleft,div.nav-previous{float: left;}
.alignright,div.nav-next{float: right;}




/*-------------------------------------------------*/
/*-------------------Comments----------------------*/
/*-------------------------------------------------*/
form#commentform .form-label{margin:1em 0 0;}
form#commentform span.required{background:#fff;color:red;}
form#commentform,form#commentform p{padding:0;}
input#author,input#email,input#url{width:50%;}
input#author,input#email,input#url,textarea#comment{padding:0.2em;}
div.comments ol li{margin:0;}
div.comments ol li{
	list-style: none;
	background: #fff;
	padding: 10px 30px;
}
div.comments ol li.alt {
	background: #d4c9c8;
}
div.comments ol {
	margin: 10px 0 0 0;
	padding: 0;
}
textarea#comment{height:13em;margin:0 0 0.5em;overflow:auto;width:66%;}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/




/*-------------------------------------------------*/
/*---------------Sidebar Styling-------------------*/
/*-------------------------------------------------*/
div.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li{margin:0;padding:0;}
div.sidebar h3{display: block; background-color: #B57B63; padding: 3px 5px 3px 5px; margin-bottom: 5px; color: #E1DAC7; text-transform: uppercase; letter-spacing: 2px; font-family: "Lucida Grande", sans-serif; font-size: 0.9em;}
div.sidebar input#s{width:7em;}
div.sidebar li{list-style:none;margin:0 0 1em;}
div.sidebar li form{margin:0.2em 0 0;padding:0;}
div.sidebar ul ul{margin:0 0 0 1em;}
div.sidebar ul ul li{list-style: url(images/bullet.jpg) inside;margin:0;}
div.sidebar ul ul li a{
	color: #741F1A;
}
div.sidebar ul ul li a:hover {
	margin-left: 2px;
	text-decoration: none;
	color: #741F1A;
}
div.sidebar ul ul li ul{margin:0 0 0 1.2em;}
div.sidebar ul ul li ul li{list-style: url(images/bullet.jpg) inside;margin:0;}
div.sidebar ul ul li ul li a{
	color: #741F1A;
}
div.sidebar ul ul li ul li a:hover {
	margin-left: 2px;
	text-decoration: none;
	color: #741F1A;
}
div.sidebar ul ul ul{margin:0 0 0 0.5em;}
div.sidebar ul ul ul li{list-style:none;}
/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/


/*-------------------------------------------------*/
/*-------------------- Layout ---------------------*/
/*-------------------------------------------------*/


div#wrapper {
	margin: 0 auto;
	padding: 12px 0;
	
	font-size:1.1em;
	width: 950px;
	
	background: url(images/bg_wrapper.jpg) repeat-y;
}


div#container {
	float: left;
	margin: 0 0 10px 25px;
	width: 100%;
	width: 903px;
	background: url(images/bg_container.jpg) repeat-y #FCFAE1;
}
div#content {
	float: left;
	width: 590px;
	margin: 0 0 0 10px;
}
div#content-home {
	float: left;
	width: 590px;
	margin: -25px 0 0 10px;
}
div.sidebar {
	float: right;
	overflow: hidden;
	width: 285px;
	margin: 0 0 0 0;
}


/*-------------------------------------------------*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/

div#nav {
	text-indent: 0;
	float: left;
	margin-top: 122px;
	margin-left: 20px;
}
div#nav ul {
/* 	background: url(images/nav_left.jpg) no-repeat; */
	height: 37px;
	float: left;
	padding: 0 0 0 5px;
	margin: 0;
}
div#nav ul li {
	float: left;
	list-style: none;
	margin-top: 13px;
	position:relative;	
}
div#nav ul li ul {
	background: #CA8E74;
	display: none;
	position: absolute; 
	top: 22px;
	left: 0;
	height: auto;
	padding: 0;
	margin: 0;
}
div#nav ul li:hover ul, div#nav ul li.over ul {
	display: block;
	float: left;
}
div#nav ul li ul li {
	float: left;
	clear:both;
	margin: 0;
	padding: 0;
}
div#nav ul li ul li a{
	background: none;
	margin: 0;
	color: #712317;
	padding: 3px 3px 3px 4px;
	float: left;
	border-bottom: 1px solid #B27D66;
	display: block;
	width: 12em;
}
div#nav ul li ul li a:hover {
	color: #fff;
}
div#nav ul li a{
	background: #AA7154;
	color: #712317;
	padding: 8px 8px;
	text-decoration: none;
	margin-right: 6px;	
}
div#nav ul li a:hover, div#nav ul li.current_page_item a  {
	text-decoration: none;
	background: #CA8E74;
	color: #712317;
}
div#nav ul li.page-item-first a{
	border-left: none;
}






div#footer{text-align:center;}

div#bottom {
	background: url(images/bottom.jpg) no-repeat;
	width: 903px;
	height: 22px;
	float: left;
	clear: left;
}

h2.entry-title {
	font-size: 1.6em;
	margin-top: 10px;
	font-family: "Garamond", serif;
	color:#9E5A43;
}
h2.page-title {
	color: #9E5A43;
	font-family: "Garamond", serif;
	font-size: 1.6em;
}
h2.entry-title a{
	color: #9E5A43;
}
div.entry-date {
	background: #B57B63;
	padding: 3px 5px;
	width: 100px;
	color: #E1DAC7;
	font-size: 0.9em;
	margin-left: -9px;
}
span.post-author {
	
}

div.entry-meta {
	display: block;
	padding: 4px 5px;
	border-top: #B57B63 dotted 1px;
	border-bottom: #B57B63 dotted 1px;
}
div.entry-meta a{
	color: #741F1A;
}


span.author {
	color: #793d3c;
	font-size: 1em;
}
span.author a{
	color: #592D2C;
}









div#comments-list h3, div#trackbacks-list h3, div#respond h3, span#trackback{
	font-size: 1.4em;
	margin-top: 10px;
	font-family: "Garamond", serif;
	color: #382220;
}
span#url {
	clear: left;
	font-size: 0.8em;
}



div#footer {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 15px auto 0 auto;
}
div#footer p {
	margin-bottom: 0;
}
div#footer a:hover {
	color: #0B59A4;
}
.g2webmedia1 {
	font-weight: bold;
	font-style: italic;
	color: #77b1cb;	
}
.g2webmedia2 {
	font-weight: bold;
	font-style: italic;
	color: #0B59A4;	
}

div.post {
	margin-bottom: 20px;
}



div.entry-content, div.entry-meta, span.author {
	font-size: 1.1em;
}
div.entry-content h3 {
	margin: 10px 0;
	font-size: 1.1em;
	color: #333;
}
span.author {
	margin-bottom: 10px;
	clear: both;
	float: left;
}
div.entry-content {
	clear: both;
}

div#footer a.footer-link {
	text-decoration: underline;
	color: #444;
}
div#footer a.footer-link:hover {
	text-decoration: underline;
	color: #222;
}
div#footer a#email {
	text-decoration: none;
	color: #B57B63;
}
div#footer a#email:hover {
	text-decoration: underline;
}

div#contact {
	width: 950px;
	text-align: left;
	float: left;
	margin: 10px 0 10px 25px;
	color: #444;
}



li#rss-links a {
	margin-left: 5px;
	padding:50px 12px 2px 0;
	line-height: 125px;
}
li#rss-links a#subscribe-email {
	background: url(images/email.jpg) no-repeat;
}
li#rss-links a#subscribe-rss {
	background: url(images/feed.jpg) no-repeat;
}
li#rss-links a#subscribe-facebook {
	background: url(images/facebook_45.png) no-repeat;
}
li#rss-links a#subscribe-linkedin {
	background: url(images/linkedin_45.png) no-repeat;
}
li#rss-links a#subscribe-twitter {
	background: url(images/twitter_45.png) no-repeat;
}
li#rss-links a#subscribe-youtube {
	background: url(images/youtube_45.png) no-repeat;
}
li#rss-links a#subscribe-phone {
	background: url(images/phone.png) no-repeat;
}

h1.farleft{

position:relative;
left:4000px;
}
h2.farleft{

position:relative;
left:4000px;
}
h3.farleft{

position:relative;
left:4000px;
}
h4.farleft{

position:relative;
left:4000px;
}

p.farleft{
position:relative;
left:4000px;

