/*  
Theme Name: Therapy
Version: 1.0.2
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
*/

/* Default styles */
@import "reset.css";

/* Styles for rounded corners are located in css/effects.css */

/*-----------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers
-2.2 Header
-2.3 Navigation
--2.3.1 Drop-down menus
-2.4 Intro
-2.5 Content
-2.6 Sidebar
-2.7 Footer

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 PageNavi

4. WIDGETS
-4.1 Social Media Box
-4.2 Tabber

5. COMMENTSAREA
-5.1 Comments
-5.2 Comments Form

6. GENERAL STYLES

-----------------------------------------------*/



/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body  {
	font: 13px Arial,Helvetica,Sans-serif;
	line-height: 1.5;  /*unitless for proper inheritance*/}

h1, h2, h3, h4, h5, h6  {
	margin: 0;
	font-family: Arial,Helvetica,Sans-serif;
	color: #292626;
}

h1  {font-size: 38px} h2  {font-size: 30px} h3  {font-size: 30px}
h4  {font-size: 20px} h5  {font-size: 15px} h6  {font-size: 12px}

p  {margin: 18px 0;}

/* 1.2 Hyperlinks */

a:link, a:visited  { text-decoration: none; }
a:hover  { text-decoration: underline; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  {
	text-decoration: none;
	color: #292626;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: none;}

.green { color: #75ab07; }
.teal { color: #00767d; }
.grey { color: #515151; }
.lgrey { color: #999; }

.left { float: left; }
.right { float: right; }

.clear {
clear:both;
display: block;
}

.clear10 {height:10px; clear:both;}
.clear15 {height:15px; clear:both;}
.clear20 {height:20px; clear:both;}
.clear30 {height:30px; clear:both;}
.clear45 {height:45px; clear:both;}
.clear60 {height:60px; clear:both;}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

.inner  { position: relative; width: 959px; margin: 0 auto; }
#container  {
	width: 979px;
	margin: 0 auto;
}

/* 2.2 Header */

#header  { height: 150px; position: relative; z-index: 2; }
#header h1, #header h2  { display: none; }

#logo { margin: 43px 0 0; float: left; }

#headerLogin {
float: right;
width: 152px;
height: 42px;
padding: 14px 0 0 70px;
font-size: 18px;
font-weight: bold;
color: #cc0000;
display: block;
background: url(images/headerLogin.png) no-repeat top;
text-transform: uppercase;
}

	a#headerLogin:hover {
	background-position: bottom;
	text-decoration: none;
	}
	
#headerCall {
float: right;
font-size: 18px;
font-weight: bold;
padding: 14px 20px 10px 0;
}

.latest_twitter  {
	position: relative;
	float: right;
	width: 250px;
	margin: 20px 0;
	font-size: 12px;
	color: #fff;
}
.latest_twitter a:link, .latest_twitter a:visited  { color: #fff!important; }
.latest_twitter .twitlink  { position: absolute; top: 0; left: -40px;}

/* 2.3 Navigation */

#navigation  {
	height: 45px;
	margin: 0;
	z-index: 2;
	position: relative;
}

#nav {
	z-index: 100;
	width: 100%;
	height: 45px;
	padding: 0;
	margin: 0;
	list-style: none; 
}

#nav li {
width: auto;
}

	#nav.navSub li {
	margin-right: 35px;	
	}
	
		#nav.navSub li.page_button {
		margin-right: 0;	
		}

	#nav li.nav1 { _width: 70px; }
	#nav li.nav2 { _width: 156px; }
	#nav li.nav3 { _width: 156px; margin-right: 0; }
	#nav li.nav4 { _width: 103px; }
	#nav li.nav5 { _width: 115px; }
	#nav li.nav6 { _width: 142px; }

#nav a:link, #nav a:visited {
	z-index: 100;
	display: block;
	padding: 0 10px;
	line-height: 46px;
	height: 45px;
	width: auto;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 0.5px #000;
}

#nav .current_page_item a, #nav a:hover  {
	text-decoration: none;
}

#subscribe  {
	position: absolute;
	top: 0;
	right: 0;
}

#subscribe a:link,
#subscribe a:visited  {
	padding: 0 0 0 20px;
	line-height: 39px;
	text-transform: uppercase;
	color: #fff;
	background: url(images/ico-rss.png) no-repeat left center;
}

#subscribe a:hover  {}

/* 2.3 Drop-down menus */

#nav li ul {
	position: absolute;
	width: 170px;
	left: -999em;
}

