@charset "utf-8";
/* Defaults */
* {margin:0;padding:0}
body {background:/*url(../images/bg.png)*/ #990000;font:88% Arial}
img, fieldset {border:0}
p {margin:0 0 1em}

/* Containers */
#skip {height:0px;overflow:hidden;width:0px}
#page {background:#FFFF66;margin:0 auto;overflow:hidden;padding:5px 10px 10px;width:722px} 


/* Header */
#header {background:url(../images/header.jpg) no-repeat;color:#FC3;height:132px;padding:5px;width:710px;border:solid 1px #003366;}
#header address {clear:left;float:left;font-style:normal;text-transform:uppercase;width:180px}
#header a {color:#FC3;clear:both;display:inline;float:right;margin:-45px 0 0}
#header a.map {margin:-27px 0 0}
#header a:hover,#header a:active {text-decoration:none;}
#header h1 {display:inline;float:left;height:110px;margin:50px 0 -100% 180px;text-indent:-1000em;width:350px}
#header h1 a {display:block;height:100%;width:100%}

/* Menu */
#menu {
	border:solid #0f2C62;
	border-width:1px 0;
	list-style:none;
	margin:10px 0 10px 1px;
	padding:4px 10px;
	width: 700px;
	text-align: center;
	float:left;
}
#menu li {
	font-size:80%;
	text-transform:uppercase;
	font-weight: bold;
	list-style:none;
	float:left;
}
#menu li.last {
	background:none;
}
#menu li ul li a {
	display:block;
	width:12em;
	list-style: none;
	background: none;
	text-align:left;
	font-size:110%;
	font-weight:normal;
	
}
#menu li a {
	color:#016;
	text-decoration:none;
	background:url(../images/menu.png) no-repeat right center;
	padding:0 7px 0 4px;
	display:block;
}
#menu li a:hover {
	text-decoration:underline;
}
#menu li.last a {
	background:none;
}
#menu li ul {
	position: absolute;
	left: -999em;
	margin-left:5px;
	padding-top:2px;
	line-height:1.3em;
	clear:both;
	background:#FFFF66;
	border:#0F2C62 solid 1px;		
}
#menu li ul li {
	float:none;
	padding:2px 0;
}

#menu li:hover ul {
	left: auto;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}
#menu li:hover {
	background-position: 0 0;
}
#menu a.menu-nolink:hover {
	cursor:default;
}

/* Content */
#content { 
	clear:both;
}
#secondary #content {
	margin:0 10px;
	/*background-color:#FFD470;*/
	background-color:#ffffcc;
	border:solid 1px #94022F;
	min-height:380px;
	padding:5px;
	background-image:none;
}

#left-col {
	float:left;
	height:410px;
	width:492px;
	margin:0 8px 0 0;
	/*text-indent:-1000em;*/
}

#right-col {
	float:left;
	width:221px;
}

#right-col img, #left-col img {border: 1px solid black}

#box-bottom-right {margin-top: 3px;}

#main-box-image {
	display:block;
	float:left;
	height:165px;
	margin:233px 0 0 66px;
	width:188px;
}
#star-schedule {
	display:block;
	float:left;
	height:130px;
	width:160px;
	margin:245px 0 0 35px;
}

#happiness {margin:6px 0 0 0}

h4 {
	margin:5px 0;
}
h3 {
	text-decoration:underline;
	margin:10px 0;
}
h2 {
	margin:10px 0;
	text-align:center;
}
ol {
	list-style:outside decimal;
}
ol li {
	margin:5px 0 0 20px;
	list-style:outside decimal;
}
.float-left {
	float:left;
}

#content ul {
	list-style:outside disc;
	margin-bottom:10px;
}
#content ul li {
	margin:5px 0 0 20px;
	list-style:outside disc;
}

