@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color:#1a1a1a;
	background-image:url(/images/bg.jpg);
	background-repeat:repeat-x;
	color:#3b3b3b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

img{
	border:none;
}

a{
	color:#ab0c0c;
}

.clear{
	clear:both;
}

.bold_red{
	font-weight:bold;
	color:#900c0c;	
}

.moreLink{
	font-weight:bold;
	text-decoration:none;
}

#wrapper{
	width:1080px;
	margin:0 auto;
}

#header{
	height:380px;
	background-image:url(/images/bg_header.jpg);
	background-repeat:no-repeat;
}

#header_facebook{
	float:left;
	width:21px;
	height:21px;
	padding:22px 0 0 250px;;
}

#header_twitter{
	float:left;
	width:21px;
	height:21px;
	padding:22px 0 0 8px;
}

#header_cts{
	float:right;
	width:365px;
	height:21px;
	padding:22px 70px 0 0;
}

#nav{
	height:44px;
	padding-left:76px;
	background-image:url(/images/bg_nav.jpg);
	background-repeat:no-repeat;
}

.nav_item{
	float:left;
	width:111px;
	height:44px;
	margin-right:25px; 
}

#wrapper_950{
	width:950px;
	margin:0 auto;
	background-image:url(/images/bg_red.jpg);
	background-repeat:repeat;
}

#page_heading{
	height:85px;
	background-image:url(/images/bg_page_heading.jpg);
	background-repeat:no-repeat;
}

#page_heading_text{
	margin:0;
	padding:49px 50px 0 0;
	color:#fff;
	text-align:right;
	font-size:16px;
	font-style:italic;
	font-weight:bold;		
}

#content_wrapper{
	background-image:url(/images/bg_content.jpg);
	background-repeat:repeat-y;
}

.content{
	width:926px;
	margin:0 auto;
	line-height:1.5em;
}

.content_inner{
	padding:40px;
}

.content_heading{
	color:#900c0c;
	font-size:20px;
	font-weight:bold;
	padding-bottom:10px;
}

#content_footer{
	height:10px;
	background-image:url(/images/bg_content_footer.jpg);
}

#footer{
	padding:10px 0;
	background-color:#650707;
	color:#fff;
	text-align:center;
	font-size:10px;
}


/********** HOME STYLES *************/

#content_home{
	background-image:url(/images/catchings_corner.jpg);
	height:400px;
}

#content_home .fb-like-box{
	float:right;
	margin:10px 10px 0 0;
	background-color:#fff;
}

#event_ticker_wrapper{
	height:143px;
	background-image:url(/images/bg_ticker.jpg);
}

#event_ticker_heading{
	height:40px;
	margin:0;
	padding:16px 0 0 50px;
	color:#fff;
	font-size:16px;
	font-style:italic;
	font-weight:bold;		
}

#event_ticker{
	padding-left:33px;
}

.event_ticker_item{
	float:left;
	width:135px;
	margin-right:51px;
}

.event_ticker_item_last{
	float:left;
	width:135px;
}

.event_ticker_date{
	color:#900c0c;
	font-weight:bold;	
}

.event_ticker_title{
	font-weight:bold;
	font-size:14px;
}

.event_ticker_time{
	font-size:12px;
}

.event_ticker_link{
	font-size:12px;
}



/********** END HOME STYLES *************/




/********** NEWS STYLES *************/

.news_item{
	padding:15px 0px;
}

/********** END NEWS STYLES *************/



/********** EVENT STYLES *************/

.event_item{
	padding:15px 10px;	
}

.event_item_highlight{
	padding:15px 10px;
	background-color:#e3e3e3;
}

.event_item_date{
	float:left;
	width:100px;
	padding-right:15px;
}

.event_item_title{
	float:left;
	width:420px;
	padding-right:15px;
	font-weight:bold;
}

.event_item_time{
	float:left;
	width:160px;
	padding-right:15px;
}

.event_item_link{
	float:left;
	width:100px;
}

.stats_link{
	padding-top:30px;
	text-align:center;
	font-size:20px;
	/*font-weight:bold;*/
}

.stats_link a{
	text-decoration:none;
	padding:5px;
	border:#ab0c0c 1px solid;
}

/********** END EVENT STYLES *************/


/********** GALLERY STYLES *************/

#gallery_wrap{
	float:left;
	width:510px;
	height:470px;
	overflow:hidden;
}

#gallery_scroll_container{
	float:left;
	width:316px;
	margin-left:20px;
	height:470px;
	overflow:hidden;
	outline:none;
}

.gallery_select{
	text-decoration:none;
	color:#3b3b3b;
}

.gallery_item{
	width:316px;
}

.gallery_thumb_container{
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
}

.gallery_thumb_container_active{
	width:100px;
	height:100px;
	overflow:hidden;
	float:left;
}

.gallery_thumb_info{
	width:210px;
	overflow:hidden;
	float:right;
	margin-top:5px;
	margin-left:5px;
}

.gallery_thumb_title{
	color:#3b3b3b;
	font-weight:bold;
}

.gallery_thumb_title_active{
	text-decoration:underline;
	color:#3b3b3b;
	font-weight:bold;
}

/********** END GALLERY STYLES *************/

/********** FAN CLUB STYLES *************/

#page_heading_club{
	height:85px;
	padding-right:12px;
	background-image:url(/images/bg_page_heading_fanClub.jpg);
	background-repeat:no-repeat;
}

.page_heading_text_club{
	float:right;
	margin:0;
	padding:49px 40px 0 0;
	width:180px;
	text-align:right;
	font-size:16px;
	font-style:italic;
	font-weight:bold;		
}

.page_heading_text_club a{
	text-decoration:none;
	color:#fff;
}

.page_heading_text_club a:hover{
	color:#ab0c0c;
}

h1.page_heading_text_club a{
	text-decoration:none;
	color:#ab0c0c;
}

.club_sub_nav{
	padding-top:10px;
	text-align:center;
	font-size:18px;
	font-style:italic;
}

#fc_twitter_feed{
	float:left;
	width:306px;
}

#fc_fb_feed{
	float:left;
	width:540px;
}

#funFacts_leftCol{
	float:left;
	width:400px;
	padding-right:46px;
}

#funFacts_rightCol{
	float:left;
	width:400px;
}


/********** END FAN CLUB STYLES *************/


/********** CONTACT STYLES *************/

#content_contact{
	background-image:url(/images/contact_bg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#contact_inner{
	width:500px;
}

/********** END CONTACT STYLES *************/
