/* CSS document for Watts School of Dance website v1.0 
	by George Merlocco of protogenLabs.com */

/* Eric Meyer's CSS Reset Reloaded to unify CSS rules across different browsers */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	font: inherit inherit small-caps 100% inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #eee;
	background: #111;
}
ol, ul {
	list-style-position:inside;
	list-style-type:square;
	margin:20px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* __________end of Reset Reloaded */

html {
	height: 100%;
}
body {
	font-family: Tahoma, "Segoe UI", "Trebuchet MS", Arial, Helvetica;
	background: url(body_bg.gif) top center repeat-x #640036;
	height: 100%;
}
h1, h2 {
	background:transparent url(pinkfloor_bg_a.gif) no-repeat scroll center top;
	color:#2D2D2D;
	font-size:2.4em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 auto;
	padding:33px 0 15px 10px;
}
h2 {
	font-size: 1.8em;
	padding:41px 0 5px 10px;
	margin-bottom: 15px;
}
h2.alt {
	background:transparent url(pinkfloor_bg_d.gif) no-repeat scroll center top;
	padding: 55px 0 15px 10px;
}
h1.s_classes {
	background:transparent url(pinkfloor_bg_b.gif) no-repeat scroll center top;
	padding-top: 57px;
}
h1.s_events {
	background:transparent url(pinkfloor_bg_c.gif) no-repeat scroll center top;
	padding-top: 32px
}
h1.s_facility {
	background:transparent url(pinkfloor_bg_d.gif) no-repeat scroll center top;
	padding-top: 43px;
}
h1.s_gallery {
	background:transparent url(pinkfloor_bg_a.gif) no-repeat scroll center top;
	padding-top: 25px;
}
h1.s_contactus {
	background:transparent url(pinkfloor_bg_b.gif) no-repeat scroll center top;
	padding-top: 57px;
}
h3, h4, h5, h6 {
	margin: 5px 10px;
	color: #F6C6E1;
	font-size: 1.2em;
	border-bottom:1px dotted #F6C6E1;
}
.homecell h2#homecellhead1 {
	background:transparent url(pinkfloor_bg_a.gif) no-repeat -367px 6px;
	padding-bottom: 10px;
}
.homecell h2#homecellhead2 {
	background:transparent url(pinkfloor_bg_d.gif) no-repeat -370px 1px;
	padding-bottom:13px;
	padding-top:56px;
	margin-bottom: 5px;
}
.homecell h2#homecellhead3 {
	background:transparent url(pinkfloor_bg_b.gif) no-repeat -65px 7px;
	padding-bottom:14px;
	padding-top:66px;
}
.homecell h2#homecellhead4 {
	background:transparent url(pinkfloor_bg_a.gif) no-repeat -372px 30px;
	padding-bottom:14px;
	padding-top:66px;
}
#mainbody .homecell h4 a {
	border: 0;
}
img {
	margin: 10px;
	padding: 5px;
	border: 2px solid #f6c6e1;
}
.left {
	float: left;
}
.right {
	float: right;
}
.red {
	color: #c00;
}
#mainbody p.big {
	font-size: 1em;
	font-weight: bold;
}
#mainbody p.centerbig {
	font-size: 1.2em;
	letter-spacing: -1px;
	text-align:center;
}
#teachershortcut {
	background:#1C1C1C;
	border:1px solid #E5729D;
	float:right;
	margin-left:15px;
	padding-bottom:10px;
}
#teachershortcut h3 {
	margin: 0px;
	padding: 5px 10px;
	background: #000;
}

