/*
Theme Name: The Sporting Club
Theme URI: http://thesportingclub.com
Description: The Sportin Club Custom Theme
Author: jacob Tyler
Author URI: http://jacobtyler.com
version: 2.0
Tags: two-column, widget-ready, blank
*/

/* --- Global Style ---*/
body, html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background: #ffffff url(/images/bg-home.png) top center repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	line-height:16px;
	}
body.secondary {
	background: #ffffff url(/images/bg-secondary.png) top center repeat-x;
	}
div{
	margin:0px;
	padding:0px;
	}
p {
	font-size:1.1em;
	line-height:1.5em;
	margin:0 0 1.5em 0;
	}
h1 {
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	color:#1C5496;/*#96541c;*/
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:normal;
	}
h3 {
	}
.scheduletime {
	line-height:13px;
	font-size:11px;
	font-style:italic;
	}
.schedulename {
	line-height:14px;
	font-size:11px;
	color:#505050;
	font-weight:bold;
	}
.scheduleperson {
	line-height:13px;
	font-size:11px;
	color:#999999;
	font-weight:normal;
	}
img {
	padding: 0px 0px;
	margin: 0px 0px;
	border: 0px;
	}
a {
	color:#1188D7; /*#c68450;*/
	text-decoration:underline;
	}
a:hover {
	color:#004966; /*#4d3300;*/
	text-decoration:underline;
	}
a:active, a:focus {
	outline: 0;
	}
.clear {
	height:0px;
	width:100%;
	clear:both;
	}
hr {
	width:100%;
	height:1px;
	color:#cfcfcf;
	background-color:#cfcfcf;
	border:0px;
	margin:10px 0px;
	line-height:1px;
	}

/*Structure */
.container {
	width:900px;
	margin:0px auto;
	text-align:left;
	}
#header {
	width:100%;
	height:58px;
	position:relative;
	background:#000000;
	}
#header .logo {
	position:relative;
	float:left;
	}
#header p {
	position:relative;
	float:right;
	margin:0px;
	padding:3px 95px;
	color:#cccccc;
	}
#header p a {
	color:#009DDC; /*#c68450;*/
	text-decoration:none;
	}
#header p img {
	vertical-align:middle;
	}
#header p a:hover {
	text-decoration:underline;
	}
#btn-blog {
	width:88px;
	height:23px;
	display:block;
	background:#009DDC url(/images/bg-blog-btn.png) 50% 100% no-repeat;
	color:#ffffff;
	text-align:center;
	padding-top:5px;
	position:absolute;
	top:0px;
	right:0px;
	text-decoration:none;
	}
#btn-blog:hover {
	color:#ffffff;
	text-decoration:underline;
	}

/*Menu*/
#menu {
	display:block;
	width:100%;
	height:38px;
	overflow:visible;
	margin-bottom:17px;
	position:relative;
	z-index:2;
	background:#009DDC;
	}
#menu ul {
	margin:0;
	padding:0;
	}
#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	position:relative;
	display:block;
	}
#menu ul li.divider {
	width:2px;
	height:38px;
	background:url(/images/divider-menu.png) top left no-repeat;
	}
#menu ul li a {
	display:block;
	height:38px;
	text-indent:-9999em;
	}
#nav1 {
	width:112px;
	background:url(/images/nav1.png) top left no-repeat;
	}
#nav2 {
	width:160px;
	background:url(/images/nav2.png) top left no-repeat;
	}
#nav3 {
	width:150px;
	background:url(/images/nav3.png) top left no-repeat;
	}
#nav4 {
	width:190px;
	background:url(/images/nav4.png) top left no-repeat;
	}
#nav5 {
	width:86px;
	background:url(/images/nav5.png) top left no-repeat;
	}
#nav6 {
	width:71px;
	background:url(/images/nav6.png) top left no-repeat;
	}
#nav7 {
	width:119px;
	background:url(/images/nav7.png) top left no-repeat;
	}
#menu .active {
	background-position:0px -38px !important;
	}
#menu li ul {
	display:block;
	position: absolute;
	left: -999em;
	top:38px;
	z-index: 40;
	clear:none;
	overflow:hidden;
	}
#menu ul li:hover ul {
	display:block;
	z-index:9000;
	float:left;
	position:absolute;
	left: 0px;
	overflow:visible;
	z-index:40;
	}
#menu ul li.sfhover ul {
	display:block;
	z-index:9000;
	position:absolute;
	float:left;
	clear:both;
	left:0px;
	z-index:40;
	overflow:visible;
	}
