@charset "UTF-8";
/* CSS Document */

/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";

body{
	background-image:url(img/bg.png);
	background-repeat:repeat-x;
	background-position: top left;
	background-color: #A80010;
	text-align: center;
	color: #FFF;
	font-size:12px;
	font-family:"Helvetica Neue","Helvetica","Arial",sans-serif;
	margin-bottom: 20px;
}

a{
	text-decoration: none;
	color: #DF4556;
}

a:hover{
	text-decoration: underline;
}

object{
	padding: 0;
	margin: 0;
}

.clr{
	clear: both;
	height: 1px;
	font-size: 1px;
}

.hidden{
	display: none;	
}

/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


#wrapper{
	display: block;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#col_left{
	float: left;
	width: 160px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

#col_right{
	float: right;
	width: 240px;
	padding: 0;
	/*min-height: 200px;
	height: auto !important;
	height: 200px;*/
	background-image:url(img/black.png);
	background-repeat: repeat;
	background-position: top left;
	margin-top: 78px;
	border-bottom: 1px solid #8b232e;
}

#col_center{
	width:520px;	
	min-height: 600px;
	height: auto !important;
	height: 600px;
	float: left;
	margin-right: 20px;	
	margin-top: 78px;
}

/* LEFT COL */
#logo{
	display: block;
	height: 336px;
	background-image: url(img/logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 160px;
	padding: 0;
	margin: 0;
}

#logo_swf{
	display: block;
	height: 217px;
	background-image:url(img/bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	width: 160px;
	padding: 0;
	margin: 0;
}

#logo h1{
	display: none;
}

#sublogo{
	display: block;
	height: 109px;
	width: 124px;
	margin: 10px 0 10px 2px;
	background-image:url(img/underlogo.png);	
}

/* SIDENAV */
#sidenav{
	display: block;
	width: 125px;
}

#sidenav ul{
	clear: both;
	margin: 10px 0 20px 0;
	padding: 0;
	min-height: 30px;
	height: auto !Important;
	height: 30px;
	display: block;
}

#sidenav li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}

#sidenav li a,
#sidenav li span{
	/*display: block;*/
	clear: both;
	float: left;
	padding: 3px 10px;
	margin: 0;
	font-size: 1.15em;
	color: #FFF;
}
/*
#sidenav li.sidenav_indent a{
	padding-left: 20px;	
}*/

#sidenav li a.sel,
#sidenav li a:hover{
	background-color: #c70013;
	text-decoration: none;
}

#sidenav li a.sel{
	float: none;
	display: block;
}

#pastprizes{
	display: block;
	min-height: 100px;
	height: auto !important;
	height: 100px;	
}

/* CENTER COL */
.content,
.post{
	display: block;
	background-image:url(img/black.png);
	background-repeat: repeat;
	background-position: top left;
	_background-color: #580008;
	min-height: 100px;
	height: auto !Important;
	height: 100px;
	padding: 20px;
	margin-bottom: 20px;
	clear: both;
	border-bottom: 1px solid #8b232e;
}

.content{
	min-height: 350px;
	height: auto !Important;
	height: 350px;
	margin-bottom: 0;
}

.content h3,
#col_right h3{
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
}

.content h4{
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
}

.content h2,
.post h2{
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #8b232e;
}

.homefooter h3{
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #8b232e;
}


.post h4{
	padding: 3px 0;
	margin: 0;
	font-size: 1.1em;
	font-weight: normal;
	border-bottom: 1px solid #8b232e;
	color: #DF4556;
}

.post_content{
	color: #E6C7CA;
	margin-top: 10px;
	font-size: 1.2em;
}

/* RIGHT COL */
#col_right .rcol_content{
	padding: 20px;
	display: block;
	padding-bottom: 0;
}

#col_right .rcol_content p,
#col_right .rightbox p{
	font-size: 1.1em;	
}

#col_right .rcol_content h3,
#col_right .rightbox h3{
	font-size: 1.3em;
	text-transform: uppercase;
}


.tweets{
	margin: 0;
	padding: 0;
}

.tweets li{
	list-style-type: none;
	margin: 0 0 6px 0;
	padding: 5px 0 6px 20px;
	background-image:url(img/tweet.png);
	background-position: -5px 3px;
	background-repeat: no-repeat;
	display: block;
	border-top: 1px solid #8b232e;
}

/* VARIOUS */
.big-pic{
	display: block;
	text-align: center;
	margin: 10px 0;
	clear: both;
}

.big-pic img{
	border: 10px solid #FFF;
	margin: 0 auto;
}

.social,
.rightbox{
	display: block;
	padding: 10px 20px;
	border-top: 1px solid #97000F;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	clear: both;
}

.social_twitter{
	background-image:url(img/tw_icon.png);
	background-repeat:no-repeat;
	background-position: top left;
	width: 28px;
	margin-top: 10px;
	margin-right: 10px;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	color: #FFF;
	float: left;
}


.social_facebook{
	background-image:url(img/fb_icon.png);
	background-repeat:no-repeat;
	background-position: top left;
	width: 28px;
	margin-right: 10px;
	margin-top: 10px;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	color: #FFF;
	float: left;
}

.social_youtube{
	background-image:url(img/yt_icon.png);
	background-repeat:no-repeat;
	background-position: top left;
	margin-right: 10px;
	margin-top: 10px;
	width: 28px;
	min-height: 28px;
	height: auto !important;
	height: 28px;
	color: #FFF;
	float: left;
}

.social_myspace{
	background-image:url(img/my_icon.png);
	background-repeat:no-repeat;
	background-position: top left;
	margin-top: 10px;
	width: 28px;	
	min-height: 28px;
	height: auto !important;
	height: 28px;
	color: #FFF;
	float: left;
}

.team_icons{
	display: block;
	background-color: #FFF;
	padding: 10px;
	margin-top: 10px;
}

.team_icons ul{
	display: block;
	margin: 0;
	padding: 0;
}

.team_icons li{
	float: left;
	width: 143px;
	text-align:center;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	list-style-type: none;
}

.team_icons li img{
	display: block;
	margin: 0 auto;
}

ol{
	padding: 1em;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
}

ol li{
	padding-bottom: 1em;
}

.albumlist ul{
	list-style: none;
	margin-left: 0;
}

/* PAGING */
.paging{
	display: block;
	background-image:url("img/black.png");
	background-position:left top;
	background-repeat:repeat;
	padding: 10px;
	margin-bottom: 30px;
}

.paging li{
	display: inline;
	list-style-type: none;
}

.paging li a{
	float: left;	
	margin-right: 1px;
	text-decoration: none;
	border-bottom: 0 solid #FFF !important;
}

.paging li a strong,
.paging li a span{
	float:left;
	padding:  4px 8px;
}

.paging li a strong{	
	color: #FFF;
}

.paging li a{
	border-bottom: 1px solid #0092D4;
}