/* Layout */

BODY {
	background-image: url('/__site_img/bg.jpg');
    background-position: top center;
    width: 790px;
    margin: 0px auto;
    font: 12px "Arial", sans-serif;
}

#web_page {
    background-color: transparent;
    width: 100%;
	float: left;
}

#be {
    position: absolute;
    width: 100%;
    height: 140px;
    margin: 0px;
    padding: 0px;
    top: 35px;
    left: 0px;
    z-index: 1;
}

#be A {
    display: block;
    margin: 0px auto;
    width: 140px;
    height: 140px;
}
#be A IMG {
    border: none;#subnav > UL > LI.root > UL > LI > A
}

.desc {
    float: left;
    width: 790px;
    text-align: right;
    font: 20px "Georgia", serif;
    color: white;
    font-style: italic;
    padding-bottom: 16px;
}

#header {
	float: left;
	width: 790px;
	height: 100px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
}

#footer {
	float: left;
	width: 790px;
	height: 53px;
	background-repeat: no-repeat;
    margin: 5px 0px 0px 0px;
}
#footer .copyright {
    float: left;
    width: 400px;
    height: 53px;
    text-align: left;
    font: 12px "Arial";
    color: navy;
}
#footer .social {
    float: left;
    width: 390px;
    height: 53px;
    text-align: right;
}

.clear {
	float: left;
	clear: both;
}

.center {
    float: left;
    margin: 7px;
    width: 776px;
    border: 1px solid #f79ad0;
}
.center_outside {
    width: 790px;
    background-color: white;
    float: left;
}

#subnav {
    float: left;
    width: 160px;
    margin: 27px 7px 7px 14px;
}
#subnav LI {
    font: 16px "Arial", sans-serif;
    border-top: 1px solid #f79ad0;
    list-style-type: none;
    padding-top: 6px;
}
#subnav UL > LI > UL > LI > UL > LI {
    margin-left: 15px;
    font-size: 12px !IMPORTANT;
    border-top: none !IMPORTANT;
}
#subnav LI.there > A {
    font-weight: bold;
}
#subnav A {
    text-transform: uppercase;
    color: #008;
    text-decoration: none;
}
#subnav UL {
    margin: 0px;
    padding: 0px;
}
#subnav > UL > LI {
    display: none;
    margin: 0px;
    padding: 0px;
}
#subnav > UL > LI.root {
    border: none !IMPORTANT;
    display: block !IMPORTANT;
}
#subnav LI.root > A { 
    display: none;
}
#subnav > UL > LI.root > UL > LI {
    border-top: 1px solid #f88;
    padding-bottom: 5px;
}
#subnav > UL > LI.root > UL > LI.there, #subnav > UL > LI.root > UL > LI.parent {
    font-weight: bold;
}

#content {
    float: left;
    width: 400px;
    background-color: white;
	margin: 27px 0px 0px 7px;
	padding: 0px 6px 7px 0px;
	border-right: 1px solid #ddd;
}

#sidebar {
    float: left;
    width: 160px;
    margin: 27px 14px 7px 7px;
}

#header UL {
    margin: 0px;
    padding: 0px;
    position: relative;
    z-index: 1;
}
#header UL LI {
    margin: 0px;
    padding: 0px;
    display: inline;
}
#section_nav UL {
    margin: 0px;
    padding: 20px 0px 20px 0px;
    text-align: center;
}
#section_nav UL LI {
    margin: 0px;
    padding: 0px;
    display: inline;
}
#section_nav UL LI.there A {
    color: black;
}

/* Formatting */
#sidebar {
    font: 10px "Arial", sans-serif;
}

