/* Default screen style rules */

html, body {
  height: 100%;
}

body {
 margin: 0;
 padding: 8px 0;
 font-family: Verdana, Arial, Helvetica, Sans-serif;
 font-size: 100%;
 background: #798FBE url(../img/bg-body.jpg) top left repeat-x;
}

h3 {
 margin: 0;
 padding: 0;
 font-size: 1.4em;
 font-weight: bold;
}

h3 span {
 font-size: .8em;
}


h4 {
 margin: 0 0 8px 0;
 padding: 0;
 color: #314592;
 font-size: 1.2em;
 font-weight: bold;
}

h4 span {
 font-size: .6em;
}


h5 {
 margin: 16px 0 0 0;
 padding: 0;
 font-size: 1.0em;
 font-weight: bold;
}


a { 
 color: #314592;
}

a:visited { 
 color: #851EA2;
}

a:hover { 
 color: #487C88;
 text-decoration: none;
}

acronym {
 border-bottom: 1px dashed #AAB9E0;
 cursor: help;
}

hr {
  height: 1px;
  color: #fff;
	background: #fff;
	border: 0;
}


/* ----- Unique Blocks ----- */

#container {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	border: 2px solid #fff;
}


/* --------------------------------------- // HEADER // -------------------------------------- */


/* ---- Masthead ---- */

#masthead {
  height: 80px;
  overflow: hidden;
	padding: 0;
	margin: 0;
	background: #314592 url(../img/bg-masthead.jpg) center right no-repeat;
  border-bottom: 2px solid #fff;
}

body#home #masthead {
 	background: #314592 !important;
}

#masthead h1 { 
 margin: 0;
 padding: 0;
 color: #314592;
}

#brand { 
 display: block;
 height: 64px;
 width: 240px;
 position: relative;
 top: 6px;
 left: 6px;
 margin: 0;
 padding: 0;
 font-size: .01em;
 text-indent: -999px;
 background: transparent url(../img/bg-logo.jpg) top left no-repeat;
 /* border: 1px dashed #fff; */
}

#brand img { 
 display: none;
}

/* --------------------------------------- // MIDSECTION and NAV // -------------------------------------- */

/* ---- Nav.Mid-section ---- */

#mid {
 height: 270px;
 overflow: hidden;
	padding: 0;
	margin: 0;
	background: #fff url(../img/bg-mid-def.jpg) top left no-repeat;
}

#mid h2 {
  float: right;
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
}

#mid h2 span {
  text-indent: -999px;
}

body#test #mid {
	background: #fff url(../img/bg-mid-test.jpg) top left no-repeat;
}

body#home #mid {
	background: #fff url(../img/bg-mid-home.jpg) top left no-repeat;
}

body#bio #mid {
	background: #fff url(../img/bg-mid-bio.jpg) top left no-repeat;
}

body#bio-new-test #mid {
	background: #fff url(../img/bg-mid-bio.jpg) top left no-repeat;
}

body#services #mid {
	background: #fff url(../img/bg-mid-services.jpg) top left no-repeat;
}

body#instruction #mid {
	background: #fff url(../img/bg-mid-instruction.jpg) top left no-repeat;
}

body#presentations #mid {
	background: #fff url(../img/bg-mid-presentations.jpg) top left no-repeat;
}

body#treatment #mid {
	background: #fff url(../img/bg-mid-treatment.jpg) top left no-repeat;
}

body#testimonials #mid {
	background: #fff url(../img/bg-mid-testimonials.jpg) top left no-repeat;
}

body#faqs #mid {
	background: #fff url(../img/bg-mid-faqs.jpg) top left no-repeat;
}

body#calendar #mid, body#calendar-2006 #mid, body#calendar-2007 #mid {
	background: #fff url(../img/bg-mid-calendar.jpg) top left no-repeat;
}

body#contact #mid {
	background: #fff url(../img/bg-mid-contact.jpg) top left no-repeat;
}

body#bookmarks #mid {
	background: #fff url(../img/bg-mid-bookmarks.jpg) top left no-repeat;
}


body#movement #mid {
	background: #fff url(../img/bg-mid-movement.jpg) top left no-repeat;
}

body#gyrotonic #mid {
	background: #fff url(../img/bg-mid-gyrotonic.jpg) top left no-repeat;
}

body#pilates #mid {
	background: #fff url(../img/bg-mid-pilates.jpg) top left no-repeat;
}

body#feldenkrais #mid {
	background: #fff url(../img/bg-mid-feldenkrais.jpg) top left no-repeat;
}








/* ---- Primary Nav ---- */



