/***************/
/* main layout */
/***************/
body { margin: 0; padding: 0; background: #000 url('../images/bg.jpg') top left repeat-x; color: #fff; }

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

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

h1.title { margin: 0; margin-bottom: 10px; }

/*******************/
/* header elements */
/*******************/
#navContainer { height: 340px; color: #fff; }
#navContainer ul { margin: 0; padding: 0 20px; }
#navContainer ul li {  }
#navContainer ul li a { color: #fff; }

/********************/
/* content elements */
/********************/
#mainContainer {
	margin: 0;
	padding: 0;
}


#sidebar { float: left; width: 256px; margin-right: 30px; }

#sidebar #updates { margin-bottom: 30px; }
#sidebar #funClub {  }


#mainContent { float: left; width: 513px; }



.newsItem { margin-bottom: 10px; }
.newsItem .newsPicture { display: block; float: left; margin-right: 8px; margin-bottom: 5px; border: 1px solid #9c9c9c; }
.newsItem .newsTitle   {  }
.newsItem .newsTitle a { color: #fff; } /* override link colour */
.newsItem .newsDate    {  }
.newsItem .newsContent {  }

.book { margin-bottom: 10px; }
.book .bookPicture { display: block; float: left; margin-right: 8px; margin-bottom: 5px; border: 1px solid #9c9c9c; }
.book .bookTitle   {  }
.book .bookTitle a { color: #fff; } /* override link colour */
.book .bookContent {  }

#skatePages            { margin-bottom: 20px; }
.skateItem             { border: 1px solid #773; padding: 9px; margin-bottom: 10px; }
.skateItem .skateEmail { font-weight: bold; margin-bottom: 6px; }
.skateItem .skateReply {  }

#paging { margin-bottom: 10px; border: 1px solid #773; padding: 3px 9px; }

.floatleft { float: left; }

hr {
	border-bottom: dashed #996 1px;
	height: 1px;
	border-top: none;
	border-left: none;
	border-right: none;
}

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

/*******************/
/* footer elements */
/*******************/
#footer { margin: 25px 0 10px; }
#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 */