body 
{
	background-color: #000000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
img { margin: 0; padding: 0; border: none; }

#wrapper { 
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 900px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#wrapper .bg { float: left; background: url(../images/bg-wrapper.gif) repeat-y center top; }
#page { position: relative; float: left; width: 600px; margin: 0 auto; xbackground: url(../images/bg-page.gif) no-repeat left top; clear: both; }

a {
	color: #FFFFFF;
	text-decoration:none;
}
a:hover {
	color: #DCA03D;
	text-decoration:none;
}

/* page header stuff */
#header_wrapper { position: relative; text-align: center; width: 900px; margin: 0 auto; padding: 0px; clear: both; }
#header {
	width: 900px;
	height: 180px;
	padding: 0px;
	background: #262626 url(../images/header.jpg) no-repeat center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* page navigation stuff */
#menu_wrapper { clear: both;height:3em;width:800px; }
#menu_wrapper ul { float:left; list-style:none; display: inline; margin: 10px 0 0 0; padding:0; font: bold 140% Arial, Helvetica, sans-serif;}
#menu_wrapper li { float: left; color: #fff; margin: 0 20px 0 0; }
#menu_wrapper li a { color: #fff; text-decoration: none; }
#menu_wrapper li a:hover { color: #DCA03D; text-decoration: none; }

/* content stuff */
#content_wrapper { position: relative; width: 900px; margin: 0 auto; padding: 0px; clear: both; }
#content_wrapper table { width: 900px; float: left; margin: 30px auto; padding: 0; font: 90% Arial, Helvetica, sans-serif; line-height: 1.2em; }
#content_wrapper table ul { float:left; width: 220px; list-style:none; margin: 0 0 20px 0; padding:0; }
#content_wrapper table li { float: left; color: #b2b2b2; width: 220px; margin:4px auto; }
#content_wrapper table li a { color: #fff; width: 220px; display:block; text-decoration:none;  }
#content_wrapper table li a:hover { color: #DCA03D; text-decoration:none; }

#recentpost_wrapper { width: 900px; border-top: #c0c0c0 1px solid; padding: 0; }
#recentpost_wrapper .recentpost { border-bottom: #ddd 1px solid; text-align: left; font: 100% Arial, Helvetica, sans-serif; line-height: 1.2em; }
div.postlink { width: 900px; height: 24px; display: block; margin: 3px 0 0 0; padding: 0; font-weight: bold; xbackground: url(../images/comment.gif) no-repeat top right; clear: both; }
div.postlink a { display: block; color: #fff; text-decoration: none; }
div.postlink a:hover { display: block; color: #DCA03D; text-decoration: none; }

div.venue { font: normal 130% Arial, Helvetica, sans-serif; color: #555; line-height: 2em; clear: both; }

/* footer stuff */
#footer {
	color: #FFFFFF;
}
#footer  a { color: #fff; text-decoration:underline;  }
#footer a:hover { color: #DCA03D; text-decoration:underline; }
#copyright {
	position: relative;
	width: 600px;
	padding: 0px;
	clear: both;
	color: #FFF;
	font-size: 11px;
	line-height: 1.4em;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#copyright a { color:#fff; text-decoration:none; font-weight:bold; }
#copyright a:hover { color:#DCA03D; text-decoration:underline; }


/* form stuff */
form { margin:0; padding:0; }
label { font-size:110%; color: #fff; width: 180px; float: left; text-align: left; margin: 8px 0 8px 0; display: block }
.textinput { width: 300px; border: solid 1px #c0c0c0; font: normal 14px Arial, Helvetica, sans-serif; padding: 0; margin: 4px 0 8px 0; }
.shorttextinput { width: 150px; border: solid 1px #c0c0c0; font: normal 14px Arial, Helvetica, sans-serif; padding: 0; margin: 4px 0 8px 0; }
.dropbox { width: 300px; border: solid 1px #c0c0c0; font: bold 14px Arial, Helvetica, sans-serif; padding: 0; margin: 4px 0 8px 0; }
.textbox { width: 300px; border: solid 1px #c0c0c0; font: normal 14px Arial, Helvetica, sans-serif; padding: 0; margin: 4px 0 8px 0; }
.submit input{ font: normal 14px Arial, Helvetica, sans-serif; padding: 0; margin: 8px 0 8px 0; padding: 3px; }

#notes { float:left; width: 600px; text-align: left; font: bold 100% Arial, Helvetica, sans-serif; line-height: 1.4em; clear: both; }
.clearall { margin:0;padding:0;clear:both; }
.success { color:#fff; }
.error { color:#F33; }

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../images/star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:25px;
	z-index:11;
}
.star-rating a.two-stars{
	width:50px;
	z-index:10;
}
.star-rating a.three-stars{
	width:75px;
	z-index:9;
}
.star-rating a.four-stars{
	width:100px;
	z-index:8;
}
.star-rating a.five-stars{
	width:125px;
	z-index:7;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}