#navbar {
 height: 244px;
	width: 246px;
 margin: 0 0 0 1px;
 padding: 0;
 font-size: .65em;
 /* border: 1px dashed #000; */
}


	#nav, #nav ul { /* all lists */
	 width: 242px;
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
	 width: 242px;
		position : relative;
		float : left;
  line-height: 1.75em;
		margin-bottom : -1px;
  border-bottom: 1px solid #ebebeb;
	}
	

	#nav li a {
	 width: 100%;
  display: block;
  padding: 6px 2px;
  font-weight: bold;
  text-indent: 3em;
  text-decoration: none;
  background-image: url(../img/bg-nav-bullet.gif);
  background-color: transparent;
  background-position: 1.5em;
  background-repeat: no-repeat;
	}
	
	#nav li a:hover {
 font-weight: bold;
 color: #CC7B46;
 text-decoration: none;
 letter-spacing: .15em;
 text-transform: uppercase;
 background-color: #FCF7ED;
	}



#nav li.menuParent a span {
  display: block;
  width: 234px;
  cursor: pointer;
  background: transparent url(../img/bg-nav-arrow.gif) center right no-repeat;
}



	#nav li ul { /* second-level lists */
 	width: 238px;
		position : absolute;
		left: -999px;
		margin-left : 244px;
		margin-top : -30px;
	/* 	border : 1px solid black; */
  background: #fff;
	}
	

#nav li ul li {
 	 width: 234px;
}

#nav li ul li a {
    background-image: url(../img/bg-nav-sub.gif);
}


	#nav li ul ul { /* third-and-above-level lists */
		left: -999px;
	}

	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999px;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}


/* Active State Rules */

body#bio #nav-bio,
body#services #nav-services, 
body#instruction #nav-services,
body#presentations #nav-services,
body#treatment #nav-services,
/* errr */
body#instruction #nav-instruction,
body#presentations #nav-presentations,
body#treatment #nav-treatment,
body#faqs #nav-faqs,
body#testimonials #nav-testimonials,
body#calendar #nav-calendar,
body#contact #nav-contact,
body#bookmarks #nav-bookmarks {
 letter-spacing: .15em;
 text-transform: uppercase;
 background-color: #C7D4F6;
 background-image: url(../img/bg-nav-bullet-on.gif);
}

body#bio #nav-bio:hover,
body#services #nav-services:hover,
body#instruction #nav-services:hover,
body#presentations #nav-services:hover,
body#treatment #nav-services:hover,
/* errr */
body#instruction #nav-instruction:hover,
body#presentations #nav-presentations:hover,
body#treatment #nav-treatment:hover,
body#faqs #nav-faqs:hover,
body#testimonials #nav-testimonials:hover,
body#calendar #nav-calendar:hover,
body#contact #nav-contact:hover,
body#bookmarks #nav-bookmarks:hover {
 color: #314592;
 background-color: #BDCAED;
}


/* ---- end Primary Nav ---- */





/* --------------------------------------- // CONTENT // -------------------------------------- */


/* ---- Main Content Container ---- */

#main {
  margin: 0;
  padding: 0;
		background: #A3B9EA url(../img/bg-main.jpg) top left repeat-y;
}



/* ---- Secondary Nav ---- */

#sidebar {
 float: left;
	width: 242px;
 height: 280px;
 min-height: 320px;
	margin: 0;
	padding: 0 4px;
 color: #fff;
	background-color: transparent;
 /* border: 1px dashed #fff; */
}

#sidebar a {
  color: #fff;
  text-decoration: none;
}

#sidebar a:hover {
  text-decoration: underline;
}


#sidebar h2 {
  margin: 2px 2px 0 2px;
  padding: 4px;
  font-size: .8em;
  border-bottom: 1px solid #fff;
}


#sidebar hr {
  width: 95%;
}


#sidebar p {
  margin: 0;
  padding: 16px 8px 12px 8px;
  font-size: .65em;
  line-height: 1.4em;
}

#sidebar ul {
  display: none;
}



#sbh-features {
  height: 28px;
  background: transparent url(../img/bg-sb-features.jpg) top left no-repeat;
}


#sbh-sites {
  height: 28px;
  background: transparent url(../img/bg-sb-sites.jpg) top left no-repeat;
}

#sbh-features span, #sbh-sites span {
  display: none;
}

/*
p#sb-pim {
 font-size: .75em;
}
*/

body#movement #sb-pim, 
body#movement #sb-pim a,
body#gyrotonic #sb-gyro, 
body#gyrotonic #sb-gyro a,
body#pilates #sb-pil, 
body#pilates #sb-pil a,
body#feldenkrais #sb-feld, 
body#feldenkrais #sb-feld a {
  color: #86B8C2;
  text-decoration: none;
}





/* ---- Content Container ---- */


#content {
	padding: 8px 16px 24px 16px;
 margin-left: 250px;
 color: #000;
 font-size: .75em;
	background-color: transparent;
 /* border: 1px dashed #fff; */
}

