/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file 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. */

/* ===================================================================================*/
/* Changes to post heading color scheme */
/* 1.1 Defaults */

h1, h2, h3, h4, h5, h6  { margin: 0; font-family:Arial, Helvetica, sans-serif; color: #222; font-weight:normal; }

.entry h5 { font-size: 1em; font-family: Arial, Helvetica, sans-serif; margin:0; line-height:1.5em; color: #F26F24; font-weight:bold}

/* End changes to post heading color scheme */

/* ===================================================================================*/
/* Changes to nav menu color scheme */


/* 2.2 Navigation */
.nav a  { position:relative; color: #ffffff; display:block; z-index:100; padding:7px 10px; line-height:18px; text-decoration:none; text-shadow:none; }

.nav a:hover, 
.nav li.current_page_item a, 
.nav li.current_page_parent a,
.nav li.current-menu-ancestor a,
.nav li.current-cat a,
.nav li.current-menu-item a,
.nav li.sfHover { background:#7D96A0; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;  }

/* Optional Styling */
#navigation { 
	
	/* Border Radius */ 
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; 
	
	/* Box Shadow */
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

	/* 2.2.1 Drop-down menus */
	.nav li ul  { background: #7D96A0; margin:0 0 0 -1px; padding:7px 10px; position: absolute; left: -999em; width: 160px; z-index:999; }
	
		#navigation .nav li ul li a { border:0; border-top:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; }
		
/* End changes to nav menu color scheme */


/* ===================================================================================*/
/* Changes to homepage color scheme */

/* 2.4.1 Homepage */
#main .block .widget-title { font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #444444; border-bottom: 1px solid #d3d3d3; text-shadow: 0px 1px 1px #ffffff; padding-bottom: 20px; margin-bottom: 20px; }

/* End changes to homepage color scheme */

/* ===================================================================================*/
/* Changes to slider color scheme */
/* 2.4.2 Slider */

.slide .entry h2 { font: 21px/1.4em Arial, Helvetica, sans-serif;color: #fff; text-shadow: 0px 1px 0px #000; margin-bottom: 20px;}
.slide .entry h1, .slide .entry h3, .slide .entry h4, .slide .entry h5 { color: #fff; text-shadow: 0px 1px 0px #000; font-family: Arial, Helvetica, sans-serif;}

/* End changes to slider color scheme */


/* ===================================================================================*/
/* Changes to mini-feature color scheme */

/* 2.4.3 Mini-Features */
#mini-features h3 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; padding-bottom: 0; color: #ffffff; text-transform: uppercase; text-shadow:none; }
#mini-features p { padding-bottom:15px; color: #ffffff; text-shadow:none; }
#mini-features a { color: #ffffff; font-weight: bold; text-shadow:none; }

/* End changes to mini-feature color scheme */


/* ===================================================================================*/
/* Changes to footer color scheme */
/* 2.6 Footer */
#footer{padding: 30px 0 20px; background: url(styles/nf/bg-ripple-footer.png) repeat top left; color:#ffffff;}
#footer p { color: #ffffff;}
#footer #credit span{color: #ffffff; display:none;}
/* End changes to footer color scheme */

/* ===================================================================================*/
/* Changes to post elements */

/* 3.1 Typographic Elements */
.entry blockquote  { background:#F2F2D9; border:1px #e2e2e1 solid; padding: 10px 20px 10px 50px; color:#000000;   }
.entry blockquote p, blockquote p, blockquote { font:14px/1.5em Helvetica, Arial, sans-serif; }


/* End changes to post elements */

/* ===================================================================================*/
/* Changes to widget color scheme */

/* 4.1 Generic Widgets */
#sidebar .widget h3  { margin: 0 0 0.5em 0; padding: 20px 20px 10px 20px; font: bold 16px Arial, Helvetica, sans-serif; colour:#444; border-bottom:1px solid #d3d3d3; }

/* TWITTER */
.widget_woo_twitter ul li .content { font-size: 14px; font-family: Arial, Helvetica, sans-serif; }


/* End changes to widget color scheme */