/*
Theme Name: Strive Personal Training Studios
Theme URI: http://strive2bfit.com
Description: Custom Strive Wordpress Theme
Author: Kymera
Author URI: http://kymerastudio.com
version: 1.0
Tags: two-column, widget-ready, blank
*/

/* basics */

*{margin:0; padding:0;}

body {
	background:#0e0e0e url(images/bg.png) top center no-repeat;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	color:#212121;
	}

	
h1 {font-size: 48px;line-height:52px;}
h2 {font-size: 30px;}
h3 {font-size: 18px;}
h4 {font-size: 14px;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}
.clear {
	width:100%;
	height:0px;
	clear:both;
}
.red {color:#d01111; }
/* links */

a{
	color:#50bcec;
	text-decoration:none;
	font-weight:bold;
	}

a:hover{text-decoration: underline;}

a:active, a:focus {
      outline: 0;
}

/* container */


#container {
	width: 980px;
	margin: 0 auto;
	padding:0;
	overflow: visible;
	}
#main {
	width:100%;
	background:#ffffff url(images/bg-main-btm.png) bottom left no-repeat;
	height:auto;
	overflow:visible;
	position:relative;
	z-index:1;
	padding-bottom:60px;
}
/* header */

#header {
	background:#e6e6e6;
  	width: 980px;	
  	height: 222px;
	background: url(images/bg-header.jpg) top left no-repeat; 
	}

#header h1{
	display:none;
	}	

#header h2{
	display:none;
	}
	
#logo { width:300px;height:222px;display:block; }
/* main menu */


#menu {
	background:#000 url(images/bg-menu.png) top left repeat-x;
	height:36px;
	font-size: 13px;
	width:100%; 
	overflow:visible;
	position:relative;
	z-index:15;
}


#menu ul {
	margin:0px auto;
	padding:0;
	overflow:visible;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
	position:relative;
	text-transform:uppercase;
}

#menu ul li a {
	padding:10px 10px;
	margin: 0;
	color: #fff;
	display:block;
	line-height:16px;
	border-left:1px solid #9d9d9d;
	border-right:1px solid #717171;
}

#menu ul li a:hover {
	background: #292929;
	color:#f8ef22;
	text-decoration:none;
}
.current_page_item a {
	color:#f8ef22 !important;
}
.current_page_item ul a {
	color:#ffffff !important;
}
/*Menu - Dropdowns*/
#menu li ul {
	display:block;
	position: absolute;
	left: -999em;
	top:35px;
	z-index: 15;
	clear:none;
	overflow:hidden;
	border-top:1px solid #5d5d5d;
	background: #292929;
}
#menu ul li:hover ul {
	display:block;
	float:left;
	position:absolute;
	left: 0px;
	overflow:visible;
}
#menu ul li.sfHover ul {
	display:block;
	z-index:9000;
	float:left;
	position:absolute;
	left: 0px;
	overflow:visible;
}

#menu ul li ul li {
	clear:both;
	overflow:visible;
	margin:0px;
	border:0px;
	z-index:10;
}
#menu ul li ul li a {
	display: block;
	font-size:13px;
	text-decoration:none;
	width:150px;
	padding:8px 10px;
	text-transform:none;
	text-align: left;
	cursor:pointer;
	background: #292929;
	border:1px solid #5d5d5d;
	border-width:0px 1px 1px 1px;
}
#menu ul li ul li a:hover {
	text-decoration:none;
}



/* content */


#content {
	float:left;
	width:620px;
	overflow: visible;
	margin:20px 0px 0px 20px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
.post h1, .post h2 {
	padding:0px 12px;
}
.post h2{
	font-size:32px;
	line-height:1.2em;
	}
	
.post h2 a{
	text-decoration: none;
	}
	
.post h2 a:hover{
	text-decoration: none;
	color:#000000;
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;padding:0px 12px;}
.entry p.nopadding { padding:0px; }

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:11px;
	width:100%;
	margin:15px 0px;
}
.navigation p {
	padding-top:10px;
}
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}

.post h3 { padding:0px 12px; }
h1.home {
	background:url(images/bg-h1-home.png) bottom left no-repeat;
	padding:0px 0px 10px 0px;
	margin:5px 12px;
}
ul.leftcol {
	width:200px;
	float:left;
	padding:0px 0px 0px 40px;
	margin: 10px 0px !important;
}
ul.rightcol {
	width:348px;
	float:left;
	margin:10px 0px !important;
}
.entry ul, .entry ol { color:#52bdec;margin:10px 36px; }
.entry ul li span, .entry ol li span { color:#292929; }

.post small {
	padding:0px 12px;
}
/* sidebar */

#sidebar {
	width:280px;
	float:right;
	margin:20px 20px 0px 0px;
	padding: 0;
	}

#sidebar h2{	
	color: #ffffff;	
	margin: 0;
	padding: 0px 0px 0px 16px;
	width:262px;
	height:58px;
	background:url(images/bg-h2-sidebar.png) top left no-repeat;
	font-size:32px;
	line-height:32px;
}

