/** RESET **/
@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent}body{ line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul, ul, ol{ list-style:none}blockquote,q{ quotes:none}blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none}a{ margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent}ins{ background-color:#ff9; color:#000; text-decoration:none}mark{ background-color:#ff9; color:#000; font-style:italic; font-weight:bold}del{ text-decoration:line-through}abbr[title],dfn[title]{ border-bottom:1px dotted; cursor:help}table{ border-collapse:collapse; border-spacing:0}hr{ display:block; height:1px; border:0;  border-top:1px solid #ccc; margin:1em 0; padding:0}input,select{ vertical-align:middle}


/** ELEMENTS **/


body {
    background: #fff url(../images/backgrounds/site.jpg) repeat-y scroll top center;
    color: #3a383a;
    font-family: 'Raleway', sans-serif; 
}

a {
    color: #CE3431;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    font-size: 0.75em;
    line-height: 0.1em;
    vertical-align: super;
}


/** LAYOUT **/

/* Basic Structural */

#page {
    margin: 0 auto;
    width: 1024px;
}


/* Masthead */

#page > header > h1 {
    position: absolute;
    margin-left: 2px;
    margin-top: 34px;
}


/* Main Navigation */
#main_nav{
	position:relative;
}
#main_nav > ul {
    font-weight: bold;
    font-size: 11px;
    float: right;
    margin-right: 0;
    margin-top: 29px;
    text-transform: uppercase;
	width:510px;
}

#main_nav > ul > li {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 1px;
}

#main_nav > ul > li + li {
    margin-left: 14px;
}

#main_nav ul.subnav {
    font-weight: normal;
    font-size: 12px
    text-transform: none;
    margin-top: 5px;
    display: none;
}

#main_nav a {
    color: inherit;
    font-weight: inherit;
}

#main_nav a:hover {
    color: #CE3431;
    text-decoration: none;
}


/* Main Navigation Dropdowns */

#main_nav ul.subnav > li + li {
    margin-top: 5px;
}

#main_nav > ul > li:hover ul.subnav,
#main_nav > ul > li:hover ul.subnav > li {
    display: block;
}


/* Divider Line */

#page > div.line,
article div.line {
    background-image: url(../images/line.png);
    position: absolute;
    width: 6px;
}

#page > div.line {
    top: 198px;
    height: 418px;
    margin-left: 675px;
}

article div.line {
    background-position: center -418px;
    height: 100%;
    margin-left: 647px;
}


/* Large Main Image */

#main_image {
    position: absolute;
    top: 203px;
    margin-left: 20px;
    
    background-image: url(../images/backgrounds/photo_large.png);
    background-repeat: no-repeat;
    padding-top: 21px;
    padding-left: 25px;
    padding-right: 38px;
    padding-bottom: 45px;
    width: 586px;
    height: 351px;
}

#main_image {
    height: 503px;
    overflow: hidden;
    width: 711px;
}

#main_image img {
    display: none;
    position: absolute;
}


/* Main Content Area */

article {
    position: absolute;
    top: 614px;
    margin-left: 28px;
    min-height: 500px;
    padding-bottom: 40px;
    width: 619px;
}

article > p > strong,
article > ul strong {
    font-weight: normal;
    font-family: "Arial Black";
}

article > header {
    margin-bottom: 16px;
}

article > header > div#page_title {
    float: left;
}

article > header > div#page_title > p#sub_title {
    letter-spacing: 0.03em;
}

article > header h1 {
    font-size: 24px;
    width: 474px;
    margin-left: -28px;
    padding-top: 9px;
    padding-left: 28px;
    line-height: 1.0;
}

article > header > div#header_link {
    float: right;
    margin-top: -20px;
}

article > header div#header_link a {
    float: left;
}

article > header div#header_link div#cancellation a {
    color: #000;
    font-size: 8px;
}

.book_now {
    font-size: 16px;
    letter-spacing: 0.02em;
}

/* Description Text (Courier) Box */

article > div.description {
    font-size: 15px; line-height:22px;
    margin-top: 18px;
}

article > div.description h2 {
    font-size: 14px;
}

article > div.description p + h2 {
    margin-top: 1em;
}

article > div.description p + p,
article > div.sub_description p {
    margin-top: 1em;
}

article > header + div.description {
    margin-top: inherit;
}

article > div.description a.read_more {
    font-family: Arial;
    font-size: 11px;
}

article div#read_more {
    display: none;
    margin-bottom: 1em;
}


/* Schedule */
#schedule h2 {
    font-size: 14px;
    margin-top: 1em;
    margin-bottom: 1em;
}

#schedule strong,
#schedule h3 {
    font-weight: normal;
    font-family: "Arial Black", Arial;
}

#schedule h3 {
    color: #CE3431;
}

#schedule p + h3 {
    margin-top: 1em;
}

/* Single Event Formatting */

