/*
* Copyright 2008 ClanTemplates.com
* .Unique a free template by Agressions at ClanTemplates.com
* No part of this file may be redistributed without written permission
* Coded by Ross <ross@clantemplates.com>
*/

/**
 * CSS-Reset
 */
body, h1, h2, h3, h4, h5, h6,
blockquote, p, address, form, fieldset,
ul, ol, dl, dt, dd, li, hr, table, td, th {
	margin: 0;
	padding: 0;
}

body {
	background: #272727 url('./images/page_background.jpg') repeat-y top center;
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-serif;
	font-size: 0.75em;
	text-align: center;
}

/**
 * Hyperlinks
 */
a {
	
}

a:hover, a:visited:hover {
	
}

a:visited {
	
}

a img {
	border: 0;
}

/**
 * Container
 */
#container {
	background: #cecece;
	width: 902px;
	margin: 0 auto 0 auto;
	text-align: left;
}

/**
 * Topbar / Welcome
 */
#welcome {
	background: url('./images/topbar.jpg') no-repeat;
	height: 34px;
	overflow: hidden;
	text-transform: lowercase;
}

#welcome p {
	color: #9f9f9f;
	font-family: Tahoma;
	font-size: 0.83em;
	padding: 10px;
	text-align: right;
}

#welcome a {
	color: #9f9f9f;
	font-weight: bold;
	text-decoration: none;
}

/**
 * Navigation, login
 */
#navigation {
	background: #22415a;
	clear: both;
	height: 38px;
}

#navigation li {
	float: left;
	height: 38px;
	list-style: none;
	margin: 0 1px 0 0;
	overflow: hidden;
	width: 113px;
}

#navigation li a img {
	border: 0;
}

/**
 * Login form
 */
#navigation form {
	display: inline;
}

#navigation input.text {
	background: url('./images/login/input-text.jpg') no-repeat;
	border: 0;
	font-size: 0.67em;
	/*height: 16px;*/
	height: 10px;
	margin: 0 0 0 1px;
	padding: 3px;
	/*width: 104px;*/
	width: 98px;
}

#navigation li.login {
	background: url('./images/nav/login.jpg') no-repeat;
	/*height: 38px;*/
	height: 32px;
	margin: 0 0 0 2px;
	padding: 4px 2px 2px 2px;
	text-align: center;
	/*width: 216px;*/
	width: 212px;
}

#navigation input.login, #navigation input.register, #navigation input.help {
	border: 0;
	cursor: pointer;
	height: 20px;
	margin: 2px 0 0 0;
	overflow: hidden;
}

#navigation input.login {
	background: url('./images/login/button-login.jpg') no-repeat;
	width: 25px;
}

#navigation input.register {
	background: url('./images/login/button-register.jpg') no-repeat;
	width: 38px;
}

#navigation input.help {
	background: url('./images/login/button-help.jpg') no-repeat;
	width: 34px;
}

/**
 * Banner
 */
#banner {
	height: 125px;
	width: 902px;
}

/**
 * Column Structure
 */
#columns {
	clear: both;
	width: 902px;
}

.column {
	float: left;
	overflow: hidden;
}

.left {
	width: 208px;
}

.main {
	background: #fff url('./images/main_content_bg.jpg') repeat-x;
	margin: 0 1px 0 1px;
	width: 484px;
	padding: 6px 0 0 0;
	text-align: center;
}

.main * {
	text-align: left;
}

.right {
	width: 208px;
}

/**
 * Headings
 */

/* === SIDEBARS === */
.left h2, .right h2 {
	height: 38px;
}

/**
 * Roster
 */
.roster a {
	margin: -1px;
}

#rosterData {
	background: url('./images/roster_background.jpg') no-repeat;
	color: #fff;
	height: 19px;
	font-size: 0.83em;
	margin: 0 0 0 2px;
	padding: 3px 5px 0 5px;
	/*width: 203px;*/
	width: 193px;
}

/**
 * Matches / Downloads
 */
.side_list {
	border-top: 1px solid #868686;
	list-style: none;
}

.side_list li {
	background: url('./images/list-item.jpg') no-repeat;
	/*height: 19px;*/
	height: 17px;
	font-size: 0.83em;
	padding: 2px 4px 0 4px;
}

.side_list span {
	float: right;
}

.win {
	color: #0f7d00;
}

.lose {
	color: #f00;
}

/**
 * Upcoming match
 */
.upcoming_match, .upcoming_map {
	font-size: 0.92em;
	font-weight: bold;
	text-align: center;
}

.upcoming_map {
	color: #203d54;
	text-transform: uppercase;
}

/**
 * Main Content
 */
.main h2 {
	background: url('./images/main_content_heading.jpg') no-repeat;
	/*height: 65px;*/
	height: 45px;
	/*width: 450px;*/
	width: 430px;
	color: #000;
	font-size: 1.33em;
	padding: 10px;
	text-transform: uppercase;
	margin: 0 auto;
}

.main h2 .info {
	display: block;
	font-size: 0.60em;
	text-transform: none;
	padding: 0 0 0 20px;
}

.main p {
	width: 430px;
	margin: 0 auto 10px auto;
	font-size: 0.92em;
}

.main .read_more {
	text-align: right;
}

.main .read_more a {
	color: #313131;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}

.main ul, .main ol, .main h3 {
	margin: 0 0 10px 30px;
}

/**
 * Footer
 */
#footer {
 	background: url('./images/footer.jpg') no-repeat;
	clear: both;
	font-size: 0.83em;
	/*height: 58px;*/
	height: 46px;
	padding: 10px 0 0 0;
}

#footer_navigation li {
	display: inline;
	list-style: none;
	margin: 0 10px 0 10px;
}

#footer_navigation a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

#footer p {
	color: #818181;
	padding: 10px 0 0 10px;
	text-transform: lowercase;
}