/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


/* color palette
	#ecc64b banner bg tan
	#a81f00 light red - top of nav bg
	#5c1100 dark red - bottom of nav bg
	#3e0e00 darker red for post tags  541300
	#5b88af lt blue accent
	#304c64 body background blue
	#300900 body background darkred (not used)
	
	*/
	
html { /* hack for firefox to keep scrollbar on every page http://www.unitedforums.co.uk/vb/website-development-scripting/10435-scrollbar-bug-firefox.html */
     overflow: -moz-scrollbars-vertical;
}
	
/* FROM default.css */

/* 1.1 Defaults */

body  {
	background: #304c64 url(default/yourimagegoeshere.jpg) repeat-x top left; /* #ecd078 bg.jpg */
}

#about  {
	background: #5b88af url(default/about.jpg) repeat-x top left; /* blue 5b88af  darkish 5b88af  dark green 211c0a  gray 6e6e6e orig d95b43 */
}

.post .meta .comments a {
	color: #5c1100;
}

.post .categories a  {
	background-color: #5c1100;
}


/* FROM style.css */

/* 2.1 Containers */

#container  {
	width: 980px; /* 960 */
}

#main  {
	width: 960px; /* 940 */
}


/* 2.2 Header */

#header  {
	width: 960px; /* 940 */
	height:276px; 
	background-image:url(http://www.scontrino-powell.com/wp-content/themes/scontrinopowell/images/scontrino-powell-banner.gif); 
	background-repeat:no-repeat;
}

#header #logo  {
	float: right;
	width: 630px;
	height: 232px;
}


/* 2.5 Content */

#full-width  {
	width: 960px; /* 940 */
}


/* 2.3 Navigation */


#navigation  {
	height:44px;
	float:right;
	padding:0px;
	}
	
#nav li {
	margin: 0 0px 0 0; /* was 5px rt */
}	
	
#nav a:link, #nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px; /* this is not in style.css */
	color: #ffffff;
	text-transform: none;
	padding: 14px 12px 18px 12px;
	border-left: none;
	border-top: none;
	border-right: none;
	background-color: none;
	background:none;
}

#nav li.current_page_item a, #nav li a:hover  {
	color: #ffffff;
	border-left: none;
	border-top: none;
	border-right: none;
	/* background: #fff url(default/nav.jpg) repeat-x left top; */
	/* background-image: url(http://www.scontrino-powell.com/wp-content/themes/scontrinopowell/images/nav-bg-scontrinopowell.gif);
	background-repeat: repeat-x; */
	background: #5c1100 url(http://www.scontrino-powell.com/wp-content/themes/scontrinopowell/images/nav-bg-scontrinopowell.gif) repeat-x left top;
}


/* Style drop down list */

#nav li ul { border: 1px solid #a81f00;}
#nav li ul li {	border-bottom: 1px solid #a81f00; /* background: #FFF; */ }
#nav li ul li a { background-color: #5c1100!important; background-image: none!important; border: none!important;}
#nav li ul li a:hover { background: #a81f00 url(default/nav.jpg) repeat-x left top!important; border: none!important;}

/* Style drop down list */

#nav li ul { width: 203px; } /* width 172px */
#nav li ul li a { font-size: 14px; line-height:15px; width: 180px; } /* was font size 12 - line-height was not specd in orig */ 

.post h2.title  {
	font-size: 24px;
	line-height: 25px;
}

.post .tags a, .post .tags a:visited {
	color: #541300;
}


/* 2.7 Footer */


#footer p  {
	color: #aaaaaa;
}

#footer ul li a  {
	color: #cccccc;
	text-decoration: underline;
}

#footer ul li a.mcbuzz  {
	color: #aaaaaa;
	text-decoration: none;
	text-transform:none;
}

#footer ul li.current_page_item a, #footer ul li a:hover  {
	color: #cccccc;
}

#footer p.mcbuzz {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}

.widget h3  {
	color: #fff;
	background-color: #5b88af;
}

.widget ul li a:link, .widget ul li a:visited  {
	line-height: 20px;
	padding: 5px 0px 5px 20px;
	}

.widget h3 span.fold  {    
	background: none;
}        

#content .entry  {
	width:570px;
}

.entry h2  {
	line-height:28px;
}

.entry h3, .entry h4, .entry h5, .entry h6  {
	margin: 0 0 -14px 0;
}
.entry h5 {
	margin-bottom:8px;
	}
.entry h5 a {
	text-decoration:underline;
}

.entry a.more-link  {
	color: #541300;
}

#searchform #s  {
	width: 130px;
	padding: 3px 0 3px 5px;
}

.entry ul  {
	padding: 0 0 0 24px;
}

.entry ul li  {
	list-style-type: disc;
	padding-top:3px;
	padding-bottom:3px;
}

.entry p a:link, .entry p a:visited {
	color: #5c1100;
}

.entry ol li {
       list-style-type: decimal !important;
}

#respond p a:link, #respond p a:visited {
	color: #5c1100;
}

p input#submit  {
	background-color: #5c1100;
}

div#preload { /* a non-javascript image preloader - uses the div#preload in footer.php */
	display: none; 
} 

#comments ol.commentlist li .comment-head .user-meta span.name a {
	font-weight: bold; color:#5b88af;
}

#comments ol.commentlist li .comment-head .user-meta span.perma a {
	text-transform: uppercase;
	font-size: 10px; color:#5b88af;
}


