@charset "UTF-8";
/* CSS Document */

body {
	background: #310006 url(../images/bg_page.gif) repeat-x;
	margin: 0;
	}
	
hr {
	width: 920px;
	color: #000;
	background: #000;
	clear: both;
}

table {
	margin-bottom: 15px;
}

#branding {
	height: 126px;
	margin: 0px;
	}
	
	#branding img {
		float: left;
		}
	
#content {
	background: #310006;
	padding: 25px;
	}
	
	#content h1 {
		color: #F36329;
		font: 1.8em/120% Verdana, Arial, Helvetica, sans-serif;
		margin: 0 0 7px 0;
		font-weight: normal;
		}
		
	#content h2, #content h4 {
		color: #d90606;
		font: 1.1em/120% Verdana, Arial, Helvetica, sans-serif;
		margin: 0;
		font-weight: bold;
		}
		
	#fightClubMembers h3 {
		font: 13px Verdana, Arial, Helvetica, sans-serif;
		color: #F36329;
		border-top: 1px solid #FFF;
		margin: 6px 0px 8px 0px;
		padding-top: 5px;
		text-transform: uppercase;
		}
		
	#content h3 {
		font: 1.4em/120% Verdana, Arial, Helvetica, sans-serif;
		color: #aaa;
		margin-top: 0;
		}
		
	#content p, #content ul, td {
		font: 1.1em/140% Verdana, Arial, Helvetica, sans-serif;
		color: #fff;
		margin-top: 0px;
		}
	
	#content a {
		color: #F36329;
		text-decoration: none;
		}
		
	#content a:hover {
		text-decoration: underline;
		}
		
#content table {
	margin: 10px 0px 0px 7px;
	float: left;
	}
	
#content table td {
	text-align: center;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	}
	
	.alternating {
		background: #51262B;
		}
		
#endbat {
	text-align: center;
	margin-top: 15px;
	clear: both;
	}
		
.features {
	width: 316px;
	margin: 15px 0px 0px 0px;
	border: 2px solid #666;
	padding: 15px;
	background: #5482a6;
	clear: both;
	}
	
	.features h2 {
		color: #eee;
		font: 14px/140% Verdana, Arial, Helvetica, sans-serif;
		font-variant: small-caps;
		}
		
	.features p {
		color: #eee;
		font: 14px/140% Verdana, Arial, Helvetica, sans-serif;
		margin: 0px;
		}
		
#fightClubMembers {
	background: #61000a;
	width: 175px;
	padding: 20px;
	float: right;
	margin-left: 30px;
	}
	
	#fightClubMembers img {
		margin: 0px 0px 10px 0px;
		}
		
	#fightClubMembers p {
		text-align: left;
		}
		
#footer {
	background: #310006;
	margin: 7px 0px 0px 25px;
	font: 1em/140% Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	}
	
	#footer a {
		color: #F36329;
		text-decoration: none;
		}
		
	#footer a:hover {
		text-decoration: underline;
		}
	
#contentContainer {
	width: 956px;
	}
	
#globalContainer {
	margin-left: auto;
	margin-right: auto;
	width: 956px;
	}
	
#homeRandomizer {
	width: 350px;
	height: 250px;
	float: right;
	margin: 0px 0px 7px 15px;
}
		
.imageAlignRight {
	float: right;
	margin: 4px 0px 7px 30px;
	clear: both;
	}
	
.shim {
	clear: both;
	width: auto;
	}
		
.subNav {
	display: none;
	position: absolute;
	left: 0;
	}
	
#topNav {
	height: 28px;
	width: 956px;
	text-align: center;
	background: url(../images/bg-topNav.gif) no-repeat;
	margin-bottom: 4px;
	}
	
	#topNav ul {
		margin: 0px;
		padding: 5px 0px 0px 0px;
		list-style: none;
		}
		
	#topNav li {
		display: inline;
		position: relative;
		height: 26px;	
		}
		
	#topNav a {
		color: #FFF;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		height: 24px;
		padding: 5px 12px 4px 12px;
		text-decoration: none;
		text-transform: uppercase;
		}
		
	#topNav a:hover {
		background: #ae0c1e;
		}
		
	#topNav li ul {
		position: absolute;
		text-indent: 10px;
		text-align: left;
		margin: 0px;
		padding: 7px 0px 0px 0px;
		width: 240px;
		left: 0px;
		top: 17px;
		z-index: 2;
		background: #a27f82;
		}

	#topNav li ul li {
		width: 240px; /* controls the width of the subnav item */
		display: block; /* width doesnt work without it */
		padding: 0px;
		margin: 0px;
		clear: left;
		}
	
	#topNav li li a {
		background: #a27f82;
		display: block;
		padding: 4px 0px 4px 0px;
		width: 240px;
		color: #FFF;
		height: 20px;
		border-bottom: 1px solid #530c12;
		}
	
	#topNav li li a:hover {
		background: #ae0c1e;
		}
		
	#topNav li:hover ul, #topNav li.over ul {
		background: #ae0c1e;
		display: block;
		}
		
input, select, textarea {
	font: 13px/140% Verdana, Arial, Helvetica, sans-serif;
	color: #2d2822;
	background-color: #efefef;
	border: 1px solid #655a52;
}
input[type=text] {
	padding-left: 2px;
}

input:focus, select:focus, textarea:focus {
	border: 1px solid #FBB752;
}
input[type=submit]:hover, input[type=button]:hover {
	border: 1px solid #FBB752;
}
