/*--DISTRIC DANCE COMPANY SEPTEMBER 1, 2012--*/
* { margin:0; padding:0; } 
html, body, #wrap { height: 100%; }
body > #wrap {height: auto; min-height: 100%;}
/* CLEAR FIX*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-attachment:fixed;
	background-color:#000;
	color:#FFF;
}
hr {border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
hr.top {border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.5);margin-top:55px; margin-bottom:10px}
h1 {font-family: 'Qwigley', cursive; margin:0; padding: 0; font-size:75px; color:#FFF; text-shadow: 0px 0px 15px rgba(255, 255, 255, .3); text-indent:10px;}
h1.Workshops {font-family: 'Qwigley', cursive; margin:-30px 0 0 -10px; padding: 0; font-size:75px; color:#571B7e; text-align:center;}
h2 {font-family: 'Dosis', sans-serif; margin:0; padding: 0; font-size:24px; color:#571B7e;}
h3 {font-family: 'Dosis', sans-serif; margin-top:-5px; padding: 0; font-size:18px; color:#571B7e; text-indent: 25px;}
.quotationMark {font-size:72px; color:#571B7e;}
img.shadow{-webkit-box-shadow: 0px 0px 30px 5px rgba(255, 255, 255, .2); box-shadow: 0px 0px 30px 5px rgba(255, 255, 255, .2);}
p.company{float:left; width: 540px;}



/*--LINK STYLES--*/
a:visited {	color: #FFF;	text-decoration: none;}
a:hover { color: #a542e5 !important;	text-decoration: none;}
a:link { color: #FFF; text-decoration: none;}
a:active {color: #FFF; text-decoration: none;}

a.footer:visited {	color: #FFF;	text-decoration: none;}
a.footer:hover { color: #a542e5 !important;	text-decoration: none;}
a.footer:link { color: #FFF; text-decoration: none;}
a.footer:active {text-decoration: none;}

a.aleesia:visited {	color: #000;	text-decoration: none; text-transform:uppercase;}
a.aleesia:hover { color: #a542e5 !important;	text-decoration: none; text-transform:uppercase;}
a.aleesia:link { color: #000; text-decoration: none; text-transform:uppercase;}
a.aleesia:active {text-decoration: none; text-transform:uppercase;}


/*--QUOTE STYLES--*/
#quotes{
	width: 1100px;
	font-family: 'Qwigley', cursive;
	margin:0 auto 10px auto;
	padding: 0;
	min-height:20px;
	text-align:center;
	color: #CCC;
}

#quotes li{ display:none;}
#quotes li:first-child{ display:block;}

#quotes ul{ list-style:none;}
#quotes p.text{ font-size:40px;}

#quotes p.author{
	color: #878787;
    font-size: 16px;
    font-style: italic;
    text-align: right;
	margin-top:10px;
}

#quotes p.author a,
#quotes p.author a:visited{
	color:#6aa42a;
}



/*--HEADER.PHP STYLES--*/
#header {
	margin-left: auto ;
 	margin-right: auto ;
	position: relative;
	width: 900px;
}
#navigation {
	margin:-25px auto -45px auto;
	position: relative;
	width: 900px;
}
#content{
	margin-left: auto ;
 	margin-right: auto ;
	position: relative;
	width: 900px;
	text-align:justify;
	font-family: 'Dosis', sans-serif;
	font-size:18px;
	color:#FFF;
	margin-top: 30px;
	padding-bottom: 40px;
}
#welcomeMSG{
	width: 600px;
	text-align:center;
	font-size:18px;
	margin-top: 20px;
	margin: 20px auto 50px auto;
}
#footer{
	border: 0;
    position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	text-align:center;
	vertical-align: middle;
	clear:both;
}
#footerBar {
	padding-top: 10px;
	font-family: 'Dosis', sans-serif;
	text-transform:uppercase;
	font-size:14px;
}
#audition{
	width:200px;
	float:right;
	text-align:right;
	font-family: 'Dosis', sans-serif;
	font-size:16px;
	margin-top: 10px;
}
#title{
	width: 300px;
	flaot:left;
}



/*--FACULTY STYLES--*/
#faculty{
	padding: 0;
	margin: -40px 0 0 0;
}
#writeUpLeft{
	margin-bottom:50px;
	float:left;
	width: 600px;
	min-height:380px;
}
#writeUpRight{
	margin-bottom:50px;
	float:right;
	width: 600px;
	min-height:380px;
}



/*--COMPANY STYLES--*/
#company{
	padding: 0;
	margin: -40px 0 0 0;
}



/*--DROP INS/WORKSHOPS STYLES--*/
#dropIns{
	padding: 0;
	margin: -30px 0 0 0;
}
#dropInsTxt{
	width:550px;
	float:right;
	margin-top:10px;
}
#workshops{
	width:800px;
	margin-right: auto;
	margin-left:auto;
}



/*--CONTACT STYLES--*/
#contact{
	padding: 0;
	margin: -40px 0 0 0;
}
#contactForm{
	width: 440px;
	margin-bottom: 50px;
	margin-right: 20px;
	margin-top:-10px;
	float: left;
}
#contactInfo{
	width: 370px;
	margin-left: 60px;
	margin-top:-40px;
	float:left;
	text-align:left;
}
ul.contactList{
	margin-top: 20px;
	text-align:left;
	margin-left: -10px;
	line-height: 1.8;
	list-style: none;
	font-size:16px;
	color:#FFF;
}
ul.contactList p{
	line-height: 1.1;
	margin-top: -24px;
	margin-bottom: 25px;
	margin-left: 26px;
	padding: 0;;
}




