body {
	background: #FFF url(images/bg.jpg) 0 0 repeat-x;
}
p, div, li,  h1, h2, h3, h4, td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    line-height: 14px;
}
a:link, a:visited {
	color: #333;
}
a:hover, a:active {
	color: #999;
}

#wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

/**********************
	MENU
**********************/

#banner {
	background: url(images/banner.jpg) 0 0 no-repeat;
	height: 188px;
	margin-bottom: 18px;
}
	#banner #name {
		padding-top: 80px;
		padding-left: 120px;
		font-size: 26px;
		color: #FFF;
	}
	#banner #name a {
		color: #FFF;
		text-decoration: none;
	}
	#banner #tagline {
		padding-left: 120px;
		font-size: 14px;
		margin-top: 10px;
		color: #FFF;
		font-style: italic;
	}
	#ko-brackets-dropdown {
		width: 160px;
		float: right;
		margin-right: 40px;
		margin-top: 135px;
		text-align: right;
	}
		#ko-brackets-dropdown select {
			width: 160px;
		}
		
/**********************
	SIDE
**********************/

#side {
	width: 188px;
	float: left;
	display: inline; /* IE Double Margin bug */
}



#ko-menu {
	padding-top: 30px;
	background: url(images/menu-header.jpg) 0 0 no-repeat;
}

#ko-menu li {
	list-style: none;
	font-size: 11px;
	height: 29px;
	overflow: hidden;
	line-height: 29px;
	padding-left: 32px;
	background: url(images/menu-item.jpg) 0 0 no-repeat;
	margin-bottom: 1px;
}
#ko-menu li a {
	color: #000;
	text-decoration: none;
	display: block;
	width: 100%;
}

#ko-menu li ul { 
	position: absolute;
	width: 260px;
	left: -999em; 
	background: #E4E4E4;
	margin-left: 157px;		
	margin-top: -29px;		
}
#ko-menu li ul li {
	width: 240px;
	padding: 0;
	margin: 0;
	text-indent: 9px;
	line-height: 20px;
	font-size: 11px;
	border: none;
	background: none;
}
	#ko-menu ul a:link, #ko-menu ul a:visited, #ko-menu ul a:hover, #ko-menu ul a:active {
		padding: 0;
		margin: 0;
		width: 100%;
		}

#ko-menu li:hover ul, #ko-menu li.sfhover ul, #ko-menu li { 
	left: auto;
}	

/**********************
	CONTENT
**********************/

#content {
	float: right;
	width: 540px;
}
	#content h2, #content p {
		margin-bottom: 15px;
	}
	#content h1 {
		font-size: 18px;
		margin-bottom: 20px;
		border-bottom: 1px solid #D9D32E;
		line-height: 26px;
	}
	#content h2 {
		font-size: 14px;
		line-height: 26px;
	}
	#content li {
		list-style-type: square;
		margin-left: 20px;
	}
	#content dt {
		font-weight: bold;
		margin-top: 15px;
		font-size: 14px;
	}

/**********************
	WELCOME
**********************/
#welcome {
	width: 317px;
	float: left;
	margin-bottom: 40px;
}

/**********************
	BUTTONS
**********************/
#buttons {
	float: right;
	width: 203px;
}
#buttons h2, #buttons p {
	margin: 0px;
}
#buttons h2 {
	font-size: 16px;
	font-weight: bold;
}
#buttons a.more {
	padding-left: 15px;
	background: url(images/more.jpg) 0 0 no-repeat;
	font-weight: bold;
	color: #D9D32E;
	margin-right: 10px;
	text-decoration: none;
	line-height: 14px;
}

/**********************
	FOOTER
**********************/
#footer {
	width: 100%;
	height: 41px;
	background: url(images/footer.jpg) 0 0 no-repeat;
}

/**********************
	SPONSORS
**********************/

#sponsors {
	text-align: center;
}	
#sponsors img {
	margin-left: 5px;
	margin-right: 5px;
}

/**********************
	BRACKETS
**********************/
.ko-bracket-list {
	width: 250px;
	float: left;
}	

.ko-group h3 {
	font-size: 14px;
	background: #666;
	color: #FFF;
	padding: 3px;
}
.ko-group-table, .ko-games {
	border: 1px solid #999;
	width: 100%;
	margin-bottom: 20px;
}
	.ko-games td {
		font-size: 11px;
	}
	.ko-group-table th, .ko-games th {
		background: #B10215;
		padding: 3px;
		font-size: 11px;
		color: #FFF;
		text-align: center;
	}
	.ko-group-table td, .ko-games td {
		border-bottom: 1px solid #999;
		padding: 3px;
		text-align: center;
	}
	.ko-group-team {
		width: 100px;
	}
	td.ko-group-pts, td.ko-game-home-score, td.ko-game-visiting-score {
		font-weight: bold;
	}

/**********************
	FORM ELEMENTS
**********************/

form {
	margin-top: 15px;
}

fieldset {
	border-top: 2px solid #D9D32E;
	padding: 10px;
	margin-bottom: 15px;
}
legend {
	font-size: 16px;
	font-weight: bold;
}
fieldset input, fieldset select, fieldset textarea {
	margin-bottom: 7px;
}
fieldset textarea {
	width: 98%;
}
#content form fieldset h2 {
	font-size: 13px;
	border: none;
	margin-bottom: 7px;
}
p.help {
	font-size: 11px;
	color: #666;
}

/*************************
	Contact page
*************************/
.ko-contact-detail {
	width: 200px;
	float: left;
	margin-right: 30px;
}

/*************************
	Photo Gallery
*************************/
.ko-gallery h2 {
	border: none !important;
}
.ko-gallery-thumb {
	width: 150px; 
	float: left; 
	margin-right: 15px; 
	margin-bottom: 15px; 
	text-align: center;
}

/*************************
	Team Manager
*************************/
.manager-section h2 {
	border: none !important;
}


/**********************
	FOOTER
**********************/
#ko-footer {
	width: 760px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 20px;
	border-top: 4px solid #000;
	background: #000;
}
	#ko-footer p, #ko-footer a {
		color: #FFF;
	}
	#ko-footer p {
		border-top: 2px solid #D9D32E;
		width: 95%;
		padding-top: 10px;
		margin: 0 auto;
	}	

/**********************
	ANNOUNCEMENTS
**********************/

.ko-announcement {
	background: #000;
	padding: 7px;
	margin-bottom: 15px;
}
	.ko-announcement h2 a {
		color: #DAD22F;
	}
	.ko-announcement h2, .ko-announcement p, .ko-announcement a {
		color: #FFF;
		margin: 0px !important;
	}