/*  
Theme Name: Philly Personal Training
Author: First Place Positioning
Author URI: http://www.firstplacepositioning.com
*/

body
{	
	margin: 0;
	padding: 0;
	color: #393939;
	font-family: Arial, Helvetica, sans-serif;	
	background: #0A223E url('images/headerbg.jpg') repeat-x left top;
}
a{	color: #5c91de;	text-decoration: none;}
a:hover{ text-decoration: underline; }
a img{ border: none; }
input{ border: 1px solid #333; }
label{ text-transform: capitalize; padding-right: 15px; }
/*layout*/
#header,
#main,
#footer
{		
	width: 967px;
	margin: 0 auto;
}


/*** Header ***/
#header{
	font-family: Verdana, Tahoma, sans-serif;
	padding: 12px 15px 0px 15px;
}	
#header h1
{
	font-weight: normal;
	font-size: 30px;	
}

#header h2
{
	font-weight: normal;
	color: #ffffff;
	font-size: 33px;
	margin: 0;
	padding: 0;
}

#header #logotitle
{
	border: 1px solid #000;
}


#header #logotitle #logo
{	
	float: left;
	width: 150px;
	margin-left: 30px;
}
#header #logotitle .text{
	float: right;
	width: 570px;
	padding-top: 10px;
	margin-right: 15px;
}
#header #logotitle .text h2.l{
	border-color: #fff;
	padding-right: 15px;
}
#header #logotitle .text .r{
	padding-left: 15px;
}
#header #title
{	
	display: none;
}

#header #menu
{	
	float: right;
	list-style:none;
	margin: 10px 15px 0 0;
}

#header #menu li
{
	float: left;
	margin-right: 2px;
	font-size: 14px;
}

#header #menu a
{
	padding: 10px 13px;
	display: block;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	font: normal Arial, Helvetica, sans-serif;
}

#header #menu a:hover,
#header #menu .current_page_item a
{
	color:#fff;
	background-color:#4e80bd;
}

#header #banner{
	margin-top: 38px;
}	
#header #banner .top{
	display: block;
	width: 966px;
	height: 24px;
	/*background: url(images/banner_top_bg.png) no-repeat center top;*/
	padding: 0;
}
#header #banner .content{
	width: 966px;
	/*background: url(images/banner_content_bg.gif) no-repeat center top;*/
	height: 390px;
	display: block;
        margin-bottom: -42px;
	margin-top:-15px;
}
#header #banner .content #opt-in{
	display: block;
	float: right;
	margin-right:24px;
	margin-top:10px;
	background: url(images/opt-in_bg.jpg) no-repeat center top;
	width: 242px;
	height: 333px;
	padding: 5px 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}
#header #banner .content #opt-in h3{
	font-size: 24px;
	color: #fff;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	margin: 30px 0 0 0;
	padding: 0;
}
#header #banner .content #opt-in p{
	padding-top: 10px;
}
#header #banner .content #opt-in .form .row{
	width: 100%;
	margin: 0 0 10px 0;
}
#header #banner .content #opt-in .form label{
	width: 36px; 
	display: block;
	float: left;
	padding-top: 6px;
}	
#header #banner .content #opt-in .form input{
	padding: 5px;
	font-size: 14px;
	width: 175px;
}
#header #banner .content #opt-in .form button{
	background:transparent url(images/opt-in_button.jpg) repeat-x;
	border: 2px solid #333;
	height: 44px;
	width: 100%;	
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 10px;
}
#header #banner .content #opt-in .form button:hover{
	color: #fff;
	cursor: pointer;
}
/*** Main ***/
#main
{
	background: url(images/main_bg.jpg) repeat-y;
}
#main #content
{
	background: url(images/main_top_bg.jpg) no-repeat top;
	float: left;
	width: 558px;
	padding-left: 55px;
	padding-right: 15px;
}

.post
{
	margin-bottom: 70px;
	line-height: 20px;
}

.post .postheader h2
{
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 3px;
	margin-top: 15px;
}

.post .postheader h2 a
{
	text-decoration: none;
	color: #273647;
}

.post .postheader h2 a:hover
{
	text-decoration: underline;
}

