@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;
}

#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: 400px;
	height: auto !important;
	height: 400px;
	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: 217px;
	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;
}

/* 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;
}

#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 a.sel,
#sidenav li a:hover{
	background-color: #c70013;
	text-decoration: none;
}

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

/* CENTER COL */
.content,
.post{
	display: block;
	background-image:url(img/black.png);
	background-repeat: repeat;
	background-position: top left;
	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;
}

.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;
}


.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{
	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;
	padding-left: 42px;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	color: #FFF;
	display: block;
}


.social_facebook{
	background-image:url(img/fb_icon.png);
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 42px;
	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;
	padding-left: 42px;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	color: #FFF;
	float: left;
}

.social_myspace{
	background-image:url(img/my_icon.png);
	background-repeat:no-repeat;
	background-position: top left;
	padding-left: 42px;
	min-height: 36px;
	height: auto !important;
	height: 36px;
	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: 115px;
	text-align:center;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	list-style-type: none;
}

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