#header UL LI A {
    margin: 0px 8px 0px 8px;
    color: #008;
    font: 16px "Times New Roman", serif;
    text-transform: lowercase;
    text-decoration: none;
}
#header UL LI A:hover {
    color: white;
}
#header UL LI:before {
    content: "·";
}
#header UL LI:first-child:before {
    content: "";
}
#section_nav UL LI A {
    margin: 0px 16px 0px 16px;
    color: #008;
    font: 16px "Times New Roman", serif;
    text-decoration: none;
}
#section_nav UL LI.there A {
    font-weight: bold;
}
#section_nav UL LI:before {
    content: "|";
}
#section_nav UL LI:first-child:before {
    content: "";
}

#content {
	font: 12px "Verdana", sans-serif;
	text-align: justify;
	color: black;
}

#content H1 {
    text-align: left;
	margin: 0px 0px 5px 0px;
	font: 24px "Adobe Garamond", "Garamond", "Georgia", serif;
	color: #008;
	font-weight: bold;
}

#content H2 {
    text-align: left;
	margin: 10px 0px 5px 0px;
	font: 12px "Verdana", sans-serif;
	font-weight: bold;
	color: black;
}

#content P {
	margin: 5px 0px 5px 0px;
	font: 12px "Verdana", sans-serif;
	text-align: justify;
	color: black;
}

#content A {
	color: #800;
	text-decoration: underline;
}

#content A:hover {
	text-decoration: none;
}

#content UL {
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#content LI {
    text-align: left;
	margin: 0px 0px 5px 10px;
	padding: 0px;
	font: 12px "Arial", sans-serif;
	list-style-type: disc;
	text-align: justify;
}

#content TABLE TD {
    text-align: justify;
    font: 12px "Arial", sans-serif;
}

#breadcrumb {
	margin-top: 1px;
	font: 9px "Arial";
	background-color: #444;
	color: white;
}

#copyright {
	text-align: center;
	font: 10px "Arial", sans-serif;
	color: #777;
	padding-bottom: 15px;
}

#content FORM.webform {
	margin-left: 30px;
}
#content FORM.webform DIV.field {
	margin-bottom: 6px;
}
#content FORM.webform DIV.label {
	font: 10px "Arial", sans-serif;
	font-weight: bold;
	color: #222;
}
#content FORM.webform DIV.control INPUT {
	width: 360px;
}
#content FORM.webform DIV.control TEXTAREA {
	width: 360px;
	height: 150px;
}
#content FORM.webform SPAN.required {
	font: 12px "Georgia";
	color: red;
	margin-left: 6px;
}
#content FORM.webform P {
	margin: 0px;
	font-style: italic;
}
#content TABLE {
    width: 400px;
    margin: 0px;
    padding: 0px;
}

/*---- Section-Specific Colors ----*/
.sivananda #content H1,
.sivananda #subnav A,
.sivananda .one-time {
    color: #52247f;
}

.ashram #content H1,
.ashram #subnav A,
.ashram .one-time {
    color: #fdb913;
}

.sound #content H1,
.sound #subnav A,
.sound .one-time {
    color: #8fc3ea;
}

.massage #content H1,
.massage #subnav A,
.massage .one-time {
    color: #f03aa4;
}
/*
#content .quote {
    width: 330px;
    padding: 20px 20px 5px 50px;
    background-repeat: no-repeat;
}
*/
#content .quote {
    padding: 20px 0px 5px 0px;
} 
#sidebar .quote {
    color: #999;
    font: 18px "Times New Roman", serif;
}
#sidebar .resources {
    margin: 5px;
    padding: 5px;
    float: left;
    border: 1px solid #ddd;
}
#sidebar .resources H3 {
    padding: 0px;
    margin: 0px;
    font: 18px "Times New Roman", serif;
    color: #44a;
}    
#sidebar UL {
    margin: 5px 5px 3px 5px;
    padding: 0px;
}
#sidebar UL > LI {
    margin: 0px 0px 8px 0px;
    padding: 0px;
    list-style-type: none;
}
#sidebar UL > LI > A {
    font: 10px "Verdana", sans-serif;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
    