#teachershortcut ul {
	margin-bottom: 4px;
}
#teachershortcut ul li {
	margin: 10px 0px;
}
#mainbody p.teacher {
	font-weight: normal;
	font-size: 1.8em;
	letter-spacing: -1px;
	border-bottom:1px dotted #F6C6E1;
	line-height: 1em;
	margin-top: 5px;
	color: #E5729D;
}
#mainbody span.qualification {
	font-weight: normal;
	font-size: 0.6em;
}
#mainbody p.position {
	font-size: 1em;
	font-weight: bold;
	padding-top: 10px;
	float: right;
	color: #E5729D;
}
.back2top {
	position: absolute;
	right: 17px;
}
.spacefix {
	height: 1px;
	font-size: 1px;
	clear: both;
}
#bodywrap {
	position: relative;
	width:780px;
	margin: 0 auto;
	background: url(footer_bg.gif) top right repeat-y;
}
#wrapper {
	position: relative;
	background: url(container_bg.gif) top center repeat-y;
	height: 100%;
	width:780px;
	margin: 0 auto;
}
#container {
	background:transparent url(wrapper_bg.gif) no-repeat scroll center top;
	position:relative;
    min-height: 100%;
    margin: 0 auto -106px;
	padding:0 22px 0 30px;
	width:728px;
}
* html #container {
	height: 100%;
}
#header {
	height: 145px;
}
#header a#homelogolink, #header a#homelogolink img, #header a#hometextlink, #header a#hometextlink img {
	border: 0;
}
#header a#homelogolink img {
	width: 268px;
	height: 122px;
	float: left;
	margin: 0 !important;
	padding: 0 !important;
}
#header a#hometextlink img {
	width: 444px;
	height: 84px;
	float: right;
	margin: 0 !important;
	padding: 0 !important;
}
#navbar {
	float: right;
	position: absolute;
	top: 90px;
	right: 10px;
	text-align: center;
}
#navbar ul {
	display: block;
	margin: 10px;
}
#navbar ul li {
	display: inline;
	font-size: 1.1em;
}
#navbar ul li a {
	text-decoration: none;
	color:#f6c6e1;
	margin:0 1px;
	padding:5px 4px;
}
#navbar ul li a:hover {
	border: 1px dotted #77365B;
	background: #333;
	color:#BB488A;
	padding:4px 3px;
}
#navbar ul li a:active, .navon {
	border: 1px solid #77365B;
	background: #000;
	padding:4px 3px;
}
.navon {
	padding:5px 8px !important;
}
#mainbody {
	clear: both;
	margin-top: 5px;
	padding: 0px 12px 130px;
	color:#ffe6f4;
}
#mainbody a, #mainbody a:visited {
	color: #ffeaf6;
	text-decoration: none;
	border-bottom: 1px dotted #F6C6E1;
}
#mainbody a:hover {
	color: #e3a3c7;
	border-bottom: 1px dashed #e3a3c7;
}
#mainbody a:active {
	color: #cf7baa;
	border-bottom: 1px solid #cf7baa;
}
#homebox {
	background: url(homebox.gif) no-repeat;
	height: 227px;
	width: 664px;
	margin: 0 auto;
}
#homeboximages {
	height:227px;
	margin-right:10px;
	overflow:hidden;
	width:360px;
}
#homeboximages img {
	padding: 0;
	margin: 0;
	border: 0;
}
#homeboxtext {
	float:right;
	padding:12px 23px 13px 0;
	width:281px;
}
#homeboxsignup {
	float: right;
	font-weight: bold;
	margin-right: 10px;
}
.homecell {
	margin:20px 14px 0 20px;
	width:315px;
	float: left;
}
.cellwide {
	width: 670px;
	margin-top: 0;
}
.homecelladjust {
	margin:11px 14px -10px 20px;
}
.homecell h2 {
/*	background-position: -375px 0 !important; */
}
.homecell h4 {
	margin: 0;
}
.homecell p {
	color: #F6C6E1;
}
#mainbody p.quote {
	font-style:italic;
	font-size: 1em;
}
#mainbody p.quotefrom {
	margin-bottom:20px;
	text-align:right;
}
#mainbody p.homeclasses {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -1px;
}
.homegallerycell {
	float:left;
	margin:4px;
	overflow:hidden;
	width:158px;
	text-align: center;
	font-size: 0.8em;
}
#mainbody .homegallerycell a {
	border: 0;
}
.homegallerycell img {
	width: 100px;
	height: 72px;
}
span.gallerytitle {
	display: block;
	margin: 5px 0px 10px 10px;
	font-size: 1.3em;
	color: #F6C6E1;
}
span.gallerydate {
	margin: 11px 10px 0;
	font-size: 0.9em;
	display: block;
	color: #E5A1C8;
	float: right;
}
span.galleryback, span.gallerybacktop {
	display: block;
	margin-left: 10px;
	font-size: 0.9em;
	font-weight: bold;
}
span.gallerybacktop {
	float: right;
	padding: 10px 11px 0px 0px;
}
#mainbody span.gallerybacktop a {
	border: 0;
}
div.gallerythumbcell {
	display: block;
	float: left;
	width: 214px;
	text-align: center;
	margin: 15px 10px;
	font-size: 1.1em;
}
#mainbody a.gallerythumb, #mainbody a.gallerythumb:visited {
	color: #ffeaf6;
	text-decoration: none;
	border-bottom: none;
}
#mainbody a.gallerythumb:hover {
	color: #e3a3c7;
	border-bottom: none;
}
#mainbody a.gallerythumb:active {
	color: #ffeaf6 !important;
}
#mainbody a.gallerythumb:active img {
	border: 4px solid #ffeaf6 !important;
	background: #555;
}
#mainbody a.gallerythumb img {
	border: 4px solid #ffeaf6;
	background: #555;
}
#mainbody a.gallerythumb:hover img {
	border: 4px solid #E3A3C7;
	background: #777;
}

