@charset "utf-8";
/* ========================== 
* Filename style.css
* Template: WinnipegLAN
* Description: A sleek blue, black and white theme for WinnipegLAN. This is the HTML/CSS version which was later converted to a Drupal theme.
* Author: Mitch Green
* Website: www.mitchgreen.ca
* Email: contact@mitchgreen.ca	
* Release: Version: 1.0
========================== */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, img, form, fieldset, blockquote {
	margin:0px;
	padding:0px;
	border:0px;
}
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #EEE url(../images/background.jpg) repeat-x top;
	color: #515151;
	text-align: center;
}
/* ==========================
	Typography
========================== */
a {
	color: #04558c;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #333;
}
hr {
	clear:both;
	height:0
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	padding-bottom: 10px;
	font-weight: bold;
}
h1 {
	padding-bottom: 10px;
	font-size: 3.5em;
	letter-spacing:-0.04em;
	line-height: 1.05em;
}
h1 a {
	color: #333;
}
h1 a:hover {
	color: #04558c;
}
h1 {
	letter-spacing: -3px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
	color: #000;
}
h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
	color: #000;
}	
h2 {
	font-size: 2.2em;
	letter-spacing: normal;
}
h3 {
	font-size:21px
}
h4 {
	font-size:19px
}
h5 {
	font-size:17px
}
h6 {
	font-size:15px
}
ol {
	list-style:decimal
}
ul {
	list-style:disc;
	list-style: inside;
}
/* ==================
	Image classes
===================== */
.social {
	margin-right: 30px;
}
.title {
	width: 420px;
	height: 58px;
	background: url(../images/title.png);
	float: left;
	margin: 15px 0 0 -20px;
}
.title h3 {
	color: #FFF;
	border: 0;
	letter-spacing: -2px;
	font-size: 27px;
	font-weight: 300;
	text-transform: uppercase;
	padding: 7px 0 0 20px;
}
.title h3 span {
	font-weight: bolder;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
/* ==================
	Extra classes
===================== */
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.link a {
	background: #333;
	color: #FFF;
	padding: 7px;
}
.link a:hover {
	background: #04558c;
	font-weight: bold;
}
.postbottom {
	background: #F7F7F7;
	border: 1px solid #EEE;
	padding: 5px;
}
	
/* ==========================
	Header
========================== */
#header {
	width: 1141px;
	height: 116px;
	margin: 1px auto;
	background: url(../images/header.jpg) no-repeat;
}
/* ==================
	Social Networking
===================== */
#social {
	width: 400px;
	height: 80px;
	float: right;
	margin: 33px 75px 0 0;
}
/* ========================
	Below Header & Elements
=========================== */
#belowheader {
	width: 960px;
	height: 55px;
	margin: 0 auto;
}
#status {
	width: 401px;
	height: 56px;
	float: right;
}
/* ==========================
	Main Navigation
========================== */
ul#main-nav {
	list-style: none;
	background: url(../images/main-nav.jpg) 0 1px no-repeat;
	height: 55px;
	width: 430px;
	display: inline;
	float: left;
	margin-left: 18px;
}
#main-nav li, #main-nav a {
	height:55px;
	display:block;
}
#main-nav li {
	float:left;
	list-style:none;
	display:inline;
}
#main-nav li a {
	text-indent: -9999px;
}
#main-nav-home {
	width: 86px;
}
#main-nav-about {
	width: 86px;
}
#main-nav-forums {
	width: 86px;
}
#main-nav-live {
	width: 86px;
}
#main-nav-players {
	width: 86px;
}
#main-nav-home a:hover {
	background:url(../images/main-nav.jpg) 0 -57px no-repeat;
}
#main-nav-about a:hover {
	background:url(../images/main-nav.jpg) -86px -57px no-repeat;
}
#main-nav-forums a:hover {
	background:url(../images/main-nav.jpg) -172px -57px no-repeat;
}
#main-nav-live a:hover {
	background:url(../images/main-nav.jpg) -258px -57px no-repeat;
}
#main-nav-players a:hover {
	background:url(../images/main-nav.jpg) -344px -57px no-repeat;
}
/* ==========================
	Body
========================== */
#container { 
	width: 975px;
	background: #FFF url(../images/mainContent-bg.jpg) repeat-y;
	margin: 2px auto;
	text-align: left;
	overflow: hidden;
}
#sidebar1 {
	float: right; 
	width: 370px;
	margin-right: 10px;
	margin-bottom: -9999px;
	background: url(../images/sidebar-bg.png) repeat-y;
	padding: 15px 20px 9999px 30px;
	text-align: left;
}
#sidebar1 p {
	line-height: 18px;
}
#mainContent { 
	margin: 0 430px 0 20px;
	padding: 15px 10px 20px 15px; 
	text-align: left;
	line-height: 20px;
}
#mainContent small {
	background: #105E99;
	width: 250px;
	padding: 6px;
	color: #FFF;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 10px;
}
#mainContent small a {
	color: #FFF;
}
#mainContent small a:hover {
	text-decoration:underline;
}
/* ==========================
	Footer
========================== */
#footer {
	background: #1A1A1A;
	height: 150px;
}
