@import url("reset.css");

/***** Global Settings *****/

body {
	background-color: #000000;
	background: black url(images/bg1.jpg) repeat-y center;
	font-family: tahoma, arial, sans-serif ;
	text-align: left;
	font-size: 0.7em;
	color: #ccc;
	line-height: 16px;
}

/***** Font Styles *****/


h1 {
	font:22px "Trebuchet MS", "Tahoma", Verdana, serif;
	color:white;
	background-color:inherit;
	text-transform: none;
	padding: 5px;
}

h2 {
	font:19px "Trebuchet MS", "Tahoma", Verdana, serif;
	color:white;
	background-color:inherit;
	text-transform: none;
	padding: 0px;
}

h4 {
	font:bold 15px "Trebuchet MS", "Tahoma", Verdana, serif;
	color:white;
	background-color:inherit;
	text-transform: none;
	padding: 0;
	margin: 0;
}

a	{
	color: #0077dd;
}
a:hover {
	color: #ee1100;
}

p	{
	padding: 5px;
}

/***** Layout Elements (from top left to bottom right) *****/

#container
	{
	position: relative;
	margin: 0 auto;
	width: 994px;
	min-height: 100%;
	background-image:url(images/contentbg.png);
	filter:alpha(opacity=95);
	-moz-opacity:0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
	}


#header {
	width: 994px;
	height: 122px;
	border: 0;
	padding: 0;
	background-image:url("images/header.png");
	margin-top: 132px;
	position: relative;
	top: -122px;
	margin-bottom: -120px;
}

#content { 
	position: relative;
	width: 940px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}

#columns {
	width: 100%;
	height: 100%;
	}

.column1 {
	width: 480px;
	padding: 3px 0px 5px 3px;
	border-right: 1px solid #333;
}

#column2 {
	position: absolute;
	display: block;
	left: 490px;
	margin: 0px;
	margin-top: 4px;
	width: 440px;
}

#clear {
	display: block;
	height: 1px;
	width: 100%;
	background: red;
}

#footer {
	position: absolute;
	bottom: 0;
	background-image: url('/images/footer.png');
	background-position: -6px 0;
	background-repeat: no-repeat;
	width: 980px;
	height: 105px;
	padding-right: 14px;
	margin-bottom: -105px;
	}
	
#footer div a	{
	float: right;
	margin: 35px 10px 0 0;
	display: block;
	padding: 5px 8px;
	background: black;
	
}

#footer div a:hover {
	background: #111;
}

/**** Upcoming Matches Box *****/

#box {
	margin: 2px auto 2px auto;
	width: 937px;
	height: 93px;
	display: block;
}

#box #time {
	position: absolute;
	height: 63px;
	width: 173px;
	background-repeat: no-repeat;
	background-image: url('images/upcoming-timebg2.gif');
	color: #777;
	font-size: 11px;
	text-transform: uppercase;
	padding-left: 6px;
	line-height: 20px;
}

#box #time p {
	line-height: 16px;
	text-transform: none;
	color: #eee;
	font-size: 11px;
	padding: 0;
	padding-top: 4px;
	margin-left: 4px;
}

#box #time a {
	position: absolute ;
	margin: 3px 0 0 -6px;
	display: block;
	width: 173px;
	height: 30px;
	background-image: url('images/upcoming-live2.gif');
}

#box #time #live a {
	position: absolute ;
	margin: 5px 0 0 -6px;
	display: block;
	width: 173px;
	height: 30px;
	background-image: url('images/live-audio.gif');
}

#box #time #video a {
	position: absolute ;
	margin: 36px 0 0 -6px;
	display: block;
	width: 173px;
	height: 30px;
	background-image: url('images/live-video.gif');
}

#history #box #time a {
	background-image: url('images/view-details2.gif');
	background-repeat: no-repeat;
}

#history #box #time #vod a {
	background-image: url('images/featured-vod.gif');
}

