/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; /* backgrounds? */ }

#bodyWrapper { width: 824px; margin: auto; }

/* specific link colours for this site */
a         { color: #4f9041; text-decoration: none; }
a:link    { color: #4f9041; text-decoration: none; }
a:visited { color: #4f9041; text-decoration: none; }
a:hover   { color: #b2c180; text-decoration: underline; }
a:active  { color: #b2c180; text-decoration: underline; }


/*******************/
/* header elements */
/*******************/
#navContainer {  }

#navContainer #logo { float: left; }

#navContainer ul { float: right; }
#navContainer ul li { font-weight: bold; }
#navContainer ul li a { text-decoration: none; }

.nav { font-family:"Lucida Sans Unicode", Tahoma, Arial; color:#FFFFFF; font-style:normal; font-size:71%;}
.nav a { color:#FFFFFF;}
.nav a:link { color:#FFFFFF; text-decoration:none;}
.nav a:visited { color:#FFFFFF; text-decoration:none;}
.nav a:hover{ color:#b2c180; text-decoration:none;}
.nav a:active { color:#b2c180; text-decoration:none;}

.nav li.selected,
.nav li.selected a,
.nav li.selected a:link,
.nav li.selected a:visited,
.nav li.selected a:hover,
.nav li.selected a:active { color: #b2c180; }

ul.nav    { list-style: none; margin: 0; padding: 5px 0px 5px 0px; margin-left:20px; }
ul.nav li { display: inline; margin-right: 19px; }


/********************/
/* content elements */
/********************/
#mainContentContainer { width:830px; margin:auto; background-color:#FFFFFF; }

#mainContent { padding:30px 0px 40px 0px;}

.sideTitleArea {
	padding-bottom:10px;
}

.sideTitle { 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:130%;
	font-weight:bold;
	font-style:italic;
	color:#4f9041;
}


#side { float: left;  width: 175px; font-size:80%; }
#side ul {  margin:0; padding:0; font-family:"Lucida Sans Unicode", Tahoma, Arial; font-style:normal;}
#side ul li { margin:0px; padding:0px; list-style:none; margin-bottom:3px; padding:0px 0px 0px 0px; width: 100%;}
#side ul li a {display:block; background-color:#36682C; padding:4px 0px 4px 10px; margin:0;  color:#fff; }
#side ul li a:link { color:#fff;}
#side ul li a:visited {color:#fff; }
#side ul li a:hover { color:#36682C; text-decoration:none; display:block; background-color:#CEDCA9; padding:4px 0px 4px 10px; margin:0; }
#side ul li a:active { color:#36682C; text-decoration:none; }

#main { float: right; width: 612px; padding-left:23px; }
#indent { padding-left:40px;}

h1, h2, h3, h4, h5, h6 {
	font-family:"Lucida Sans Unicode", Tahoma, Arial; font-style:normal;
	color: #4f9041;
	margin-bottom: 15px;
}

h1 { font-size: 1.10em; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; font-style:italic; }
h2 { font-size: 1.00em; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; font-style:italic; }
h3 { font-size: 1.00em; font-family:Georgia, "Times New Roman", Times, serif; }
h4 { font-size: 0.98em; font-family:Georgia, "Times New Roman", Times, serif; }
h5 { font-size: 0.95em; font-family:Georgia, "Times New Roman", Times, serif; }
h6 { font-size: 0.85em; font-family:Georgia, "Times New Roman", Times, serif; }

#blogSide ul { margin: 0; padding: 0; padding-left: 15px; }
#blogSide li { color: #4f9041; font-weight: bold; }


div.hr {
  margin: 15px 0;
  border: none;
  height: 3px;
	background: transparent url(../images/hr.gif) repeat-x scroll 0 0;
}
div.hr hr { display: none; }

#searchform { margin-top: 100px; margin-bottom: 20px; }
#searchform .text {
	background: #fff url(../images/search-bg.gif) repeat-x scroll 0 0;
	border: 1px solid #8d8d8d;
	border-right: none;
	color: #6d6d6d;
	font-size: 1.072em;
	font-weight: bold;
	height: 22px;
	line-height: 1.5em;
	padding: 4px 6px 0px 6px;
	width: 121px;
}
#searchform .submit { border: 1px solid #8d8d8d; margin-top:1px }

#rss {
	color: #6d6d6d;
	display: block;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.072em;
	font-style: normal;
	font-weight: bold;
	line-height: 2.083em;
	margin-left: 10px;
}


#signupform { margin-top: 50px; }

/*********/
/* items */
/*********/
.item          { margin-bottom: 10px;  }
.item .image   { float: left; border: 1px solid #4f9041; width: 169px; }
.item .detail  { float: right; width: 421px; }
.item .header  {  }
.item .title   { float: left; }
.item .date    { font-size: 0.8em; font-weight: normal; color:#4f9041; font-family:"Lucida Sans Unicode", Tahoma, Arial; font-style:normal; font-size:75%; }
.item .content {  }
.item .comment{
	margin-bottom:25px;
	margin-top:5px;
	padding-left:10px;
	border-left:10px solid #DCE7B5;
}

.home         { margin-bottom: 30px;}
.home .image  { width: 68px; height: 68px; }
.home .header { float: right; width: 100px; }
.home .title { float: none; margin: 0; font-family:"Lucida Sans Unicode", Tahoma, Arial; font-style:normal; font-weight:bold; line-height:1.2em; }
.home .date   { float: none; margin: 0; font-family:"Lucida Sans Unicode", Tahoma, Arial; font-style:normal; font-size:85%; color:#686767;}
.home .title  { margin-bottom: 2px; }

#itemBack          {  }

/*****************/
/* photo gallery */
/*****************/
div.galleryItem { /* one gallery item */
  width: 100px;
  height: 100px;
  float: left;
  margin: 5px;
}

/*******************/
/* footer elements */
/*******************/
#footer { 
	background:url(../images/footer_bg.gif) repeat-x; 
	background-color:#EAF1D8; 
	font-size:70%; 
	color:#5b5b5b; 
	height:254px;
	padding:10px 500px 0px 0px; 
	}
	
#footer a { text-decoration: none; } /* for the clevercherry.com link */


/***********************/
/* general form styles */
/***********************/
#contactform	{ float: left; }  /* the contact form itself */
#contact		{ float: right; } /* contact info or whatever on right */

.required { color: #f00; }

/* all form elements are contained within a formrow div, with a label and
 *  then the element, this is the best way (but still not good) to emulate
 *  a table */
div.formrow {
  clear: both;
  text-align: left;
  margin-bottom: 10px;
}

div.formrow label {
  float: left;
  text-align: right;
  margin-right: 10px;
  width: 80px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 90px; } /* label width + label margin-right, override as above */
div.formrow label.radio {
	float: none;
	text-align: inherit;
	margin-right: 0;
	width: auto;
}

#callbackForm div.formrow label  { width: 130px; }
#callbackForm div.formrow.indent { margin-left: 140px; }

#downloadForm div.formrow label  { width: 55px; }
#downloadForm div.formrow.indent { margin-left: 65px; }

/* message and error boxes, not just useful in contact form */
.message { border: 1px solid #080; color: #080; padding: 3px 5px; margin-bottom: 15px; float: left; } /* you may need to clearfix this */
.message.nomargin { margin-bottom: 0; } /* if before something with a margin-top */
.message.info { border-color: #880; color: #880; } /* info box in yellow */
.message.warn { border-color: #f40; color: #f40; } /* warning box in orange */
.message.error { border-color: #f00; color: #f00; } /* error box in red */