/*
Theme Name: 
Theme URI: http://
Description: Stylesheet
Author: aBellemare
Author http://www.abellemare.com
version: 3.0
*/

@import url("reset.css");
@import url("text.css");
@import url("960.css");

/* basics */

*{margin:0; padding:0;}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin:0px;
	color:#656565;
	background-color: #fff;
	background-image: url(images/base/body-bkgd.gif);
	background-repeat: repeat;
	text-align: center;
	}
	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{
	float: left;
	border: none;
	padding-top: 0px;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 0;
}
img.right{
	float: right;
	border: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}

/* links */

a:link {
color:#ff6600;
text-decoration:none;
}
a:active {
color:#ff6600;
text-decoration:underline;
}
a:visited {
color:#ff6600;
text-decoration:none;
}
a:hover {
color:#ff6600;
text-decoration:underline;
}


#wrap {
	width: 1020px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#page {
	background-image: url(images/base/wrap-body.gif);
	background-repeat: repeat-y;
	width: 1020px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

/* container */


#container {
	background:#fff;
	overflow: hidden;
	text-align: left;
	float: left;
	width: 960px;
	}
	
/* header */

#header {
	height:86px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	}
	
#header_menu {
	margin-top: 36px;
}
#header_right {
	float: right;
	}
#header_search {
	text-align: right;
	}

/* main menu */

#main_menu {
	font-size: 12px; 
	overflow:hidden;
	height: 16px;
}


#main_menu ul {
	margin:0;
	padding:0;
}

#main_menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#main_menu ul li a {
	margin: 0;
	color: #656565;
	display:block;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/base/nav-divider.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 16px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#main_menu li.last a {
	background-image: none;
}

#main_menu ul li a:hover {
	color:#ff6600;
	text-decoration: none;
}

#pagemenu {
	font-size: 13px;
	height: 30px;
}

#pagemenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#pagemenu ul li {	
	float:left;
	margin: 0px;
	padding: 0px;
}

#pagemenu ul li a {
	color:#ff6600;
	display:block;
	line-height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 30px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(images/base/subMenu-arw.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#pagemenu ul li a:hover {
	color:#f28b03;
	text-decoration: none;
}
#pagemenu ul li.first a {	
	padding: 0px;
	background-image: none;
	color: #656565;
}

#pagemenu_right {
	text-align: right;
	float:right;

}
#pagemenu_right ul {

}
#pagemenu_right ul li {
	float:right;
	margin: 0px;
	padding: 0px;
}




/* content */

#content {
	overflow: hidden;
	background-image: url(images/base/content-body.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
	}
#content2 {
	overflow: hidden;
	background-image: url(images/base/content-body.gif);
	background-repeat: repeat-y;
	}
#content_body {
	margin-bottom: 15px;
  margin-left: 30px;
}
#contentMain {
        margin-left: 10px;
}
#subnav {
	background-image: url(images/base/subnav-bkgd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 42px;
	margin-top: 10px;
}
#subnav_left {
	height: 42px;
	}
#subnav_center {
	height: 42px;
}
#content_home {
	background-image: url(images/base/homepage-bkgd-pose.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	height: 405px;
	overflow: hidden;
	margin-top: 10px;
}
#home_quote {
	line-height: 32px;
}
#home_quote h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
#home_quote h3 {
	font-size: 14px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	color:#FF6600;
}
#home_quote ul li {
	line-height: 24px;
	margin: 0 0 0 15px;
	list-style-image: url(images/base/home_bullet.gif);
}
#home_quote ul li a {
	color: #656565;
	
}
#home_quote ul li a:hover {
	color: #FF6600;
}
.orange {
	color:#FF6600;
}
#contentLeft h3 {
        margin: 0 0 0 0px;
        padding: 0 0 0 0px;
        font-size: 18px;
        font-weight: normal;
        line-height: 24px;
}
#contentLeft li {
        list-style-position: inside;
        list-style-type: disc;
}
#subnav_center ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#subnav_center ul li {	
	float:left;
	margin: 0px;
	padding: 0px;
}
#subnav_center ul li a {
	margin: 0px;
	color: #656565;
	display:block;
	line-height: 42px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 42px;
	width: 110px;
	padding: 0px;
	font-size: 13px;
	float: left;
	text-align: center;
}
#home ul li.yoga a,
#beginner ul li.beginner a,
#advanced ul li.advanced a,
#therapeutic ul li.therapeutic a,
#instructor ul li.instructor a,
#intermediate ul li.intermediate a,
#senior ul li.senior a,
#restorative ul li.restorative a {
	background-image: url(images/base/subnav-li.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #ff6600;
}
#subnav_center ul li a:hover {
	color:#ff6600;
}
#subnav_right {
	float: right;
	height: 42px;
	text-align: right;
}
#subnav h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	text-transform: capitalize;
	color: #ff6600;
	line-height: 42px;
	padding: 0px;
}
#feature {
	background-image: url(images/base/feature-bkgd-middle.gif);
	background-repeat: repeat-y;
	margin-top: 20px;
}
#featureContent {
	margin:3px 53px 5px 35px;
	color:#fff;
}
#featureContent h2{
	font-size:12pt;
	margin-bottom:10px;
}