#nav li ul li { width: 170px; line-height: 18px; margin: 0 0 1px 0; border-style: solid; background-color: #444444;	background: rgba(52, 49, 49, 0.6); }
#nav li ul li a:link, #nav li ul li a:visited { display: block; width: 160px; padding: 5px 5px; line-height: 18px; font-size: 12px; }
#nav li ul ul {	margin: -23px 0 0 170px; }
#nav li:hover ul, #nav li.sfhover ul { left: auto; }
#nav li:hover ul ul, #nav li.sfhover ul ul { left: -999em; }
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left: auto; }
#nav li:hover, #nav li.hover { position: static; } /* IE7 Fix */

/* 2.4 Intro */

#intro  {
	width: 979px;
	height: 246px;
	color: #e8e8e8;
	overflow: visible;
	position: relative;
	z-index: 1;
}

	#introInner {
	width: 824px;
	padding-left: 155px;
	height: 351px;
	position: absolute;
	left: 0;
	top: -95px;
	_top: -96px;
	}
	
	#introQuote {
	float: right;
	margin-top: 125px;
	padding-right: 26px;
	width: 300px;
	}
	
		#introQuote h2 {
		height: 135px;
		padding: 45px 30px 0;
		margin-bottom: 5px;
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
		letter-spacing: 0px;
		color: #fff;
		}
		
		#introQuote em {
		text-align: right;
		font-size: 11px;
		color: #000;
		display: block;
		}
		
	#introButton {
	width: 152px;
	height: 67px;
	text-indent: -9999px;
	float: left;
	margin-top: 280px;
	background: url(images/introButton.png) no-repeat top;
	}
	
		a#introButton:hover { background-position: bottom; }


#intro .ads, #intro .gravatar  {
	float: right;
	margin: 0 0 0 30px;
	padding: 24px;
	overflow: hidden;
	background-color: #242121;
	background: rgba(36, 33, 33, 0.3);
}

#intro .ads .left  { margin-right: 9px; }
#intro .ads .right  { margin-left: 9px; }


/* 2.5 Content */

#main  {
	width: 979px;
	background: url(images/bgMainTop.png) no-repeat top;
	padding-top: 30px;
	position: relative;
	z-index: 2;
}

	#mainInner {
	width: 869px;
	padding: 23px 55px 33px;
	background: url(images/bgMain.png) repeat-y;
	}
	
	#main h2 {
	margin-bottom: 11px;	
	}

#content  { float: left; width: 495px; }
#content.fullwidth  { width: 979px; }

#main ul li {
font-size: 13px;
font-style: oblique;
padding-left: 37px;
display: block;
margin-bottom: 10px;
background: url(images/iconCheckBig.png) no-repeat left top;	
min-height: 24px;
_height: 24px;
}

	#main ul.small li {
	background: url(images/iconCheck.png) no-repeat left top;
	min-height: 15px;
	_height: 15px;
	padding: 1px 0 0 24px;
	}

	#main ul li span, #main ul li strong {
	font-size: 21px;
	font-weight: bold;
	}
	
		#main ul.small li span, #main ul.small li strong {
		font-size: 13px;
		}
	
	#main ul li a {
	color: #c00;	
	}

.contentBlock {
width: 455px;
padding: 10px 20px;
background: #ebebeb;
margin-bottom: 30px;
}

	#main .contentBlock ul li {
	background-image: url(images/boxIconCheckBig.png);	
	}
	
		#main .contentBlock ul.small li {
		background-image: url(images/boxIconCheck.png);	
		}

	#homeBlock {
	background: #ebebeb url(images/homeAd.jpg) no-repeat right top;	
	padding: 10px 220px 10px 20px;
	width: 255px;
	height: 430px;
	overflow: hidden;
	margin-top: 49px;
	}
	
	#agentBlock {
	background: #ebebeb url(images/agentAd.jpg) no-repeat right top;	
	padding: 10px 170px 10px 20px;
	width: 305px;
	}
	
	#brokerBlock {
	background: #ebebeb url(images/brokerAd.jpg) no-repeat right top;	
	padding: 10px 170px 10px 20px;
	width: 305px;
	}
	
	
#main ul.aboutList li {
padding-left: 90px;	
}
	
	#main ul.aboutList li.aboutList1 { background-image: url(images/iconAbout1.jpg); }
	#main ul.aboutList li.aboutList2 { background-image: url(images/iconAbout2.jpg); }
	#main ul.aboutList li.aboutList3 { background-image: url(images/iconAbout3.jpg); }
	#main ul.aboutList li.aboutList4 { background-image: url(images/iconAbout4.jpg); }
	
