* {
	margin: 0;	
	padding: 0;
}

a img {
	border: 0;
}

body {
	font-family: helvetica, arial;	
	background: #000 url(/img/background.jpg) no-repeat top left;
	color: #fff;	
}

div.clear {
	clear: both;
}

pre {
	color: #fff;
}

hr {
	margin-bottom: 10px;
}

div#wrap {	
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

/*
div#panel {
	top: 50%;
	left: 50%;	
	height: 590px;
	width: 900px;	
	position: absolute;
	margin: -295px 0 0 -450px;
	overflow: hidden;
}
*/
div#panel {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	height: 640px;
}

div#content {
	top: 70px;
	width: 900px;
	height: 430px;		
	overflow: hidden;
	font-size: 10px;
	/*position: absolute;*/
}

div#inner_box {
	background-color: #333;
	width: 680px;
	padding-left: 10px;
	height: 430px;
}


/*-----------------------------
		header
-----------------------------*/

/*
div#header {
	top: 5px;
	width: 900px;
	height: 65px;	
	overflow: hidden;
	position: absolute;
}
*/

div#header {
	margin-top: 50px;
	width: 900px;
	height: 65px;	
	overflow: hidden;
	position: relative;
}


div.hashmark {
	height: 55px;
	float: left;
	position: absolute;
	background-color: #666;
	z-index: 10;
}

div.menu_block {	
	color: #fff;
	height: 55px;
	float: left;
	text-align: left;
	font-size: 12px;	
	position: absolute;
	margin: 0 10px 0 4px;	
	z-index: 1;
}

div.menu_block a.main_nav{	
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	z-index: 6;
	position: absolute;
	white-space: nowrap;
}

div.menu_block ul {
	z-index: 5;	
	position: absolute;
	visibility: hidden;
}

div.menu_block ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height: 10px;
}

div.menu_block ul li a{
	color: #bbb;
	font-size: 9px;	
	text-decoration: none;
}

div.menu_block ul li a:hover, div.menu_block ul li a.on{
	color: #de101a;
}

div#header a.email_link {
	color: #de101a;
}






/*-----------------------------
		about
-----------------------------*/

div#about_pic {
	float: left;
	margin: 0 0 0 0;
	width: 522px;
}

div#about_info {
	float: right;
	width: 341px;
	padding: 0 10px;	
	background-color: #333;
	height: 430px;
}

div#about_info h1 {
	color: #de101a;	
	font-size: 12px;
	padding-top: 10px;
}

div#about_info p {
	color: #fff;
	font-size: 10px;
	padding: 0;
	line-height: 16px;
	text-align: justify;
}


/*-----------------------------
		cake
-----------------------------*/
table.cake-sql-log{
	position: relative;
	bottom: 0px;
	color: #333;
	width: 100%;
}

div.error-message {
	color: #DE101A;
	font-weight: bold;
}

div.flash-message {
	color: #DE101A;
	font-weight: bold;
}

div#flashMessage {
	border: 5px solid #555;
	border-right: 0;
	border-left: 0;
	background-color: #222;
	width: 98%;
	color: #E0FA61;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}



/*-----------------------------
		home
-----------------------------*/
div#main_img {
	float: left;
	position: relative;
}

img.fade_img {
	position: absolute;
}


/*-----------------------------
		youtube
-----------------------------*/
#youtube_container {
	overflow:hidden;
	height: 430px;
	float: left;
	width: 880px;
	background-color: #333;
}
#youtube_container h1 {
	color: #de101a;	
}
div#youtube_vid {
	display: block;
	float: left;
	margin-bottom: 30px;
	width: 435px;
}
div#youtube_container h2 {
	float: left;
	font-size: 20px;
	color: #666;
}
div#youtube_container p {
	float: left;
	color: #fff;
	width: 350px;
	margin-left: 20px;
}


/*-----------------------------
		ads
-----------------------------*/
/*
div#adverts {
	bottom: 0px;
	height: 80px;
	width: 900px;
	position: absolute;
}
*/
div#adverts {
	margin-top: 10px;
	width: 900px;
	height: 80px;
	position: relative;
}


