/* @override http://www.yogaspiritstudios.com/css/main.css */

/*
Company:	
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #330100;
}
body {
	background: #330100 url(../images/bg-body.jpg) top center no-repeat;
	color: #444444;
	font-family: "Lucida Grande", sans-serif;
}
/* @end */

/* @group Layout */
#container {
	width: 955px;
	margin: 0 auto;
	padding: 34px 0 50px 0;
}
/* Head */
div#hd {
	background: #72364f url(../images/bg-hd.jpg) top left repeat-x;
	font-family: "Lucida Grande", sans-serif;
}

div#hd-inner {
	background: url(../images/bg-hd-bottom.png) bottom left no-repeat;
	padding: 0 0 5px 0;
}

/* Logo */
div.logo {
	width: 249px;
	float: left;
	margin: 0 26px 0 0;
}

div.logo a {
	display: block;
	width: 249px;
	height: 73px;
	text-indent: -9999px;
	background: url(../images/bg-logo.jpg) top left no-repeat;
}

/* Body */
div#bd {background-color: #fffeff;}

/* Footer */
div#ft {
	background: #a2a641 url(../images/bg-ft.jpg) top left repeat-x;
	color: #702928;
	padding: 8px 33px 6px 30px;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
}

/* Footer Text */
div#ft p.copyright {
	float: right;
	margin: 0;
	font-size: 77%;
	padding: 5px 0 0 0;
}

div#ft a {
	color: #702928;
	text-decoration: none;
}
div#ft a:hover {
	color: #702928;
	text-decoration: underline;
}

/* Footer Social Networks */
div.social-networks {
	width: 320px;
	float: left;
}

div.social-networks p {
	padding: 5px 13px 0 0;
	font-size: 93%;
	margin: 0;
	display: inline;
	float: left;
}

div.social-networks ul {margin: 0;}

div.social-networks ul li {
	list-style: none;
	float: left;
}

div.social-networks ul li a:link, div.social-networks ul li a:visited {
	display: block;
	width: 26px;
	height: 25px;
	margin: 0 4px 0 0;
	text-indent: -9999px;
}

div.social-networks ul li.twitter a:link, 
div.social-networks ul li.twitter a:visited {background: url(../images/icon-twitter.jpg) top left no-repeat;}

div.social-networks ul li.facebook a:link, 
div.social-networks ul li.facebook a:visited {background: url(../images/icon-facebook.jpg) top left no-repeat;}
/* @end */

/* @group Modules */
/* Homepage Header */
div.home-header {margin: 0 0 23px 0; width: 955px;
height: 314px; overflow: hidden;}

/*Page Header */
div.page-header img {display: block;}

div.audio {
	margin: -23px 0 0 0;
	float:right;
	overflow: hidden;
}

/*Page Header */
div.audio img {display: block;}

/* Home Content Container */
div.home-content {
	padding: 0 0 12px 30px;
	background: url(../images/bg-home-content.jpg) 0 -5px no-repeat;
}

/* Page Content Container */
div.page-content {
	padding: 0 47px 30px 0;
	background: url(../images/bg-page-content.jpg) top left repeat-y;
	min-height:36em;
}

/* Home Main Column */
div.main {
	width: 422px;
	float: left;
	margin: 0 33px 0 0;
}

/* Home Main Column Links */
div.main a:link, div.main a:visited {text-decoration: none;}
div#bd div.main a:hover {text-decoration: underline;}

/* Home Posts */
div.main div.home-post {margin: 0 0 10px 0;}

div.main div.home-post div.post-content {
	width: 277px;
	float: left;
}

/* Home Event */
div.main div.home-event {margin: 0 0 20px 0;}

div.main div.home-event div.event-content {
	width: 190px;
	float: left;
}

div.main div.home-event div.event-content span.date {
	font-weight: bold;
}

div.main div.home-event p {
	margin: 0;
}

/* Auto Clear Home Posts and Home Events */
div.home-event:after, div.home-post:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.home-event, div.home-post {display: inline-block;}

/* Hides from IE-mac \*/
* html div.home-event, * html div.home-post {height: 1%;}
div.home-event, div.home-post {display: block;}
/* End hide from IE-mac */