#main .buttonPackage p {
float: right;
width: 225px;
padding-top: 14px;
}
	

/* 2.6 Sidebar */

#sidebar  { float: right; width: 300px; }

/* 2.7 Footer */

#extended_footer {
	width: 880px;
	padding: 30px;
	float: left;
	background-color: #302D2D;
	border-bottom: 1px solid #363232;
}

#extended_footer .col1, 
#extended_footer .col2,
#extended_footer .col3 { float: left; overflow: hidden; width: 280px; margin: 0 20px 0 0; }

#extended_footer .col1, #extended_footer .col2  { width: 279px; border-right: 1px solid #424242; }
#extended_footer .col3 { margin-right: 0px !important; }

#extended_footer .widget  { margin: 0 0 30px 0; }
#extended_footer .widget h3  { background: none; padding: 15px 0!important; }
#extended_footer .widget ul li  { background: none; }
#extended_footer .widget ul li a:hover  { color: #a1a1a1!important; }
#extended_footer .widget ul li a:link, #extended_footer .widget ul li a:visited  { padding: 2px 0 2px 0!important; border-bottom: 0!important; background: none!important; }

#extended_footer .textwidget, #extended_footer #latest-video .wrap, #extended_footer #flickr .wrap, #extended_footer #searchform, #extended_footer .widget_tag_cloud div, #extended_footer .widget ul, #extended_footer #adwidget .adwrap  {
	padding: 0!important;
	background-color: transparent;
}

#extended_footer .widget_recent_comments li  { padding: 2px 0 2px 0!important; border-bottom: none!important; background: none; }
#extended_footer #searchform #s  { width: 195px; }

#footer  {
	width: 869px;
	height: 100px;
	margin: 0 0 30px 0;
	padding: 60px 55px 0;
	font-size: 12px;
	color: #fff;
	background: url(images/bgFooter.png) no-repeat top;
}

	#footer div.left {
	width: 600px;	
	}

	#footer a#footerLogin {
	float: right;
	width: 117px;
	height: 37px;
	padding: 10px 0 0 50px;
	font-size: 18px;
	font-weight: bold;
	color: #00767d;
	display: block;
	background: url(images/footerLogin.png) no-repeat top;
	}
	
		#footer a#footerLogin:hover {
		background-position: bottom;
		text-decoration: none;
		}
		
	#footer ul {
	display: block;
	margin-bottom: 10px;
	}
		
	#footer li {
	float: left;
	display: inline;
	margin-right: 14px;
	padding: 0 14px 0 0;
	border-right: 1px solid #555;
	}

		#footer li.last {
		border-right: none;	
		}
	
		#footer li a {
		display: block;	
		}
		
		#footer li span {
		color: #777;	
		}

#footer a:link,
#footer a:visited  {
	color: #fff;
}

#footer .copyright  { float: left; margin: 0; }
#footer .credit  { float: right; margin: 0; }
#footer .credit img  { vertical-align: middle; }


/*-----------------------------*/
/* 3. POSTS */
/*-----------------------------*/

#breadcrumbs  {
	padding: 10px 30px;
	color: #e8e8e8;
}

#breadcrumbs p  { margin: 0; }

h3.catheading  { margin: 0 0 20px 0; text-transform: uppercase; font-size: 20px; }

.post  {
}

	.post .half {
	width: 240px;	
	}

.meta  { margin: 0 0 20px 0;}

.meta span  {
	margin: 0 3px 0 0;
	padding: 6px 8px;
	font-size: 11px;
	color: #fff;
	background-color: #373434;
}

.meta .date  {
	padding-left: 27px;
	background: #373434 url(images/ico-date.png) no-repeat 5px center;
}

.meta .comments a:link,
.meta .comments a:visited  {
	padding-left: 25px;
	color: #fff;
}

.post h2.title  { margin: 0 0 18px 0; line-height: 34px; }
.post h2.title a:link, .post h2.title a:visited  {}
.post h2.title a:hover { text-decoration: none; }

.post .video {
	margin: 0 0 20px 0;
	border: 5px solid #e0e0e0;
}

.entry  {

}

.post .tags  {
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	color: #373434;
}

.tags a:link,
.tags a:visited  {
	
}

/* 3.1 Typographic Elements */

.entry h1  {}
.entry h2  {}
.entry h3 {}
.entry h4 {}
.entry h5 {}
.entry h6 {}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {
	margin: 0 0 18px 0;
}

.entry p  { margin: 0 0 18px 0; }