div#primary_ad {
	position: absolute;
	left: 0px;	
	width: 690px;
}

div#secondary_ad {
	position: absolute;
	right: 0px;
	width: 200px;
}

div#secondary_ad img{ 
	position: absolute;
}



/*-----------------------------
		photo gallery
-----------------------------*/

div#big_bro img{	
	position: absolute;
	visibility: hidden;	
}	

div#thumbs img{
	float: left;
	width: 46px;
	height: 46px;
	cursor: pointer;
	margin: 0 0 4px 4px;		
}

div#thumbs {
	width: 200px;
	float: right;
	height: 430px;
	background-color: #333;
}

/*-----------------------------
		fitness
-----------------------------*/


div#fitness img{
	float:right;
}

div#fitness h1{
	width: 500px;
	font-size: 12px;
	color: #DE101A;
	margin: 0 10px 10px;
	padding-top: 16px;
}

div#fitness p{	
	width: 400px;
	margin: 0 10px 10px;
	font-size: 10px;
	text-align: justify;	
	float: left;
}

div#fitness_nav {
	width: 200px;
	float: left;		
}

div#fitness_nav li{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

div#fitness_nav li a{
	color: #DE101A;
	font-size: 14px;
	text-decoration: none;
}



/*-----------------------------
		schedule
-----------------------------*/
div#schedule {
	width: 690px;
	float: left;
	height: 430px;
	background-color: #333;
}

table{
	width: 100%;
	background-color: #333;
	font-size: 12px;
}

table th{
	text-align: left;
	background: transparent url(/img/red_table_bg.png) repeat-x bottom center;
	height: 25px;
	margin-bottom: 3px;
	padding-left: 5px;
	font-size: 14px;
}

table td{ 
	height: 20px;
	padding-left: 5px;
	border-bottom: 1px dotted #666;
	color: #fff;
}

td a, th a{ 
	color: #fff !important;
	text-decoration: none !important;
}

td a:hover, th a:hover{
	text-decoration: underline !important;
}


img#schedule_img {
	float: right;
}

/*-----------------------------
		cake auto
-----------------------------*/
div.actions a{
	color: #fff;
}

div.paging{
	margin: 10px;
}

div.paging div{
	display:inline;
}

label {
	margin: 5px;
	width: 150px;
	display: block;
}
div.input {
	margin: 5px;
}
select {
	margin: 5px;
}
div.checkbox label{
	display:inline;
}

input[type=file] {
	margin: 5px;
}
input[type=radio] {
	float: left;
}

/*-----------------------------
		login
-----------------------------*/

div#login {
	position: absolute;
	height: 135px;
	width: 200px;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -100px;
	background-color: #222;
	text-align: center;
	padding-top: 5px;
	opacity: .7;
	filter: alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

div#login h2{
	color: #DE101A;
}

div#login input {
	width: 150px;
	display: inline;
	margin-top: 10px;
}

div#login label {
	display:inline;
}

div#login input[type=submit] {
	width: 55px;
	margin-top: 5px;
}


/*-----------------------------
		admin
-----------------------------*/


div#admin_header{
	position: relative;
	margin-bottom: 20px;
}

div#admin_header ul{
	margin-top: 10px;
}

div#admin_header li{
	display: inline;
}

div#admin_header li a{
	color: #999;
	font-size: 12px;
	margin-right: 10px;
	text-decoration: none;
	padding: 4px;
	border: 2px dotted #444;
}

div#admin_header li a:hover{
	border: 2px dotted #999;
	color: #bbb;
}

ul#pages li a#page, 
ul#photos li a#photo, 
ul#blogs li a#blog, 
ul#comments li a#comment, 
ul#news_items li a#new, 
ul#blog_adverts li a#b_d, 
ul#schedules li a#sched, 
ul#rules li a#rule, 
ul#tournaments li a#tour, 
ul#fitnesses li a#fit, 
ul#links li a#link,
ul#youtubes li a#youtube{
	color: #DE101A;
	border-color: #DE101A;
}


