/*___ layout.css: Positioning and Layout Styles ___*/

/*___ Section 1: Global Positioning/Layout Styles ___*/

html 
{
}

body 
{
	position		: relative;
	padding-bottom	: 30px;
}

h1 
{
}

h2 
{
}

h3 
{
	margin-bottom	: 3px;
}

h4 
{
	margin-bottom	: 3px;
}

h5 
{
	margin-bottom	: 3px;
}

h6 
{
	margin-bottom	: 3px;
}

p 
{
	margin			: 0.2em 0 1em 0;
}

ul 
{
	margin			: 0.2em 0 1em 2em;
	list-style-type	: disc;
}

ol 
{
	margin			: 0.2em 0 1em 2em;
	list-style-type	: decimal;
}

li 
{
	margin-bottom	: 0.8em;
}

strong 
{
}

em 
{
}

u 
{
}

a 
{
}

a:visited 
{
}

a:hover 
{
}

table 
{
}

tr 
{
}

th 
{
}

td 
{
}

img 
{
}

/*___ Section 2: Site-Specific Positioning/Layout Modules ___*/

/*___ Section 3: Unique Element-Specific Position/Layout Styles ___*/

/*___ DIV _________________________________________________________________*/

#header
{
	position		: relative;
	height			: 212px;	
	width			: 980px;
	margin			: 0 auto;
}

#portrait
{
	position		: absolute;
	right			: 10px;
	top				: 40px;
	width			: 240px;
	height			: 355px;	
}

#content
{
	position		: relative;
	width			: 980px;
	margin			: 0 auto;
	padding-top		: 183px;
	word-spacing	: -1em;	
	font-size		: 0;
	letter-spacing	: -1em;
}

#content .section
{
	word-spacing	: normal;	
	letter-spacing	: normal;
	vertical-align	: top;
	font-size		: 14px;
}

#primary
{
	position		: relative;
	width			: 690px;
	padding			: 70px 10px 10px 20px;
	margin-left		: 10px;
	display			: inline-block;
}

#primary.split.section
{
	position		: relative;
	font-size		: 0;
	letter-spacing	: -1em;
	word-spacing	: -1em;
}

#primary.split.section .first,
#primary.split.section .second
{
	position		: relative;
	font-size		: 14px;
	display			: inline-block;	
	vertical-align	: top;
	word-spacing	: normal;
	letter-spacing	: normal;
}

#primary.split.section #schedule
{
	word-spacing	: normal;
	letter-spacing	: normal;
}

#primary.split .first
{
	width			: 370px;
	margin-right	: 20px;
}

#primary.split .second
{
	width			: 300px;	
}

.home #primary.split .first
{
	width			: 300px;	
}

.home #primary.split .second
{
	width			: 370px;
	padding-top		: 75px;	
}

#secondary
{
	position		: relative;
	width			: 220px;
	padding			: 10px 10px 220px;	
	margin-right	: 10px;
	display			: inline-block;
}

#sidebar
{
	position		: relative;
	padding			: 20px 10px 10px;
	margin-top		: -175px;
}

#secondary .vcard
{
	position		: absolute;
	bottom			: 30px;
	right			: 20px;
	text-align		: right;	
}

#secondary .vcard .email
{
	padding-top		: 1em;	
}

#freeClass
{
	overflow		: hidden;
	position		: relative;
	width			: 700px;
	margin-left		: -10px;
	padding			: 1px;
	margin-bottom	: 25px;
}

#freeClass div
{
	position		: relative;
	float			: right;
	width			: 448px;
	padding			: 3px 10px;
}

#schedule
{
	position		: absolute;
	display			: block;
	left			: 0;
	top				: -140px;
	width			: 710px;
	height			: 205px;
	overflow		: hidden;
}

#schedule .wrapper
{
	width			: 622px;
	height			: 205px;
	overflow		: hidden;
	position		: relative;
	float			: left;
}

#footer
{
	position		: absolute;
	bottom			: 0;
	left			: 0;
	width			: 100%;
	text-align		: center;
	height			: 30px;
	line-height		: 30px;
}

#twtr-widget-1
{
	margin-top		: 10px;	
}

#map
{
	position		: relative;
	width			: 685px;
	height			: 194px;
	margin			: 10px 0;
}

/*___ SPAN _________________________________________________________________*/

.vcard .type
{
	display			: none;	
}

#schedule li > span
{
	display			: block;
	width			: 142px;
	text-align		: center;
	position		: absolute;
	left			: 0;
	top				: 7px;	
}

/*___ H1 _________________________________________________________________*/

#header h1
{
	padding-top		: 60px;
	padding-left	: 13px;
	line-height		: 1em;
}

/*___ H2 _________________________________________________________________*/

#header h2
{
	line-height		: 1em;
	padding-left	: 148px;	
	position		: absolute;
	left			: 0;
	top				: 178px;
}

/*___ H3 _________________________________________________________________*/

#primary h3
{
	padding-left	: 10px;
	position		: absolute;
	left			: 0;
	top				: -183px;
	margin			: 0;
	width			: 710px;
}

#primary.split.section h3
{
	word-spacing	: normal;
	letter-spacing	: normal;
}

/*___ H4 _________________________________________________________________*/

#freeClass h4
{
	width			: 230px;
	float			: left;
	text-align		: center;	
}

.classListHead
{
	padding-left	: 10px;	
}