#mainbody a.gallerythumb:active {
	color: #cf7baa;
	border-bottom: none;
}
#mainbody p {
	padding: 0px 12px;
	font-size:0.9em;
	line-height:1.8em;
}
body#events #mainbody p {
	padding: 0px 20px;
}
div#gallery {
	text-align: center;
}
div#gallery span {
	display: block;
	width: 175px;
	height: 140px;
	float: left;
}
div#gallery span a {
	border: none !important;
}
div#gallery span a img {
	border: 1px dotted #F6C6E1;
	background: #3a3a3a;
}
div#gallery span a:hover img {
	border: 1px solid #fff;
	background: #555;
}
.eventstrong {
	font-weight: bold;
	width: 90px;
	display: block;
	float: left;
}
.eventimage {
	float:right;
	height:150px;
	overflow:hidden;
	width:230px;
}
#important_dates tr td {
	width: 50%;
}
#googlemap {
	border: 2px solid #DE96BE;
	padding: 4px;
	background: none;
}

/* zem_contact_reborn Styling */

#zemcont {
margin:0px 0px 10px;
position:relative;
text-align: center;
}
.zc_country {
float: right;
margin-right: 160px;
}
#zemcont label {
color:#ffe6f4;
clear:left;
font-size:1.3em;
height:18px;
font-weight: normal;
display: block;
margin-bottom: 3px;
}
#zemcont label.zc8 {
width: 600px;
}
#zemcont input, #zemcont textarea, #zemcont select {
background: url(form_bg.jpg) no-repeat top center #C5788C;
border:1px solid #de96be;
color:#fee;
font-size:0.9em;
font-weight:bold;
padding:5px 4px 3px;
margin-bottom: 10px;
font-family: Tahoma, Geneva, sans-serif;
}
#zemcont input:focus, #zemcont textarea:focus {
background: url(form_focus_bg.jpg) no-repeat top center #C5788C;
border:1px solid #F6C6E1;
color:#fff;
}
#zemcont option {
border:0pt none;
padding:0px;
}
#zemcont select {
border:1px solid #000000;
margin-bottom:10px;
padding:0px;
}
.zc1c, .zc2c, .zc3c, .zc4c, .zc5c, .zc6c, .zc7c, .zc8c, .zc9c {
}
.zc1c, .zc2c, .zc3c, .zc4c, .zc5c, .zc1, .zc2, .zc3, .zc4, .zc5, .zc6, .zc7, .zc8, .zc9 {
}
#zemcont label.zc5c {
	width: 424px;
}
#zemcont input.zemSubmit {
clear:both;
margin-bottom:10px;
padding: 4px 15px;
font-size: 1.3em;
background: url(form_bg.jpg) no-repeat top center #EAAEBD;
color:#F6C6E1;
border-width: 2px;
border-top: 2px solid #F6C6E1;
border-left: 2px solid #F6C6E1;
}
#zemcont input.zemSubmit:hover {
color: #fff;
background: url(form_focus_bg.jpg) no-repeat top center #EAAEBD;
}
#zemcont input.zemSubmit:active {
border-right: 2px solid #F6C6E1;
border-bottom: 2px solid #F6C6E1;
border-top: 2px solid #DE96BE;
border-left: 2px solid #DE96BE;
padding: 5px 15px 3px;
}
ul.zemError {
color:#d44;
text-align: left;
}
#zemcont input.zemRequired, #zemcont textarea.zemRequired {
border-right:4px solid #c00;
}
#zemcont input.zemRequirederrorElement, #zemcont textarea.zemRequirederrorElement {
border: 1px solid #d00;
border-right:4px solid #d00;
}
#rightcolumn ul.zemError {
background:#F4E5E5 none repeat scroll 0% 50%;
border: 1px solid #d00;
border-left:none;
border-right:none;
color:#DD0000;
margin:-10px 0px 20px 3px;
padding:10px;
width:350px;
}
#rightcolumn ul.zemError li {
margin-left: 18px;
}
#zemcont input#zc3, #zemcont input#zc5, #zemcont input#zc7 {
	width: 170px !important;
}
#zemcont textarea {
	width: 550px;
	height: 150px;
}
#zemcont textarea#zc8 {
height:200px;
width:635px;
}