/************************

	mattc0m: Please fix/tweak these to your liking
	and replace images as necessary

*************************/

#history #box #time #matchstats {
	position: absolute;
	margin-left: 114px;
	margin-top: -2px;
	z-index: 90;
}

#history #box #time #matchstats a {
	background-image: none;
}

#history #box #time #matchstats a img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#history #box #time #matchstats a:hover img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

#history #box #time #nomatchstats {
	position: absolute;
	margin-left: 110px;
	margin-top: 3px;
	z-index: 90;
}

#history #box #time #nomatchstats a {
	background-image: none;
}

#history #box #time #nodetails {
	width: 173px;
	height: 30px;
	background-image: url('images/view-details2_nourl.gif');
	background-repeat: no-repeat;
	margin: 3px 0 0 -6px;
}

/************************

	End changes
	
*************************/

#imgbox {
	position: absolute ;
	margin: 0px;
	display: block;
	width: 291px;
	height: 93px;
	left: 174px;
}

#tgbf {
	position: absolute ;
	margin: 0px;
	display: block;
	width: 609px;
	height: 93px;
	left: 174px;
	background-image: url('images/upcoming-tgbf.gif');

}

#tgbf #imgtext {
padding: 2px;
	width: 200px;
	margin: 5px 0 5px 209px;
	position: relative;
}

#imgtext h1 {
	font-size: 19px;
padding: 0;
margin: 0;
	color: #112233;
}

#imgtext h2 {
	font-size: 30px;
padding: 0;
margin: 0 0 -5px 0;
	color: black;
}

#imgtext h3 {
	font-size: 20px;
padding: 0;
margin: 0;
	color: #bb1100;
}

#imgtext sub {
color: #333;
font-weight: bold;
font-size: 9px;
}
 
#floatLeft {
position: absolute; 
top: 30px;
left: 2px;
width: 85px;
}

#floatMiddle {
position: absolute; 
width: 20px;
left: 82px;
top: 45px;
}

#floatRight {
position: absolute; 
width: 85px;
left: 109px;
top: 30px;
}


#box #teambg1, #teambg2 {
	position: absolute ;
	margin: 1px;
	display: block;
	width: 291px;
	height: 91px;
	background-image: url('images/upcoming-teambg2.gif');
	left: 173px;
	text-align: left;
}

#box #teambg2 {
	left: 489px;
}

#box a img {
	float: left;
	padding: 2px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

#box a:hover img {
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#box #text {
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	position: absolute;
	height: 91px;
	top: 0;
	left: 130px;
}

#box #text a {
	color: #ccc;
}

#box #text a:hover {
	color: #777;
}

#box #text p {
	font-size: 10px;
	font-weight: normal;
	margin-top: 6px;
	height: 67px;
	padding: 0px 0 0 21px;
	line-height: 15px;
	background-position: 0 2px;
}

#box #text p b {
	color: #999;
	font-weight: normal;
}

#box #vs {
	position: absolute;
	left: 466px;
	height: 93px;
	width: 23px;
	display: block;
	background-image: url('images/upcoming-vs2.gif');
}

#box #info {
	position: absolute;
	margin-top: 1px;
	left: 783px;
	height: 91px;
	width: 151px;
	display: block;
	background-image: url('images/upcoming-info2.gif');
}

#box #info ul {
	margin:0;
	padding: 1px 9px 0;
}

#box #info p {
	margin:0;
	padding: 4px 5px 1px;
	font-size: 12px;
}

#box #info a {
	margin: 0 auto;
	display: block;
	width: 145px;
	height: 19px;
	background: none;
	text-align: center;
	color: #ccc;
	text-transform: uppercase;
	font-size: 10px;
}

#box #info a:hover {
	background: black;
	color: #ddd;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
	
/**** Navigation *****/

