/* 
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.

*/

body  { color: #555; font: 18px Helvetica,Arial,Sans-serif; line-height: 1.5; }

h1 { color: #F36617; }

h2 { color: #9AB319; }

h3 { color: #B20143; }


#nav  { float: left; width: 886px; height: 36px; }

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #9378BC; }



/* 3.1 Typographic Elements */

.entry h1 { font-size: 30px; }  .entry h2 { font-size: 26px; }  .entry h3 { font-size: 22px; }  .entry h4 { font-size: 14px; }  .entry h5 { font-size: 12px; }  .entry h6 { font-size: 12px; }
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {	margin: 0 0 5px 0; }


.entry .wp-caption-text { margin:0; padding:0; font-size:14px; text-align:center; }


/* 2.2 Navigation */


/*.widget  { margin: 0 0 20px 0; padding: 15px 15px 20px; background: #FFE5A7;  }

#sidebar .widget ul li a  { padding: 0 0 0 20px; line-height: 30px; text-decoration: none; color: #B20143;  }*/


#footer #widget-left  { width: 550px; margin: 0 0 0 10px; font-size: 14px; font-color: #ffffff; }


/* Alerts and Notes */

.alert {

background-color:#DFE7B6;

border:2px solid #9AB319;

padding: 5px 5px 5px 5px;

}

.note {

background-color:#FFEDBC;

border:2px solid #FFBC01;

padding: 5px 5px 5px 5px;



}