.entry blockquote  { padding: 10px 30px; margin: 0 0 18px 0; color: #666; }
.entry blockquote p  { margin: 0; }



.entry ol  { margin: 0 0 18px 0; padding: 0 0 0 30px; }
.entry ol ol  {	margin: 0; }
.entry  ol li  { list-style-type: upper-latin; }
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 3.2 Images */

.entry img  {
}

.entry .wp-caption {
	padding: 1px;
	background:#F8F8F4;
	border: solid 1px #e6e6e6; 
	text-align:center;
}

.entry .wp-caption img { border: none; }

img.wp-smiley  {
	padding: 0;
	border: none;
}

.entry .alignleft  {
	float: left;
	margin: 10px 15px 10px 0;
}

.entry .alignright  {
	float: right;
	margin: 10px 0 10px 15px;
}

.entry .aligncenter  {
	text-align: center;
}

.entry small {
font-size: 11px;	
}

.cform input#sendbutton {
width: 90px;
height: 38px;
background: url(images/buttonLearn.png) no-repeat 0 top;
border: none !important;
cursor: pointer;
overflow: hidden;
text-indent: -9999px;
display: block;
line-height: 0;
}

	.cform input#sendbutton:hover {
	background-position: 0 -38px;	
	}
	

/* 3.3 PageNavi */

div.Nav  {
	margin: -20px 0 0 0;
	padding: 0 0 7px 0;
	text-align: center;
	border-bottom: 1px dotted #c2c2c2;
}

.Nav strong.on  {
	padding: 5px 10px 5px 10px;
}

.Nav a:link, .Nav a:visited  {
	padding: 5px 10px 5px 10px;
	font-weight: bold;
	background-color: #e6e6e6;
}

/*-----------------------------*/
/* 4. WIDGETS */
/*-----------------------------*/


/* 4.1 Social Media Box */

#social  {	
	margin: 0 0 30px 0;
	background-color: #292626;
}

#social li  { padding: 20px 25px; border-bottom: 1px solid #1e1e1e; border-top: 1px solid #333030; }
#social li img  { float: left; margin: 0 10px 0 0; }
#social li a span  { display: block; line-height: 16px; }
#social li a span.site  { font-size: 18px; color: #fff; font-weight: bold; }
#social li a span.url  { font-size: 12px; color: #989898; }
#social li a:hover span.url  { color: #fff; }


/* 4.2 Tabber */

#tabber  { margin: 0 0 30px 0; }

.idTabs  {
	float:left;
	width: 300px;
	padding: 10px;
	text-align: center;
	background-color: #292626;
}

.idTabs li  { float:left; }

.idTabs li a  {
	display: block;
	margin: 0 7px 0 0;
	padding: 5px 10px 5px 28px;
	font-weight: bold;
	color: #fff;
}

.idTabs li a:hover,
.idTabs a.selected  {
	text-decoration: none;
	background-color: #000;
}

#tabber .list  {
	background-color: #e0e0e0;
}

#tabber .list li  { background: url(images/widgetli.jpg) repeat-x left bottom; }

#tabber .list li a:link,
#tabber .list li a:visited  {
	display: block;
	padding: 6px 0 6px 40px;
	color: #6c6c6c;
	border-bottom: 1px solid #d4d4d4;
}

#tabber .list li a:hover  { color: #292626; }

#tagcloud  { padding: 5px 20px 10px 20px; }
#tagcloud a:link, #tagcloud a:visited  { color: #6c6c6c; }
#tagcloud a:hover  { color: #292626; }

/* 4.3 General Widgets */

.widget  { margin: 0 0 30px 0; }

.widget h3  {
	margin: 0;
	padding: 15px 20px;
	font-size: 22px;
	color: #fff;
	background: #292626 url(images/widgettitle.jpg) repeat-x left top;
}


.widget ul  { padding: 0!important; }

.widget ul li  { background: url(images/widgetli.jpg) repeat-x left top; }