#footer {
	background: url(footer_bg.gif) top right repeat-y;
	border-top: 5px dotted #77365B;
	width:742px;
	position:relative;
	left: 3px;
	margin-top: -106px;
	margin: 0 auto;
	font-size: 0.8em;
	font-weight: bold;
	color: #676767;
	text-align: center;
	padding-top: 10px;
	line-height: 1.6em;
	height: 95px;
}
#footerpush {
	height: 80px;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #E7A8B9;
}
#footer a:hover {
	color: #f6d8e0;
}
#footer a:active {
	color: #fff;
}
/**
 * mdp_calendar Styling
*/

#eventcontainer {
	float: left;
	width: 460px;
	margin-right: 10px;
}
#eventcontainer h6 {
	border: 0;
	margin: 0 10px -5px;
}
#monthYearSelect {
}
#mainbody a#calback, #mainbody a#calnext {
	background: url(cal-prev_on.png) no-repeat 0px 0px;
	height: 23px;
	width: 23px;
	margin: 0 auto;
	display: block;
	font-size: 1px;
	border: 0;
	color: #555;
}
#mainbody a#calnext {
	background: url(cal-next_on.png) no-repeat 0px 0px;
}
#mainbody a#calback:hover, #mainbody a#calnext:hover {
	background-position: 0 -24px;
}
#monthYearSelect select {
	background: #000;
	border: 1px solid #E5729D;
	color: #FBE7F3;
	padding: 2px;
	font-weight: bold;
	font-family: Tahoma, "Segoe UI", "Trebuchet MS", Arial, Helvetica;
}
#cal-month {
	font-size: 1.5em;
	font-weight:normal;
	letter-spacing: -1px;
}
.calendar {
	text-align: center;
	border: 1px solid #B42978;
	z-index: 999;
}
.calendar tr {
	border-bottom: 1px solid #eee;
}
.calendar th {
	font-size: 0.9em;
	text-align: center;
	padding: 7px 0px;
	background: #555;
	vertical-align: top;
}
.calendar td {
	width: 20px;
	height: 20px;
	overflow: visible;
	padding: 5px;
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #444;
	border-right: 1px solid #444;
	background: #3a3a3a;
	text-align: center;
}
.calendar td:hover, .calendar td.today:hover, .calendar td.hasarticle:hover {
	background: #4d4d4d;
}
.calendar td:active, .calendar td.today:active, .calendar td.hasarticle:active {
	background: #2a2a2a;
}
.calendar td div.permalink {
	font-size: 0.8em;
	padding: 5px;
	margin-top: 8px;
}
#mainbody .calendar td div.permalink a:hover {
	color: #CF7BAA;
}
.calendar td h4 {
	text-align: left;
	padding: 5px 5px 5px 6px;
	display: inline;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	margin-left: -5px;
	background: #5a5a5a;
	position: relative;
	font-size: 0.9em;
}
.calendar td.today {
	background: #451931;
}
.calendar td.hasarticle {
	background: #555;
	font-weight: bold;
	border: 1px solid #E5729D;
}
.calendar td.invalidDay {
	background: #111;
}


/**
 * jQuery lightBox plugin
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#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;
	margin: 0 !important;
	padding: 0 !important;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #F6C6E1;
	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-family: 10px Tahoma, "Segoe UI", "Trebuchet MS", Arial, Helvetica;
	background-color: #F6C6E1;
	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-image {
	border: 1px solid #800E4D !important;
	padding: 0 !important;
	margin: 0 !important;
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
	color: #800E4D;
}	
#lightbox-image-details-caption { 
	font-weight: bold; 
	font-size: 1.1em; 
}
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding: 8px 0px;
	font-weight: normal;
	font-size: 1.5em;
	letter-spacing: -1px;
}			
#lightbox-secNav-btnClose {
	width: 77px; 
	float: right;
	padding-bottom: 0.7em;	
}
#jquery-lightbox a#lightbox-loading-link img {
	border: 1px solid #77365B;
	background: #fff;
	padding: 5px !important;
}