/* left sidebar */

#left {

	}

#left h2{
	color: #000;	
	margin: 0;
	padding: 0;
}

#left label{
	font:normal 11pt;
	color: #000;	
	margin: 0;
	padding: 0;
}
#left p {margin:0; padding: 0;}

#left img {padding: 0; margin: 0;}

#left ul {
	margin:12px;
	padding:0;
	}

#left ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#left ul ul {
	margin:14px 0;
	padding: 0;
}

#left ul ul li {
	list-style-type: none;
	}

#left ul ul ul{
	margin: 0;
	padding: 0;
}

#left ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* right sidebar */

#right{
	
	}

#right h2{
	font:normal 11pt;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right label{
	font:normal 11pt;
	color: #000;	
	margin: 0;
	padding: 0;
}

#right p {margin:0; padding:0;}

#right img {padding: 0; margin: 0;}

#right ul {
	margin:12px;
	padding:0;
	}

#right ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#right ul ul {
	margin:14px 0;
	padding: 0;
}

#right ul ul li {
	list-style-type: none;
	}

#right ul ul ul{
	margin: 0;
	padding: 0;
}

#right ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* post */

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	
	}
	
.post h2 a{
	
	}
	
.post h2 a:hover{
	
	}

.post ul {}

.post li {}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; 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, #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;
	border:1px solid #000;
	padding:2px;
	width:160px;
	}




/* extras */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.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 */
#subfooter {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #dddddd;
	border-bottom-color: #dddddd;
	height: 150px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 21px;
}
#subfooter h2{
	line-height: 24px;
	font-weight: normal;
	margin:0px;
	padding: 0px;
}
#subfooter_center {
	padding: 0px 20px 0px 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	margin-top: 20px;
	height: 100px;
}
#footer a {color: #656565;
        text-decoration: underline;
}
#footer a:hover {
        color: #ff6600;
        text-decoration: underline;
}
#footer .box {
	float: left;
	margin-right: 10px;
}
#footer .boxSearch {
	float: left;
	padding:17px 0 0 0;
	margin: 0;
}
#footer_links {
	padding: 0px 0px 0px 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #dddddd;
	height: 80px;
}
#footer .box ul, #footer_links .box ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer .box ul li, #footer_links .box ul li {
	margin: 0px;
	padding: 0px;
}
#footer .box ul li a, #footer_links .box ul li a {
	height: 28px;
        line-height: 28px;
	padding-left: 3px;
}
#footer img, #footer_links img {
	 vertical-align: middle;

}
#cr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-top: 10px;
}
.subheading {
        font-size: 14px;
        line-height: 21px;
}
.sidebarTestimonial {
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #740E35;
	font-size: 13px;
        line-height: 21px;
	margin-top: 10px;
        padding-top: 10px;
        border-top: solid 5px #cccccc;
}
.testAuthor {
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
        font-weight: bold;
}

.fbLike{
	margin:0 0 20px 30px;
}
.fbLikeHome{
	float:left;
	padding:9px 0 10px 5px;
}
.fbLikePost{
	padding:5px 0 0 0;
}
