/*

Title: Back to Nature
Author: Darren Hester, www.designsbydarren.com
Date: 05-14-08

*/


body {
     background: #BEBAA3 url(../images/bg.jpg) top center repeat-y;
     margin: 0 0 5px 0;
     padding: 0;       
     font-family: verdana, arial, tahoma, sans-serif;
     text-align: center;
     font-size: 75%; 
     color: #444444;
}


/* ----------------------------------------------------------------------------
Typography
-----------------------------------------------------------------------------*/

p {
     font-size: 1em;
     line-height: 1.7em;
     letter-spacing: 0;
     padding: 0;
     margin: 0 0 1em 0;
}


#top {
     margin: 0; padding: 0;
     text-align: center;
     color: #555555;
}

#footer p {
     color: #AFCAB5;
     margin: 0; padding: 0;
     text-align: center;
}

#bottom p {
     margin: 0; padding: 0;
     text-align: center;
     color: #555555;
}


h1 {
     margin: 0 0 .5em 0;
     padding: 0;
     font-size: 1.8em;
     line-height: 1.1em;     
     letter-spacing: -1px;
     color: #57191E;
}

#header h1 {
     margin:  0 0 .1em 0;
     padding: 0;
     font-size: 2.3em;
     line-height: 1em;     
     letter-spacing: -2px;
     color: #333333;
}

#header h2 {
     margin: 0 0 .3em 0;
     padding: 0;
     font-size: 1.1em;
     font-weight: normal;
     line-height: 1.2em;     
     letter-spacing: 0px;
     color: #AFCAB5;
}

h2 {
     margin: 0 0 .5em 0;
     padding: 0;
     font-size: 1.6em;
     line-height: 1.1em;     
     letter-spacing: -1px;
     color: #57191E;
}

h3 {
     margin: 0 0 .5em 0;
     padding: 0;
     font-size: 1.2em;
     line-height: 1.3em;     
     letter-spacing: 0px;
     color: #57191E;
     background-color: transparent;
}

h4 {
     margin: 0 0 .5em 0;
     padding: 0;
     font-size: 1.2em;
     line-height: 1.3em;     
     letter-spacing: 0px;
     color: #57191E;
     background-color: transparent;
}

h5 {
     margin: 0 0 .5em 0;
     padding: 0;
     font-size: 1.2em;
     line-height: 1.3em;     
     letter-spacing: 0px;
     color: #57191E;
     background-color: transparent;
}

/* ----------------------------------------------------------------------------
Hyperlinks
-----------------------------------------------------------------------------*/

a:link, a:visited, a:active { 
     background-color: transparent;
     color: #CC6600; 
     text-decoration: none;
}

a:hover { 
     background-color: transparent;
     color: #CC6600; 
     text-decoration:underline;
}


#header a:link, #header a:visited, #header a:active { 
     background-color: transparent;
     color: #FFFFFF; 
     text-decoration: none;
}

#header a:hover { 
     background-color: transparent;
     color: #FFFFFF; 
     text-decoration:none;
}

#footer a:link, #footer a:visited, #footer a:active { 
     background-color: transparent;
     color: #CDC7A4; 
     text-decoration: none;
}

#footer a:hover { 
     background-color: transparent;
     color: #CDC7A4; 
     text-decoration:underline;
}

/* ----------------------------------------------------------------------------
Horizontal Menu
-----------------------------------------------------------------------------*/

ul#navlist {
     margin: 0;
     padding: 12px 0;
     font-weight: bold;
     font-size: 1.2em;
     width: 690px;
}

#navlist li {
     display: inline;
     list-style-type: none;
     margin: 0; padding: 0;
     line-height: 1.4em;
}

#navlist a { padding: .4em .8em; margin: 0; }

#navlist a:link, #navlist a:visited {
     color: #AFCAB5;
     background-color: transparent;
     text-decoration: none;
}

#navlist a:hover {
     color: #FFFFFF;
          background-color: transparent;
     text-decoration: none;
     margin: 0px;
}

