body {
	font-family: "Trebuchet MS", "lucida grande", verdana, sans-serif;
	font-size: 11px;
	color: #FFC038;
	background-color: #4C0E01;
}

input, textarea, button {
	font-family: "Trebuchet MS", "lucida grande", verdana, sans-serif;
	font-size: 11px;
}

a {
	color: #FFC038;
}

a:hover {
	text-decoration: none;
}

h3 {
	margin: 0 0 10px 0; 
	padding: 0;
}

h3.gallery {
	margin: 0; 
	padding: 0;
	font-size: 14px;
}

div#bodywrap {
	margin: 0 auto;
	width: 700px;
}

div#topmenu a {
	color: #FFC038;
	text-decoration: none;
}

div#topmenu a:hover {
	text-decoration: underline;
}

.maincontent img {
	border: 1px solid #FFC038;
}



#lightbox {
	background-color: #eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	margin-top: 5px;
}
#overlay {
	background-image: url(/js/lightbox/overlay.png);
}
#lightboxCaption {
	color: #333;
	background-color: #eee;
	font-size: 90%;
	text-align: center;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	display: none;
}
* html #overlay {
	background-color: #000;
	background-image: url(/js/lightbox/blank.gif);
	filter: Alpha(opacity=50);
}



	
/* ----------- HEADER IMAGE ----------------- */
div#headerimg {
	background-position: right;
	background-repeat: no-repeat;
	width: 700px;
	height: 141px;
	margin: 0 auto;
	border: 0;
	text-align: left;
}
/* ----------- END HEADER IMAGE ------------- */


/* ----------- MENU LEVELS ------------------ */
div#topmenu, div#footermenu {
	width: 680px;
	height: 12px;
	margin: 5px auto 5px auto;
	text-align: center;
	padding: 2px 10px;
	background-color: #611809;
}
div#footermenu {
	text-align: center;
	clear: both;
}
/* ----------- END MENU LEVELS -------------- */



/* ----------- MAIN CONTENT ------------------ */
div.maincontent {
	width: 680px;
	margin: 0 auto;
	background-color: #611809;
	padding: 10px;
	margin-top: 5px;
}

div.contentdate {
	background-color: #4C0E01;
	padding: 5px;
	text-transform: uppercase;
}

div.contentpost {
	margin: 5px 20px 10px 20px;
	line-height: 14px;
}
/* ----------- END MAIN CONTENT -------------- */


/* ----------- POSTS DIV --------------------- */
div#posts {
	width: 400px;
	float: left;
}

div#sidebar {
	width: 270px;
	float: right;
}

div.sidebartitle {
	background-color: #4C0E01;
	padding: 5px;
}

div.sidebarcontent {
	padding: 5px;
}

div.clearer {clear: both; line-height: 0; height: 0;}
/* ----------- END POSTS DIV ----------------- */

ul#board {
	margin: 0;
	padding: 0 0 0 20px;
}

ul#board li {
	margin: 0;
	padding: 2px;
	line-height: 16px;
}

ul#board a {
	color: #FFC038;
	text-decoration: none;
}

ul#board a:hover {
	text-decoration: underline;
}

.imagetd {
	vertical-align: top;
	text-align: center;
	font-size: 9px;
}



/* --------------- EVENTS SECTION ---------------- */
div.eventdate {
	background-color: #4C0E01;
	padding: 5px;
	text-transform: uppercase;
}

div.eventcontent {
	margin: 10px 5px 10px 30px;
  line-height: 16px;
}
/* ------------- END EVENTS SECTION -------------- */



/* --------------- GALLERY SECTION ---------------- */
a.galleryhref {
	text-decoration: none;
}

a.galleryhref:hover {
	text-decoration: underline;	
}

img.galleryimg {
	border: 1px solid #FFC038;
	cursor: pointer;
	cursor: hand;
}

a.current {
	text-decoration: underline;
}

a.gallerypage {
	text-decoration: none;
}

div.comments {
	margin: 5px 0 5px 0;
	background-color: #4C0E01;
	padding: 5px;
	text-align: center;
}

div.commenttext {
	margin: 15px 5px 15px 30px;
}

div.commentmeta {
	margin: 5px 5px 15px 70px;
}

div.commentspacer {
	background-color: #4C0E01;
	margin: 3px;
	line-height: 4px;
}
/* ------------- END GALLERY SECTION -------------- */


/* ------------- BOARD SECTION -------------- */

span.posttitle {
	font-size: 16px;
	font-weight: bold;
}

span.postmeta {
	margin-left: 30px;
}

div.postcontent {
	margin: 0 30px 0 30px;
	font-style: italic;
	line-height: 18px;
	font-size: 12px;
	font-weight: normal;
	background-color: #4C0E01;
	padding: 10px;
}

div.postspacer {
	background-color: #4C0E01;
	margin: 15px 0;
	line-height: 4px;
}

a.boardtitle {
	text-decoration: none;
	font-weight: bold;
}

a.boardtitle:hover {
	text-decoration: underline;
}

span.boardauthor {
	font-weight: bold;
	font-style: italic;
	color: #F00;
}

span.boarddate {
	font-style: italic;
	color: #071;
	font-weight: bold;
}

span.boardnew {
	color: #0F0;	
	font-weight: bold;
}
/* ------------- BOARD SECTION -------------- */