#content ul.specialty-list {
	list-style:none !important;
}
#content ul.specialty-list li {
	list-style:none;
	font-weight:bold;
	margin:0;
}
#content ul.specialty-list li ul {
	list-style:outside disc;
}
#content ul.specialty-list li ul li{
	list-style:outside disc;
	font-weight:normal;
	margin:5px 0 0 20px;
}
#workshop-list {width: 100%; border-collapse: collapse;}
#workshop-list img {width: 80px; margin-left: 5px; padding: 3px; border: 1px dotted #666;}
#workshop-list .workshop-desc {font-size: 15pt; text-align: center; font-weight: bold}
#workshop-list td {border-top: 1px dashed black; padding-bottom: 0.5em; padding-top: 10px; vertical-align: top;}
#workshop-list p + p {margin-bottom: 0}
img.center, img.centered {display: block; margin-left: auto; margin-right: auto}
p.center, p.centered {text-align: center}
img.left {float: left; margin-right: 5px}
img.right {float: right; margin-left: 5px}
.attribution, .attribution a:link, .attribution a:visited, .attribution a:hover, .attribution a:active {color: #aaa; font-style: italic; line-height: 0; font-size: 10pt; text-decoration: none; vertical-align: top}
.attribution a:hover {text-decoration: underline}
.infobox {width: 200px; float: right; margin: 10px; border: 1px dotted black; padding: 10px}


/* footer */
#footer { margin:0 auto; font-size:85%; width:740px;}
#footer p { padding:5px 0 0; }
#footer a:link, #footer a:visited { color:#000000; text-decoration:underline; }
#footer a:hover, #footer a:active { color:#000000; text-decoration:none; }

/* schedule table format */
.class-schedule {
	margin:5px auto;
	border:solid 1px #94022F;
}
.class-schedule th, .sub-schedule th, .class-prices th {
	text-transform:uppercase;
	background-color:#FF3301;
	color: white;
}
.class-schedule tr.odd {
	background-color:#FFDCAF;
}
.class-schedule tr.label-row {
	font-weight:bold;
	text-transform:capitalize;
}
.class-schedule td {
	padding:3px;
}
.class-schedule td.start-time-cell {
	text-align:right;
}
.class-schedule td.end-time-cell {
	width:70px
}
.class-schedule td.time-cell .hidden {
	visibility:hidden;
}

.class-schedule td.class-cell {
	width:300px;
}
.class-schedule td.teacher-cell {
	width:200px;
}
.centered-paragraph {
	width:643px;
	margin:5px auto;
}

.class-prices {
	margin:30px auto;
	margin-bottom: 5px;
	border:solid 1px #94022F;
	width: 570px;
	border-spacing: 0;
}

}
.class-prices td {
	border: 0;
	padding: 0 5px;
}
.class-prices tr.description-row td {
	padding-bottom:10px;
	text-align: justify;
}

.class-prices .item-price {padding: 0 15px !important; text-align: left; width: 50%}
.class-prices .item-name {padding: 0 15px !important; text-align: right; width: 50%}



/* teacher styles */
#teacher-listing-box {
	float:left;
}
.teacher-box {
	float:left;
	width:125px;
	height:215px;
	margin:0 13px 5px 0;
	text-align:center;
}

.teacher-bio {
	display:none;
}

.speciality-class-schedule, .sub-schedule {
	border: solid 1px #94022F;
	width: 450px;
	margin: 0 auto;
	margin-top: 20px;
	border-spacing: 0;
	
}

.speciality-class-schedule tr:nth-child(even), .sub-schedule tr:nth-child(even) {
	background-color:#FFDCAF;
}

.speciality-class-schedule tr.description-row, .sub-schedule tr.description-row {
	background: #FFFFCC;
}

.speciality-class-schedule tr.description-row td, .sub-schedule tr.description-row td  {
	padding: 0 5px 1em 5px;
}

.speciality-class-schedule th, .sub-schedule th {
	text-transform:uppercase;
	background-color:#FF3301;
}

.speciality-class-schedule td {
	width: 200px;
	padding-left: 10px;
}

.speciality-class-schedule td + td {
	width: 100px;
}

.speciality-class-schedule td + td + td {
	width: 150px;
}

.sub-schedule {
	width: 570px;
}

.sub-schedule td {
	width: 200px;
	padding-left: 5px;
}

.sub-schedule td + td {
	width: 200px;
}

.sub-schedule td + td + td {
	width: 170px;
}

