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

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

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


/*******************/
/* header elements */
/*******************/
#navContainer { width:222px;
				background-color:#252956; 
				color:#eac89d; 
				text-align:right;
				}


#navContainer ul#nav { list-style:none; padding: 35px 40px 239px 0px; margin: 0; }
#navContainer ul#nav li { padding:0px 0px 2px 0px;}
#navContainer ul#nav li a { text-decoration: none; }

#navContainer ul#menuNav      { list-style: none; font-size: 0.9em; }
#navContainer ul#menuNav li   {  }
#navContainer ul#menuNav li a:link,
#navContainer ul#menuNav li a:visited { color: #f5eadb; }
#navContainer ul#menuNav li a:hover,
#navContainer ul#menuNav li a:active  { color: #fff; }

ul.nav    { list-style: none; margin: 0; padding: 0; }
ul.nav li { display: inline; margin-right: 10px; }


/********************/
/* content elements */
/********************/
#mainContainer {  }



hr {
  margin: 18px 0;
  border-bottom: solid #b70062 1px;
  height: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
}

/*********/
/* items */
/*********/
.item              { margin-bottom: 10px; padding-bottom: 20px; padding-top:10px; border-bottom:1px #b28e60 solid; }
.item .itemImage   { float: left; margin-right: 5px; margin-bottom: 5px; border:2px #b28e60 solid; }
.item .itemDetails { float: right; width: 370px; }
.item .itemTitle   { font-weight: bold; line-height: 1em; margin-bottom: 8px; padding-left: 10px; }
.item .itemDate    { font-style: italic; padding-left: 10px; }
.item .itemContent { padding-left: 10px; }
.item .itemMore    { padding-left: 10px; }
.item .itemBorder  { }

#itemBack          {  }

/*****************/
/* photo gallery */
/*****************/
div.galleryItem { /* one gallery item */
  width: 128px;
  height: 128px;
  float: left;
  margin: 5px;
  border:3px #b28e60 solid;
}

/*******************/
/* footer elements */
/*******************/
#footer { margin-top:1px; border-top:3px #b28e60 solid; color:#b28e60; font-size:9px; padding:0px 0px 0px 595px; width:295px; }
#footer a { text-decoration: none; color:#b28e60; } /* for the clevercherry.com link */
#footer a:hover { color:#666666;}


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

/* 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 */

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