body {
	background: #131313 url(../images/body_bg.jpg) no-repeat center top;
	margin: 0;
	padding: 3px 0 0;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #fe1c7f;
	position: relative;
}
* {
	margin: 0;
	padding: 0;
}
.container {
	margin: 0 auto;
	width: 970px;
	overflow: hidden;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #fff;
	position: relative;
	z-index: 5;
}
.container a {
	color: #ffa0ca;
}
.container p {
	padding: 5px 0;
	margin: 5px 0;
}
img {
	border: none;
}
.clear {
	clear: both;
}
.col50 {
	float: left;
	width: 465px;
	padding: 0;
}
.col_left {
	width: 424px;
	padding-right: 20px;
	border-right: 1px dashed #424242;
	margin-right: 20px;
}
h2 {
	margin: 5px 0;
	padding: 5px 0;
}	
h3 {
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px solid #333;
	padding: 5px 0;
}
ul.bullets {
	margin: 10px 0 20px 15px;
	padding: 0;
	list-style: none;
}
ul.bullets li {
	background: url(../images/bullet.gif) no-repeat left 7px;
	padding: 5px 5px 5px 22px;
}
img.thumb {
	padding: 5px;
	background: #fff;
	margin: 10px auto;
}

/*---------------------HEADER-----------------------*/
#header {
	width: 950px;
	padding: 10px;
	float: left;
	margin: 0 0 20px;
	position: relative;
}
#header .aux {
	position: absolute;
	right: 20px;
	top: 20px;
}
#header .aux a {
	color: #fff;
	font-size: 1.1em;
	padding: 5px 5px 5px 23px;
	margin: 0 0 0 5px;
}
#header .aux a.blog {background: url(../images/icon_blog.gif) no-repeat left 5px;}
#header .aux a.about {background: url(../images/icon_about.gif) no-repeat left 5px;}
#header .aux a.contact {background: url(../images/icon_mail.gif) no-repeat left 5px;}
#header ul {
	float: right;
	list-style: none;
	margin-top: 52px;
}
#header ul li {
	float: left;
	margin-right: 3px;
}
#header ul a {
	background: url(../images/topnav_a.gif) no-repeat;
	width: 92px;
	float: left;
	color: #fff;
	text-align:center;
	line-height: 36px;
	display: block;
	height: 36px;
	text-decoration: none;
}
#header ul a:hover {
	background-position: left -36px;
	color: #ddd;
}
html #home a.nav_home, html #schedule a.nav_schedule, html #rig-stats a.nav_rigstats, html #showcase a.nav_showcase, html #sponsors a.nav_sponsors, html #donate a.nav_donate {
	background-position: left -72px;
	color: #222;
}
/*---------------------BANNER-----------------------*/
#home h1 {
	background: url(../images/hp_h1.gif) no-repeat;
	height: 32px;
	text-indent: -99999px;
	margin: 5px 0 0;
	padding: 0;
}
#banner {
	float: left;
	width: 930px;
	padding: 20px 20px 30px;
	margin: 0;
	border-bottom: 1px dashed #424242;
	background: url(../images/transparent_bg.png) repeat-y;
}
*html #banner {
	background: none;
}
#banner .copy {
	float: right;
	margin-left: 20px;
	width: 374px;
	display: inline;
}
#banner img {
	float: left;
}
/*--------------------4 Column Menu-----------------------*/
ul.col4 {
	float: left;
	width: 970px;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 30px 0 30px;
	background: url(../images/transparent_bg.png) repeat-y;
}
ul.col4 li {
	width: 240px;
	float: left;
	text-align: center;
}
#sponsors ul.col4 li {
	width: 200px;
	margin-bottom: 30px;
	text-align: left;
	padding: 10px 20px;
}
#sponsors ul.col4 li img{
	padding: 5px;
	border: 1px solid #fff;
	background: #ccc;
}
#sponsors ul.col4 li a {
	display: block;
}	
/*--------------------Col3 -------------------------*/
ul.showcase {
	float: left;
	margin: 0 0 20px;
	padding: 0 0 20px;
	list-style: none;
}
ul.showcase li {
	width: 293px;
	padding: 5px;
	float: left;
}
ul.showcase li h2 {
	text-align: center;
	font-weight: normal;
	font-size: 1.4em;
}
ul.showcase li.middle {
	margin: 0 10px;
}
ul.showcase li img {
	border: 1px solid #fff;
	padding: 5px;
	background: #ccc;
	margin: 0 auto;
}
ul.showcase li a:hover img {
	background: #444;
	border: 1px solid #999;
}
/*--------------------Content-----------------------*/
#content {
	float: left;
	width: 930px;
	padding: 10px 20px;
	clear: both;
	background: url(../images/transparent_bg.png) repeat-y;
}
#home #content {
	border-top: 1px dashed #424242;
}
/*--------------------Contact Form-----------------------*/
ul.contactform {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
ul.contactform li{
	padding: 5px 0;
	margin: 5px 0;
}
ul.contactform li label {
	width: 70px;
	float: left;
	text-align: right;
	padding: 5px 10px 5px 0;
}
ul.contactform li input {
	border: none;
	color: #fff;
	padding: 7px 5px;
	width: 355px;
	background: url(../images/contactform_input.gif) repeat-y right top;
}
html ul.contactform li input.btn {
	width: 87px;
	height: 32px;
	padding: 0;
	margin-top: -5px;
	background: none;
}
ul.contactform li textarea {
	border: none;
	color: #fff;
	padding: 7px 5px;
	width: 355px;
	height: 200px;
	background: url(../images/contactform_input.gif) repeat-y right top;
}
ul.contactform li.required input, ul.contactform li.required textarea{
	border: 1px solid #e00000;
}
li.required {
	color: #e00000;
}

/*-------------------Footer------------------------*/
#footer{
	background: #111 url(../images/transparent_bg.png) repeat-y;
	text-align: center;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid #555;
	height: 50px;
}
#footer p{
	margin: 0;
	padding: 0;
	line-height: 50px;
}
/*--------------------Schedule------------------*/
ul.schedule {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	border-top: 1px solid #333;
}
ul.schedule li {
	border-bottom: 1px solid #333;
	padding: 10px;
	margin: 0;
	text-align: right;
}
ul.schedule li.odd {
	background: #222;
}
ul.schedule li strong {
	float: left;
}
/*------------------Donate--------------------*/
#donate h3 {
	background: url(../images/icon_donate.gif) no-repeat 5px 7px;
	padding: 10px 0 10px 35px;
}
#donate .col_left p{
	padding-left: 35px;
}
#donate .col_left, #donate h2 {
	margin-bottom: 30px;
}
/*--------------------Funk Lords------------------*/
#bg_bottom {
	width: 100%;
	height: 313px;
	display:block;
	background: url(../images/bg_footer.gif) repeat-x;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1;
}
*html #bg_bottom {
	display: none;
}
*html ul.col4 {	background: none; }
*html #content { background: none; }

/*---------------------SIFR-----------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
	height: 50px;
	 margin-bottom: 20px;
	border-bottom: 1px dashed #424242;
}
.sIFR-hasFlash h2.sifr {
	height: 35px;
	margin: 10px 0 0;
}