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

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

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

#mainContentContainer a:link 	  { color: #750e18; text-decoration: underline; }
#mainContentContainer a:visited { color: #750e18; text-decoration: underline; }
#mainContentContainer a:hover   { color: #b1b1b1; text-decoration: underline; }
#mainContentContainer a:active  { color: #b1b1b1; text-decoration: underline; }

#popularSearches a:link 	  { color: #750e18; text-decoration: none; }
#popularSearches a:visited { color: #750e18; text-decoration: none; }
#popularSearches a:hover   { color: #750e18; text-decoration: underline; }
#popularSearches a:active  { color: #750e18; text-decoration: none; }

/*******************/
/* header elements */
/*******************/
#navContainer { float:right; background:#750e18; width:700px; height:33px; margin-top:38px; }

.sideNavContainer { padding:36px 0px 0px 2px;}
.homeSideNav { list-style:none; width:175px;}
.sideNav { list-style:none; width:172px;}

.sideNav ul { padding:0px; margin:0px;}
.sideNav ul li { padding:0px; margin:0px;}

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

#subNavAbout  { margin: 0; padding: 0px 0px 10px 0px; padding-left: 15px;}
#subNavAbout li { display:inline; color:#67131c; list-style:none; margin:0px 0px 5px 10px; padding: 0; }
#subNavAbout li a { color:#67131c;}
#subNavAbout li a:hover { color:#b1b1b1;}


/********************/
/* content elements */
/********************/
#homeMainContentContainer { background-color:#f2f2f2; width:473px; border:#d4d4d4 solid 1px; }

#mainContentContainer { background-color:#f2f2f2; width:670px; border:#d4d4d4 solid 1px; }

#mainContentTitle { padding:20px 0px 0px 25px; }
#mainContentText { padding:10px 25px 15px 25px; }
#mainContentImage { padding:20px 0px 30px 25px; }

#sideNews { border: 1px solid #9e1c2c; background-color: #e7d0be; width: 150px; padding: 19px 25px 19px 19px; }

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   { border: 1px solid #9e1c2c; }
.item .itemMore    {  }

#itemBack          {  }

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

/*******************/
/* footer elements */
/*******************/
#footer { background-color:#750e18; margin-top:50px; color:#FFFFFF; font-size:9px; padding:5px 0px 5px 530px; }
#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: 110px; /* default width for a default form, add new form ids and override */
}
div.formrow.indent { margin-left: 120px; } /* 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 */