#sidebar label{
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:0px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px;
	padding:0;
}
#sidebar ul + ul div { margin-bottom:15px; }
#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0px;
	list-style-type: square;
	color: #898989;
}

#sidebar ul div {
	width:278px;
	background:#f7f7f7;
	border:1px solid #e5e5e5;
	padding-bottom:12px;
}

#schedule-btn { 
	border:0px !important;
	padding:0px !important;
	margin-bottom:15px;
	}
#schedule-btn + div {
	margin-bottom:15px;
}

#sidebar form { padding: 0px 15px; }
#sidebar form p {
	padding:0px;
	margin-bottom:13px;
}
#sidebar form label {
	display:block;
	clear:both;
	margin-bottom:5px;
	font-size:14px;
}
#go { 
background:url(images/go.png) top left no-repeat;
width:49px;
height:27px;
text-indent:-9999em;
cursor:pointer;
border:0px;
}
#sidebar form input {
	background:#ffffff;
	border:1px solid #c7c7c7;
	padding: 6px 10px;
	color:#666666;
	font-size:11px;
	line-height:11px;
}
#sidebar form button {
	vertical-align:top;
}
#contact-form {
	width:280px;
	position:relative;
	overflow:visible;
	height:430px;
	background: url(images/bg-contact-form.png) bottom left no-repeat;
}
#contact-form h1 { font-size:36px;line-height:39px; }
#contact-form #arrow { 
position:absolute;
top:45px;
left:240px;
}
#contact-form form {
	padding-top:30px;
}
#contact-form #submit {
	width:88px;
	height:33px;
	background: url(images/submit.png) top left no-repeat !important;
	border:0px !important;
	text-indent:-9999em;
	cursor:pointer;
}
/* Testimonials Widget */

.viewtestimonial {
	width:248px !important;
	height:160px !important;
	float:left;
	margin:0px 16px 0px 16px;
	border:0px !important;
}
.more { display:block;
clear:both;
padding:0px 16px;
}
.watchnow {
	display:block;
	width:248px;
	height:20px;
	background:url(images/bg-watchnow.png) top left no-repeat;
	color:#ffffff;
	font-size:11px;
	line-height:20px;
	text-indent:5px;
}
.testimonial, .testimonial div {
	border:0px !important;
	padding:0px !important;
	margin-bottom:5px !important;
}
.testimonial p {
	font-size:11px;
	line-height:14px;
	padding: 5px 5px 0px 0px !important;
}
#testimonials {
	background:#F7F7F7 none repeat scroll 0 0;
	border:1px solid #E5E5E5;
	padding-bottom:12px;
	}
/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	}
	
#commentform a{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:5px 5px 0 0;}

#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;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* 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: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}
div.alignleft { margin:20px 20px 20px 0px; }
div.alignright { margin:20px 0px 20px 20px; }
.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;
}




/* footer */

#footer {
	clear: both;
	width: 100%;
	height:265px;
	}
#footer p {
	color:#ffffff;
}
#copyright {
	width:100%;
	height:83px;
	background: #000000 url(images/bg-copyright.png) top left no-repeat;
	text-align:center;
	color:#cfcfcf;
	font-size:10px;
}
#copyright p {
	color:#cfcfcf;
	}
#copyright ul { padding:34px 0px 10px 0px; }
#copyright ul li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0px 0px 0px 0px;
	border-right:1px solid #cfcfcf;
}
#copyright ul li:last-child {
	border-right:0px;
}

#copyright ul li a {
	padding:6px 6px;
	margin: 0;
	color:#cfcfcf;
}

#copyright ul li a:hover {
	text-decoration:underline;
}
#footer ul {
	list-style:none;
	padding:0px;
}
#footer div {
	float:left; 
}
#footer h2 { 
	color:#ffffff;
	margin-bottom:10px;
}
#footer .pages {
	width:180px;
	padding-left:80px;
}

#footer .map {
	width:300px;
	padding-right:60px;
}
#footer .map p {
	text-align:center;
	padding-top:10px;
}

#footer .social {
	width:340px;
}
#footer .social img {
	margin-bottom:5px;
}
/*Coming Soon Page*/

