/*
	 Page Scroll thanks to 
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/



/* To get that that dang footer to stick 
html, body, #container { height: 100%; }
body > #container { height: auto; min-height: 100%; }
-------------------------------------   */

/* @group Main Layout */

body	{ 
	background: #eaeaea url(../images/sarahBell.jpg) no-repeat fixed;
	-webkit-background-size: 3500px 600px; 
	-webkit-background-position: fixed; 
	color: #44455b;
	margin: 0;
	padding: 0;
    line-height: 15px;
    }

#content {
	width: 700px;
	padding: 0px 0px 0 345px;
	margin: 0;
	font-weight: bold;
}

/* @end */

#container {
	background: transparent fixed;
	background-position:top right;
	z-index: 1000000;
}

#header {
	overflow: hidden;
	padding: 0;
	margin: 0;
	height: 46px;
	width: 42px;
	float: right;
}

#page-wrap	{ 
	width: 660px; 
	margin: 0 0 0 350px; 
	}

/* @group typography + links */

/* typography + links
----------------------------------------------- */
p, ul		{
	font: normal 10px/1.2em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
	border-style: none;
	font-size: 0.8em;
	line-height: none;
	margin: 0 0 14px 0;
}

h1, h1 a, h2, h2 a {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;
	white-space: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	font-weight: normal;
	font-style: normal;
}

h1, h1 a {
	line-height: 36pt;
	font-size: 24pt;
	font-style: italic;
	margin-bottom: 36px;
}

h2, h2 a {
	line-height: 20pt;
	font-size: 16pt;
	font-style: italic;
}

a, h1 a, h2 a, h3 a {
	color: #44455b;
	border: none;
}

a:link {text-decoration: none; outline: 0;}
a:visited {text-decoration: none; outline: 0;}
a:active {text-decoration: none; outline: 0;}
a:hover {text-decoration: underline; outline: 0; color: #44455b;} 

img {
	outline: 0;
	border: 0;
}

.white {
	color: #fff;
}

.grey {
	color: #44455b;
}

.LightSlateGrey {
	color: #778899;
}


.copyright, .copyright a {
	color: #bebebe;
	font-size: x-small;
	padding-top: 42px;
}

hr{
margin:0 0 10px 0; 
padding:0px; 
width:700px; 
height:1px; 
color:black; 
background-color:black; 
border: none;

}

#demotip {
	display:none;
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;
	background-color: transparent;
	background-image: url(../images/tooltip/black_arrow.png);
}

/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}






/* @end */

/* @group Site Sections */

/* Site Sections -------------------------*/

div#top {
	margin: 0px;
	padding: 115px 0 0 0;
}

div#one, #two, #three, #four, #five, #six {
	margin: 200px 0 0 0;
	padding: 115px 0 0 0;
}

div#one img {
	margin: 0 10px 5px 0;
}


div#seven {
	margin: 500px 0 500px 0;
	padding: 100px 0 0 0;
}

/* @end */

/* @group Up Arrow */

/* UpArrow -------------------------*/

#arrowNav {
	position:fixed;
	right:0;
	top:0;
}

#container {
	background: transparent url(../images/arrowUp_Visible2.png) no-repeat fixed right top;
	z-index: 1000000;
	background-position:top right;
	padding: 0;
	margin: 0;
}

a#logo {
	display: block;
	width: 41px;
	height: 75px;
	float: right;
}

* html a#logo {
	background-position: 0 0;
}




#header {
	background: url(../images/arrowUp_Hidden2.png) no-repeat;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 41px;
	height: 60px;
	float: right;
}

#upArrow {
    background-image: url(../images/arrow_BlankBox.gif);
    display:block;
    width:41px;
    height:75px;
  	text-indent:-9999px;
	border: none;
	text-decoration: none;

}

/* @end */


/* @group table formatting */

/* table formatting -------------------------*/

#one #yogaworksTableHeader, #three #yogaworksTableHeader {
	width: 700px;
}

.yogaworksRight, .yogaworksLeft {
	vertical-align: bottom;
}

.yogaworksLeft {
	width: 300px;
}

.yogaworksRight {
}

.yogaworksRight p {
margin-bottom: 10px;
line-height: 16px;
}

#table1 {
	width: 200px;
	align: left; 
	vertical-align: top;
	border-top: 1px solid black;
}

#table2, #table3, #table4 {
	width: 166px;
	align: left; 
	vertical-align: top;
	border-top: 1px solid black;
	padding-bottom: 15px;
}

#table6{
	width: 200px;
	align: left; 
	vertical-align: top;
	border-top: 0px;
	padding-bottom: 15px;
}

#table7{
	width: 166px;
	align: left; 
	vertical-align: top;
	border-top: 0px;
	padding-bottom: 15px;
}
#yogaworks h2, #upcomingWorkshopsTable h2, #teacherTrainingsTable h2 {
	margin-bottom: 20px;
}

#one h1, #two h1, #three h1, #four h1, #five h1{
	margin-bottom: 0px;
}

/* @end */

/* @group footer */

/*
#footer {
 clear: both;
 position: relative;
 z-index: 10;
 height: 3em;
 margin-top: -3em;
}


#footer p {
text-align: right;
color: #fff;
}

#content { padding-bottom: 3em; }
  -------------------------*/



/* @end */