.post .postheader .postmeta
{
	width: 480px;
	font-size: 11px;
	border-bottom: solid 1px #ababab;
	padding-bottom: 5px;
}

.post .postcontent{
	margin-top: 30px;
	font-size: 12px;
}

.post .postcontent .subtitle h2{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: normal;
	background: url(images/subtitle_bg.jpg) no-repeat;
	margin: 15px 0 0 -55px;
	padding: 14px 0 26px 59px;
}
.post .postcontent .subtitle h2 a{
	color: #fff;
}
.post .postcontent .subpost{
	background-color: #e1e3e4;
	padding: 10px 15px;
}
.post .postcontent .subpost ul{ padding: 0 }
.post .postcontent .subpost ul li{ list-style: none; margin-bottom: 15px; font-size: 14px;}
/*** Sidebar ***/
#sidebar
{
	background: url(images/sidebar_top_bg.jpg) no-repeat top left;
	float: right;
	width: 339px;
	padding-top: 70px;
	color: #fff;
}

#sidebar img
{
	border: none;
}

#sidebar ul
{
	list-style: none;
	white-space: nowrap;
	padding-left: 10px;
	margin: 0 auto;
	width: 260px;
}

#sidebar ul li{
	
}
#sidebar h2,#sidebar h3{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding-left: 25px;
	text-transform: uppercase;
	background: url(images/sidebar_title_bg.jpg) no-repeat;
	margin-left:8px;
	padding: 15px 0 30px 25px;
	margin-bottom: 0;
	
}
#sidebar .testimonials_manager_widget{
	width: 230px;
	color: #ffffff;
	font-size: 12px;
	padding: 10px 20px;
	border: none;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}
#sidebar .sidebarbox
{
	margin-bottom: 40px;
}


/***  Search form ***/
.searchform form
{
	margin-top: 4px;
}
.searchform #search
{
	width: 180px;
}

/*** Comments ***/
.allcomments h3
{
	font-size: 15px;
}

.commentbox
{
	margin: 0 0 20px 0;
	padding: 10px;
	border: 1px solid #ababab;
	background: #f6f6f6;
}

.commentbox .avatar
{
	float: left;
	margin-right: 5px;
}

.commentbox small
{
	font-size: 11px;
}

.commentbox p {
	margin-bottom: 0px;
}

.commentbox .commentmeta
{
	width: 300px;
}

#commentform label
{
    display:block;
    margin: 0;
}

#commentform .text {
	width: 300px;
    margin: 0 0 15px 0;
}

#commentform strong
{
	font-size: 11px;
}

#commentform textarea
{
    width:450px;
    height:150px;
    margin:0;
    padding:5px;
}

/*** Footer ***/
#footer
{
	background: #0A223E url(images/footer_bg.jpg) no-repeat;
	font-size: 11px;
	overflow: hidden;
	text-align: center;
	padding-top: 65px;
	padding-bottom: 25px;
	color:#999999;
}

/*** Wordpress ***/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 0 10px 10px 0;
}

.alignright {
   float: right;
   margin: 0 0 10px 10px;
}

.wp-caption {
   border: 1px solid #ccc;
   text-align: center;
   background-color: #f3f4f0;
   padding-top: 4px;
}

.wp-caption img {
   float: none;
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0px;
   margin: 0px;
}

/**
 * wcc
 */
.l{ float: left; border-right-style: solid; border-right-width: 1px; }
.r{ float: right; }
.i{ font-style: italic; }
.c{ text-align: center; }
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	/*display: block;*/
}/* End hide from IE-mac */

.clear{ clear: both; }
form#top_search { background-color: #fff; padding: 5px 10px 5px 0; margin-top: 5px; }
form#top_search input#s{ width: 150px; font-size: 18px; border: none; }
form#top_search button {
	background:transparent url(images/ico-search.png) no-repeat scroll 0 0;
	border:medium none;
	height:21px;
	width:21px;	
}
.replace{ 
line-height:0;
text-align:left;
text-indent:-10000px;
}
#ww123-4 .testimonials_manager_widget {
background:none repeat scroll 0 0 #333;
border:1px dotted #DDDDDD;
margin:10px 0;
padding:10px;
}     