body#cs {
	margin: 0px;
	padding: 0px;
	font-family:"Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    width: 100%;
    height: 100%;
	background:#040404;
}


body#cs #top {
	height:635px;
	width:100%;
	background: #8d804e url(images/bg.jpg) top center no-repeat;
}

body#cs #footercs {
	font-size: 10px;
	line-height: 12px;
	height:106px;
	background:url(images/bg-footer.png) top left repeat-x;
    color: #eeeeee;
	width: 100%;
    text-align: center;
}

	body#cs #footercs a {
		color: #eeeeee;
		text-decoration: none;
	}
	
	body#cs #footercs a:hover {
			color: #ffffff;
		}
body#cs .container { 
	width:784px;
	height:auto;
	margin:0px auto;
}
body#cs #content {
	width:312px;
	float:right;
	padding-top:74px;
}

body#cs #logo {
	padding-top:189px;
	width:433px;
	float:left;
	position:relative;
}
#wpcf7-f1-p27-o1 {
	width:222px;
	height:318px;
	background:url(images/bg-form.png) top left no-repeat;
	position:relative;
	z-index:5;
}
#wpcf7-f1-p27-o1 .wpcf7-form {
	width:180px;
	padding:10px 20px;
}
.wpcf7-validates-as-required {
	width:180px;
	border:1px solid #dddddd;
	padding:4px 0px;
}
.wpcf7-form p {
	 color:#ededed;
	 font-size:14px;
 }
 #submit {
	 display:block;
	 cursor:pointer;
	 width:115px;
	 height:33px;
	 background:url(images/btn-signup.png) top left no-repeat;
 	text-indent:-9999em;
	border:0px;
	
 }
 .wpcf7-not-valid-tip { color:#000 !important; }
 
 div.wpcf7-validation-errors {
	 background:#ffffff;
 }
 #existing {
	 width:222px;
	 height:125px;
	 background:url(images/bg-existing.png) top left no-repeat;
 }
 #existing div { padding:20px; }

 #btn-appt {
	 width:179px;
	 height:33px;
	 border:0px;
	 display:block;
	 background:url(images/btn-appt.png) top left no-repeat;
	 cursor:pointer;
 }
div.wpcf7-mail-sent-ok {
	background:#ffffff;
}
div.wpcf7-response-output {
	z-index:10;
}
.post { position:relative;z-index:10; }
#existing { position:relative;z-index:1; }
 #existing img { margin-bottom:10px; }
 #address {
	 width:500px;
	 height:50px;
	 display:block;
	 margin:0px auto;
	 text-align:left;
	 font-size:12px;
	 line-height:15px;
	 padding-top:20px;
 }
 #address img { float:left; margin-right:20px; }
 #address span { color:#edb553; }
 
 /* featured content */



#featured {
	width:613px;
	position:relative;
	border:1px solid #7f7f7f;
	height:313px;
	margin:0px 0px 20px 0px;
}
#featured ul.ui-tabs-nav {
	position:absolute;
	top:10px;
	right:10px;
	list-style:none;
	padding:0;
	margin:0;
	width:85px;
	z-index:5;
}
#featured ul.ui-tabs-nav li {
	padding:0px;
	margin:0px 0px 10px 0px;
}
#featured ul.ui-tabs-nav li img {
	margin:0px;
	padding:0px;
	width:81px;
	height:46px;
}
#featured li.ui-tabs-nav-item a {
	display:block;
	color:#333;
	border:2px solid #565656;
	margin:0px;
	padding:0px;
}
#featured li.ui-tabs-nav-item a:hover {
	background:#f2f2f2;
}
#featured li.ui-tabs-selected {
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a {
	border:2px solid #50bcec;
}
#featured .ui-tabs-panel {
	width:613px;
	height:313px;
	background:#000;
	position:relative;
	z-index:1;
}
#featured .ui-tabs-panel .info {
	position:absolute;
	bottom:0px;
	left:0;
	height:70px;
	background: url(images/transparent-bg.png);
}
#featured .info h2 {
	font-size:28px;
	color:#fff;
	padding:5px 10px 0px 10px;
	margin:0;
	overflow:hidden;
}
#featured .info p {
	margin:0 100px 0px 10px;
	font-size:11px;
	line-height:14px;
	color:#ffffff;
}
#featured .info a {
	text-decoration:underline;
	color:#50bcec;
	font-weight:bold;
}
#featured .info a:hover {
}
#featured .info h2 a {
	color:#ffffff;
	text-decoration:none;
}
#featured .ui-tabs-hide {
	display:none;
}