#navlist li a#current
{
     color: #C1D9C4;
          background-color: transparent;
     text-decoration: none;
     margin: 0px;
}

#navlist li a:hover#current
{
     background-color: transparent;
     color: #FFFFFF;
     text-decoration: none;
     margin: 0px;
}

/* ----------------------------------------------------------------------------
 Unordered Lists
-----------------------------------------------------------------------------*/


#right ul, #left ul, #content ul, #content_wide ul  {
     margin: 0 0 1.3em 5px;
     padding-left: 0px;
     list-style-type:none
}



#right  li, #left  li, #content li, #content_wide li {
     padding-left: 12px; margin-bottom: .4em; 
     background: transparent url(../images/bullet.gif) 0 0.4em no-repeat;
     font-size: 1em;
     line-height: 1.4em;
}

/* ----------------------------------------------------------------------------
Blockquotes
-----------------------------------------------------------------------------*/

blockquote
{
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-style: italic;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 30px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 10px;
    color: #333333;
}

blockquote p { 
     margin: 0 0 1.2em 0; 
     font-size: 1em;
     line-height: 1.3em;     
}


/* ----------------------------------------------------------------------------
Page Structure
-----------------------------------------------------------------------------*/


#wrapper {
     width: 750px;
     margin: 0 auto;
     background: transparent;
     text-align: left;
}

#top {
     padding: 10px 40px 15px 40px; 
     background: transparent url(../images/top.jpg) bottom left no-repeat;
}

#header {
     height: 105px;
     padding: 25px 0 0 50px;
     background: transparent url(../images/header.jpg) top left no-repeat;     
}

#menu {
     padding: 0px 30px 0px 30px;
     background: transparent url(../images/menu.jpg) top left  repeat-y; 
}


#breadcrumb {
     margin: 0 0 12px 0;
     padding: 3px 0 20px 0;
     border-bottom: 1px solid #DDDDDD;
}

#content {
     padding: 20px 35px 10px 35px;
     background: transparent url(../images/content.jpg) top left repeat-y;       
}

#content_wide {
     padding: 20px 35px 10px 35px;
     background: none;      
     background: transparent url(../images/content_wide.jpg) top left repeat-y;        
}

#left {
     float: left;
     width:475px;
}

#right {
     float: right;
     width:180px;
}

#gutter {
     margin: 15px 0 8px 0;
     padding: 25px 0 15px 0;
     border-top: 1px solid #DDDDDD;
}

#footer {
     background: transparent url(../images/footer.jpg) bottom left repeat-y;   
     padding: 30px 40px 12px 40px;  
}

#bottom {
     padding: 30px 40px 10px 40px;  
     background: transparent url(../images/bottom.jpg) top left no-repeat;
}

.spacer {
     clear:both;
}


/* ----------------------------------------------------------------------------
Images
-----------------------------------------------------------------------------*/

.float_left {
     float: left;
     margin: 5px 15px 10px 10px;
     padding: 0;
}

.float_right {
     float: right;
     margin: 5px 10px 10px 15px;
     padding: 0;
}

.float_left img, .float_right img {
    border: 0;
    margin: 0;
    padding: 0;
}

/* ----------------------------------------------------------------------------
Additions
-----------------------------------------------------------------------------*/

#mainContent img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#mainContent  {
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 40px 40px;
	min-height: 200px;
}

/* ----------------------------------------------------------------------------
Menu mods 20081129
-----------------------------------------------------------------------------*/

body div#listcontainer ul li ul {
  display:none;
}

div#listcontainer ul li:hover ul, div#listcontainer ul li ul:hover {
  display:block;
}

div#listmenu ul li ul {
  margin:0;
  position:absolute;
  width:10em;
  left:-1px;
}

div#listmenu ul li ul li {
  width:100%;
  border-left:1px solid #069;
  border-bottom:1px solid #069;
  border-right:1px solid #069;
}

div#listmenu ul li ul li:first-child {
  border-top:1px solid #069;
}

div#listmenu li {
  float:left;
  position:relative;
  list-style-type:none;
  background-color:#ffa;
  border-right:1px solid #069;
}
