/***************/
/* main layout */
/***************/
body { 
	margin: 0;
	padding: 20px 0;
	background-color:#afafaf;}


/* specific link colours for this site */
a:link 	  { color: #4a5372 ; text-decoration: none; }
a:visited { color: #4a5372; text-decoration: none; }
a:hover   { color: #ffffff; text-decoration: none; background-color:#026584; }
a:active  { color: #8d94ab; text-decoration: none; }


/*******************/
/* header elements */
/*******************/

#bodyWrapper { width:800px; text-align:left;}
#navcontainer { background-image:url(../images/menu_banner.jpg); height:28px;}
#navcontainer ul { margin: 0; padding:0; padding-top:5px; padding-left:80px;}
#navcontainer li { margin:0; padding:0; float:left; list-style:none; margin-left:50px;}
#navcontainer li a { color:#4a5372; display: block;}
#navcontainer li a:hover { color:#ffffff;}

#navcontainer li a.selected { color:#66CCCC; font-weight:600; }





/********************/
/* content elements */
/********************/

#mainbody {background-color:#efefef; padding:20px;}
#mainbodytext {float:left; background-color:#efefef; width:550px; padding-left:12px; text-align:left;}
#mainbodytextNew {float:left; background-color:#efefef; padding-left:12px; text-align:left;}
#mainbodyimage {float:right; background-color:#efefef; width:150px; padding: 10px 10px 10px 0px; font-size:10px;}
#mainbodytextNewNew {padding:3px 20px 0px 0px;}

#mainbodytextComm {float:left; background-color:#efefef; width:730px; padding-left:12px; text-align:left;}
#tableSpace td { padding-bottom:7px}
hr {
  border-bottom: dashed #000 1px;
  height: 1px;
  border-top: none;
  border-left: none;
  border-right: none;
}
h5 { font-size:15px;}

#pictable {}
#pictable td { padding-bottom:15px; text-align:center;}


.doc-item {
	width: 114px;
	height: 82px;
	display: block;
}


/* client login */
#mainbody #header { padding: 4px 0px; margin-bottom: 20px; }

#mainbody #header h1 { float: left; color: #fff; text-transform: uppercase; }

#mainbody #header form { margin: 0; padding: 0; }

#mainbody #header form#loginBox       { float: right; margin-top: 1px; }
#mainbody #header form#loginBox input { width: 100px; }
#mainbody #header a#logoutLink        { display: block; float: right;}

#mainbody #fileTable { font-size: 1.0em; }
#mainbody #fileTable tr.odd { background-color: #dee1e3; }
#mainbody #fileTable tr th { text-align: left; padding: 20px 0 10px; }
#mainbody #fileTable tr td { text-align: left; }

#archiveButton { padding:10px 0px 10px 0px;}

ul#archive      { margin:0; padding:0; }
ul#archive li   { margin:0; padding:0; float: left; list-style:none; }

ul#archive li a {
	background: transparent url(../images/archive_buttons.gif) no-repeat scroll 0 0;
	display: block;
	height: 26px;
}
ul#archive li a { text-indent: -999px; overflow: hidden; }


#archive #archive-events a { width: 179px; background-position:     0px 0px; }
#archive #archive-commissions a { width: 179px; background-position:  -179px 0px; }
#archive #archive-projects a { width: 179px; background-position: -358px 0px; }

#archive #archive-events a:hover { background-position:    0px -26px; }
#archive #archive-commissions a:hover { background-position:  -179px -26px; }
#archive #archive-projects a:hover { background-position: -358px -26px; }

/********/
/* news */
/********/
.newsItem                         { margin-bottom: 10px; }
.newsItem .newsTitle              { font-weight: bold; }
.newsItem .newsDate               { font-style: italic; }
.newsItem .newsContent            {  }
.newsItem .newsContent .newsImage { float: left; margin-right: 5px; margin-bottom: 5px; }

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