/* Main Column Rounded Corners - Image Style */
div.main div.rounded-corners {
	float: left;
	margin: 0 15px 0 0;
	background: url(../images/bg-main-rnd-cnr-top.gif) top left no-repeat;
}

div.main div.rounded-corners img {
	background: url(../images/bg-main-rnd-cnr-bot.gif) bottom left no-repeat;
	padding: 6px 6px 6px 7px;
	display: block;
}

/* Home Side Column */
div.side {
	width: 221px;
	float: left;
	margin: 0 58px 0 0;
	display: inline;
}

div.side p {
	margin: 0 0 1.4em 0;
}

/* Home Side List Styles */
div.side ul {margin: 0;}

div.side ul li {
	list-style: none;
	padding: 0 0 1px 0;
}

div.side ul li a:link, div.side ul li a:visited {
	background: url(../images/bg-side-li.gif) 0 7px no-repeat;
	padding: 0 0 0 11px;
	text-decoration: none;
	line-height: 1.4em;
	display: block;
	height: 1%;
}

div.side ul li a:hover {text-decoration: underline;}
div.side ul li a:link span, div.side ul li a:visited span {display: block;}

/* Home Side Column Rounded Corners - Image Style */
div.side div.rounded-corners {
	background: url(../images/bg-side-rnd-cnr-top.gif) top left no-repeat;
	margin: 0 0 10px 0;
}

div.side div.rounded-corners img {
	background: url(../images/bg-side-rnd-cnr-bot.gif) bottom left no-repeat;
	padding: 8px;
	display: block;
}

/* Home Side Banners */
div.side-banners {
	width: 159px;
	float: left;
	padding: 15px 0 0 0;
}

/* Home Side Banners Rounded Corners - Section Style */
div.side-banners div.rounded-corners {
	background: #d1542e url(../images/bg-banners-rnd-cnr-top.gif) top left no-repeat;
	margin: 0 0 20px 0;
}

div.side-banners div.rounded-corners div.inner {
	background: url(../images/bg-banners-rnd-cnr-bot.gif) bottom left no-repeat;
	padding: 5px 5px 10px 5px;
}

div.side-banners a:link, div.side-banners a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 1.5em;
}

div.side-banners a:hover {text-decoration: underline;}

div.side-banners img {
	padding: 0 0 6px 0;
	display: block;
}

/* (Sub)Page Main Column */
div.page-main {
	width: 585px;
	float: right;
	padding: 33px 0 0 0;
	/* margin: 0 0 0 46px; */
	display: inline;
}

div.page-main p {
	text-align: justify;
	margin: 0 0 1.4em 0;
}

div.page-main p.keywords span {
	padding: 0 3px;
}

/* (Sub)Page Side Column */
div.page-side {
	width: 277px;
	float: left;
	padding: 14px 0 0 0;
	background-color: #e5e7bd;
	display: inline;
}

div.page-side-content {padding: 0 31px 0 30px;}

div.page-side-content blockquote {
	color: #617116;
	font-size: 100%;
	font-family: "Georgia", serif;
	font-style: italic;
	line-height: 1.9em;
	padding: 0;
	margin: 13px;
}

div.page-side-content blockquote span.quote-author {
	display: block;
	text-align: right;
}

/* (Sub)Page Navigation */
div.page-side div.page-nav ul {
	margin: 0 0 16px 0;
	font-family: "Lucida Grande", sans-serif;
}

div.page-side div.page-nav ul li {
	list-style: none;
	border-bottom: 1px solid #e5e7bd;
	font-size: 123.1%;
}

div.page-side div.page-nav ul li img {
	display: none;
}

div.page-side div.page-nav ul li a:link, div.page-side div.page-nav ul li a:visited {
	display: block;
	height: 1%;
	padding: 5px 0 6px 40px;
	background-color: #a2a641;
	text-decoration: none;
	color: #e5e897;
}

div.page-side div.page-nav ul li.selected a:link, div.page-side div.page-nav ul li.selected a:visited, div.page-side div.page-nav ul li a:hover {
	color: #FFF;
	background-color: #898f3e;
}

div.page-side div.page-nav ul ul {
	margin: 0;
	display: none;
}
div.page-side div.page-nav ul li.selected ul {
	display: block;
}
div.page-side div.page-nav ul li li {
	font-size: 100%;
	border-bottom: none;
}
div.page-side div.page-nav ul li li a {
	padding-left: 52px!important;
	font-size: 90%;
	padding-top: 0!important;
}
div.page-side div.page-nav ul li li a:hover {
	font-weight:bold;
}

