@CHARSET "ISO-8859-1";

body {
	margin: 0px;
	font-family: serif;
	font-size: 14px;
	position: relative;
	
}

a img {
	border-style: none;
}
.picture a {
	text-decoration: none;
	color: #666666;
	font-style: italic;
}

h1 {
	font-family: georgia, serif;
	margin-top: 0;
}

h2 {
	font-family: georgia, serif;
	margin-bottom: 0;
}

#header_bg {
	background-image: url("/images/header_bg.jpg");
	height: 156px;
	margin: 0;
	padding: 0;
}
html {
	position: relative;
	
	background-image: url("/images/footer_bg.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	
	padding-bottom: 205px;
	background-color: #000000;
}

#wrapper {
}

#header {
	position: relative;
	top: -2px;
	
	width: 920px;
	margin: auto;
}

#headerlogo {
	width:143px;
	height:50px;
	position: absolute;
	top: -137px;
	left: 0px;
	z-index: 10;
	
}

#nav_pri ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 0;
	bottom: 0;
}

#nav_pri ul li.selected {
	position: relative;
	top: 20px;
}

#nav_pri ul li {
	list-style-type: none;
	background-image: url("/images/menuitem_bg.jpg");
	/* width: 95px; */
	height: 93px;
	float: left;
	margin-left: 1px;
	position: relative;
}

#nav_pri ul li a {
	color: #ffffff;
	/*display: block;*/
	height: 33px;
	/* width: 95px; */
	vertical-align: middle;
	text-align: center;
	padding-top: 60px;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 12px;
	padding-left: 14px;
	padding-right:14px;
	position: relative;
	top: 35px;
}
#content_wrapper {
	background-color: #ffffff;
	clear: both;
}
#content {
	width: 920px;
	margin: auto;
	padding-top: 40px;
	border-right: 1px solid #999999;
}

.homeleftcolumn {
	float: left;
	width: 320px;
}

.homerightcolumn {
	margin-left: 420px;
}

input {
	width: 200px;
}

.event {	
}
.event#last {
	margin-bottom: 0;
}
	
.event .picture {
	border: 1px solid #999999;
	padding: 2px;
	float: left;
	margin-right: 40px;
}

.event .text {
	width: 500px;
	float: left;
	margin-rght: 40px;
}

.event .text h2 {
	margin-top: 0;
	font-family: serif;
}

.event .details {
	margin-left: 740px;
	border-left: 1px dashed #999999;
	padding-left: 20px;
	color: #999999;
	height: 118px;
}

.picture {
	border: 1px solid #999999;
	padding: 2px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;
}
#gallery .picture {
border-style: none;
padding: 0px;
float: left;
margin-right: 0px;
margin-bottom: 0px;
}

#gallery .picture a {
border: 1px solid #999999;
padding: 2px;
float: left;
margin-right: 20px;
margin-bottom: 40px;
height: 114px;
}
.picture img {
	clear: both;
}

.movielist a.vidtitle {
	display: block;
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
	vertical-align: middle;
}
.movielist a.vidtitle:hover {
	background-color: #CCCCCC;
	color: #000000;
}

.movielist div a.vidthumbnail {
	float: left;
	margin-right: 10px;
}

.movielist div a.viddescription {
	margin-top: 20px;
}

#footer {
	clear: both;
	color: #ffffff;
	position: absolute;
	
	width: 960px;
	margin: auto;
	padding-top: 20px;
	left: 50%;
	margin-left: -490px;
}

/* USERS */
span.needs_approval{
	background-color:#999999;
	padding:1px;
}