/* CSS Document */
@import url(mainNav.css);

body {
	text-align: center;
	margin: 0;
	background-color: #f5f5f5;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	}

/* Links
--------------------------------------- */
a:link {
	color:#9a172c;
	text-decoration:none;
	border-bottom:1px solid #9a172c;
	}
a:visited {
	color:#666666;
	text-decoration:none;
	border-bottom:1px solid #666666;
	}
a:hover {
	color:#de4d7e;
	text-decoration:none;
	border-bottom:2px solid #de4d7e;
	}
a:active {
	color:#666666;
	text-decoration:none;
	border-bottom:1px solid #666666;
	}
a.out {
	background: url(../images/link_out.gif) right no-repeat;
	padding-right: 13px;
	}
	
/* Structure
--------------------------------------- */
div#container {
	position:relative;
	padding: 0;
	margin: 0 auto;
	background-color:#ffffff;
	width:960px;
	text-align:left;
	} 
div#content {
	width:960px;
	}
div#footer {
	clear: both;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	background-color: #eeeeee;
	color: #000000;
	font-size: 90%;
	border-top: 1px solid #cccccc;
	}
div#mainContent {
	padding:15px 10px 15px 10px;
	width:610px;
	float:left;
	}
div#mostimportant {
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	width: 640px;
	}
div#secondaryContent {
	float:right;
	margin: 10px 0;
	padding: 7px 10px 10px 5px;
	width:285px;
	font-size: 90%;
	background-color:#f5f5f5;
	border: 1px solid #ccc;
	}
ul#announcements {
	float: right;
	margin: 0;
	padding: 0;
	width:300px;
	list-style-type: none;
	}
	ul#announcements li {
	margin: 0 0 7px 1px;
	padding: 0;
	width: 297px;
	height: 313px;
	}
	ul#announcements li#pilates {background:url(../images/pilates.jpg) no-repeat}
	ul#announcements li a {
	display: block;
	width: 297px;
	height: 313px;
	border: 1px solid #cccccc;
	}
	ul#announcements span {
	margin-left: -9000px;
	height: 0;
	}

/* Banners
--------------------------------------- */
div.banner {
	padding:0;
	margin:0;
	width:960px;
	height:270px;
	border-bottom: 1px solid #cccccc;
	}
#banner_schedule {background:url(../images/banner_schedule.jpg) no-repeat}
#banner_class {background:url(../images/banner_class.jpg) no-repeat}
#banner_company {background:url(../images/banner_company.jpg) no-repeat}
#banner_events {background:url(../images/banner_events.jpg) no-repeat}
#banner_instructors {background:url(../images/banner_instructors.jpg) no-repeat}
#banner_policies {background:url(../images/banner_policies.jpg) no-repeat}
#banner_location {background:url(../images/banner_balletgirls.jpg) no-repeat}

/* Headings
--------------------------------------- */
h1 {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 128px;
	background: url(../images/branding.gif) center no-repeat;
	}
h1 span {
	margin-left: -9000px;
	height: 0;
	}
h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	}
#content h2, #mainContent h2, #schedule h2 {
	margin: 0 0 .5em 5px;
	padding: 2px 0 0 2px;
	font-size: 170%;
	color: #9a172c;
	}
#secondaryContent h2 {
	padding: 0 0 0 5px;
	font-size: 160%;
	color: #9a172c;
	font-weight: normal;
	border-top: 0;
	}
	#mainContent.home h2 {
	border-bottom: 1px solid #cccccc;
	}
h3 {
	margin-bottom: .5em;
	margin-left: 15px;
	color: #d11d3a;
	font-size: 140%;
	border-bottom: 1px solid #cccccc;
	}
	#mainContent.home h3 {
	border-bottom: 0;
	}
	#secondaryContent h3 {
	margin: 0;
	}
h4 {
	margin-left: 0.5em;
	padding: 0 0 0 15px;
	font-size: 130%;
	background: url("../images/h4_bullet.gif") left center no-repeat;
	}
h4#newbies {
	padding: 0 0 0.8em 0;
	background: #fff;
	line-height: 140%;
	}
	
/* Text
--------------------------------------- */
#secondaryContent strong {
	color:#9a172c;
	font-weight: normal;
	}
p {
	padding: 0 1em;
	line-height:150%;
	}
div.what-we-teach p, div#secondaryContent p, div#secondaryContent ul li {
	line-height: 120%;
	}
div.what-we-teach p {
	padding: 0;
	}
#secondaryContent ul li {
	padding-bottom: 0.2em;
	}
.pdf {
	margin-bottom: 2em;
	padding-left: 24px;
	background: transparent url(../images/pdf.gif) center left no-repeat;
	}
	
/* Images
--------------------------------------- */
#secondaryContent img, img.location, img.recital {
	padding: 3px;
	margin: 5px 10px 5px 5px;
	border:1px solid #ccc;
	}
img.dec {
	float: right;
	padding: 3px;
	margin: 5px 10px 5px 5px;
	border:1px solid #ccc;
	}

/* Lists
--------------------------------------- */
ul {
	list-style-type:square;
	}
li {
	padding-bottom:10px;
	}
ul#inlinklist {
	line-height: 90%;
	}

/* Home
--------------------------------------- */
p#siam {
	margin: 0 0 5px 0;
	padding: 0;
	width: 654px;
	height: 35px;
	background: #ffffff url("../images/announce_siam.jpg") center no-repeat;
	}
	p#siam span {
	margin-left: -9000px;
	height: 0;
	}
h2#bignews {
	margin: 0;
	padding: 0;
	width: 654px;
	height: 275px;
	background: #ffffff url("../images/bigbanner_welcome.jpg") center no-repeat;
	border-top: 0;
	text-indent: -9000px;
	}

/* S3SLIDER
--------------------------------------- */
#s3slider {
	margin-top: -14px;
	margin-left: -36px;
	padding: 0;
   width: 690px; /* important to be same as image width */
   height: 290px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 690px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}
	#s3sliderContent li {list-style-type: none}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   padding: 10px 13px;
   font-size: 90%;
   width: 630px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 