#menu ul li ul li {
	clear:both;
	overflow:visible;
	margin:0px;
	border:1px solid #002737; /*#734d00;*/
	border-width: 1px 0px 0px 0px;
	}
#menu ul li ul li:first-child {
	border-width:0px !important;
	}
#menu ul li ul li a {
	display: block;
	width:140px;
	height:auto;
	text-indent:0px;
	padding:10px 11px 10px 11px;
	text-align: left;
	cursor:pointer;
	background:#004966; /*#4d3300;*/
	color:#88D1EE; /*#c68450;*/
	}
#menu ul li ul li a:hover {
	color:#ffffff;
	}

/*Tertiary Nav*/
#menu ul li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}
#menu ul li li:hover ul, #nav li li.sfhover ul {
	display:block;
	position: absolute;
	z-index: 50;
	clear:none;
	overflow:visible;
	left: 160px;
	top:0px;
	}
#menu ul li ul li ul li a {
	}
/*End Tertiary Nav*/
	
/*Home */
#home-banner {
	width:900px;
	height:280px;
	margin-bottom:20px;
	position:relative;
	z-index:1;
	}
#home-callouts {
	width:900px;
	height:134px;
	margin-bottom:44px;
	}
.home-callout {
	width:296px;
	height:134px;
	background:url(/images/bg-home-callout.png) top left no-repeat;
	float:left;
	position:relative;
	}
.home-callout2 {
	width:296px;
	height:134px;
	float:left;
	position:relative;
	margin: -3px 0px 0px -1px;
	}
.home-callout p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666666;
	line-height:14px;
	padding:0px 21px;
	margin-bottom:11px;
	}
.home-callout a {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	}
.home-callout h1 {
	display:block;
	width:100%;
	height:30px;
	text-indent:-9999em;
	padding:0px;
	margin:0px 0px 16px 0px;
	}
#home-callouts #news {
	}
#home-callouts #schedule {
	left:6px;
	}
#home-callouts #schedule form {
	padding:0px 0px 0px 21px;
	margin:0px;
	}
#home-callouts #promos {
	float:right;
	}
#home-callouts #news h1 {
	background:url(/images/hdr-home-callout-news.png) top left no-repeat;
	}
#home-callouts #schedule h1 {
	background:url(/images/hdr-home-callout-schedule.png) top left no-repeat;
	}
#home-callouts #promos h1 {
	background:url(/images/hdr-home-callout-promos.png) top left no-repeat;
	}
#home-info {
	width:100%;
	height:117px;
	}
#home-info img {
	float:right;
	}
#home-info p {
	padding:22px 26px 0px 11px;
	}
	
/* Secondary Page */
#main {
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
	padding-bottom:20px;
	}
#content {
	width:678px;
	float:right;
	position:relative;
	}
img.hdrimg {
	margin-bottom:9px;
	}
#content h2, #content p{
	padding:0px 20px;
	}
#content hr {
	width:638px;
	margin:10px auto;
	}
#content ul {
	padding:0px 35px;
	margin:0px;
	}
#hdrbox {
	width:676px;
	height:63px;
	background:#f9f8f3;
	border:1px solid #e8e7e1;
	margin-bottom:20px;
	position:relative;
	}
#hdrbox img.hdr {
	float:left;
	}
#hdrbox .contact {
	display:block;
	width:229px;
	height:42px;
	background:url(/images/contact.png) top left no-repeat;
	background-position:0px 0px;
	text-indent:-9999em;
	position:absolute;
	top:10px;
	right:9px;
	}
.datetitle { margin-bottom:0px; }
#hdrbox .contact:hover {
	background-position:0px -42px;
	}
small { padding:0px 20px; }

/*Sidebar*/
#sidebar {
	width:214px;
	float:left;
	position:relative;
	background:url(/images/bg-nav-sidebar.png) bottom left no-repeat;
	}
#sidebar #news {
	width:100%;
	height:134px;
	background:url(/images/bg-news-sidebar.png) top left no-repeat;
	margin-bottom:9px;
	}
#sidebar h1 {
	display:block;
	width:100%;
	height:30px;
	text-indent:-9999em;
	padding:0px;
	margin:0px 0px 18px 0px;
	background: url(/images/hdr-nav-blog.png) top left no-repeat;
	}
#sidebar #news p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#666666;
	line-height:14px;
	padding:0px 5px 0px 21px;
	margin-bottom:11px;
	}
#sidebar #news a {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	}
#sidebar #certificate {
	width:100%;
	height:134px;
	margin-bottom:5px;
	}
