/* Screen CSS */

/* PAGE LAYOUT =========================================================== */

#container {
	width: 960px; 
	margin: 0 auto;
}

/* HEADER ================================================================ */

#header {
	background: url(/css/bg-header.jpg) no-repeat;
	height: 156px; 
}

#logo {
	float: left;
	margin: 22px 0 0 0;
	width: 450px;
}

#contact {
	float: right;
	margin: 22px 0 0 0;
	padding-top: 35px;
	width: 510px;
	text-align: right;
}	

#nav-bar {
	height: 44px;
	width: 950px;
	padding: 0 10px 0 0;
}	

/* TOP NAVIGATION MENU ================================================== */	

#menu {
	float: right;
	height: 44px;
	line-height: 44px;
	margin: 0 3px 0 0;	
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	white-space: nowrap;	
	text-decoration: none;
	text-transform: uppercase;	
	padding: 0 10px 0 10px;
}

.nav-hover {
	background: url(/css/bg-nav.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66ff66;
	white-space: nowrap;	
	text-decoration: none;
	text-transform: uppercase;	
	padding: 0 10px 0 10px;
	cursor: pointer;
}

.nav-hover-title {
	background: url(/css/bg-nav.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66ff66;
	white-space: nowrap;	
	text-decoration: none;
	text-transform: uppercase;	
	padding: 0 10px 0 10px;
	cursor: text;
}

.nav-select {
	background: url(/css/bg-nav.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	white-space: nowrap;		
	text-decoration: none;
	text-transform: uppercase;		
	padding: 0 10px 0 10px;
}

/* SUB NAVIGATION MENU =============================================== */

.sub {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #262626;
	size: 11px;
	line-height: 24px;
	white-space: nowrap;
	padding: 4px 15px 4px 12px;	
}

.sub-hover {
	background: #000;
	border-bottom: 1px solid #262626;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #66ff66;
	size: 11px;
	line-height: 24px;
	white-space: nowrap;
	cursor: pointer;	
	padding: 4px 15px 4px 12px;	
}

.sub-select {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	size: 11px;
	line-height: 24px;	
	text-decoration: underline;
	background: #000;
	border-bottom: 1px solid #262626;
	white-space: nowrap;	
	padding: 4px 15px 4px 12px;	
}

/* SIDEBAR NAVIGATION MENU =============================================== */

#sidebar-nav {
	width: 200px;
	margin: 0 0 20px 0;
}
.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #888;
	width: 200px;
	height: 18px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 5px 20px;
}

.sidenav-hover {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #888;
	width: 200px;
	background: #f1f1f1;
	height: 18px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 5px 20px;
	cursor: pointer;
}

.sidenav-select {
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #888;
	width: 200px;
	height: 18px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0 5px 20px;
}	

/* CONTENT =============================================================== */	

#wrapper {
	float: left;
	width: 100%;
}

#content {
	width: 720px;
	margin-left: 240px; 
	padding: 20px 0 40px 0; 
}

#content-blog {
	width: 960px;
	padding: 20px 0 20px 0; 
}

div.box {
	float: left;
	width: 320px;
	padding: 20px 30px 20px 0;
}

div.box h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.25;
	color: #336699;
	margin: 0 0 5px 0;
	padding: 6px 0 3px 0;
	font-weight: bold;
	border-bottom: none;
}	

div.feed {
	float: right;
	width: 350px;
	padding: 20px 0 20px 10px;
}	

div.feed h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.25;
	color: #336699;
	margin: 0 0 5px 0;
	padding: 6px 0 3px 0;
	font-weight: bold;
	border-bottom: none;
}		

/* SIDEBAR =============================================================== */	

#sidebar {
	float: left;
	width: 200px; 
	margin-left: -960px; 
	padding: 40px 0 40px 0; 
}

/* FOOTER =============================================================== */	

#footer {
	clear: left;
	width: 100%;
	background: #1a1a1a url(/css/bg-footer.jpg) repeat;
	min-height: 350px;
	padding: 20px 0 20px 0;
	border-top: 3px solid #66ff66;
}

#footer-wrap {
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-size: 11px;	
	width: 960px;
	color: #444;
}

/* SITEMAP ============================================================== */	

#sitemap {
	overflow: hidden;
	padding: 10px 0 15px 0;
}

#sitemap ul {
	border-bottom: 1px dotted #555;
	margin: 0 0 18px 0;
	padding-left: 3px;
}

#sitemap li {
	border-top: 1px dotted #555;
	list-style: none;
	padding: 3px 0 5px 5px;
}