/* (Sub)Page Side Column Rounded Corners - Image Style */
div.page-side div.rounded-corners {background: url(../images/bg-page-side-rnd-top.jpg) top left no-repeat;}

div.page-side div.rounded-corners img {
	background: url(../images/bg-page-side-rnd-bot.jpg) bottom left no-repeat;
	padding: 8px;
	display: block;
}

/* Schedule Table */
div#bd table.schedule {
	border-top: 1px solid #ccc;
	width: 100%;
}
div#bd table.schedule th {
	color: #830946;
	font-size: 93%;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	text-transform: uppercase;
}
div#bd table.schedule td {
	color: #617116;
	font-size: 93%;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	line-height: 150%;
}
div#bd table.schedule td a:link, div#bd table.schedule td a:visited {
	color: #830946;
	text-decoration: none;
}
div#bd table.schedule td a:hover {
	text-decoration: underline;
}

/* Pricing Table */
div#bd table.pricing {
	margin: 0 0 20px 0;
}
div#bd table.pricing th {
	color: #830946;
	font-size: 93%;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top;
	padding: 20px 15px 5px 0;
}
div#bd table.pricing td {
	color: #617116;
	font-size: 93%;
	padding: 20px 0 5px 0;
}
div#bd table.pricing td.price-note {
	font-style: italic;
	color: #444;
	padding: 0;
}

/* Events */
div#bd div#accordion h3 {
	color: #FFFFFF;
	font-size: 123.1%;
	font-weight: bold;
	background: url(../images/events-hd-bkg.gif) repeat-x 0 0 #617116;
	margin: 0;
	padding: 10px 10px 10px 22px;
	outline: none;
}
div#bd div#accordion h3:hover {cursor: pointer;}
div#bd div#accordion h3 span {
	font-weight: normal;
}
div#bd div#accordion div {
	border: 1px solid #8a9b3c;
	padding: 20px 22px 20px;
	margin-bottom: 3px;
}


/* ToolTips */
.tooltips div {
	display: none;
	background-color: #830946;
	color: #fff;
	position: absolute;
	left: 200px;
	padding: 10px 15px;
	width: 500px;
}
div#bd .tooltips div h4 {
	display: none;
}
div#bd .tooltips div p {
	color: #fff;
	margin: 0;
}

/* @end */

/* @group Common Text Styles */
div#bd p {
	font-size: 93%;
	line-height: 1.5em;
}

.a-floatLeft {
	margin: 0 20px 10px 0;
	float: left;
	display: inline;
}
.a-floatRight {
	margin: 0 0 10px 20px;
	float: right;
	display: inline;
}
/* @end */

/* @group Default Headings */
div#bd h2, div#bd h1 {
	color: #830946;
	font-family: "Lucida Grande", sans-serif;
	font-size: 162%;
	font-weight: normal;
	margin: 0 0 8px 0;
}

div#bd div.page-main h2 {
	margin: 0 0 13px 0;
	font-size: 210%;
	text-transform:lowercase;
}

/* For Registered Symbol */
div#bd h2 sup {
	font-size: 60%;
	vertical-align: top;
}

div#bd h3 {
	color: #6f8a00;
	margin: 0 0 3px 0;
	font-size: 108%;
}

div#bd h3 a:link, div#bd h3 a:visited {
	color: #6f8a00;
	text-decoration: none;
}

div#bd div.page-main h3 {
	padding: 12px 0 0 0;
	margin: 0 0 17px 0;
}

div#bd div.page-main h4 {
	color: #830946;
	text-transform: uppercase;
	font-size: 93%;
	margin: 0 0 10px 0;
}

/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */
/* Nav Wrap */
div.nav-wrap {
	width: 680px;
	float: left;
	z-index: 600;
	position: relative;
}

/* Top Nav */
div#top-nav ul {
	float: left;
	width: 354px;
	padding: 12px 0 0 0;
	margin: 0 0 9px 0;
	font-size: 108%;
	text-transform: lowercase;
}

div#top-nav ul li {
	list-style: none;
	float: left;
	padding: 0 17px 0 14px;
	background: url(../images/bg-top-nav.jpg) center right no-repeat;