#sidebar ul {
	padding:0px 0px 11px 0px;
	list-style:none;
	margin:0px;
	}
#sidebar ul li {
	padding:5px 25px 5px 40px;
	}
#sidebar form {
	padding:0px 0px 10px 25px;
	}
#sidebar h2 {
	color:#707070;
	font-size:11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	margin:10px 0px;
	padding:0px 25px;
	}
#sidebar ul ul, #sidebar form {
	border-bottom:1px solid #e8e7e1;
	}
#sidebar ul ul:last-child {
	border-bottom:0px;
	}

/* search */
#searchform{
	padding:0;
	margin:0px;
	dsiplay:block;
	}
#searchform input#s{
	margin:0;
	padding:4px 10px;
	border:1px solid #d6d6d6;
	width:106px;
	color:#666666;
	}
#sidebar #submit {
	width:44px;
	height:26px;
	background:url(/images/go.png) top left no-repeat;
	cursor:pointer;
	display:inline-block;
	border:0px;
	text-indent:-9999em;
	}

/*Sidebar Nav */
.nav { 
	width:215px;
	height:auto;
	min-height:50px;
	background:url(/images/bg-nav-sidebar.png) bottom left no-repeat;
	margin-bottom:30px;
	}
.nav h1 {
	display:block;
	width:100%;
	height:30px;
	text-indent:-9999em;
	padding:0px;
	margin:0px;
	}
.nav a, ul#nav a {
	display:block;
	width:173px;
	height:auto;
	padding:9px 21px 9px 21px;
	border-top:1px solid #e8e7e1;
	}
.nav a:first-child {
	border-top:0px;
	}
.nav .active, ul#nav li .active {
	color:#4d3300 !important;
	text-decoration:none !important;
	}
ul#nav {
	list-style:none;
	padding:0px;
	margin:0px;
	}
ul#nav li {
	list-style:none;
	display:block;
	padding:0px;
	margin:0px;
	}
ul#nav ul {
	display:none;
	padding:0px;
	}
ul#nav ul li a {
	width:153px;
	padding:9px 21px 9px 41px;
	}

/*Footer */
#footer {
	border-top:1px solid #004966;/*#9f6b4e;*/
	width:100%;
	height:82px;
	}
#footer p { font-size:10px;padding:7px 0px 0px 0px; }
#footer #left { float:left; }
#footer #right { float:right; text-align:right; }
#footer #right a {
	color:#333333;
	}
#footer #right a:hover {
	color:#4d3300;
	}
#footer #right img {
	vertical-align:middle;
	}
	
/* Schedule Style */
.bold {font-weight:bold;}
.brown {color:#897d57}
.font10 {font-size:10px;}
.tableborder {
	border-bottom:solid 1px #e0dfd9;
	}
.schedule {
	width:678px;
	}
	
/* Left Nav Reveal */
.menu1{
	display:block;
	width:173px;
	height:auto;
	padding:9px 21px 9px 21px;
	border-top:1px solid #e8e7e1;
	}
.submenu{
	display:block;
	width:173px;
	height:auto;
	padding:9px 21px 9px 21px;
	border-top:0px; 
	margin-left:10px; 
	}
.hide{
	display: none;
	}
.show{
	display: block;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	padding:25px 0px 15px 0px;
	border-bottom:1px solid #cfcfcf;
	}
.post h2{
	font:normal 15px georgia, times;
	font-style:italic;
	color:#1C5496;
	margin-bottom:0px;
	}
.post h2 a{
	color: #1C5496;
	text-decoration: none;
	}
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}
.post ul {}
.post li {}
.entry {}
.entry p {
	margin:12px 0;
	}
.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}
	
.metadata { margin-bottom:25px; }
	
/* comments */
#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
#commentform p{
	color: #000;
	}
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
#comment{
	width:80%;
	}
#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
#submit{margin:0px;}
#comments{margin:0; padding:0}
ol.commentlist {list-style-type: none; margin:0; padding:0;}
.avatar{float:left; margin:0 12px 0 0;}
ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}
ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}
ol.commentlist a {color:#000;}
cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}

/* misc */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}
	
/* Page Navigation */
.wp-pagenavi a {
	color:#c68450 !important;
	border-color:#c68450 !important;
	}
.wp-pagenavi a:hover {
	color:#4d3300 !important;
	border-color:#4d3300 !important;
	}
.wp-pagenavi span.pages {
	border-color:#666666 !important;
	color:#666666 !important;
	}
.wp-pagenavi {
	margin:20px 0px;
	}
