/*
Theme Name: Sacha Barnes Associates V1
Theme URI: http://www.sachabarnes.com/
Description: Sacha Barnes Associates website theme, version 1 by Itek Design.
Version: 1
Author: Itek Design
Author URI: http://www.itekdesign.eu/
*/

body {
    font: 100% Helvetica, Lucida Grande, Arial, Verdana, sans-serif;
	background: #f1f1f1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url("images/page-bg.jpg") repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:0.87em;
	line-height:1.3em;
	color:#4c4b4b;
}
.oneColFixCtrHdr #header {
	padding: 0 20px; 
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
/* Menu */
ul#menu{
	margin:0 auto;
	padding:0;
	list-style-type:none;
	width:98%;
	position:relative;
	display:block;
	height:40px;
	font-size:0.9em !important;
	background:#98bf00 url("images/green.jpg") repeat-x top left;
	margin-top:-2px;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #ffffff;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 20px 0 20px;
	height:24px;
	height:40px;
	}
ul#menu li a:hover{
	background:transparent url("images/black.jpg") repeat-x top left;	
	}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
#mainContent {
background:url("images/oak-bg.jpg") /*center bottom*/ 50% 0% no-repeat;
}
#mainContent .entry {padding:0 10px;} /** 20/05/09 **/
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size:0.85em !important;
	border-top:solid 1px #aad405;
	text-align:center;
	margin-left:45px;
	margin-right:45px;
	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
color:#aad405;
/*font-size:1.4em;*/ font-size:1.82em;
border-bottom:solid 1px #98bf00;
line-height:1.1em;
padding-bottom:0.35em;
margin-bottom:0.85em;
padding-left:2px;
}
h2 {
color:#aad405;
font-size:1.5em; /*was 1.1em*/
padding-bottom:.1em;
padding-left:2px;
margin:0.15em 0 0.2em 0;
}
.archivePage h3 {
    font-size:1.22em;
    padding:0 0 2px 2px;
    margin:0.15em 0 0.2em 0;
}
.footer-right {
float:right;
text-align:right;
}
.logo {
text-align:left;
background:url(images/Large-bg.jpg) no-repeat center right;
padding-bottom:0.1em;
margin-bottom:0.3em;
}
#mainContent a, #mainContent a:link, #sidebar a, #sidebar a:link {
color:#aad405;
text-decoration:underline;
}
#mainContent a:hover, #sidebar a:hover {
color:#98bf00;
text-decoration:none;
}
#mainContent ul {
list-style:none;
line-height:1.5em;
}
#mainContent ul li {
background:url(images/bp.jpg) no-repeat;
background-position:top left;
padding-left:24px;
margin-bottom:0.6em;
}
#footer a, #footer a:link  {
color:#666666;
font-size:0.8em;
text-decoration:underline;
}
#footer a:hover {
color:#98bf00;
text-decoration:none;
}
#footer a:visited {
}

#footer .footer-menu {
	margin:0 auto;
	text-align:center;
	padding:0;
}

#footer .footer-menu li { display:inline; padding:0 0.5em; }

.contact-holder {
width:360px;
background:#fff;
border:1px solid #f1f1f1;
padding:5px 5px 5px 5px;
margin-bottom:25px;
}
.contact-holder h3 {
border-bottom:solid 1px #cccccc;
color:#aad405;
text-align:center;
margin-top:-5px;
width:100%;
padding-bottom:5px;

}
.imgright {
text-align:right;
float:right;
padding:0.3em 0.2em 0.2em 0.3em;
}
hr {
width:45%;
color:#aad405;
text-align:center;
margin:0 auto;
}
.center {
text-align:center;
}
.spacer {
line-height:1.5em;
height:2em;
}
.logo-right{
text-align:right !important;
float:right;
}
/* Commissions Page */

.commission-introduction {
	margin-bottom:2.5em;
	}
		
	.commission-headings {
	float:left;
	width:11%;
	text-align:right;
	padding-right:0.55em;
	}
		.commission-heading {
			font-weight:bold;
			color:#aad405;
		}
	.commission-content {
		float:left;
		width:80%;
		margin-top:0em;
		position:relative;
		margin-bottom:2.3em;
		}
			
			.commission-image-holder {
				float:right;
				text-align:right;
				width:180px;
				height:auto;
				overflow:hidden;
				}
			
			
			.no-margin {
				margin-top:-1.5em;
				}
				
			.clear-commission {
				clear:both;
				height:1px;
				width:auto;
				color:#f7f7f7;
				background:#f7f7f7;
				}
                .clear {clear:both; height:1px; margin:0; }
				
