/*
Theme Name: The KOCC Theme
Theme URI: http://kocckickball.org/
Description: The KOCC WordPress theme was derived from the original KOCC website deisgn by <a href="http://richardbeu.com">Richard Beu</a>.
Version: 1.0
Author: Richard Beu
Author URI: http://richardbeu.com/

	KOCC v1.0
	 http://kocckickball.com/

	This theme was designed and built by Richard Beu,
	whose company site you will find at http://beuinteractive.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* GENERAL */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff;
	color: #630;
	text-align: center;
	}

#page {
	}

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

a:hover {
	color:#630;
}

.b {
	font-weight:bold;
}

.c {
	text-align:center;
}

.red {
	color:#900;
}


/* HEADER */
#header {
	position: absolute;
	top: 0;
	background-image: url(http://kocckickball.org/wordpress/wp-content/themes/kocc/images/grassbg.jpg);
	width: 100%;
	border-top: 8px solid #900;
	border-bottom: 4px solid #900;
	height: 400px;
	}

#headerimg 	{
	margin: 0 auto;
	width:820px;
	text-align: left;
	margin-top: 48px;
	}

 #logo {
	position: relative;
	top: -279px;
	left: 10px;
  }

#logo ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	position:relative;
	top: 14px;
	left: 13px;
	} 
	
#logo ul li ul{
	display:none;
	} 

#logo li {
	display:inline;
	font-size:15px;
	margin-right: 1.65em;
	} 

#logo li a:link, #logo li a:visited{
	color: #fff;
	text-decoration: none;
}   

#logo li a:hover{
	color: #c93;
	text-decoration: none;
}  

#logo li.current_page_item a {
		color: #c93;
	text-decoration: none;
}


/* CONTENT BACKGROUND */
#brownbar {
	margin:412px 0 0 0;
	padding:0;
	background-color:#c93;
	height: 40px;
}

#headline {
	margin: 0 auto;
	width:820px;
	text-align: left;
}

#headline img {
	margin:5px 0 0 12px;
	padding:0;
	float:left
}

#headline img.right {
	margin:5px 250px 0 0;
	padding:0;
	float:right;
}

/* CONTENT */
#brownfade {
	margin:0;
	padding:0;
	background-image: url(http://kocckickball.org/wordpress/wp-content/themes/kocc/images/gradbg.jpg);
	background-repeat: repeat-x;
	border-top: 2px solid #fff;
	height:680px;
}

#content {
	position:relative;
	margin: 0 auto;
	width:820px;
	text-align: left;
}

#content h2{
	font-size:24px;
	margin:10px 0;
}

#content #rightcolumn h2{
	font-size:24px;
	margin:10px 0 0;
}

#content small{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c93;
	margin-bottom:5px;
	display:block;
}

#content h3{
	font-size:18px;
	margin:10px 0 0;
}

#content li{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 5px;
}

#content li.bottom {
	margin-bottom:25px;
}

#content p{
	font-size:15px;
	line-height: 1.5em;
	margin-bottom:25px;
}

#leftcolumn {
	float:left;
	padding:0 20px 0 15px;
	margin: 0;
	width: 380px;
	border-right:thin solid #fff;
	border-left:thin solid #fff;
	}

#rightcolumn {
	float:left;
	padding:0 20px 0 15px;
	margin: 0;
	width: 350px;
	}

/* RULES */
#rulesleftcolumn {
	float:left;
	padding:0 20px 0 15px;
	margin: 0;
	width: 120px;
	height:1000px;
	border-right:thin solid #fff;
	border-left:thin solid #fff;
	}

#rulesleftcolumn li{
	list-style-type:none;
	margin: 10px 0 0;
	}

#rulesrightcolumn {
	float:left;
	padding:0 20px 0 15px;
	margin: 0;
	width: 580px;
	}
	
#rulesrightcolumn li{
	list-style-type:disc;
	list-style-position:inside;
	margin: 0 0 5px 0;
	line-height:1.5em;
	font-size:14px;
	}

#rulesrightcolumn ul li ul li{
	margin-left:50px;
	list-style-type:square;
	}

#rulesrightcolumn h3{
	margin: 15px 0 5px 0;
	}

/* SCHEDULE */
#rulesrightcolumn .schead h2 {
	width: 191px;
	float: left;
	color:#c93;
	background-color:#f0e0c2;
	text-align:center;
	font-weight:normal;
	padding: 10px 0;
	margin: 0 2px 0 0;
}

#rulesrightcolumn .schead h2.date {
	font-weight:bold;
}

#rulesrightcolumn .sctimes p {
	font-family:Arial, Helvetica, sans-serif;
	width: 186px;
	float: left;
	color:#630;
	background-color:#c93;
	height:80px;
	padding: 10px 0 10px 5px;
	margin: 2px 2px 0 0;
}

#rulesrightcolumn .scbar {
	font-family:Arial, Helvetica, sans-serif;
	width: 567px;
	float: left;
	color:#630;
	background-color:#c93;
	height:20px;
	padding: 10px 0 10px 10px;
	margin: 2px 2px 15px 0;
}

#rulesrightcolumn .scbar h2 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size:18px;
}

