/*
Theme Name: East Valley Crossfit
Theme URI: www.smallowlstudio.com
Description: East Valley Crossfit theme based on blueprintcss.
Version: 1.0
Author: Lloyd Dickson
Author URI: http://www.smallowlstudio.com
Tags: black, yellow, blueprint-grid
	
/* STANDARD HTML TAGS */
.wod {width:175px; padding:7px; border:#FF0 1px solid;  background-color:#333; float:right; text-align:center; margin-bottom:10px; display:block; font-weight:bold; font-size:14px;}
.wod:hover { border:#ccc 1px solid; background-color:#666; }

body {
	color: white;
	margin: 0;
	background-color: black;
	font-family: Helvetica Neue, Arial, sans-serif;
}

a { text-decoration: none; color: white; }

a:hover, a:focus { color: gray; }

h1, h2, h3 { text-transform: uppercase; letter-spacing: 1px; color: white; }


/* HEADER */

#headerimg {
	background: url(images/evheader.jpg) no-repeat center;
	text-indent: -9999px;
	height: 185px;
	}

#description {
	letter-spacing: 2px;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	margin: 24px 0;
	}
	
#description .yellow {
	color: #FFFF00; }

/* NAVIGATION */

#nav {
	background: url(images/menubar.jpg) repeat-x;
	height: 58px;
	}
#navleft {
	height: 58px;
	background: url(images/menuleft.jpg) left no-repeat;
	}
	
#navright {
	height: 58px;
	background: url(images/menuright.jpg) right no-repeat;
	}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	float: left; display: inline; /* IE6 fix */
	margin: 0;
	padding: 0;
	position: relative;
	height: 58px;
}
		
#nav a:hover, 
.home .home-page,
.about .about-page,
.coaches .coaches-page,
.olympic-weightlifting .olympic-weightlifting-page,
.membership .membership-page,
.links .links-page,
.videos .videos-page,
.contact .contact-page, 
.kidz .kidz-page {
	background: url(images/menuhover.jpg) repeat-x;
	color: #FFFF00;
}
		
#nav li a {
	height: 58px;
	color: white;
	font-size: 16px;
	display: block;
	padding: 15px 13px 0;
	text-transform: uppercase;
}

#main-nav a.iron-page {color:#ffff00;}
			

/* CONTENT */

#content {
	background: url(images/collborders.gif) repeat-y;
	}

/* SIDEBAR */

.sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar h2 {
	color: #FFFF00;
	font-size: 18px;
}

.content-title {
	border-bottom: solid 1px gray;
	margin-bottom: 20px;
	padding-bottom: 5px; 
}

.sidebar .widget {
	border-bottom: solid 10px #8C8C8C;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.post-date { 
	background: url(images/calgray-2.png) no-repeat;
	width: 52px;
	height: 48px;
	text-align: center;
	font-size: 10px;
}

.day { 
	font-size: 17px;
	margin: -5px 0; 
}

.navigation, .leave-reply {
	background: gray; 
	padding: 5px 0 5px 5px; 
	height: 20px;
}
.navigation a:hover { color: black; }

/* YELP WIDGET */
.twtr-doc {width: 190px !important;}


/* SPECIAL OFFER SIDEBAR */

#text-5 { 
	background: url(images/special-offer-bg.jpg) no-repeat; 
	padding: 10px 0 20px 10px; 
	font-size: 15px;
	text-transform: uppercase;
	}
	
/* FACEBOOK SIDEBAR */

#text-7 img { float: left; padding: 8px 10px 10px 0; }

/* FACEBOOK SIDEBAR */

#footer { height: 100px; }

/* COACHES PAGE */

.coaches #content div { margin-bottom: 30px; }

/* CUSTOM CSS CLASSES */

.size-one { font-size: 15px; }

.size-two { font-size: 18px; }

.size-three { font-size: 21px; }

.size-four { font-size: 24px; }

.size-five { font-size: 27px; }

.size-six { font-size: 30px; }

.alignleft {
	float: left; display: inline; /* IE6 fix */
	padding: 0 1em 0.5em 0;
	text-align: left;
}

.alignleft .entry {
	clear: right;
}


.aligncenter {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.alignright {
	float: right; display: inline; /* IE6 fix */
	padding: 0 0 0.5em 1em;
	text-align: right;
}

.alignjustify {
	text-align: justify;
}

.commentlist {
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

.commentlist li {
	border-bottom: 1px solid #eee;
	margin: 0.5em 0;
}

.commentlist cite {
	font-size: 1.2em;
	font-style: normal;
}

.commentlist img {
	border: 1px solid #eee;
	float: left; display: inline; /* IE6 fix */
	margin: 0 1em 0.5em 0;
	padding: 4px;
	text-align: left;
}

.commentlist p { clear: both; }
	
.commentlist .bypostauthor {
	background: #eee;
	border-left: 0.5em solid #ccc;
	border-color: #ccc;
	padding-left: 1em;
}
		
.commentmetadata {
	color: #555;
	font-size: 0.9em;
}

.input label {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
}

.post { margin: 0 0 3em 0; }

.postmetadata {
	font-size: 0.9em;
	margin-top: -20px;
}

.wp-caption {
	background: #eee;
	border: 1px solid #ccc;
	padding: 0.5em;
}

.wp-caption img {
	border: 0;
	margin: 0;
	padding: 0;
}
	
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
}

.error-page { text-align: center;}

/* COMMENT FORM */

#comments h2 { color: white; }

#commentform input { margin-top: -10px; }

#commentform input, #commentform textarea { background-color: gray; }

input #submit { background-color: white; }

#submit:hover { background-color: gray; }

/* DISPLAY OFF */

.share, 
#text-6 .widgettitle, 
#text-7 .widgettitle, 
.about .content-title, 
.coaches .content-title, 
.olympic-weightlifting .content-title, 
.membership .content-title, 
.articles .content-title,
.pictures .content-title,
.videos .content-title,
.contact .content-title,
.free-trial .content-title,
.calendar .content-title, 
.location .content-title { display: none;}