display: inline;
}

div#top-nav ul li.last {
	background: none;
	padding: 0 0 0 14px;
}

div#top-nav ul li a:link, div#top-nav ul li a:visited {
	text-decoration: none;
	color: #d18087;
}

div#top-nav ul li a:hover {
	color: #ffd1d5;
}

/* Main Nav */
div#nav {
	clear: both;
	font-size: 116.4%;
}

div#nav ul {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}

div#nav ul li {
	list-style: none;
	float: left;
	display: inline;
	background: url(../images/bg-nav-li.jpg) top left no-repeat;
	padding: 0 0 0 2px;
}

div#nav ul li a:link, div#nav ul li a:visited {
	display: block;
	text-decoration: none;
	padding: 12px 15px 6px 13px;
	color: #ecb2bb;
	cursor: pointer;
}

div#nav ul li.selected a:link, div#nav ul li.selected a:visited, div#nav ul li a:hover {
	color: #FFF;
	background: #4f102e url(../images/bg-nav-active.jpg) top left repeat-x;
}

div#nav ul li:hover a:link,
div#nav ul li:hover a:visited, 
div#nav ul li.sfhover a:link,
div#nav ul li.sfhover a:visited {
	color: #FFF;
	background: #4f102e url(../images/bg-nav-active.jpg) top left repeat-x;
}

/* Auto Clear Top-Nav and Nav Lists */
div#top-nav ul:after, div#nav ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#top-nav ul, div#nav ul {display: inline-block;}

/* Hides from IE-mac \*/
* html div#top-nav ul, * html div#nav ul {height: 1%;}
div#top-nav ul, div#nav ul {display: block;}
/* End hide from IE-mac */
	
/* @end */

/* @group Forms */
/* Newsletter Signup Form */
div.newsletter {
	width: 326px;
	float: left;
	padding: 12px 0 0 0;
}

div.newsletter-inner {
	float: right;
	padding: 0 19px 0 0;
}

div.newsletter label {
	color: #d18087;
	font-size: 108%;
	text-transform: lowercase;
	padding: 0 7px 0 0;
	float: left;
}

div.newsletter .txt {
	float: left;
	width: 116px;
	padding: 0 0 0 8px;
	font-size: 93%;
	border: none;
	margin: 0;
	vertical-align: top;
	background: url(../images/bg-input.jpg) top left no-repeat;
	height: 21px;
	line-height: 21px;
	color: #999999;
}

div.newsletter .btn {
	float: left;
	padding: 0;
	margin: 0 3px 0 0;
	vertical-align: top;
}

/* Photo Gallery */
table.photogalleryTable {
	width: 100%;
	border-spacing: 10px;
	border-collapse: separate;
}
table.photogalleryTable td.photogalleryItem {
	width: 133px;
	height: 97;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}

/* Contact Form */
div.contact-form-col {
	width: 380px;
	float: left;
	display: inline;
}
div.contact-form-col label {
	display: block;
	width: 100px;
	font-size: 12px;
	float: left;
	display: inline;
}
div.contact-form-col label.verify {
	margin-left: 100px;
	float: none;
	display: block;
	width: 250px;
}
div.contact-form-col div.captchaimg {
	margin-left: 100px;
	margin-bottom: 5px;
}
div.contact-form-col input.cat_textbox, div.contact-form-col textarea.cat_listbox {
	width: 200px;
}
div.contact-form-col td.captcha input {
	margin-left: 100px;
	width: 200px!important;
}
div.contact-form-col input.submit {
	margin-left: 97px;
}

/* Contact Info Col */
div.contact-info-col {
	width: 200px;
	float: left;
	display: inline;
}
div.contact-info-col {
	color: #617116;
}
div.contact-info-col a:link, div.contact-info-col a:visited {
	color: #680235;
	text-decoration: none;
}
div.contact-info-col a:hover {
	text-decoration: underline;
}

table.webform td {
	font-size: 11px;
}
form span.req {
	color: red;
}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #830946;
	text-decoration: none;
}
a:hover {
	color: #830946;
	text-decoration: underline;
}
/* @end */

/* image styles */
.img-right {
	float: right;
	margin: 0 0 0 20px;
}

.img-left {
	float: left;
	margin: 5px 20px 0 0;
}

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