/*---- Sidebar Calendar ----*/
DIV#sidebar TABLE.Calendar {
    border-collapse: collapse;
    width: 160px;
    border: 1px solid #f79ad0;
}
DIV#sidebar TABLE.Calendar TD {
    text-align: center;
    color: #888;
}
DIV#sidebar TABLE.Calendar TD.recur A {
    font-weight: bold;
    color: black;
}
DIV#sidebar TABLE.Calendar TD.one-time A {
    font-weight: bold;
}
DIV#sidebar TABLE.Calendar TD {
    border: 1px solid #f79ad0;
}
DIV#sidebar DIV.Calendar .control A.button {
    font: 16px "Arial";
    font-weight: bold;
    color: #888;
    text-decoration: none;
}
DIV#sidebar DIV.Calendar DIV.control SPAN {
    font: 14px "Arial";
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}
DIV#sidebar DIV.Calendar DIV.control {
    float: left;
    width: 160px;
    text-align: center;
    clear: both;
    margin: 5px 0px 10px 0px;
}
DIV#sidebar DIV.Calendar DIV.legend P {
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #888;
    font-weight: bold;
}
DIV#sidebar DIV.Calendar DIV.legend SPAN.recur {
    color: black;
}
DIV#sidebar DIV.Calendar DIV.legend A {
    color: #f79ad0;
    text-transform: none;
}

/*---- Full-page content calendar ----*/
DIV#content DIV.Calendar {
    float: left;
    width: 400px;
}
DIV#content .Calendar .Calendar_event {
    margin-bottom: 20px;
}
DIV#content .Calendar DIV.expcol A {
    color: #888;
    font-weight: bold;
}
DIV#content DIV.Calendar DIV.grid {
    margin: 0px 70px 20px 70px;
    width: 260px;
    float: left;
    clear: both;
}
DIV#content TABLE.Calendar {
    margin: 0px auto;
    text-align: center;
    border-collapse: collapse;
    width: 260px;
    border: 1px solid #f79ad0;
}
DIV#content TABLE.Calendar TD {
    text-align: center;
    color: #888;
    height: 25px;
}
DIV#content TABLE.Calendar TD A {
    text-align: center;
    font-weight: bold;
    text-decoration: none;
}
DIV#content TABLE.Calendar TD {
    border: 1px solid #f79ad0;
}
DIV#content DIV.Calendar .control A.button {
    font: 18px "Arial";
    font-weight: bold;
    color: #888;
    text-decoration: none;
}
DIV#content DIV.Calendar DIV.control SPAN {
    font: 18px "Arial";
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}
DIV#content DIV.Calendar DIV.control {
    float: left;
    width: 260px;
    text-align: center;
    clear: both;
    margin: 5px 70px;
}
DIV#content DIV.Calendar DIV.desc {
    float: left;
    width: 400px;
}
DIV#content IMG {
    padding: 3px 10px;
}


/*---- Public Documents ----*/
LI.pdf {
    list-style-image: url('/__site_img/pdf.png');
}

/*---- Twitter Feed ----*/
.TwitterFeed {
    margin: 10px 0px 0px 0px;
    font: 10pt "Arial", sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #aaa;
}
DIV.tweet {
    margin: 10px 0px 0px 0px;
    background-image: url('/__site_img/tweet.png');
    background-repeat: no-repeat;
}
DIV.tweet:first-letter {
    padding-left: 16px;
}

/*---- Gallery ----*/
.Gallery {
    margin: 0px 10px;
    width: 400px;
    float: left;
    text-align: center;
}
.Gallery .image {
    float: left;
    width: 400px;
    clear: both;
}
.Gallery IMG {
    height: 250px;
}
.Gallery SPAN.prev {
    display: block;
    float: left;
    width: 200px;
}
.Gallery SPAN.next {
    display: block;
    float: right;
    width: 200px;
}    
.Gallery SPAN > A {
    font: 20px "Arial", sans-serif;
    color: #777 !IMPORTANT;
    text-decoration: none !IMPORTANT;
}
