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

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

/* specific link colours for this site */
a:link 	  { color: #393c45; text-decoration: underline; }
a:visited { color: #393c45; text-decoration: underline; }
a:hover   { color: #707480; text-decoration: underline; }
a:active  { color: #707480; text-decoration: underline; }

/* specific link colours for this site */
a.outlinks:link 	  { color: #ffffff; text-decoration: underline; }
a.outlinks:visited { color: #ffffff; text-decoration: underline; }
a.outlinks:hover   { color: #ffffff; text-decoration: underline; }
a.outlinks:active  { color: #ffffff; text-decoration: underline; }



/*******************/
/* header elements */
/*******************/
#navContainer { padding:42px 10px 0px 0px; }

#navContainer ul { float: right; list-style:none; margin:0px; }
#navContainer ul li { display:inline; margin: 2px;}
#navContainer ul li a:link { text-decoration: none; color:#fff;}
#navContainer ul li a:visited { text-decoration: none; color:#fff;}
#navContainer ul li a:hover { text-decoration: none; color:#9f9f9f;}
#navContainer ul li a:active { text-decoration: none; color:#9f9f9f;}

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


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

#titleBox { background-color:#393c45; width:242px; height:37px; margin:0px 0px 0px 11px;}
#titleBoxOut { background-color:#393c45; width:595px; height:37px; margin:0px 0px 0px 11px;}

#titleText { padding:10px 0px 0px 11px;}

#boxText { color:#000000; padding:25px 0px 0px 5px;}

#boxTextOut { color:#fff; padding:25px 0px 0px 5px;}

#boxTextOut { color:#fff; padding:25px 0px 0px 5px;}

#formArea { width:242px; margin:50px 0px 0px 11px;}

.formStyle {height:19px;
			width:232px; 
			color:#fff; 
			border:0px;
			margin-bottom:0px;
			background-color:#393c45;
			padding:5px 0px 0px 10px;
			}
			
.formSubmit {
			color:#000; 
			border:0px;
			margin:3px 0px 0px 202px;
			}

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; }
.item .itemHeader  {  }
.item .itemTitle   { font-weight: bold; }
.item .itemDate    { font-style: italic; }
.item .itemContent {  }
.item .itemImage   { float: left; margin-right: 5px; margin-bottom: 5px; }
.item .itemMore    {  }

#itemBack          {  }

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

/*******************/
/* footer elements */
/*******************/
#footer { }
#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 */

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