/*-----------------------------------------------------------------------------
	Global
-----------------------------------------------------------------------------*/

a {
	color: #223570;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*-----------------------------------------------------------------------------
	Banner
-----------------------------------------------------------------------------*/
#top {
 	height: 122px;
	border-bottom: 1px solid #D6D6D6;
}

#top_banner {
	background: #F4F4F4;
	height: 92px;
	text-align: center;
	margin: 15px 0;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#top_banner img {
	border: 1px solid #000000;
}


/*-----------------------------------------------------------------------------
	Masthead
-----------------------------------------------------------------------------*/

#kvkl_top {
	margin: 10px 0 0 0;
	text-indent: -9999px;
	background: url('../images/kvkl_top.jpg') no-repeat;
	height: 60px;
}

#masthead {
	height: 30px;
	background: url('../images/grass.jpg') bottom repeat-x;
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}




/*-----------------------------------------------------------------------------
	Nav
-----------------------------------------------------------------------------*/
#nav {
	margin: 0;
}

#nav li {
	margin: 50px 0 0 0;
	padding: 0 12px;
	list-style-type: none;
	display: inline;
	float: right;
}

/*-----------------------------------------------------------------------------
	Home Menus
-----------------------------------------------------------------------------*/


#home_nav li {
	margin: 0;
	padding: 0 0 2px 0;
	list-style-type: none;
	font-size: 30px;
}

#home_splash {
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

#home_ball img {
	display:block;
	position:absolute;
	z-index:10;
/*--------	height:430px; ---------*/
	top: 135px;
	padding-left: 10px;
/*--------	width:430px;   ---------*/
}


#home_sub h3 {
	display: block;
	border-bottom: 1px solid #000;
}


#blog ul {
	margin: 0 0 0 18px;
}

#blog ul li {
	padding: 0 0 16px 0;
	list-style-type: disc;
	margin: 0;
	font-size: 15px;
}




.datemenu {
	margin-bottom:20px;
	text-align: center;
}

.datemenu ul{
	margin: 0;
}

.datemenu li {
	list-style-type: none;
	margin: 0 0 10px 8px;
	font-size: 24px;
}

.datemenu li a {
	text-decoration: none;
}

.datemenu li a:hover {
	text-decoration: underline;
}

.datemenu_mini {
	margin-bottom:20px;
}



.datemenu_mini ul{
	margin: 0;
}

.datemenu_mini li {
	list-style-type: none;
	margin: 0 0 8px 0px;
	font-size: 18px;
}

.datemenu_mini li a {
	text-decoration: none;
}

.datemenu_mini li a:hover {
	text-decoration: underline;
}

#fieldmenu ul{
	list-style-type: none;
	margin: 0;
}

#fieldmenu li {
	margin: 0 0 10px 8px;
	font-weight: bold;
	font-size: 15px;
}

#fieldmenu li a {
	padding-left: 22px;
	padding-bottom: 5px;
	padding-top: 2px;
	background: url('../images/led-icons/map.png') no-repeat;
}

#datemenu h2{
	margin-bottom:5px;
	text-indent: -9999px;
	background: url('../images/datemenu.png') no-repeat;
	height: 40px;
}

#fieldmenu h2{
	margin-bottom:5px;
	text-indent: -9999px;
	background: url('../images/fieldmenu.png') no-repeat;
	height: 40px;
}

/*-----------------------------------------------------------------------------
	Content
-----------------------------------------------------------------------------*/
	.headline {
		text-align: center;
	}

#tweet h6 {
	margin-bottom: 10px;
}

.tweetpost {
	font-size: 18px;
}

.next {
	float: left;
}

.playoff {
	color: red;
}

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/

#foot {
	border-top: 1px solid #000;
	padding-top: 10px;
	text-align: center;
	font-size: 11px;
	margin:20px 0 30px 0;
}

/*-----------------------------------------------------------------------------
	Fields
-----------------------------------------------------------------------------*/
#fields {
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

#fields h3{
	margin-bottom: 10px;
}

#fields p{
	margin-bottom: 10px;
}

/*-----------------------------------------------------------------------------
	Standings
-----------------------------------------------------------------------------*/
h1.pool {
	text-align: center;
	margin-bottom: 5px;
}
	
h6.pool {
	text-align: center;
	margin-bottom: 5px;
}

#standings ul {
	margin: 0;
	padding: 0;
}

#standings ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/*-----------------------------------------------------------------------------
	Rankings
-----------------------------------------------------------------------------*/
#ranks {
	margin-top: 40px;
}

#ranks h4 {
	margin-bottom: 5px;
}

/*-----------------------------------------------------------------------------
	Games
-----------------------------------------------------------------------------*/
.gamecell {
	margin-bottom: 20px;
	height: 100px;	
	}

.gamecell h6 {
	margin-bottom: 5px;
	font-size: 13px;	
	}



/*-----------------------------------------------------------------------------
	Tables
-----------------------------------------------------------------------------*/
table { margin-bottom: 1em;}

table.score {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	text-align: left;
}
table.score th {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(224, 235, 239);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.score td {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(224, 235, 239);
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: left;
}

table.team {
	border-width: 0px 0px 0px 0px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	text-align: left;
	margin-bottom: 30px;
}
table.team th {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(224, 235, 239);
	-moz-border-radius: 0px 0px 0px 0px;
}
table.team td {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: rgb(224, 235, 239);
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: left;
}

table.rankings {
	border-width: 0px 0px 0px 0px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	
}
table.rankings th {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: left;
}
table.rankings td {
	border-width: 0px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: left;
}
