/*New Leaf Organics.*/
/*Coding by Flitterbick Design*/
/*Special Thanks to "Bullet Proof Web Design" by Dan Cederholm of Simplebits*/

/* ............ */
/* The Beginning. */


body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #bccdd7 url(../img/quattordici.gif) repeat top center;
	}
a:link {
	color: #39c;
	}
a:visited {
	color: #369;
	}


/* layout */

#wrap {
	border-top: 8px solid #345061;
	width: 960px;
	margin: 0 auto;
	background: url(../img/wrap-bg.gif) repeat-y top left;
	}
#content {
	float: left;
	width: 651px;
	font-size: 95%;
	color: #333;
	line-height: 1.5em;
	background: url(../img/content-bg.gif) repeat-x top left;
	}
#sidebar {
	float: right;
	width:300px;
	}
#footer {
	clear: both;
	background: #345061;
	border-top: 3px solid #fff;
	}

#flashcontent {
	background: blue;
	width: 600px;
	height: 350px;
	}

/* message row */

#message {
	margin: 0;
	padding: 4em 25px 15px 25px;
	font-size: 90%;
	color: #ffffff;
	text-align: left;
	background: #3F6277;
	border-bottom: 1px solid #fff;
	}
	
/* gutters */

#content .gutter {
	padding: 4em 25px 25px 25px;
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 4em 15px 15px 15px;
	}

/* header */


#header {
	border-bottom: 1px solid #fff;
	border-top: 5px solid #fff;
	background: #fff url(../img/header-bg.jpg) repeat-x top left;
	height: 225px;
	}
#header h1 {
	margin: 0;
	background: url(../img/header.jpg) no-repeat top left;
	height: 225px;
	width: 720px;
	text-indent: -9000px;
	}
	
/* navigation row */

#nav, #nav ul { /* all lists */
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	color: #003300;
	background: #819F3E ;
	width: 100%;
	float: left;
	z-index: 3;
	list-style: none;
	border-bottom: 1px solid #fff;
	}
#nav a {
	display: block;
	float: left;
	padding: 7px 15px 8px 15px;
	text-decoration: none;
	color: #003300;
	}
#nav li { /* all list items */
	float: left;
	margin: 0;
	padding: 0 1px 1px 0;
	list-style: none;
	background: url(../img/nav_line.gif) no-repeat top right;
	}
#nav a:hover {
	color: #fff;
	}
#nav li.active a{
	color: #fff;
	background: #4c6f14;
	}
	
/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #336600;
	font-weight: normal;
	}
	
#content h3 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Verdana, Lucida Grande;
	font-size: 100%;
	color: #336600;
	font-weight: bold;
	}

#content li {
	margin: 0 0 1em 5px;
	padding: 0 0 0 5px;
	}
	
dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
  	padding: 4px;
  	border: 1px solid #ccc;
  	border-bottom-color: #345061;
  	border-right-color: #345061;
  	background: #fff;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}
dl.feature dd a{
	color: #339933;
	text-decoration: underline;
	}
	
dl.photo {
	margin: 0 15px 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	width: 170px;
	float: left;
	background: #ffffff;
	}
dl.photo:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.photo dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #693;
	}
dl.photo dt img {
	margin: 0 15px 0 0;
  	padding: 4px;
  	border: 1px solid #ccc;
  	border-bottom-color: #345061;
  	border-right-color: #345061;
  	background: #fff;
	}
dl.photo dd {
	margin-left: 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}


img.float-r {
	float: right;
  	margin: 0 0 10px 10px;
  	padding: 4px;
  	border: 1px solid #ccc;
  	border-bottom-color: #345061;
  	border-right-color: #345061;
  	background: #fff;
	}
img.float-l {
	float: left;
  	margin: 0 10px 10px 0;
  	padding: 4px;
  	border: 1px solid #ccc;
  	border-bottom-color: #345061;
  	border-right-color: #345061;
  	background: #fff;
	}


/* titles */

#h-welcome {
   text-indent: -9000px;
   width: 200px;
   height: 55px;
   background: url(../img/welcome_title.gif) no-repeat top left;
   }
#h-csa {
   text-indent: -9000px;
   width: 200px;
   height: 55px;
   background: url(../img/csa_title.gif) no-repeat top left;
   }
#h-farmstand {
   text-indent: -9000px;
   width: 200px;
   height: 55px;
   background: url(../img/farmstand_title.gif) no-repeat top left;
   }
#h-flowers {
   text-indent: -9000px;
   width: 200px;
   height: 55px;
   background: url(../img/flowers_title.gif) no-repeat top left;
   }



/* sidebars */

#sidebar h2 {
	margin: 0;
	padding: 0 0 10px 0;
	font-family: Georgia, serif;
	font-size: 125%;
	color: #fff;
	font-weight: normal;
	}
#sidebar a {
	font-family: Georgia, serif;
	font-size: 125%;
	color: #fff;
	font-weight: normal;
	}
#sidebar a:visited {
	color: #ccc;
	}
.box { 
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #D3DDE1;
	background: #3F6277 url(../img/box-b.gif) no-repeat bottom right;
	}

.extra {
	margin: -5px 0 0 0;
	padding: 0 12px 5px 12px;
	font-family: Verdana, sans-serif;
	font-size: 75%;
	font-weight: normal;
	color: #fff;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #fff;
	background: url(../img/box-t.gif) no-repeat top left;
	line-height: 20px;
	}
.box p, .box ul {
	margin: 5px 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: disc inside;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 15px;
	font-size: 75%;
	color: #cccccc; 
	}

/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */

/* The End. */
/* ............ */