article > p.ryw_price strong {
    color: #CE3431;
}

/* Sidebar */

aside {
    position: absolute;
    top: 154px;
    margin-left: 694px;
    padding-bottom: 100px;
}

aside > h1,
aside > h2, 
aside > ul,
aside > form,
aside > #teachers {
    margin-left: 11px;
}

aside h2 {
    font-size: 18px;
}


/* Sidebar Detail Box */

aside > h1#details {
    text-align: right;
    margin-right: 25px;
}

aside > div#detail_box {
    background-image: url(../images/backgrounds/detail_box.png);
    background-repeat: no-repeat;
    width: 283px;
    height: 302px;
    padding-left: 39px;
    padding-top: 31px;
}

aside > div#detail_box a {
    color: inherit;
}

aside > div#detail_box a:hover {
    color: #CE3431;
    text-decoration: none;
}

aside > div#detail_box h2 {
    margin-bottom: 3px;
}

aside > div#detail_box > p {
    font-weight: bold;
    line-height: 1.9;
}

aside > div#detail_box p + h2 {
    margin-top: 14px;
}

aside > div#detail_box h2 + ul {
    margin-top: 3px;
}

aside > div#detail_box > ul > li + li {
    margin-top: 4px;
}

aside > div#detail_box > div#paperclip {
    position: absolute;
    margin-left: 215px;
    margin-top: -33px;
}

/* All Events */
aside > div#all_events {
    margin-left: 15px;
}

/* Teacher Photos */

aside > div#photos {
    position: absolute;
    top: 440px;
}

aside > div#photos > div {
    display: inline-block;
    background-repeat: no-repeat;
    width: 167px;
    height: 232px;
    padding-top: 40px;
    padding-left: 23px;
}

aside > div#photos > div#teacher_1 {
    position: absolute;
    background-image: url(../images/backgrounds/teacher_1.png);
    margin-left: 1px;
}

aside > div#photos > div#teacher_2 {
    position: absolute;
    background-image: url(../images/backgrounds/teacher_2.png);
    padding-top: 36px;
    margin-top: 4px;
    margin-left: 155px;
}

aside > #teachers {
    position: absolute;
    top: 667px;
}

aside > #teachers h2 {
    margin-bottom: 9px;
}

aside > #teachers ul {
    margin-top: 9px;
}

aside > #teachers ul a {
    color: inherit;
}

aside > #teachers ul a:hover {
    color: #CE3431;
    text-decoration: none;
}

aside > #teachers ul > li {
    font-weight: bold;
}

aside > #teachers ul > li + li {
    margin-top: 11px;
}

article > ul#event_list h1 {
    font-size: 18px;
}

article > ul#event_list h1 a {
    color: inherit;
    text-decoration: none;
}


/* Events */

aside > h1.find_event {
    margin-top: 43px;
    margin-left: 12px;
}

aside > h1.find_event + form {
    margin-left: 9px;
    margin-top: 8px;
}

aside > form p + p {
    margin-top: 9px;
}

aside > img.yoga_compass {
    margin-left: 13px;
    margin-top: 24px;
}

article > ul#event_list > li + li {
    margin-top: 18px;
}

/* Event FAQ */

article > div.description ul {
	padding-left:20px;
}

article > div.description li {
	list-style-type:circle;
	margin-top:8px;
}

/* Event Listing (contact form) */

.form_container {
	position:relative;
	z-index:2;
}
.field {
	display:block;
	position:relative;
	clear:both;
}
.field .question {
	position:relative; 
	float:left; 
	width:200px; 
	color:#000000; 
	font-size:12px; 
	font-weight:normal; 
	vertical-align:top; 
	margin-left:15px; 
	margin-top:2px;
	text-align:right;
}
.field .answer {
	position:relative; 
	float:left; 
}
/* Membership */

aside > img.yogi_plane {
    margin-top: 75px;
    margin-left: 31px;
}

#social {
    float: right;
    margin-left: 14px;
    margin-top: -9px;
}

#social a + a {
    margin-left: 3px;
}

/* About */
aside > div#portrait {
    background-image: url(../images/backgrounds/portrait_large.png);
    background-repeat: no-repeat;
    width: 198px;
    height: 255px;
    position: absolute;
    padding-left: 24px;
    padding-top: 42px;
    margin-left: 53px;
    margin-top: 20px;
}

aside > div#portrait_caption {
    position: absolute;
    margin-top: 343px;
    margin-left: 46px;
}

#login_logout {
    position: absolute;
    top: 32px;
    margin-left: 280px;
}
img.facebookicon{
	position:absolute;
	top:24px;
	left:360px;
}
img.twittericon{
	position:absolute;
	top:24px;
	left:408px;
}

.clearfix:after,
article > header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

<!--[if IE]>
<style type="text/css">
.clearfix {
    zoom: 1;
}
</style>
<![endif]-->