#upcomingHeader
{
	margin-top		: 20px;	
}

/*___ H5 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ H6 _________________________________________________________________*/

/*___ P _________________________________________________________________*/

ol.calendar p
{
	margin			: 0;
}

/*___ UL _________________________________________________________________*/

#menu ul
{
	position		: absolute;
	right			: 10px;
	top				: 0;
	margin			: 0;
	list-style-type	: none;	
}

#social-media
{
	overflow		: hidden;
	position		: relative;
	margin			: 0;
	padding			: 1px 0 0;
	list-style-type	: none;	
}

.classes.list
{
	list-style-type	: none;
	margin			: 0 -10px;
}

.classes-dir
{
	list-style-type	: none;
	margin			: 0;
	padding			: 0;
	position		: relative;
}

.gallery
{	
	position		: relative;
	margin			: 0;
	padding			: 0;
	list-style-type	: none;
	overflow		: hidden;
}

/*___ OL _________________________________________________________________*/

#schedule ol
{
	position		: absolute;
	left			: 0;
	top				: 0;
	margin			: 0;
	padding			: 0;
	list-style-type	: none;
	width			: 1920px;
	line-height		: normal;
}

ol.calendar
{
	position		: relative;
	margin			: 0;
	padding			: 10px;
	list-style-type	: none;	
	line-height		: 1.4em;
}

/*___ LI _________________________________________________________________*/

#menu li
{
	display			: inline-block;
	margin-left		: 40px;
}

#menu li:first-child
{
	margin-left		: 0;
}

#social-media li
{
	width			: 59px;
	float			: left;
	margin-left		: 11px;	
}

#social-media li:first-child
{
	margin-left		: 0;	
}

#schedule li
{
	position		: relative;
	padding			: 36px 0 10px;
	width			: 142px;
	float			: left;
	margin-right	: 18px;	
}

.classes-dir li
{
	position		: relative;
	overflow		: hidden;
	margin-bottom	: 10px;	
	padding-bottom	: 10px;
}

.gallery li
{
	float			: left;
	margin			: 10px;	
}

.calendar li
{
	margin-bottom	: 10px;	
}

.classes.list li
{
	margin-bottom	: 0;	
}

/*___ STRONG _________________________________________________________________*/

/*___ EM _________________________________________________________________*/

/*___ U _________________________________________________________________*/

/*___ A _________________________________________________________________*/

h1 a
{
	display			: block;
	padding-left	: 135px;
	padding-bottom	: 30px;	
}

#social-media a
{
	display			: block;
	width			: 59px;
	height			: 60px;
	text-indent		: -9999em;
	float			: left;
}

#social-media a:hover
{
	margin-top		: -1px;	
}

#schedule h6 a
{
	position		: relative;
	display			: block;
	width			: 142px;
	height			: 137px;
	padding-top		: 9px;
	text-align		: center;	
}

#schedule h6 a:hover
{
	width			: 136px;
	height			: 131px;
	padding-top		: 6px;	
}

#schedule button
{
	float			: left;	
	margin-top		: 36px;
}

#schedule button:hover
{
	margin-top		: 35px;
	cursor			: pointer;
}

#schedule .previous
{
	height			: 146px;
	text-indent		: -9999em;
}

#schedule .next
{
	height			: 146px;
	text-indent		: -9999em;	
}

#schedule .schedule
{
	height			: 159px;
	width			: 47px;
	text-indent		: -9999em;
}

#footer .copy
{
	margin-right	: 40px;	
}

.classes.list a
{
	display			: block;
	padding-left	: 20px;	
}

/*___ TABLE _________________________________________________________________*/

.chart
{
	position		: relative;
	width			: 100%;
	margin-bottom	: 20px;
	margin-top		: 10px;
}

/*___ TR _________________________________________________________________*/

/*___ TH/TD _________________________________________________________________*/

.chart th,
.chart td
{
	position		: relative;
	text-align		: center;
	padding			: 20px 3px;	
}

/*___ IMG _________________________________________________________________*/

#portrait img
{
	display			: block;
	margin			: 0 auto;
}

#primary img[style*="left"]
{
	margin-right	: 20px;	
}

#primary img[style*="right"]
{
	margin-left		: 20px;	
}

img.right
{
	float			: right;
	margin-left		: 20px;
}

img.left
{
	float			: left;
	margin-right	: 20px;
}

#schedule li img
{
	display			: block;
	width			: 115px;
	height			: 85px;
	position		: absolute;
	left			: 10px;
	top				: 64px;
}

#schedule li a:hover img
{
	left			: 7px;	
	top				: 61px;
}

#primary .banner
{
	display			: block;
	position		: relative;
	margin			: -215px 0 25px -9px;	
}

.classes-dir img
{
	display			: block;
	float			: left;
	margin-right	: 10px;	
}

.gallery img
{
	display			: block;
	float			: left;
	width			: 204px;
}

.second img
{
	max-width		: 360px;	
}

/*___ FORM _________________________________________________________________*/

/*___ INPUT _________________________________________________________________*/

/*___ LABEL _________________________________________________________________*/

/*___Group/Section/Class_________________________________________________________________*/

#primary .second object,
#primary .second embed
{
	width			: 300px !important;
	height			: 242px !important;	
}

.home #primary .second object,
.home #primary .second embed
{
	width			: 370px !important;
	height			: 298px !important;	
}


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}