/* @override http://cbarbs.dev/wp-content/themes/coach-barbs-v2/style.css */

/**
  Theme Name: Coach Barbs
  Theme URI: http://westlakedesign.com
  Version: 2.0
  Author: Westlake Design
  Author URI: http://westlakedesign.com
**/

@import url("styles/reset.css");

body{
	background: #253c87 url("images/bg-grad.jpg") 0 0 repeat-x;
	color: #666666;
	font: 12px/18px Arial, sans-serif;
}

/*********** Text Styles ***********/
.post p{
	margin: 0px 0px 19px 0px;
}
h3{
	color: #a40019;
	font-size: 20px;
	margin: 0 0 19px;
}
h4{
	color: #333333;
	font-size: 16px;
	margin: 10px 0;
}
h5{
	color: #a40019;
	font-size: 12px;
	font-weight: bold;
}
h6{
	color: #333333
	font-size: 12px;
	font-weight: bold;
}
blockquote{
	font-style: italic;
}
blockquote span{
	font-style: normal;
	display: block;
	margin: 19px 0 0 0;
}

/* CSS3 Text Selection Colors
Mozilla */
::-moz-selection {
       background-color: #1D348A;
       color: white;
}
/* Webkit */
::selection {
       background-color: #1D348A;
       color: white;
}

/*********** Page Structure ***********/
#page-wrap{
	margin: 12px auto;
	width: 799px;
	border: 5px solid #ebebeb;
}
#main-container{
	background: white;
	padding: 24px 0 24px 16px;
	position: relative;
	overflow: hidden;
}
#left{
	float: left;
	width: 515px;
	clear: none;
}
#right{
	width: 218px;
	margin-left: 565px;
	clear: none;
}
#footer{
	height: 50px;
}

/*********** Banners ***********/
/* Default Banner */
#banner{
	height: 230px;
	position: relative;
	background: url("images/banner-default.jpg");
	border-bottom: 5px solid #ebebeb;
}
/* Banners for other pages */
#page-wrap .instruction{ 
	background: url(images/banner-instruction.jpg);
}
#page-wrap .about-me{
	background: url("images/banner-about.jpg");
}
#page-wrap .my-players{
	background: url("images/banner-my-players.jpg");
}
#page-wrap .contact{
	/* background: url("images/.jpg"); */
}

#banner h1, #banner h2{
	display: none;
}
#banner-text{
	background: url(images/logo.png) no-repeat -10px -10px;
	bottom: 70px;
	height: 70px;
	position: absolute;
	right: 25px;
	width: 275px;
}

/*********** Navigation ***********/
.menu{
	position: absolute;
	left: 15px;
	bottom: 0;
}
.menu li{
	display: inline;
	float: left;
	margin-right: 4px;
}
.menu a{
	display: block;
	float: left;
	background: url("images/nav-red.jpg") repeat-x;
	height: 27px;
	font: bold 11px Arial, sans-serif;
	line-height: 27px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	padding: 0 17px;
}
.menu .current_page_item a, .menu .current_page_parent a, .menu a:hover{
	background: url("images/nav-blue.jpg") repeat-x;
	text-decoration: none;
}

/*********** Subnav ***********/
#subnav{
	position: absolute;
	top:120px;
	left:13px;
}
#subnav li{
	margin: 0 0 5px 0;
}
#subnav li{
	font-size: 16px;
	color: #333;
}
#subnav li.current_page_item{

}

/*********** Link Styles ***********/
a{
	color: #a40019;
	text-decoration: none;
}
a:hover, a:active{
	text-decoration: underline;
}

/*********** Misc Post Styles ***********/
.post ul{
	list-style: disc;
	padding: 0 0 0 40px;
}
.post li{
}

/*********** "Schedule" Link ***********/
#schedule-link{
	padding: 13px 15px;
	background: #ebebeb;
	font: 12px/16px Arial, sans-serif;
	position: absolute;
	top:25px;
	left: 0;
}
#schedule-link a{
	text-transform: uppercase;
	font-weight: bold;
}
#personal-instruction{
	margin-left: 150px;
}

/*********** Blog Post styles ***********/
.date{
	display: inline-block;
	font: bold 11px Arial, sans-serif;
	background-color: #ebebeb;
	position: relative;
	left: -16px;
	padding: 8px 14px 8px 16px;
	margin: 0 0 20px 0;
}

/* For home page, not single page */
li.postWrapper{
	margin: 0 0 50px 0;
}
div.postShare{
	height: 55px;
	margin: 10px 0;
}
div.postShare ul li{
	display: inline;
	float: left;
	margin: 0 5px 0 0;
}

/*********** Contact Form ***********/

#contact-form div{
	margin: 0 0 10px 0;
}
#contact-form label{
	display: block;
}
p#errors{
	font-weight: bold;
	color:red;
}
label span{
	display: none;
}
span.invalid{
	display: inline;
	color: red;
	font-weight: bold;
	font-size: 14px;
}


/*********** Sidebar ***********/
#sidebar li{
	margin-bottom: 20px;
}
#sidebar li ul{
	color: #253c87;
	width: 183px;
	background: url("images/sidebar-grad.jpg") 0 0 no-repeat;
	list-style: disc;
	list-style-position: inside;
	padding: 10px 0 10px 15px;
}
#sidebar li li{
	margin: 0;
}
#sidebar li a{
	color: #333333;
}
#sidebar li ul li a{
	color:#253c87;
}
a.icon{
	background:url("images/icons.jpg");
	background-repeat: no-repeat;
	display: block;
	line-height: 17px;
	height: 17px;}
a.fb{
	background-position: 0 -22px;
	padding-left: 21px;
}
a.twitter{
	background-position: 0 0;
	padding-left: 32px;
	line-height: 17px;
	height: 17px;
}
a.youtube{
	background: url("images/youtube.png") 0 0 no-repeat;
	line-height: 17px;
	height: 17px;
	padding-left: 20px;
}
a.googleDocs{
	background: url("images/google.png") 0 0 no-repeat;
	line-height: 17px;
	height: 17px;
	padding-left: 20px;	
}
#sidebar .twitterCache{
	color: #333333;
	list-style: none;
	text-indent: 0;
}
#sidebar .twitterCache a{
	color: #253c87
}
#sidebar .twitterCache span{
	display: block;
	text-align: right;
}

a.icon-rss{
	background: url("images/rss_16.png") 0 0 no-repeat;
	line-height: 17px;
	height: 17px;
	padding-left: 20px;
}

#footer p{
	color: white;
	text-align: center;
}

/*********** Comments ***********/
#commentform p{
	margin: 10px 0;
}

li.comment{
	padding: 20px;
	border-top:2px dashed #333333;
	width: 75%;
}

img.avatar{
	float: left;
	margin: 0 10px 10px 0;
}

li.comment p{
	margin-left: 42px;
}

li.comment cite{
	font-weight: bold;
	font-size: 10px;
}

li.bypostauthor{
	background: #EBEBEB;
}

/*********** Pagination ***********/
#pagination li{
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

/*********** Emma Form ***********/

#newsletter-signup{
	margin: 30px 0;
}

#e2ma_signup_form, #e2ma_signup_form div {
	border: 0;
}

div.e2ma_signup_form_label {
	color: #666666;
	font: 12px/18px Arial, sans-serif;
	text-transform: capitalize;	
}

#e2ma_signup_message div {
	color: #666666;
	font: 12px/18px Arial, sans-serif;	
}
#e2ma_signup div.e2ma_signup_form_required_footnote {
	display: none;	
}

