@charset "utf-8";
/* CSS Document */
/* CSS by Nicole Erickson */

/* Boilerplate 
----------------------------------------------------------------------------------*/
* {
	padding:0;
	margin:0;
}

body {
	font-size: 50%;
	background: #222F41 url(images/background.jpg) no-repeat 245px top fixed;
	color:#DAD9BE;
	font-family: Georgia, "Times New Roman", Times, serif;
}
html {
	font-size: 125%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Navigation 
----------------------------------------------------------------------------------*/
nav {
	width:225px;
	float:left;
	display:inline; /*For IE */
}
a#logo {
	position: relative;
	margin:15px auto 0 auto;
	z-index: 10;
	background-image: url(images/logo.gif);
	width:186px;
	height:93px;
}
nav #photo {
	position: relative;
	margin:0 auto;
	z-index: 5;
	top: -17px;
	width: 203px;
	height: 291px;
	display:block; /* For IE */
}
nav a {
	background-position: right bottom;
	display: block;
	width: 225px;
	height: 30px;
}
nav a:hover,
nav a:active {
	background-position: right top;
}
nav li {
	height: 30px;
	width: 225px;
	text-indent: -999px;
	background-repeat: no-repeat;
}
#home #homeNav a,
#about #aboutNav a,
#performances #perfNav a,
#booking #bookNav a,
#classes #classNav a,
#workshops #workNav a,
#links #linksNav a,
#gallery #galNav a,
#testimonials #testNav a,
#shop #shopNav a {
	background-position: right top;
	cursor: default;
	background-repeat:no-repeat;
}
#homeNav a {
	background-image: url(images/homeNav.gif);
}
#aboutNav a {
	background-image: url(images/aboutNav.gif);
}
#perfNav a {
	background-image: url(images/performanceNav.gif);
}
#bookNav a {
	background-image: url(images/bookingNav.gif);
}
#classNav a {
	background-image: url(images/classesNav.gif);
}
#workNav a {
	background-image: url(images/workshopNav.gif);
}
#linksNav a {
	background-image: url(images/linksNav.gif);
}
#galNav a {
	background-image: url(images/galleryNav.gif);
}
#testNav a {
	background-image: url(images/testimonialsNav.gif);
}
#shopNav a {
	background-image: url(images/shopNav.gif);
}
#contact {
	text-align:center;
	margin-top:4em;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
}
#contact #locations {
	letter-spacing: 0.1em;
}
#contact #phone {
	font-size:1.6em;
}
#contact #email {
	font-size:1.4em;
}
#contact #fb a {
	display:inline;
}
/* Callout Box & Styles
----------------------------------------------------------------------------------*/
.callout-inner {
	background: url(images/calloutBottom.png) center bottom no-repeat;
	padding-top: 70px;
	padding-bottom: 60px;
	display: block;
}
.callout-outer {
	background: url(images/calloutTop.png) center top no-repeat;
	width:280px;
	float:right;
/*	margin-top:-10px;*/
	display:block; /* for IE8&7 */
	margin-right: -.65em;
	margin-left:2em;
}
.callout {
	font-weight:bold;
	font-style:italic;
	text-align:center;
	font-size:1.2em;
}
.callout-inner table {
	width:20em;
	margin:0 auto;
	font-weight:bold;
}
.callout-inner dd {
	margin-left:1em;
	font-style:italic;
}
.callout-inner dt {
	margin-top:1em;
}
.callout-inner dl {
	margin:0 auto;
	margin-top:-2em;
}
.callout-inner h2 {
	margin-top:-5px;
	margin-bottom:2em;
	text-align:center;
}
.callout-inner button {
	margin:1em auto;
}
.callout-inner dl.fold {
	margin-top:auto;
}
/* Content Styles
----------------------------------------------------------------------------------*/
div#content {
	background:url(images/background.png) top right repeat-y;
	/*margin-left:235px;*/
	padding:3em 92px 3em 2em;
	font-size:1.3em;
	line-height:1.5em;
	overflow:hidden; /* Clears floated images in articles */
	min-height:750px;
}
#pageTitle {
	background: no-repeat center top;
	height: 82px;
	width: 227px;
	margin:auto 20px auto auto;
	float:right;
}
#content ul {
	padding-left:2em;
	overflow:hidden;
}
button {
	background:none;
	border:none;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:auto auto 2em auto;
}
a:link,
button {
	color: #F26D7D;
	text-decoration: none;
}
a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active {
	/*color: #a864a8;*/
	text-decoration: underline;
}
button:visited,
a:visited {
	color: #bf72c0;
}
p {
	margin:auto auto .7em auto;
}
section {
	margin-bottom:1.8em;
}
h1 {
	clear:right;
	line-height:1.8em;
	font-size:1.8em;
}
h2 {
	font-size:1.4em;
	line-height:1.4em;
	margin-bottom:.4em;
}
h3 {
	margin-bottom:.2em;
}
hr {
	background-image: url(images/divider2.gif);
	height: 32px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	clear: both;
	border: none;
}
.right {
	float:right;
	margin-left: .7em;
}
.left {
	float:left;
	margin-right: .7em;
}
.noFloat {
	margin:10px auto;
}
.location,
.phone,
.time,
figcaption {
	display:block;
}
.time {
	font-weight:bold;
}
.address {
	display:inline-block;
}
.address a {
	float:right;
	margin-left:5px;
}
.video {
	background-image: url(images/video.gif);
	background-position: left center;
	background-repeat:no-repeat;
	float: left;
	padding-top: -1px;
	padding-bottom: 5px;
	padding-left: 50px;
	line-height:1.2em;
	margin-right: 2em;
	width:13em;
}
.stats {
	display:block;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.fold {
	display:none;
}
.ref {
	font-style:italic;
	display:block;
	margin-bottom:1em;
}
footer,
.clear {
	clear:both;
	display:block;
	padding-top:1em;
}
.fb-like {
	margin:auto;
}
/* Page Specific Styles 
----------------------------------------------------------------------------------*/
#about #photo {
	background-image: url(images/aboutPic.jpg);
}
#about #pageTitle {
	background-image: url(images/about.png);
}
#performances #photo {
	background-image: url(images/calPic.jpg);
}
#performances #pageTitle {
	background-image: url(images/performances.png);
}
#booking #photo {
	background-image: url(images/bookPic.jpg);
}
#booking #pageTitle {
	background-image: url(images/booking.png);
}
#classes #photo {
	background-image: url(images/instPic.jpg);
}
#classes #pageTitle {
	background-image: url(images/classes.png);
}
.classesInfo {
	margin-bottom:1em;
}
.classInfo h2 {
	margin-bottom:.1em;
}
.classInfo li {
	list-style:none;
	margin:.6em auto;
}
#workshops #photo {
	background-image: url(images/expPic.jpg);
}
#workshops #pageTitle {
	background-image: url(images/workshops.png);
}
#workshops dd,
#performances dd{
	margin-left:1.5em;
}
#workshops dt,
#performances dt {
	font-weight:bold;
	margin-top:1em;
}
#links #photo {
	background-image: url(images/linksPic.jpg);
}
#links #pageTitle {
	background-image: url(images/links.png);
}
#links ul {
	list-style:none;
}
section.links,
#venues p {
	float:left;
	margin:.5em 3em 1em auto;
	min-width:1.8em;
}
#gallery #photo {
	background-image: url(images/galPic.jpg);
}
#gallery #pageTitle {
	background-image: url(images/gallery.png);
}
.thumbnails img {
	margin:auto 3px;
}
#testimonials #photo {
	background-image: url(images/testPic.jpg);
}
#testimonials #pageTitle {
	background-image: url(images/testimonials.png);
}
#shop #photo {
	background-image: url(images/shopPic.jpg);
}
#shop #pageTitle {
	background-image: url(images/shop.png);
}
/* Shop item styles
----------------------------------------------------------------------------------*/
#viewCart {
	text-align:right;
}
#shop dt
{
	font-weight:bold;
	clear:both;
	width:50%;
}
#shop dd {
	margin-bottom:1em;
	float:left;
	width:50%;
}
dd.payment {
	float:right;
	margin:-1em auto 2.5em auto;
	text-align:right;
}
.payment input[type="submit"] {
	background:url(images/addCart.gif);
}
#viewCart input[type="submit"] {
	background:url(images/viewCart.gif);
}
input[type="submit"]  {
	background-position:left bottom !important;
	background-repeat:no-repeat;
	height:29px;
	width:116px;
	display:inline-block;
	border:none;
	cursor:pointer;
	margin-left:2em;
}
input[type="submit"]:hover {
	background-position:left top !important;
}

