/*=================================================
// Project : Team Unknown - Splash page
// Developed by Julien Després
// Copyright 2010-2011 Team Unknown.
// All rights reserved.
//=================================================*/

/* ----- HTML Tag Reset and ClearFix ----- */
body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h4,h6,pre,
form,fieldset,input,textarea,
p,blockquote,th,td				{ margin: 0; padding: 0; font-family: Verdana, sans-serif; font-size: 12px; }
table						{ border-collapse: collapse; border-spacing: 0; }
fieldset,img					{ border: 0; vertical-align: bottom; }
a,h1						{ overflow: hidden; }
ol,ul						{ list-style: none; }
caption,th					{ text-align: left; }
h1,h2,h3,h4,h4,h6			{ font-size: 100%; font-weight: normal; overflow: hidden; }
q:before,q:after			{ content: ''; }
abbr,acronym                       		{ border: 0;}
.clear:after				{ content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clear						{ display: inline-block; }
html[xmlns] .clear			{ display: block; }
* html .clear					{ height: 1%; }

/* ----- General ----- */
body			 	 		{ background: #fff url(../images/bg.jpg) repeat-x; color: #626262; } 
html, body					{ height: 100%; }
#container 	 				{ width: 880px; margin: auto; min-height: 700px; background: url(../images/splash.jpg) no-repeat; background-position: top center; }
a							{ color: #626262; text-decoration: underline; outline: none; }
a:hover						{ color: #626262; text-decoration: none; }

/* ----- Classes ----- */
.hidden						{ display: none; }

/* ----- Sponsors links ----- */
.sponsors					{ float: left; width: 880px; height: 75px; padding-top: 382px; }
.sponsors a					{ float: left; display: block; height: 75px; width: 220px; text-indent: -9999px; }
a.fpsgs						{ background: url(../images/fpsgs.jpg) no-repeat; }
a.mad						{ background: url(../images/mad.jpg) no-repeat; }
a.fpsgaming					{ background: url(../images/fpsgaming.jpg) no-repeat; }
a.thecgl					{ background: url(../images/cgl.jpg) no-repeat; }

/* ----- Teamspeak ----- */
.teamspeak					{ float: left; width: 880px; padding-top: 95px; text-align: center; }
.teamspeak h3				{ font-size: 14px; font-weight: bold; font-style: italic; height: 25px; color: #00599d; }