@charset "utf-8";

/*
Designed by Duable Design & Development
Date: December of 2009
	It would be appreciated if any use of 
	this code retains above credits.
*/


html,body {
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 25px;
	font-weight: 100;
	color: #fff;
	font-family: "century gothic";
	padding-bottom: 20px;
}

h2 {
	font-size: 30px;
	font-weight: 300;
	color: #606;
	font-family: "symbol";
	padding-top: 20px;
	padding-bottom: 20px;
}

h3 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	font-family: "century gothic";
	padding-bottom: 20px;
}

.purple{
	color: #fff;
}

.clearall {
	clear: both;
}

.pushright {
	text-align: right;
}

body {
	background-image: url(../images/layout/bg.jpg);
	background-repeat: repeat;
	background-attachment:fixed;
	margin: 0px;
	color: #bebebe;
	padding: 0px;
	font-family:"century gothic";
	font-size: 13px;
	line-height: 23px;
}

#top_banner {
	width: 100%;
	background-image:url(../images/layout/top_banner.gif);
	background-position: center top;
	height: 185px;
	position: fixed;
}

#nav_container {
	width: 1000px;
	margin: 0px auto;
}


#top_navigation {
	top: 15px;
	width: 495px;
	height: 50px;
	right: 0px;
	position: absolute;
	align: center;
	text-align:center;
	color: #fff;
}
#top_navigation a{
	text-decoration: none;
	color: #fff;
}
#top_navigation a:hover{
	color: #bebebe;
}

#main_navigation {
	top: 40px;
	width: 650px;
	height: 50px;
	right: 0px;
	position: absolute;
	color: #FFF;
}

#content {
	width: 1000px;
	margin: 0px auto;
}

#content a{
	color: #fff;
	text-decoration: none;
}

#content_a:hover{
	color:#60F;
	text-decoration: none;
}

.content_events_block {
	padding-left: 20px;
	padding-right: 10px;
	width: 920px;
	text-align: center;
	float: left;
}


.content_text_block {
	padding-left: 20px;
	padding-right: 10px;
	width: 610px;
	float: left;
}


.content_image_block {
	width: 310px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	text-align: center;
}

.content_lines_block {
	width: 450px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	text-align: center;
}


.content_gallery_block {
	width: 1000px;
}

.static_center {
	width: 100%;
	height: 1000px;
	top: 0px;
	left: 0px;
	background-image: url(../images/layout/horse.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: fixed;
	text-align: right;
	z-index: -2;
}

.static_footer {
	width: 100%;
	height: 200px;
	margin: 0px auto;
	background-image: url(../images/layout/slb.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	bottom: 0px;
	position: fixed;
	text-align: right;
	z-index: -1;
}

.music_footer {
	width: 300px;
	height: 30px;
	background:#fff;
	left: 0px;
	bottom: 0px;
	position: fixed;
	text-align: left;
	z-index: 999;
}


#footer {
	width: 1000px;
	margin: 0px auto;
	padding-bottom: 3px;
}

#footer_left {
	width: 700px;
	float: left;
	color: #fff;
	text-transform:capitalize;
}
#footer_left a{
	color: #fff;
	text-decoration: none;
}
#footer_left a:hover{
	color:#60F;
	text-decoration: none;
}

#footer_right {
	float: left;
	width: 300px;
	text-align: right;
}
#bottom_line {
	height: 30px;
	background-color: #270025;
	width: 100%;
	position: fixed;
	bottom: 0px;
}
	

/* LAVA LAMP CSS */

.lavaLampBottomStyle {
	position: relative;
	height: 39px;
	width: 650px;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
}

.lavaLampBottomStyle li {
	float: left;
	list-style: none;
}

.lavaLampBottomStyle li.back {
	border-bottom: 5px solid #fff;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}

.lavaLampBottomStyle li a {
	font-weight: bold;
	font-family: "century gothic";
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}   

.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
	border: none;
}                     



/* DROPDOWNS */

#nav, #nav ul { /* all lists */
	align: center;
	z-index: 999;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
 
#nav a {
	display: block;
	width: 8em;
}
 
#nav li { /* all list items */
	z-index: 999;
	padding-top: 8px;
	padding-bottom: 8px;
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
}
 
#nav li ul { /* second-level lists */
	z-index: 999;
	position: absolute;
	background: black;
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
 
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