#content hr {
 height: 1px;
 margin: 0 0;
 padding: 0;
 color: #666699;
 background: #666699;
 border: 0;
}

* html #content hr {
		margin: -1em 0;
}

#content ul {
  margin: 0 0 32px 32px;
  padding: 0;
}

#content li {
 margin: 4px 0 4px 16px;
}


#content p {
  margin: 0 0 16px 0;
  padding: 4px 4px;
  line-height: 1.5em;
}

#content p.qsource {
  margin: 0 16px 16px 0;
  text-align: right;
  color: #314592;
  font-weight: bold;
}


#content blockquote {
  margin: 8px 10px;
}

/* Good old IE 6 and a weird Peekaboo bug on the blockquote element. This fixes it I hope... \*/
* html #content blockquote { 
  height: 1%;
}
/* Close commented backslash hack */

#content blockquote strong {
  color: #314592;
}


#content hr {
  margin: 0 0 16px 0;
  padding: 0;
}


#content img {
  background: #fff;
  border: 1px solid #314592;
}


img.fillerLrg {
  margin: 0 0 8px 4px;
  padding: 4px;
} 


img.filler1 {
  float: left;
  margin: 8px 8px 0 10px;
  padding: 2px;
} 


img.filler2 {
  float: right;
  margin: 8px 8px 0 8px;
  padding: 4px;
} 



p#gyrodisclaimer {
  font-size: .8em !important;
}

.gyroText { font-family: Times, serif; }


/* Calendar Table */

body#calendar h4 {
 margin-bottom: 0;
}

#content div.year {
 margin: 0 0 1em 0;
 padding: 1em;
	border: 1px solid #314592;
}


#content table {
 width: 98.5%;
	font-size: .8em;
	margin: 0 auto 16px auto;
	padding: 0;
 background: #fff;
	border: 2px solid #314592;
}

html>body #content table { 
 width: 100%;
}

body#calendar h4,
body#calendar-2006 h4,
body#calendar-2007 h4,
#content table caption {
	padding: 8px;
  background: #314592;
  color: #fff;
  font-weight: bold;
  font-size: 1.25em;
	border: solid #314592;
	border-width: 2px 2px 0 2px;
}

body#calendar h4 a,
body#calendar-new-test h4 a { color: #fff; }

body#calendar h4 a:hover,
body#calendar-new-test h4 a:hover { color: #eee; text-decoration: none; }



#content table thead tr th {
 background-color: #798FBE;
	color: #fff;
	padding: 6px;
 text-align: center;
	border: 1px solid #fff; 
}

#content table tfoot td {
 display: none;
 font-size: 95%;
 background: #ebebeb;
	vertical-align: middle;
	padding: 8px;
	border: 1px solid #fff; 
}

#content table tbody td {
 text-align: center;
	vertical-align: middle;
	padding: 4px;
	border: 1px solid #fff; 
}

#content table tbody td img {
 border: 0;
}

#content table .orznumber {
 display: none;
}

#content table .firstcell {
  width: 30%;
}

#content table .midcell {
  width: 40%;
}

#content table .lastcell {
  width: 30%;
}






#intro h3 {
 margin: 0 0 8px 0;
 padding: 4px 0;
 color: #314592;
 font-size: 1.5em;
 font-weight: bold;
 border-bottom: 1px solid #314592;
}

#intro h3 span {
 font-size: .8em;
}

#intro h4 {
 margin: 16px 0 8px 0;
 padding: 0;
 color: #314592;
 font-size: 1.25em;
 font-weight: bold;
}


#intro a {
 color: #000;
 text-decoration: none !important;
 font-weight: bold;
}

#intro a:hover {
 color: #314592;
 border-bottom: 1px solid #314592;
}

#intro a.normalink { font-weight: normal; font-size: .85em; }
#intro a.normalink:hover { border-bottom: 1px solid #444; }



#intro p {
  margin: 0 0 16px 0;
  padding: 4px 4px;
  font-size: 1em;
  line-height: 1.5em;
}


#intro img.headshot1 {
  float: right;
  margin: 8px 0 0 8px;
  padding: 4px;
} 



#Gyrokinesis {
  font-family: Times, Serif;
  font-size: 1.5em;
  letter-spacing: .1em;
}



/* --------------------------------------- // FOOTER // -------------------------------------- */



#footer {
 margin: 0;
 padding: 3em 0;
 font-size: .55em;
 color: #fff;
 text-align: center;
 background: #314592;
 border-top: 2px solid #fff;
}


#footer p {
	margin: 0;
	padding: 0;
 color: #D4DFF9;
 vertical-align: middle;
}

#footer a {
  color: #D4DFF9;
  text-decoration: none;
}

#footer a:hover {
  color: #fff;
  text-decoration: none;
}


#validation, #doclastmod {
  font-size: .9em;
  font-weight: bold
}

#validation { display: none; }

