
/* codes added by Els */

#content_wrapper h1{
	margin:5px 0;
}
#recentpost_wrapper div.intro{
	padding-bottom:15px;
}
#recentpost_wrapper div.intro p{
	margin:0 !important;
}
#recentpost_wrapper div.intro p span.capitals{
	text-transform:uppercase;
}

body 
{
	background-image: url(images/bg2.gif);
	margin: 0px;
	background-color: #000000;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
img {border: none; }

#wrapper { 
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	width: 940px;
	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: 800px; margin: 0 auto; xbackground: url(../images/bg-page.gif) no-repeat left top; clear: both; }

a { color: #C23; text-decoration:none;  }
a:hover { color: #222; text-decoration:none; }

/* page header stuff */
#header_wrapper { position: relative; text-align: center; width: 800px; margin: 0 auto; padding: 0px; clear: both; }
#header {
	width: 800px;
	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 { float:left; clear: both; }
#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: #222; margin: 0 20px 0 0; }
/* #menu_wrapper li a { color: #C23; text-decoration: none; } */
/* #menu_wrapper li a:hover { color: #222; text-decoration: none; } */

/* content stuff */
#content_wrapper { position: relative; width: 592px; margin: 0 auto; padding: 0px; clear: both; }
#content_wrapper table { width: 592px; float: left; margin: 30px auto; padding: 0; font-size: 100%; line-height: 1.2em; border-collapse:collapse;}
#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: #C23; width: 220px; display:block; text-decoration:none;  }
#content_wrapper table li a:hover { color: #222; text-decoration:none; }

#recentpost_wrapper { width: 592px; float: left; border-top: #595959 1px solid; margin: 10px auto; 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: 592px; 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: #C23; text-decoration: none; }
div.postlink a:hover { display: block; color: #fff; text-decoration: none; }

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

/* footer stuff
#footer { position: relative; width: 800px; height: 80px; margin: 0 auto; padding: 0px; background: url(../images/bg-footer.gif) no-repeat left top; clear: both; }
#footer_content { width: 592px; text-align: left; margin: 0 auto; color: #aeaeae; font-size: 80%; line-height: 2em; }
#footer_content a { color: #C23; text-decoration:none;  }
#footer_content a:hover { color: #222; text-decoration:none; } */
#copyright {
	position: relative;
	width: 592px;
	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:#ccff33; text-decoration:none; font-weight:bold; }
#copyright a:hover { color:#FFF; text-decoration:underline; }


/* form stuff */
form { margin:0; padding:0; }
label { font-size:110%; color: #FFF; width: 210px; float: left; text-align: left; margin: 8px 0 8px 0; display: block }
.textinput { width: 379px; border: solid 1px #c0c0c0; font: normal 18px Arial, Helvetica, sans-serif; padding: 0; margin: 8px 0 8px 0; }
.shorttextinput { width: 150px; border: solid 1px #c0c0c0; font: normal 18px Arial, Helvetica, sans-serif; padding: 0; margin: 8px 0 8px 0; }
.dropbox { width: 379px; border: solid 1px #c0c0c0; font: bold 15px Arial, Helvetica, sans-serif; padding: 0; margin: 8px 0 8px 0; }
.textbox { width: 379px; border: solid 1px #c0c0c0; font: normal 15px Arial, Helvetica, sans-serif; padding: 0; margin: 8px 0 8px 0; }
.submit input{ font: normal 18px Arial, Helvetica, sans-serif; padding: 0; margin: 8px 0 8px 0; padding: 6px; }

#notes { float:left; width: 592px; 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:#E82; }
.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;
}

