/* Style sheet for Yuba City Great Harvest.org website */

/* Default styles for each page */
body   	{background-color: #fff7d8;
	font-family: arial, helvetica, sans-serif;
	color: #333;
	font-size: 100%;
	margin: 20px 0px 20px 0px ;
	padding:0px;
        background-image: url("img/background2.jpg");
	background-repeat: repeat-x;
	background-attachment: fixed;
 	line-height: 110%;
	}

.navborder  {border-style:solid; border-color: #feb; border-width: 1px 0px 0px 0px;}
.navborder2  {border-style:solid; border-color: #feb; border-width: 1px 0px 1px 0px;}


/* Styles for logo and heading images */
.logo  {padding: 25px 18px 25px 18px;}
.header {padding: 10px 0px 10px 0px;}

/* Styles for the main navigation column at the left side of the page*/
.nav	{background-color: #eeb139;
	text-align: center;
	line-height: 1em;
	vertical-align: top;
	width: 135px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	}

.nav1   {font-size: .7em; font-weight: bold; color: #fff;}


/* Styles for the content areas of each page */
.content	{background-color: #fff;
		vertical-align: top;
		}
		
.yuba   {padding: 0px; background-color: #6080b0;}

/* Heading styles */

h1, h2, h3     	{color: #b12a1c; font-family: arial, helvetica, sans-serif; margin: 0px;}

h1	{font-size: 1.3em; padding: 0px 0px 5px 0px;}

h2    	{font-size: 1em; padding:4px 0px 1px 0px;}

h3	{color: #b12a1c; font-size: .9em; padding: 0px 0px 0px 0px;}


/* Paragraph (p) styles */
p      	{font-size: .8em;
	padding: 0px 0px 10px 0px; margin: 0px;
	}
	
.nopadding {padding: 0px;}
.center {text-align: center;}

/* List styles
ul      {padding: 0px; margin: 0px;}

li	{font-size:.8em;
 	list-style-type: disc;
	list-style-position: outside;
	padding: 0px 0px 0px 20px; margin: 0px;
	}
*/

/* STYLES FOR ROUNDED-CORNER CONTENT BOXES */
.xsnazzy p {padding: 0px 0px 6px 5px;}
.xsnazzy h1 {padding: 5px 0px 5px 5px;}
.xsnazzy h1, .xsnazzy p {margin: 0px 10px 0px 10px;}
.xsnazzy h2 {padding: 5px 0px 5px 5px;}
.xsnazzy h2, .xsnazzy p {margin: 0px 10px 0px 10px;}
.xsnazzy h3  {margin: 0px 10px 0px 10px;}
.xsnazzy {background: transparent; margin: 0px 0px 20px 0px;}

.xtop, .xbottom {display:block; background:transparent; font-size:20px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #6080b0; border-right:1px solid #6080b0;}

.xb1 {margin:0 5px; background: #6080b0;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#fff; border:0 solid #6080b0; border-width:0px 1px 0px 1px;}
/* END OF STYLES FOR ROUNDED-CORNER CONTENT BOXES */


/* Start of data table styles */
.data	{border-color: #6080B0;
	border-style: solid;
	border-width: 0px;
	}

.th	{background-color: #6080B0;
	font-family: verdana, arial, helvetica, sans-serif;
 	font-size: .7em;
	font-weight: bold;
 	text-align: left;
	color: #FFF;
	border-color: #6080B0;
 	border-style: solid;
	border-width: 0px;
	padding: 2px 2px 3px 2px;
	}

.td, .tdleft, .tdmiddle, .tdright, .tdlowleft, .tdborderleft, .tdlowright, .lowdatacell, .bottomleft, .bottomright, .noborder
     {background-color: #FFF;
     font-family: verdana, arial, helvetica, sans-serif;
     font-weight: normal;
     font-size: .7em;
     color: #000;
     border-style: solid;
     border-color: #6080B0;
     vertical-align: top;
     padding: 2px 4px 2px 6px;
     }

.td 	{border-width: 0px 1px 1px 1px;}
.tdleft  {border-width: 0px 0px 1px 1px;}
.tdmiddle, .bottomright {border-width: 0px 0px 1px 0px;}
.tdright, .bottomleft {border-width: 0px 1px 1px 0px;}

.datacorner {background-color: #6080B0;}
.tdlowleft  {border-width: 0px 1px 0px 1px;}
.tdborderleft  {border-width: 0px 0px 0px 1px;}
.tdlowright  {border-width: 0px 1px 0px 0px;}
.noborder    {border-width: 0px;}
/* End of data table styles */


/* Footer styles */
.small 		{color: #000;
		font-family: verdana, arial, helvetica, sans-serif;
	    	font-size: .7em;
	    	margin-top: 0px;
	    	padding-top: 0px;
	    	line-height: 1.5em;
	    	}

.smaller	{font-family: verdana, arial, helvetica, sans-serif;
          	color: #000;
          	font-size: .6em;
          	line-height: 130%;}

/* LINK STYLES */

/* Links in page content */
a:link  {color: #00C; text-decoration: underline;}
a:visited {color: #707; text-decoration: underline;}
a:focus  {color: #000; text-decoration: overline;}
a:hover  {color:#707; text-decoration: none;}
a:active {color:#707; text-decoration: none;}

/* Skip to main content. This link is the first thing a screen reader will see and will allow the visitor to skip directly to the page content without having to listen to all the links */
a.skiplink:link, a.skiplink:visited, a.skiplink:active, a.skiplink:hover
	{font-family:  arial, helvetica, sans-serif;
      	font-size: .8em;
     	font-weight: normal;
      	color: #FFF;
  	text-decoration: none;
	display: none;
	}

/* Navigation bar links */
a.navbar:link    {font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	}

a.navbar:visited   {font-family: arial, helvetica, sans-serif;
		   color: #fff;
		   font-size: .9em;
      		   text-decoration: none;
     		   font-weight: bold;
		   padding: 3px 5px 3px 5px;
     		   }

a.navbar:hover   { color:#fff;}

a.navbar:active   {color: #fff;}

navcontainer {width: 170px;}

#navcontainer a	{display: block;
	padding: 6px;
	}

#navcontainer a:link, #navlist a:visited	{ color: #fff;
	text-decoration: none;
	text-align:center;
	}

#navcontainer a:hover	{background-color: #F2C668; color: #fff;}

.thispage	{text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	color: #FFF;
	font-weight: bold;
	padding: 6px;
	border-style:solid;
	border-color: #feb;
	border-width: 1px 0px 0px 0px;
	}

