/**
 * Copyright (c) 2008 ClanTemplates.com
 * The TF2 Engineer; a free template by Asherz at ClanTemplates.com
 * No part of this file may be redistributed without written permission
 * Designed by Asherz <asherz@clantemplates.com>
 * Coded by Ross <ross@clantemplates.com>
 * http://www.clantemplates.com/pages/Legal
 */

/**
 * Eric Meyer's CSS Reset
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

ul, ol {
	margin-left: 20px;
}

ul {
	list-style: bullets;
}

/**
 * Template Styles
 */
body {
	background: #fefefe url('../images/template/background.jpg') repeat-x;
	font: 0.69em Tahoma, Arial, Helvetica, Sans-serif;
	text-align: center;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 932px;
}

#header {
	background: url('../images/template/banner.jpg') no-repeat bottom;
	height: 285px;
}

/* Navigation */
#navigation {
	background: url('../images/navigation/nav_background.jpg') repeat-x;
	height: 56px;
	list-style: none;
	margin-left: 0;
}

#navigation li {
	float: left;
}

#navigation li a {
	display: block;
	height: 56px;
	width: 133px;
}

#navigation a img {
	display: none;
}

#navigation a:hover img {
	display: block;
}

#navigation a.home {
	background: url('../images/navigation/home.jpg') no-repeat;
}

#navigation a.about {
	background: url('../images/navigation/about.jpg') no-repeat;
}

#navigation a.team {
	background: url('../images/navigation/team.jpg') no-repeat;
}

#navigation a.results {
	background: url('../images/navigation/results.jpg') no-repeat;
}

#navigation a.media {
	background: url('../images/navigation/media.jpg') no-repeat;
}

#navigation a.forums {
	background: url('../images/navigation/forums.jpg') no-repeat;
}

#navigation a.contact {
	background: url('../images/navigation/contact.jpg') no-repeat;
	width: 134px;
}

/* Columns */
#sidebar {
	float: left;
	width: 311px;
}

#content {
	float: left;
	margin-left: 4px;
	width: 617px;
}

/* headings */
h2 {
	clear: both;
 	height: 38px;
}

h2 span {
	display: none;
}

h2.team {
	background: url('../images/headings/team.jpg') no-repeat;
}

h2.sponsors {
	background: url('../images/headings/sponsors.jpg') no-repeat;
}

h2.latest-news {
	background: url('../images/headings/latest_news.jpg') no-repeat;
}

h2.welcome {
	background: url('../images/headings/welcome.jpg') no-repeat;
}

h2.news {
	background: url('../images/headings/news.jpg') no-repeat;
}

/* content */
.box {
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	border-top: 0;
	list-style: none;
	margin-left: 0;
}

/* roster */
.roster li {
	display: block;
	float: left;
}

.roster li a {
	border: 1px solid #787878;
	display: block;
	height: 53px;
	margin: 7px 11px 0 11px;
	width: 53px;
}

.roster li a:hover {
	border: 1px solid #941227;
}

.roster #rosterData {
	display: block;
	clear: both;
	float: none;
	font-weight: bold;
	padding: 5px;
	text-align: right;
}

.roster #rosterData span {
	color: #941227;
}

/* sponsors */
.sponsors {
	background: #fff;
	border: 0;
}

.sponsors li {
    margin-left: auto;
    margin-right: auto;
	background: #f5f5f5;
	border: 1px solid #e1e1e1;
	/*height: 80px;*/
	height: 50px;
	padding: 20px;
	margin: 1px 0 0 0;
 	text-align: center;
}

.sponsors a {
	color: #323232;
	float: left;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	width: 60%;
}

.sponsors .logo {
	float: left;
	width: 100px;
}

.sponsors h3 {
	font-size: 1.36em;
	line-height: 2.00em;
}

/* latest news */
.latest-news {
	background: #fff;
	border: 0;
}

.latest-news li {
	background: #f5f5f5;
	border: 1px solid #d7d7d7;
	border-top: 0;
	font-weight: bold;
	padding: 3px;
}

.latest-news .alt {
	background: #ededed;
}

.latest-news a {
	color: #000;
	display: block;
	text-decoration: none;
}

/* news */
.newsitem {
	border: 1px solid #d7d7d7;
	margin: 0 0 1px 0;
}

/* content */
p {
	padding: 5px;
}

p.highlight {
	font-weight: bold;
}

h3 {
	color: #272727;
	font-size: 1.15em;
	font-weight: bold;
	padding: 5px 5px 0 5px;
}

h3 a {
	color: #272727;
	text-decoration: none;
}

.article-info {
 	color: #971229;
	font-size: 1.00em;
	font-weight: bold;
	padding: 0 5px 5px 5px;
}

.article-controls {
	font-weight: bold;
	text-align: right;
}

/* hyperlinks */
a {
	color: #971229;
}

a:hover {
	color: #a8233a;
}

/* images */
img.left {
	float: left;
	margin: 5px 5px 5px 0;
}

img.right {
	float: right;
	margin: 5px 0 5px 5px;
}

/* footer */
#footer {
	background: url('../images/template/footer_background.jpg') repeat-x;
	clear: both;
	font-weight: bold;
	height: 44px;
	margin: 15px 0 0 0;
	text-align: center;
}

#footer span {
	background: url('../images/template/footer_right.jpg') no-repeat right;	
	display: block;
	line-height: 44px;
	margin: -5px;
}

#footer span span {
	background: url('../images/template/footer_left.jpg') no-repeat;
	display: block;
	margin-left: 0;
}

.clearfix {
	clear: both;
	height: 0;
}