* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #66777C;
	
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	background-repeat: no-repeat;
	background-position: top left;
}

body {
	background-color: #333333;
}
a {
	color: #F0971E;
	text-decoration: none;
}
	a:hover {
		color: #F0971E;
		text-decoration: underline;
	}
	
label {
	display: block;
	margin-bottom: 0px;
	color: #F0971E;
	font-weight: bold;
}
input, select, textarea {
	width: 300px;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	margin-bottom: 3px;
	padding: 2px;
}
textarea {
	height: 100px;
}
input.button {
	width: 100px;
	height: 20px;
}
	
h1 {
	font-size: 18px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #F0971E;
	border-bottom: 1px dotted #F0971E;
}
h2 {
	color: #F0971E;
	font-size: 14px;
	margin-bottom: 2px;
}
	h2 img {
		vertical-align: sub;
	}
	h2 a {
		color: #F0971E;
		font-size: 14px;
		margin-bottom: 2px;
	}
h3 {
	color: #F0971E;
	font-size: 12px;
	font-weight: normal;	
}
	h3 a {
		color: #F0971E;
		font-size: 12px;
		margin-bottom: 2px;
	}
h4 {
	color: #66777C;
	font-size: 10px;
}
	
p {
	margin-top: 5px;
	line-height: 14px;
}
	p.right {
		text-align: right;
	}
span.inline {
	margin: 0px;
}
	
.form-left {
	float: left;
	width: 300px;
	margin-bottom: 10px;
}
.form-right {
	float: right;
	width: 300px;
}
.form-submit {
	margin-top: 25px;
}
.clear {
	clear: both;
	display: block;
}
.justify {
	text-align: justify;
}
.left {
	float: left;
}
.right {
	float: right;
}
.gold {
	color: #F0971E;
}
	
#menu {
	width: 652px; /* ie needs 1px more */
	margin: 10px auto;
	margin-bottom: -2px; /* ie had spaces... */
	padding-left: 20px;
	color: #66777C;
}
	#menu ul {
		list-style-type: none;
	}
	#menu li {
		float: left;
		margin-left: 1px;
		margin-right: 1px;
		padding-top: 2px;
		height: 23px;
		line-height: 25px;
		vertical-align: middle;
		background-image: url(images/bg_menu.gif);
	}
		#menu li:hover, #menu li.active {
			background-image: url(images/bg_menu_hover.gif);
		}
		#menu li a {
			color: #66777C;
			width: 80px;
			text-decoration: none;
			display: block;
			text-align: center;
			font-weight: bold;
		}
			#menu li a:hover, #menu li.active a {
				text-decoration: none;
				color: #F0971E;
			}
						
#page-top {
	clear: both;
	margin: 0px auto;
	padding-top: 10px;
	width: 652px;
	background-image: url(images/bg_top.gif);
}
#banner {
	background-image: url(images/banner.png);
	width: 360px;
	height: 114px;
	margin: 0px auto;
	padding-left: 270px;
	padding-top: 10px;
	clear: both;
	z-index: 1000;
	color: #FFFFFF;
}
	#banner .date {
		display: block;
		float: left;
		font-weight: bold;
		width: 95px;
		color: #FFFFFF;
	}
	#banner h2 {
		color: #F0971E;
		font-size: 12px;
	}
	#banner .promo {
		display: block;
		font-size: 12px;
		color: #FFFFFF;
		margin-bottom: 15px;			
	}
		#banner .promo b {
			color: #F0971E;
			font-size: 14px;
		}
#page {	
	width: 630px;
	margin: 0px auto;
	padding: 15px 10px 0px 10px;
	background-color: #ffffff;
	border: 1px solid #888888;
	border-top: 0px;
	border-bottom: 0px;
}
#page-bottom {
	clear: both;
	margin: 0px auto;
	width: 652px;
	height: 20px;
	background-image: url(images/bg_bottom.gif);
}

#main {
	float: left;
	width: 420px;
}
	#main ul {
		margin: 10px;
		margin-left: 15px;		
		list-style-type: none;
		font-weight: bold;
	}
		#main ul.nob {
			font-weight: normal;
		}
		#main li {
			margin-bottom: 3px;
		}
	#main img.inline {
		margin: 10px;
		margin-bottom: 5px;
		border: 1px solid #DDDDDD;
	}
	
#ad {
	width: 175px;
	float: right;
}
#footer {
	margin: 10px auto;
	width: 650px;
	text-align: center;
	margin-bottom: 15px;
}

.event {
	width: 400px;
	clear: both;
	margin-bottom: 10px;
}
	.event .desc {
		float: left;
		width: 278px;
	}
	.event img.thumb {
		width: 110px;
		height: 110px;
		margin-right: 10px;
		margin-bottom: 10px;
		/*float: left;*/
		border: 1px solid #DDDDDD;
	}
	
.ad {
	width: 165px;
	height: 40px;
	padding: 5px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-size: 14px;
	background-image: url(images/bg_ad.jpg);
}
	
#uploader {
	margin-top: 3px;
}
	#uploader input {
		height: 18px;
		font-weight: bold;
		width: 150px;
	}
	
/* gallery */
img.thumb {
	float: left;
	margin-right: 10px;
}
form.dropdown {
	margin-bottom: 5px;
}
	
/**
 * Thats the basic css needed for the upload bars
 */
.photoupload-queue
{
	list-style:	none;
}
.photoupload-queue li
{
	background:	url(images/photo_upload.png) no-repeat 0 5px;
	padding: 5px 0 5px 22px;
}
.photoupload-queue .queue-file
{
	font-weight: bold;
}
.photoupload-queue .queue-size
{
	color: #aaa;
	margin-left: 5px;
	font-size: 10px;
}
.photoupload-queue .queue-loader
{
	position: relative;
	margin: 3px 15px;
	font-size: 10px;
	background-color: #ddd;
	color: #fff;
	border: 1px inset #ddd;
}
.photoupload-queue .queue-subloader
{
	text-align: center;
	position: absolute;
	background-color: #81B466;
	color: #FFFFFF;
	height: 100%;
	width: 0%;
	left: 0;
	top: 0;
}
.photoupload-queue .input-delete
{
	width: 16px;
	height: 16px;
	background: url(images/delete.png) no-repeat 0 0;
	text-decoration: none;
	border: none;
	float: right;
}
#photoupload-status {
	margin-top: 5px;
}
