﻿/*import a reset css style sheet to reset all browsers to the same standards*/
@import url("http://yui.yahooapis.com/2.7.0/build/reset/reset-min.css");
/*import jquery stylesheet for our media gallery lightbox*/
@import url("/styles/jquery.lightbox-0.5.css");

/*
Colors Used:
    #fbaf32 = a yellow/gold used on headers, borders, etc
    #efefef = an off-white used for text
    #262626 = a dark gray used as the backdrop for the logo and dancer
    #0593b4 = a bright/sky blue used for the footer border and some links - also used in the menu graphics
*/

/* HTML Tag based styles */
body
{
	font-family: Helvetica, Verdana, Arial;
	font-size: 9pt;
	text-align: center;
	color: #efefef;
	background-color: #000000;
	background-image: url(/images/design/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 15px;
	min-height: 1000px;
}

address
{
	text-align: left;
	margin: 5px;
}

a
{
	color: #fbaf32;
}

h1, h2, h3, h4, h5, h6
{
	color: #fbaf32;
	margin-top: 15px;
	margin-bottom: 15px;
}

h1
{
	font-size: 24pt;
}

h2
{
	font-size: 22pt;
}

h3
{
	font-size: 18pt;
}

h4
{
	font-size: 14pt;
}

h5
{
	font-size: 12pt;
}

h6
{
	font-size: 10pt;
	margin-top: 1px;
	margin-bottom: 1px;
}

p
{
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 20px;
	line-height: 20px;
}

/* Class based styles */
.borderbottom
{
	border-bottom: 1px solid #fbaf32;
}

div.jumpmenu
{
	text-align: left;
	margin-bottom: 30px;
	letter-spacing: 1px;
}

div.bio
{
	margin-bottom: 20px;
}

/*--Used to style each 'gallery' on the media/photos page--*/
div.gallery
{
	text-align: left;
	clear: both;
	width: 510px;
	margin: auto;
}

/*--The images in each gallery--*/
div.gallery img
{
	border: 3px solid #ffffff;
}

/*--Each gallery image is surround by a link, this styles it--*/
div.gallery a
{
	margin: 5px;
}

/*--This div contains the entire site--*/
div.outerContainer
{
	position: relative;
	background-color: #000000;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

/*--The header menu--*/
div.menu
{
	background-image: url(/images/design/menugradient.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 25px;
	width: 798px;
	border: 1px solid #000000;
}

/*--The header menu links--*/
div.menu a
{
	text-transform: uppercase;
	text-align: center;
	display: block;
	float: left;
	width: 100px;
	text-decoration: none;
	color: #000000;
	padding: 5px;
	letter-spacing: 0.2px;
	border-right: 1px solid #0593b4;
	border-left: 1px solid #00b6e1;
	white-space: nowrap;
}

/*--The header menu links on hover--*/
div.menu a:hover
{
	border-left: 1px solid #000000;
	background-color: #000000;
	color: #efefef;
}

/*--The main div for the site--*/
div.main
{
	float: left;
	width: 560px;
	background-image: url(/images/design/dancers.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	padding: 25px;
	padding-top: 180px;
	min-height: 500px;
}

/*--Styles the schedule page table--*/
div.schedule table
{
	margin-left: auto;
	margin-right: auto;
}

div.schedule table th
{
	text-align: center;
}

div.schedule table td, div.schedule table th
{
	padding: 2px;
}

/*--Positions the logo on the master page--*/
div.logoBox
{
	float: right;
	background-color: #262626;
	margin-top: 35px;
	margin-right: 5px;
	width: 175px;
	height: 600px;
	overflow: visible;
}

/*--Positions the logo on the master page--*/
div.logo
{
}

/*--Positions the dancer graphic on the master page-*/
div.jumper
{
	position: relative;
	left: -35px;
	top: 10px;
}

/*--The global footer at the bottom of the master page--*/
div.footer
{
	text-align: left;
	font-size: 8pt;
	padding: 5px;
	top: 65px;
	border-top: 2px solid #0593b4;
}

div.footer a
{
	color: #0593b4;
}

/*--Everything table.contact represents the contact form to send emails--*/
table.contact td
{
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

table.contact td.header
{
	color: #0593b4;
	text-align: right;
	white-space: nowrap;
}

table.contact td input, table.contact td select, table.contact td textarea, table.contact td select-one, table.contact td select-multi
{
	background-color: #262626;
	border: 1px solid #0593b4;
	color: #ffffff;
	padding: 1px;
	margin: 0px;
}

table.contact td input.button, input.button
{
	background-image: url(/images/design/menugradient.jpg);
	background-repeat: repeat-x;
	border: 1px solid #000000;
	color: #000000;
}

/*--Formatting instructions for the contact form (email, phone)--*/
span.instructions
{
	font-size: 8pt;
	color: #fbaf32;
}

/*--Surrounds each news entry--*/
div.news
{
	width: 80%;
	margin: auto;
	letter-spacing: 1px;
	text-align: left;
	margin-bottom: 20px;
	color: #efefef;
	line-height: 20px;
}

/*--The date a news entry was posted--*/
div.news span.date
{
	font-size: 8pt;
	display: block;
	margin-bottom: 5px;
}

/*--The calendars on the events page--*/
.calendar
{
	width: 450px;
	margin: auto;
	border: 1px solid black;
	background-color: black;
}

.calendarTitle
{
	background-image: url(/images/design/menugradient.jpg);
	background-repeat: repeat-x;
	font-size: 12pt;
	color: White;
}

.calendarNextPrev a
{
	color: White;
	text-decoration: underline;
}

.calendarDayHeader
{
	background-image: url(/images/design/menugradient.jpg);
	background-repeat: repeat-x;
	color: White;
	font-size: 9pt;
	padding: 3px;
}

.calendarDay
{
	background-color: #262626;
	width: 65px;
	height: 50px;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	font-size: 7pt;
}

.calendarOtherMonthDay
{
	background-color: #262626;
	width: 65px;
	height: 50px;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	font-size: 7pt;
}

.calendarSelectedDay
{
	background-color: #262626;
	width: 65px;
	height: 50px;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	font-size: 7pt;
}

.calendarSelector
{
}

.calendarToday
{
	background-color: #373737;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	font-size: 7pt;
}

.calendarWeekendDay
{
	background-color: #262626;
	width: 65px;
	height: 50px;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	font-size: 7pt;
}