#navbar {
	width: 955px;
	height: 42px;
	margin-left: auto;
	margin-right: auto;
	background-image:url("images/navbar.jpg");
	position: relative;
	top: -2px;
	left: 2px;
}

#nav-left { 
	display: block;
	width: 11px;
	height: 42px;
	float: left;
}
	
#nav-home a {
	display: block;
	width: 133px;
	height: 42px;
	background: url("images/navbar.jpg") -11px 0;
	float: left;
	}
	
#nav-home a:hover {
	background-position: -11px 42px;
}

#nav-upcoming a {
	display: block;
	width: 133px;
	height: 42px;
	background: url("images/navbar.jpg") -144px 0;
	float: left;
	}
	
#nav-upcoming a:hover {
	background-position: -144px 42px;
}

#nav-history a {
	display: block;
	width: 133px;
	height: 42px;
	background: url("images/navbar.jpg") -277px 0;
	float: left;
	}
	
#nav-history a:hover {
	background-position: -277px 42px;
}

#nav-staff a {
	display: block;
	width: 133px;
	height: 42px;
	background: url("images/navbar.jpg") -410px 0;
	float: left;
	}
	
#nav-staff a:hover {
	background-position: -410px 42px;
}

#nav-participate a {
	display: block;
	width: 133px;
	height: 42px;
	background: url("images/navbar.jpg") -543px 0;
	float: left;
	}
	
#nav-participate a:hover {
	background-position: -543px 42px;
}

#nav-about a {
	display: block;
	width: 133px;
	height: 42px;
	background: url("images/navbar.jpg") -676px 0;
	float: left;
	}
	
#nav-about a:hover {
	background-position: -676px 42px;
}

#nav-forums a {
	display: block;
	width: 133px;
	height: 42px;
	background: url("images/navbar.jpg") -809px 0;
	float: left;
	}
	
#nav-forums a:hover {
	background-position: -809px 42px;
}

#leftpadding {
	padding: 6px;
}


/***** Random Boxes (potentially old) ******/

#box1 	{
	position: relative;
	float: right;
	display: block;
	margin: 6px;
	padding: 4px;
	width: 170px;
	background-color: #444444;
	border: 1px solid #555555;
	color: #bbbbbb;
	font-size: 11px;
	}
	
#box1 h1
	{
	padding: 0;
	}

#box1 h1 a
	{
	font:18px "Trebuchet MS", "Tahoma", Verdana, serif;
	color:#4499ff;
	padding: 0;
	}
	
#box1 a
	{
	color:#ccc;
	padding: 0;
	}

#box2 	{
	display: block;
	margin: 6px;
	padding: 4px;
	width: 917px;
	height: 42px;
	background-color: #444444;
	border: 1px solid #555555;
	color: #bbbbbb;
	font-size: 12px;
	}
	
#box2img	{
	display: block;
	float: left;
	width: 70px;
	height: 14px;
	margin: 6px;
	}
	
#box2text 	{
	height: 28px;
	display: block;
	margin-top: 12px;
	margin-left: 75px;
	}
	
/***** Popup Styling ******/

#tiny
{ 	padding: 4px;
	font-size: 9px;
}

#tiny a
{ 	color: #aaa }

#tiny a:hover
{ 	color: #ddd }

/***** Stats Page ******/

table.sortable td {
	background: #222;
	margin: 1px 1px 0 0;
	padding: 3px 7px;
	border-bottom: 1px dotted #555;
}

table.sortable tr { margin: 0; padding: 0; }

table.sortable thead {
    background-color:#444;
    color: #999;
    margin: 1px 1px 0 0;
	padding: 3px 7px;
    font-weight: bold;
    cursor: crosshair;
}

table.sortable thead td {
    margin: 1px 1px 0 0;
	padding: 3px 7px;
}

#center {
	background-image: url(images/table3bg.png);
	margin: 0 auto;
	width: 802px;
	padding: 9px;
	border: 1px solid #222;
}

