/*
Theme Name: Mission Valley Crossfit
Theme URI: 
Description: The custom design for Mission Valley Crossfit
Version: 1.0
Author: Josh Wayne
Author URI: http://joshwayne.com
Tags:
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

a {text-decoration: none; color: #333;}
a:hover {text-decoration: underline;}

p {
	margin: 10px 0px;
}

div#map_canvas {
	margin-bottom: 20px;
}

div.container {
	width: 950px;
	margin: 0 auto 0px;
	padding-top: 10px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

h1#logo a {
	background: transparent url('style/images/logo.gif') no-repeat top left;
	text-indent: -9999px;
	display: block;
	width: 325px;
	height: 75px;
	margin-left: 20px;
}

ul#nav {
	list-style: none;
	background-color: #666;
	padding: 0px 25px;
	height: 50px;
	margin: 20px 0px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

ul#nav li {
	float: left;
	width: 110px;
	margin-left: 40px;
}

ul#nav li:first-child, ul#nav li.page-item-2 {
	margin-left: 0px;
}

ul#nav li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	display: block;
	padding: 5px 10px;
	height: 40px;
}

ul#nav li a:hover {
	background-color: #727272;
	text-decoration: none;
}

ul#nav li span {
	font-size: 11px;
	line-height: 11px;
	text-transform: lowercase;
	font-weight: normal;
	display: block;
	color: #ccc;
}

ul#nav li a:hover span { color: #fff;}

div#content {
	width: 500px;
	background: transparent url('style/images/bg_content.gif') repeat-y left top;
	float: left;
	margin-bottom: 40px;
}

div#content div#top {
	background: transparent url('style/images/bg_content_top.gif') no-repeat left top;
	padding: 0px 35px;
}

div#content div#bottom {
	background: transparent url('style/images/bg_content_bottom.gif') no-repeat left bottom;
	padding-bottom: 35px;
}

div#content div#top div:first-child {
	padding-top: 20px;
}

body.home div.post {
	border-bottom: 1px dashed #999;
	clear: right;
	padding: 40px 0px;
	position: relative;
}

div.post h2 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #4D4D4D;
}

div.post h2 a {color: #4D4D4D;}

p.comments {
	margin-bottom: 3px;
	font-size: 11px;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

div#sidebar_left h3, div#sidebar_left h2, div#sidebar_right h2 {
	text-transform: uppercase;
	color: #387E1D;
	font-size: 16px;
	margin-bottom: 10px;
}

div#sidebar_left {
	float: left;
	width: 225px;
	margin-top: 20px;
}

div#intro h2 {
	font-weight: bold;
	font-size: 20px;
	color: #666;
	margin-bottom: 10px;
}

div#friends {
	margin-top: 50px;
}

div#sidebar_right {
	float: left;
	width: 225px;
	margin-top: 20px;
}

li.widget {
	margin-bottom: 50px;
}

div#footer {
	clear: both;
	background-color: #666;
	height: 30px;
	color: #fff;
}

div.innerfooter {
	width: 975px;
	margin: 0 auto;
	padding-top: 10px;
}

div#footer a {
	color: #fff;
}

/*			Single Entry			*/

div#respond {
	margin-top: 30px;
	font-size: 12px;
}

div#respond h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

div#respond fieldset {
	margin-bottom: 20px;
}

div#respond label {
	display: block;
}

span.required {
	font-family: Georgia, "Palatino", "Palatino Linotype", Times, "Times New Roman", serif;
	font-style: italic;
}

/*			Page			*/

div#page {
	background: transparent url('style/images/bg_page.gif') repeat-y left top;
	margin-left: 150px;
	margin-bottom: 40px;
}

div#page h1 {
	font-size: 24px;
	color: #4d4d4d;
	margin-bottom: 15px;
}

div#page p {
	margin: 10px 0px;
	font-size: 12px;
}

div#page div#top {
	background: transparent url('style/images/bg_page_top.gif') no-repeat left top;
	padding: 20px 35px 0px;
}

div#page div#bottom {
	background: transparent url('style/images/bg_page_bottom.gif') no-repeat left bottom;
	padding-bottom: 35px;
}

/*			Contact Page			*/

div#page form {
	font-size: 12px;
}

div#page fieldset {
	margin-bottom: 20px;
}

div#page label {
	display: block;
}

div#page input, div#page textarea {
	border: 1px solid #a4a4a4;
	padding: 5px;
}

div#page address p {
	margin: 0px;
}

ul.wplc_event_list li {
	margin-bottom: 20px;
}