#sitemap li a {
	text-decoration: none;
	color: #999;
}

#sitemap li a:hover {
	text-decoration: underline;
	color: #fff;
}

#sitemap h6 {
	color: #ccc;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 0 3px;
	margin: 0 0 10px 0;
}

#sitemap .col {
	float: left;
	margin: 0 20px 0 20px;
	width: 200px;
}

#sitemap #company-info {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	color: #ddd;
	font-size: 11px;
	line-height: 1.5;
	margin: 0;
	padding: 0 0 0 20px;
	width: 240px;
}

#sitemap #company-info h6 {
	font-size: 13px;
	padding: 0 0 0 3px;
	margin: 0 0 10px 0;
}

#sitemap #signup {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	color: #ddd;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	padding: 0 18px 0 0;
	width: 200px;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 1.5;
	text-align: justify;
	font-weight: normal;
	font-size: 11px;
}

/* CLUB WEB APP ======================================================= */		

#club {
	padding: 20px 0 8px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#club h1 {
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 6px 0;
	padding: 4px 0 8px 0;
}	

#club-data {
	background: #f1f1f1;
	padding: 3px 0 3px 8px;
	border-bottom: 1px dotted #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

#club-data-odd {
	background: #f8f8f8;
	padding: 3px 0 3px 8px;
	border-bottom: 1px dotted #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

#club-logo {
	width: 90px;
	vertical-align: top;
	padding: 0;
	margin-bottom: 15px;
	border-bottom: 3px solid #ccc;
}

#club-description {
	padding: 10px 0 15px 8px;
	margin-bottom: 15px;
	border-bottom: 3px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
}

#club-list {
	background: #f1f1f1;
	padding: 4px;
	margin-bottom: 2px;
	border-bottom: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;	
}

#club-list-head {
	padding: 5px 0 5px 0;
	font-family: Arial, Helvetica, sans-serif;
}

#club-list-head h2 {
	font-size: 14px;
	border: none;
	margin: 0;
	padding: 0 4px 2px 4px;
}

.club-phone {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

.sitelink {
	float: right;
	font-size: 12px;
}

.character {
	border: 0px solid; 
	vertical-align: middle; 
	margin: 0 0 0 5px;
	padding: 10px 0 0 0;
}	

/* CALENDAR ============================================================ */

table.calendar {
	border-spacing: 0px;
	font-size: 12px;
}

table.calendar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.25;
	color: #000;
	margin: 20px 0 10px 0;
	border-bottom: none;
	padding: 6px 0 8px 0;
	font-weight: bold;
}	

table.calendar td {
	padding: 5px 0 10px 0;
	line-height: 18px;
	vertical-align: middle;
	border-bottom: 1px dotted #ccc;
}

table.calendar .icon {
	height: 32px;
	width: 32px;
	padding: 8px 5px 0 0;
	vertical-align: top;
}

table.calendar .date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	line-height: 24px;
}

table.calendar .teaser {
	color: #333;
	font-weight: normal;
	line-height: 1.5;
}

/* STATE TOURNAMENT CLASSES ============================================== */	

#header-state {
	background: url(/state/bg-header-state.jpg) no-repeat;
	height: 156px; 
}

.phone-state {
	font-size: 14px;
	color: #ff162c;
	font-weight: bold;
	margin: 40px 10px 0 0;
}

/* SPECIAL CLASSES ======================================================= */	

.req {
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
}

.alert {
	color: #cc0000;
	font-weight: bold;
}

.zoom {
	font-size: 14px;
	line-height: 1.5;
}

.phone {
	font-size: 14px;
	color: #66ff66;
	font-weight: bold;
	margin: 40px 10px 0 0;
}

.quote {
	background: #e8f9d8;
	border-top: 1px solid #b7d3a7;
	border-bottom: 1px solid #b7d3a7;	
	padding: 5px;
	margin: 20px 0 20px 0;
	color: #676767;
	font-size: 16px;
	font-style: italic;
}

.widget {
	margin-top: 20px;
	color: #888;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.75;
}	
	
.phone-footer {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin: 10px 0 0 0;
}

.noline {
	border: none;
}	

.highlight {
	padding: 1px 1px 2px 1px;
	background-color: #ffff99;
	font-weight: bold;
}		

.callout {
	background: #ffffcc;
	border: 1px solid #ffcc66;
	padding: 10px 20px 10px 20px;
	margin-top: 30px;
}	

/* MISCELLANEOUS ========================================================= */	

.clear {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* END ==================================================================== */


