@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #0A0F14;
	color: #FFF;

	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	font-size: x-small; /*for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit; 
	font-size: small; /*for compliant browsers */	
	}
html>body { font-size: small; } /* be nice to Opera */

/* Links
----------------------------------------------- */
a img { border-style: none; }

h1, h2, h3, h4, h5, h6 {font-weight: normal; }
h1 { font-size: 165%; text-align: left; color: #fff; }

* {
	padding:0;
	margin:0;
}
.floatLeft {
	float:left;
}
.floatRight {
	float: right;
}
.separator {
	border-top:1px solid #333;
	padding-bottom:10px;
	margin-top:10px;
	clear: both;
}
#container {
	width: 766px;
	margin: 0px auto 10px auto;
}
#contentcontainer {
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #11161b;
	padding: 20px;
	border: 1px solid #333;
}
#footer {
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	color: #686C70;
	height: 17px;
	padding: 40px;
}
#contentcontainer a {
	text-decoration: underline;
	text-transform: lowercase;
	color: #FFF;
	font-size: 9pt;
}
#contentcontainer a.red {
	color:#ba0c11;
}
#contentcontainer p {
	color: #CCCCCC;
}
h1 {
	font-weight: lighter;
	font-size: 18pt;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
}
h2 {
	font-weight: lighter;
	font-size: 14pt;
	color: #ba0c11;
}
h2 a {
	font-weight: lighter  !important;
	font-size: 14pt !important;
	color: #ba0c11 !important;
	text-transform:capitalize !important;
}
h3 {
	font-weight:bold;
	font-size: 10pt;
	color: #FFF;
}
#leftColumn {
	width: 500px;
	margin-right: 15px;
}

#eventimage {
	margin-right:10px;
	margin-bottom:10px;
	margin-top:5px;
	border:1px solid #666;
}
#rightColumn {
	width: 205px;
	margin-right: 0px;
	float: left;
}
.clear {
	clear:both;
	height:1px;
}
.event {
	min-height:160px;
	width: 100%;
}
#footer p {
	font-size: 11px;
}
#rightColumn img {
	border: 1px solid #333;
}
#rightColumn img:hover {
	border: 1px solid #999;
	cursor: pointer;
}
#rightColumn .newsletter {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 90%;
	padding: 10px;
	border: 1px solid #666;
}
.contactform {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 90%;
	padding: 10px;
	border: 1px solid #666;
}
form#contactform input#submit {
	background-color: #ba0c11;
	color: #fff;
	cursor: pointer;
	border:1px solid #444;
}
input {
	background-color: #666666;
	color: #CCCCCC;
	border: 1px solid #999;
	padding: 2px;
}
textarea {
	background-color: #666666;
	color: #CCCCCC;
	border: 1px solid #999;
	padding: 2px;
}
#newsletter #submit {
	background-color: #999999;
	color: #000000;
	cursor: pointer;
	
}
img {
	border: none;
}

/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery img {
	background: #fff;
	border: solid 1px #000;
	margin:5px;

}
.gallery a:hover img {
	border-color: #ccc;
} 

.gallery span {
	width: 150px;
	height: 84px;
	display: block;
	position: absolute;
	top: 0px;
	left: 6px;
	background: url(images/glossy-gradient.png) no-repeat;
}
h1 span {
	font-size: 14px;
	color: #CCC;
	height: 22px;
	padding-left: 30px;
	background:url(images/Winamp2_normal_small.png) left center no-repeat;
	padding-top:3px;
	display: block;
	cursor: pointer;	
}
h1 span:hover {
	font-size: 14px;
	color: #FFF;
	text-decoration: underline;
	background:;
	height: 22px;
	padding-left: 30px;
	background:url(images/Winamp2_small.png) left center no-repeat;
	padding-top:3px;
	display: block;
	cursor: pointer;
}
h1 span a {
	text-transform: none !important;
	text-decoration: none !important;
}