div#admin_content{
	position: relative;
}

div.admin a{
	color: #fff;
}

div.submit {
	margin-bottom: 20px;
}

div.admin_photo {
	float: left;
	width: 125px;
}

div#news {
	width: 690px;
	height: 430px;
	float: left;
	background-color: #333;
	overflow: hidden;	
}

div#news_info {
	float: left;
	width: 276px;
	height: 430px;
	overflow: hidden;
}

div#news_info h1{
	color: #de101a;
	font-size: 12px;
	padding: 5px 12px;
}


div#news_info a{
	color: #fff !important;
	text-decoration: none;
}
div#news_info a:hover{
	text-decoration: underline;
}

div#news_info p {
	font-size: 10px;
	padding: 5px 12px;
	text-align: justify;
}

img#news_img {
	height: 430px;
	width: 394px;
	float: right;
}

textarea {
	width: 695px;
	margin-bottom: 10px;
}

input[type=text]{
	width: 400px;
}


/*-----------------------------
		blog
-----------------------------*/
div#blog_panel {
	width: 900px;
	margin: 0 auto;	
	padding-left: 16px;	
}

div#blog_panel div#header{
	margin-top: 50px;
}

div#blog_panel div#adverts{
	position: relative;
	margin: 10px 0;
}

div#blog_content {
	position: relative;
	/*margin-top: 130px;*/
	float: left;
	width: 504px;
	background-color: #333;
	padding: 10px;
	font-size: 10px !important;
}

div#blog_adverts {
	position: relative;
	/*margin-top: 130px;*/
	float: right;
	width: 361px;
	background-color: #000;
}

div#blog_adverts a{
	margin-bottom: 30px;
	display: block;
}


div.blog_post{
	margin-bottom: 40px;
}

div.blog_post h1{
	color: #de101a;
	font-size: 18px;
	display: inline;
	margin-bottom: 15px;
}

div.blog_post p{
	font-size: 10px !important;
}

div.blog_post span{
	font-size: 10px !important;
}

div.blog_post span.blog_date{
	font-size: 12px !important;
	color: #999;
}

div.blog_post div.comment_links a{
	font-size: 10px;
	color: #666;	
}
div.blog_post div.comment_links a:hover{
	color: #fff;
}


/*-----------------------------
		comments
-----------------------------*/
div.blog_comment {
	border: 1px dotted #333;
	margin: 20px 0;
	padding: 10px;
}

div.todd {
	background-color: #333;
}

div.blog_comment span.screen_name {
	font-size: 15px;
}

div.blog_comment span.date {
	margin-left: 40px;
	font-size: 10px;
	color: #777;
}

div.blog_comment p {
	margin: 10px 0;
}




/*-----------------------------
		paging
-----------------------------*/
p#paging_info {
	text-align: left;
	color: #666;
	font-size: 12px;
	margin: 10px 0;
}

div.paging div.disabled {
	color: #555;
}

div.ten{
	margin-top: 10px;
}

div#events{
	height: 430px;
	width: 880px;
	padding: 0 10px;
	background-color: #333;
}

div#sponsors h1{	
	color: #de101a;	
	font-size: 12px;
}


div#sponsors ul{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

div#sponsors ul li a{
	color: #fff;
	text-decoration: none;
}
div#sponsors ul li{
	margin-bottom: 3px;
}

div#sponsors ul li a:hover{
	text-decoration: underline;
}


div#sponsors{
	height: 402px;
	width: 651px;
	padding: 14px 20px;
	background-color: #333;
	float: left;
	position: relative;
}

div#sponsors p{
	font-size: 10px !important;
}

div#sponsors span{
	font-size: 10px !important;
}


div#sponsors div#special_treat {
	position: absolute;
	left: 185px;
	bottom: 5px;
	z-index: 200;
}

div#sponsors div#special_treat a{
	text-decoration: none;
	color: #DE101A;
	margin-right: 15px;
}

div#sponsors div#special_treat a:hover{
	text-decoration: underline;
}