#rulesrightcolumn .scbar p {
	padding:0;
	margin:0;
}


/* RANKINGS */

#rulesrightcolumn .rankhead h2 {
	width: 600px;
	float: left;
	color:#c93;
	background-color:#f0e0c2;
	text-align:center;
	font-weight:normal;
	padding: 10px 0;
	margin: 0 2px 2px 0;
}

#rulesrightcolumn .rankcat {
	width:600px;
	}

#rulesrightcolumn .rankcat h3 {
	float: left;
	color:#f0e0c2;
	background-color:#c93;
	text-align:center;
	font-weight:normal;
	padding: 10px 0;
	margin: 0 2px 2px 0;
}

#rulesrightcolumn .rankcat h3.t{
	width:220px;
}

#rulesrightcolumn .rankcat h3.w{
	width:50px;
}

#rulesrightcolumn .rankcat h3.p{
	width:64px;
}

#rulesrightcolumn .teama h3  {
	color:#630;
	background-color:#f0e0c2;
	font-size:14px;
}

#rulesrightcolumn .teamb h3 {
	color:#630;
	background-color:#c93;
	font-size:14px;
}

/* SCORES */

#rulesrightcolumn .scores h3 {
	width: 600px;
	float: left;
	color:#630;
	background-color:#c93;
	text-align:center;
	font-weight:normal;
	padding: 10px 0;
	margin: 0 2px 2px 0;
}

#rulesrightcolumn .scores h3.scorea {
	background-color:#f0e0c2;
}

/* PHOTOS */
#rulesrightcolumn #photos {
	margin-top:12px;
	width:620px;
}

#rulesrightcolumn #photos img {
	margin:2px;
	padding:0;
}

/* AWARDS */
#rulesrightcolumn #awards ul li{
	list-style:none;
}

#rulesrightcolumn #awards {
	width:620px;
}

/* CONTACT */
#contact {
	margin-top:12px;
}

#form {
	margin-top:20px;
	width: 300px;
}

#form label {
	font-size: 14px;
	margin:0;
	padding:0;
}

#form input {
	background-color: #c93;
	margin: 5px 0;
	padding:0;
	color: #630;
	border: thin solid #630;
	font-size: 16px;
	width: 350px;
	height:20px;
}
#form textarea {
	margin: 5px 0;
	padding:0;
	background-color: #c93;
	color: #630;
	border: thin solid #630;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 350px;
	height: 100px;
}

#form input.small {
	height: 28px;
	width: 74px;
}

#fcontact {
	position:relative;
	top:-350px;
}

#contactleftcolumn {
	float:left;
	padding:0 20px 0 15px;
	margin: 0;
	width: 120px;
	height:600px;
	border-right:thin solid #fff;
	border-left:thin solid #fff;
	}
	
#contactleftcolumn li{
	list-style-type:none;
	margin: 10px 0 0;
	}

/* TEAMS */
#rulesrightcolumn .teamhead h2 {
	width: 500px;
	float: left;
	color:#c93;
	background-color:#f0e0c2;
	text-align:center;
	font-weight:normal;
	padding: 10px 0;
	margin: 12px 2px 2px 0;
	background-color:#f0e0c2;
}

#rulesrightcolumn .teamcat {
	width:500px;
	}

#rulesrightcolumn .teamcat h3 {
	float: left;
	color:#f0e0c2;
	background-color:#c93;
	text-align:center;
	font-weight:normal;
	padding: 10px 0;
	margin: 0 2px 2px 0;
}

#rulesrightcolumn .teamcat h3.t{
	width:220px;
}

#rulesrightcolumn .teamcat h3.w{
	width:90px;
}

#rulesrightcolumn .teamcat h3.u{
	width:93px;
	margin: 0 0 2px 0;
}

#rulesrightcolumn .teama h3  {
	color:#630;
	background-color:#f0e0c2;
	font-size:14px;
}

#rulesrightcolumn .teamb h3 {
	color:#630;
	background-color:#c93;
	font-size:14px;
}

/* FOOTER */
#footer{
	clear:both;
	margin: 0 auto;
	width:750px;
	text-align: left;
	height:150px;
	padding-top:30px;
}

.footer-item {
	float: left;
}

.footer-item h3{
	font-size:15px;
	font-weight:normal;
}

.footer-item h3.rupdates{
	color: #f0e0c2;
	background-color:#c93;
	padding:11px 40px 12px 40px ;
	margin:-11px 1px 10px 1px;
}

.footer-item h3.rmessage{
	color: #f0e0c2;
	background-color:#c93;
	padding:11px 40px 12px 40px;
	margin:-11px 1px 10px 1px;
}

.footer-item h3 a {
	color:#c93;
	text-decoration:none;
	background-color:#f0e0c2;
	padding:10px;
	margin:0 1px;
}

.footer-item h3 a:hover {
	color: #f0e0c2;
	background-color:#c93;
}

.footer-item ul {
	margin: 0 0 20px 15px;
}

.footer-item li a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
}

#copyright {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
}

#footer table tr{
	font-family:Arial, Helvetica, sans-serif;
	width: 300px;
	font-size:12px;
	height:20px;
}