.widget a:link, .widget a:visited  { color: #6c6c6c; }
.widget ul li a:hover  { color: #292626; }

.widget ul li a:link, .widget ul li a:visited  {
	display: block;
	padding: 6px 0 6px 40px;
	border-bottom: 1px solid #d4d4d4;
}

.textwidget, #latest-video .wrap, #flickr .wrap, #searchform, .widget_tag_cloud div, .widget ul, #adwidget .adwrap  {	
	padding: 15px 20px;
	background-color: #e0e0e0;
}

.widget_recent_comments li  {
	display: block;
	padding: 6px 0 6px 20px;
	color: #6c6c6c;
	border-bottom: 1px solid #d4d4d4;
	background: none;
}

.widget_recent_comments li a:link,
.widget_recent_comments li a:visited  {
	display: inline;
	padding: 0;
	line-height: 18px!important;
	background: none!important;
	border: none!important;
}

#searchform #s  { width: 180px; padding: 5px 0 5px 5px; border: 1px solid #898989; }
#searchform .submit  { padding: 3px 0 3px 0; text-transform: uppercase; }

#flickr .flickr_badge_image  { margin: 4px 7px;	float: left; }
#flickr .flickr_badge_image a  { display: block; border: 2px solid #bbb; }
#extended_footer #flickr .flickr_badge_image  { margin: 7px 18px; }

#latest-video .video { margin: 0 0 10px 0; }

#twitter li  { margin: 10px 0; }
#twitter a:link, #twitter a:visited  { display: inline; padding: 0; background-image: none; line-height: 18px; }

.widget_lifestream li  { margin: 0!important; padding: 8px 20px 8px 40px!important; border-bottom: 1px solid #d4d4d4; background-position: 10px 10px!important;}

#adwidget .adwrap img  { margin: 6px; }


/* 4.1 Learn More Box */

#boxLearn {
width: 242px;
height: 107px;
padding: 74px 29px 29px 29px;
background: url(images/boxLearn.png) no-repeat;
position: relative;
}

	#boxLearn form.cform {
	width: 242px;	
	}
	
	#boxLearn li {
	margin: 0;	
	}

	#boxLearn label, #boxLearn .emailreqtxt, #boxLearn .reqtxt {
	display: none;	
	}

	#boxLearn input.single {
	width: 220px;
	height: 47px;
	padding: 0 11px;
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #777;
	background: url(images/inputLearn.png) no-repeat;
	border: none;
	}
	
	#boxLearn input.sendbutton, .buttonSubmit {
	width: 90px;
	height: 35px;
	padding: 0;
	float: right;
	background: url(images/buttonLearn.png) no-repeat top;
	border: none;
	cursor: pointer;
	overflow: hidden;
	margin-top: 25px;
	text-indent: -9999px;
	display: block;
	line-height: 0;
	}
	
		.buttonSubmit {
		background-image: url(images/buttonSubmit.png);
		float: left;
		display: block;
		float: none;
		margin-top: 10px;
		}
	
		#boxLearn input.sendbutton:hover, .buttonSubmit:hover {
		background-position: bottom;	
		}
		
	.formPassword label {
	display:block; 
	font-weight: bold;
	font-size: 13px;	
	}
		
	.inputPassword {
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #ccc; 
	vertical-align:top;
	display: block;
	width: 240px;
	}
		
	#boxLearn span.love {
	position: absolute;
	left: 29px;
	top: 121px;
	display: block;
	font-size: 11px;
	color: #777;
	margin: 26px 0 0;
	font-weight: bold;
	}

/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */

#comments  { float: left; }
#comments h3  { margin: 0 0 20px 0; }
#comments li  {	margin: 20px 0 0 0; }

#comments ul.children { margin: 0 0 0 0; }
#comments ul.children li  { padding: 0 0 0 25px; }

#comments .comment-meta  { margin: 0 10px 10px 0; font-size: 12px;}
#comments .comment-meta img  { float: left; margin: 0 10px 0 0; }
#comments .comment-meta span  { line-height: 42px; color: #252525; }
#comments .comment-meta span.name  { font-weight: bold; color: #252525; }
#comments .comment-meta span.name a  { color: #252525; }
#comments .comment-meta span.date  { font-size: 11px; }

#comments .comment-entry  {
	padding: 10px 15px;
	background-color: #e6e6e6;
}

#comments .comment-entry p  { margin: 0 0 10px 0; }

.reply a, .cancel-comment-reply a  { text-transform: uppercase; font-weight: bold; font-size: 11px; }

/* 5.2 Comments Form */

#respond  { float: left; }
#respond h3  { margin: 15px 0 0 0; }

#commentform  {	}

#commentform input.txt,
#commentform textarea  {
	padding: 4px 5px;
	border: 1px solid #ccc;
}

#commentform textarea  { width: 95%!important; }

#commentform #submit  {
	padding: 7px 12px 10px 7px;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background: url(images/submit.png) no-repeat left top;
	border: none;
}

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/

.floatl  {float: left;}
.floatr  {float: right;}

.alignl  {text-align: left;}
.alignr  {text-align: right;}
.alignc  {text-align: center;}

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.block {
display: block;	
}