/** Wordpress **/

p img {
	padding: 0;
	max-width: 100%;
	}


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

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

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

.alignright {
	float: right;
	}

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

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;
	}
	
/** End Wordpress **/

/* Start Blog Functionality | @ May 2009 *****/

.byline {color:#ccc; font-style:italic; float:right; text-align:right; margin:0px;}
.blogPage .byline {margin:-45px 5px 10px; width:200px;}
.blogHome .byline {margin:-25px 0; widht:100px;}
.blogPage h1 {padding-right:210px;}
.oneColFixCtrHdr .blogHome,
.oneColFixCtrHdr .archivePage {float:left; margin-bottom:20px; width:35em;}

.archivePage div.entry,
.blogHome div.entry {
    margin-top:-5px;
}

ul#archiveIndex {margin-top:35px; padding-left:0;}
ul#archiveIndex li {background:none !important; list-style:none; margin-bottom:50px; padding-left:15px;}
.archivePage .post { margin-bottom:50px; /* Mirror the archiveIndex li listing style */}

#sidebar {float:left; font-size:0.91em; margin:2em 0; width:17em;}
#sidebar ul {list-style:none; padding-left:1.3em;}
    
    #sidebar ul li {margin-bottom:20px; }
    #sidebar ul li ul {list-style:none; padding-left:10px; padding-right:10px;}
    #sidebar ul li ul li { margin-bottom:5px; }
    #sidebar ul.blogroll li {line-height:20px; margin-bottom:3px;}
    
    .articleNavigation {
        
        float: left;
        margin: 15px 0px 10px 40px;
        padding: 5px 10px;
        width: 290px;
    } .postmetadata {
        float: right;
        margin: 15px 40px 10px 0px;
        padding: 5px 10px;
        width: 290px;
    }
    .postmetadata h4,
    .articleNavigation h4 {margin-top:5px; margin-bottom:0px;}
    .miniPostMeta{
        margin:0 auto; text-align:center; font-size:12px; margin-top:10px; color:#666;
    }
    .articleNavigation ul { font-size:0.815em; padding-left:7px;}
    .articleNavigation p,
    .postmetadata p { font-size:0.81em;}
    .postmetadata p {margin-top:0px;padding:7px;}
    
    #respond {
        border: 1px solid #d4d4d4;
        -moz-border-radius: 3px;
        padding:5px 10px;
        width:660px;
        margin:0 30px;
    }
    
    ol.commentlist {
        list-style:none;
    }
    .comment { width:305px;}
    .sexy-bookmarks {position:relative;top:28px;}
    div.wp-caption {border: 1px solid rgb(212, 212, 212); margin: 5px; padding: 5px; text-align:center; width: 310px;}
    div.wp-caption img {margin:0 auto; padding-top:3px;}
    p.wp-caption-text {text-align:center; font-style:italic; font-size:11px}
    #mainContent  a.post-edit-link {
        background: url(images/edit-icon.jpg) center left no-repeat;
        color: #3399cc;
        padding-left: 20px;
        padding-top:3px;
        text-transform:capitalize;
    }
    #mainContent a.post-edit-link:hover {
        color:#6699cc;
    }
.articleNavigation ul.recentPosts li {
    padding:5px 0 5px 24px;
}
/* End Blog Functionality *****/
.post-date {
    width: 60px;
    height: 68px;
    float: left;
    background: url(images/date-bg.png) no-repeat;
    margin-right: 15px;
    margin-bottom: 5px;
    margin-top: 15px;
} .post-month {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    display: block;
    line-height: 11px;
    padding-top: 8px;
    margin-left: -3px;
} .post-day {
    font-size: 24px;
    text-transform: uppercase;
    color: #d7eb9c;
    text-align: center;
    display: block;
    line-height: 18px;
    padding-top: 16px;
    margin-left: -3px;
}
