@charset "utf-8";
/* CSS Document */

/* ------- LAYOUT ------ */

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: solid 16px #444;
	padding-bottom: 12px;
	}

#header {
	width: 960px;
	}

#left {
	width: 168px;
	float: left;
	border-right: dotted 1px #639;
	padding: 0px 20px 0px 20px;
	margin-top: 20px;
	}

#right {
	width: 711px;
	float: right;
	padding: 12px 20px 12px 20px;
	}

#bracket {
	width: 721px;
	background-image: url(images/bracket_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	}

#footer {
	clear: both;
	background-color: #fff;
	border-top: solid 1px #fff;
	line-height: 0px;
	}


/* ------- TAGS ------ */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #444;
	font: 14px Arial, Helvetica, sans-serif;
	color: #444;
	}

a:link { 
	text-decoration: none;
	color: #4f5086;
	}

a:visited { 
	text-decoration: none; 
	color: #4f5086;
	}

a:hover, a:active { 
	text-decoration: underline; 
	color: #4f5086;
	}

h2 {
	font: 15px Georgia, "Times New Roman", Times, serif;
	color: #9f8c30;
	font-weight: bold;
	margin: 12px 0px 6px 0px;
	}

h3 {
	font: 14px "Lucida Grande","Lucida Sans Unicode","Lucida Sans", Geneva, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	}

h3.about {
	font: 12px "Lucida Grande","Lucida Sans Unicode","Lucida Sans", Geneva, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	}

h4 {
	font: 20px "Lucida Grande","Lucida Sans Unicode","Lucida Sans", Geneva, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #222;
	margin: 12px 0px 2px 0px;
	}

h4.line {
	font: 20px "Lucida Grande","Lucida Sans Unicode","Lucida Sans", Geneva, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #222;
	border-top: solid 1px #ddd;
	margin: 24px 0px 2px 0px;
	padding-top: 14px;
	}

h5 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #999;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	}

h5.leftnav {
	font: "Lucida Grande","Lucida Sans Unicode","Lucida Sans", Geneva, Helvetica, Verdana, sans-serif;
	color: #aaa;
	font-weight: normal;
	margin: 0px 0px 4px 0px;
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	letter-spacing: 1px;
	text-transform: uppercase;
	}

p {
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 12px 0px;
	line-height: 18px;
	}
	
img {
	border: none;
	}

img.float {
	float: right;
	margin: 30px 0px 0px 12px;
	}

table {
	margin: 10px 0px 10px 0px;
	}

td.tablehome {
	font: 13px "Lucida Grande","Lucida Sans Unicode","Lucida Sans", Geneva, Helvetica, Verdana, sans-serif;
	background-image: url(images/teambg.gif);
	background-repeat: no-repeat;
	padding-left: 6px;
	width: 176px;
	}

td.tableaway {
	font: 13px "Lucida Grande","Lucida Sans Unicode","Lucida Sans", Geneva, Helvetica, Verdana, sans-serif;
	background-image: url(images/teambg.gif);
	background-repeat: no-repeat;
	padding-left: 6px;
	width: 176px;
	}

td.tableloc {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #aaa;
	font-weight: bold;
	text-transform: uppercase;
	width: 176px;
	}
	
td.locasterisk {
	font: 10px Arial, Verdana, Helvetica, sans-serif;
	color: #aaa;
	font-weight: bold;
	padding-top: 6px;
	text-transform: uppercase;
	}

td.tableempty {
	font: 13px "Lucida Grande","Lucida Sans Unicode","Lucida Sans", Geneva, Helvetica, Verdana, sans-serif;
	background-image: url(images/blankbg.gif);
	background-repeat: no-repeat;
	width: 40px;
	}

td.team {
	font: 12px "Lucida Grande","Lucida Sans Unicode","Lucida Sans", Geneva, Helvetica, Verdana, sans-serif;
	color: #4f5086;
	}

td.team2 {
	font: 12px "Lucida Grande","Lucida Sans Unicode","Lucida Sans", Geneva, Helvetica, Verdana, sans-serif;
	color: #4f5086;
	padding-top: 24px;
	}

td.location {
	font: 10px "Lucida Grande","Lucida Sans Unicode","Lucida Sans", Geneva, Helvetica, Verdana, sans-serif;
	color: #9b9cbe;
	text-transform: uppercase;
	padding-top: 18px;
	padding-bottom: 10px;
	}

ul {
	margin: 0px 0px 18px 0px;
	}

/* ------- CLASSES ------- */

.footertext {
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	}

.bold {
	font-weight: bold;
	}

.ph {
	margin: 5px 10px 5px 0px;
	}

.bracketspace {
	margin: 15px 0px 20px 0px;
	}

.twitterspace {
	margin-bottom: 12px;