html {
	background: #333;
}

body {
	color: #ccc;
}

a {
	color: #fff;
}

a:hover {
color: #eee;
}

h1,h2,h3,h4 {
	color: #ffcc00;
	text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a {
	color: #ffcc00;
	text-decoration: none;
}

.collapse {
	float: right; cursor: pointer; font-size: 76%;
}

.collapsehead {
	background: #666 url('../img/menubg.png');
	padding:3px;
}

h1 span {
	font-size: 50%;
}

#doc {
	/*border: solid 1px white;*/
}

#headimage {
	background: black url('../img/header.png');
}

#menu {
	font-size: 77%;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font-family: Verdana;
	margin-bottom: 20px;
	background: url( '../img/menubg.png' );
}

#menu ul {
	margin: 0;
	padding-top: 4px;
	padding-bottom: 5px;
}

#menu li {
	display: inline;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	text-transform: uppercase;
	padding:0px;
	margin:0px;
}

#menu a {
	color: #ccc;
	text-decoration: none;
	height: 1%;
	font-weight: bold;
	padding: 5px 7px 5px 7px;
	margin-right: -6px;
	
}

#menu a:hover {
	color: White;
	background: #333;
}

#menu li.last {
	border-right: solid 1px #000;
}

#homemenu {
	padding-bottom: 115px;
}

#homemenu a {
	text-decoration: none;
}
#homemenu a:hover {
	text-decoration: underline;
}

.homemenubox {
	background: red;
	float: left;
	border: solid 1px white;
}

#homemenu .box1 {
	width: 240px;
	margin-right: 12px;
	background: url(  '../img/box1.png' );
	height: 100px;
}

#homemenu .box2 {
	margin-right: 12px;
	width: 240px;
	background: url(  '../img/box2.png' );
	height: 100px;
}

#homemenu .box3 {
	width: 240px;
	background: url(  '../img/box3.png' );
	height: 100px;
}

.boxcontent {
	float: right;
	width: 150px;
	text-align: right;
	padding-right: 10px;
}

.boxcontent h2 {
	margin: 0;
	margin-top: 5px;
	color: #ffcc00;
}

.boxcontent p {
	margin: 0px;
	font-size: 77%;
	margin-bottom: 5px;
}

#bd {
	clear: both;
}

#bd h1 {
	color: #ffcc00;
	text-transform: uppercase;
	margin-top: 0px;
}

.fadeboxleft {
	background-image: url( '../img/fadepanelleft.png' );
	width: 10px;
	float: left;
	height: 100% auto;
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
	background-repeat: no-repeat;
}

.fadeboxright {
	float: left;
	background-image: url( '../img/fadepanelright.png' );
	background-position: right top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}

.fadeboxcontent {
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 5px;
	height: 175px;
}

.fadeboxforcer {
	float: right;
}

#ft {
	text-align: center;
	font-size: 77%;
	color: #666;
	font-family: Verdana;
	padding-top: 15px;
	padding-bottom: 5px;
}

#homeevents {
	width: 235px;
}

#homeevents h3 {
	color: #ffcc00;
	margin-top: 0;
	padding-top: 0;
}

#homeevents ul li {
	list-style-type: none;
	margin-left: -27px;
	font-size: 77%;
	text-transform: uppercase;
}

#homeevents ul li a {
	text-decoration: none;
}

#homeevents ul li a:hover {
	text-decoration: underline;
}

#homeevents ul li span {
	float: right;
}

.hiddendesc {
	display: none;
}
.livedesc {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	overflow: hidden;
}

.gamelistitem h3 {
	margin:0;
}

.gamelistdate {
	text-transform: uppercase;
	font-size: 76%;
}

.gamelistintro a {
	font-size: 76%;
	text-transform: uppercase;
}

.gamelistintro { 
	margin-bottom: 40px;
}

.youtube {
	border: solid 1px white; display:inline; padding: 6px 0px 2px 2px;
}

.eventtitle {
	margin-bottom: 0px;
}
.eventdate {
	text-transform: uppercase;
	font-size: 76%;
}
