@import url('header.css');

@charset "UTF-8";
/* CSS Document 
	Sean Ezell
	http://www.thesupertribe.com
	dusk@thesupertribe.com
	
	stylesheet for primary site
*/

a
{
	border: none;
}

.transparent_class 
{
	filter:alpha(opacity=60);
	opacity: 0.6;
}

#content
{
	margin:0px auto 0;
	width:1000px;
	height:1000px;
	background: url(../images/gui/background.png) no-repeat scroll center top #333;
}

#forum-content
{
	margin:0px auto 0;
	width:1000px;
	background: url(../images/gui/background.png) no-repeat fixed center top #333;
}

#leftCol
{
	float: left;
	width: 160px;
}

#midCol
{
	float: left;
	width: 521px;
	margin-left: 9px;
}

#tier2-midCol
{
	float: left;
	width: 831px;
	margin-left: 9px;
}

#rightCol
{
	float: left;
	width: 301px;
	margin-left: 9px;
}

#topRightBox
{
}

#botRightBox
{
	position:absolute;
	top: 550px;
}

#slagfest
{
	margin-top: 7px;
	position: absolute;
	background-color: #453030;
	border: 2px solid #666;
	width: 297px;
	min-height: 300px;
	z-index: 2;
}

#topBox
{
	/**/
}

#bodyMenu
{
	background-color: #453030;
	border: 2px solid #666;
	width: 156px;
	min-height: 250px;
	margin-top: 7px;
	position: absolute;
	z-index:2;
}

#botBox
{
	position: absolute;
	top: 475px;
}

#bodyOnline
{
	background-color: #453030;
	border: 2px solid #666;
	width: 156px;
	min-height: 250px;
	margin-top: 7px;
	position: absolute;
	z-index:2;
}

#bodyNews
{
	background-color: #453030;
	border: 2px solid #666;
	width: 516px;
	min-height: 800px;
	margin-top: 7px;
	position: absolute;
	z-index:2;
}

#bodyShout
{
	background-color: #453030;
	border: 2px solid #666;
	width: 297px;
	min-height: 400px;
	margin-top: 7px;
	position: absolute;
	z-index:2;
}

#bodyTier2
{
	background-color: #453030;
	border: 2px solid #666;
	width: 827px;
	min-height: 800px;
	margin-top: 7px;
	position: absolute;
	z-index: 2;
}

#copyright
{
	display:block;
	margin:0px auto 0;
	color: #FFF;
	text-align: center;
	/*padding-top: 5px;*/
	
	font-family: Verdana, Geneva, sans-serif;
	font-size:small;
	font-weight: normal;
	background: url(../images/gui/footer.png) no-repeat scroll center top;
	height: 40px;
	width: 1000px;
}

.titleBar
{
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: -20px;
	margin-left: 5px;
	font-size: 14px;
}

.main-content
{
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	position: relative;
	margin-top: 15px;
	margin-left: 15px;
	z-index: 3;
}

.live-status
{
	font-size: x-small;
	font-family: Verdana, Geneva, sans-serif;
}

.live-status a
{
	text-decoration: none;
	color: #EACE14;
	font-weight: bold;
}

.live-status a:hover
{
	/*color:#9c0000;*/
}

.home-news
{
	font-size: x-small;
	font-family: Verdana, Geneva, sans-serif;
}

.home-news a
{
	text-decoration: none;
	color: #EACE14;
	font-weight: bold;
}

.home-news img
{
	border: none;
}

.tier2-main
{
	font-size: x-small;
	font-family: Verdana, Geneva, sans-serif;
}

.main-content-no-left-cushion
{
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	position: relative;
	margin-top: 15px;
	z-index: 3;
}

#google-map
{
	width: 800px; 
	height: 600px; 
	color: #000;
}