@charset "UTF-8";
/* Dance Makers, Inc

	By Jenelle Johannes Creative
	
	Using ModX v1.0
*/

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	background: #252122 url(../images/global/body-bg.jpg) center -32px  repeat-y;
	/*background: #cb3494 url(../images/global/bg.png) center -32px  repeat-y; _background-image: url(../images/global/bg.gif); /* rainbow bg */
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#nori {
	margin: 0 auto;
	padding: 0;
	background: #cb3494 url(../images/global/bg.png) center -32px  repeat-y; _background-image: url(../images/global/bg.gif);
	/*border-bottom: 2px solid red;*/
}

#contentGlobal {
	position: relative;
	width: 850px;
	margin: 0  auto 0px auto;
	_margin-bottom: 50px; *margin-bottom: 50px; /* more IE Hacks */
	padding-bottom: 50px;
	/*border: 2px solid blue;*/
	background-image: url(../images/global/dmi-logo.png); _background-image: url(../images/global/dmi-logo.gif); background-repeat: no-repeat;
}

/*  Header: Branding
-------------------------------------------------------- */
#globalHeader { width: 850px;  margin: 0px auto; position: relative; z-index: 9998; }

#globalHeader h1#globalBranding a {
	overflow: hidden;
	width: 265px;
	height:100px;
	display: block;
	text-indent: -9999px;
}
#globalBranding {
	float: left;
	width: 265px;
	height: 95px;
	margin: 0;
	padding: 0;
}


/*  Nav: Global
-------------------------------------------------------- */
#navBox {
	float: right;
	width: 580px;
}
/*  main nav
--------------------------------------------------- */

/* Contact Info */
#globalHeader #contactInfo { float: right; margin: 6px 0; padding: 0; }
#globalHeader #contactInfo li { display: inline; float: left; list-style: none; padding: 0px 7px; color: #fff; font-size: 80%;}
#globalHeader #contactInfo .leftBorder { border-left: 1px solid #fff;  }

/* Global Nav */
#globalHeader #globalNav { clear: both; margin: 0 0 0 45px; _margin-left: 40px; padding: 0; }
#globalHeader #globalNav li { display: inline; }
#globalHeader #globalNav li a { float: left; width: 65px; height: 0; padding-top: 26px; overflow: hidden;  }
#globalHeader #globalNav li a,
#globalHeader #globalsearch { background-image: url(../images/global/global-nav.png); _background-image: url(../images/global/global-nav.gif); background-repeat: no-repeat; }

/* Normal */
#globalHeader #globalNav li#gn-home a {  background-position: 0 0; }
#globalHeader #globalNav li#gn-staff a { background-position: -65px 0; width: 56px; }
#globalHeader #globalNav li#gn-nationals a { background-position: -121px 0; width: 95px; }
#globalHeader #globalNav li#gn-regionals a { background-position: -216px 0; width: 93px; }
#globalHeader #globalNav li#gn-winners a { background-position: -309px 0; width: 83px; }
#globalHeader #globalNav li#gn-blog a { background-position: -392px 0; width: 57px;}
#globalHeader #globalNav li#gn-register a { background-position: -449px 0; width: 79px;}

/* Hover */
#globalHeader #globalNav li#gn-home a:hover { background-position: 0 -23px; }
#globalHeader #globalNav li#gn-staff a:hover { background-position: -65px -23px; width: 56px; }
#globalHeader #globalNav li#gn-nationals a:hover { background-position: -121px -23px; width: 95px; }
#globalHeader #globalNav li#gn-regionals a:hover { background-position: -216px -23px; width: 93px; }
#globalHeader #globalNav li#gn-winners a:hover { background-position: -309px -23px; width: 83px; }
#globalHeader #globalNav li#gn-blog a:hover { background-position: -392px -23px; width: 57px; }
#globalHeader #globalNav li#gn-register a:hover { background-position: -449px -23px; width: 79px; }

/* Selected */
#globalHeader #globalNav li#gn-home a:active { background-position: 0 -76px; }
#globalHeader #globalNav li#gn-staff a:active { background-position: -65px -76px; width: 56px; }
#globalHeader #globalNav li#gn-nationals a:active { background-position: -121px -76px; width: 95px; }
#globalHeader #globalNav li#gn-regionals a:active { background-position: -216px -76px; width: 93px;}
#globalHeader #globalNav li#gn-winners a:active { background-position: -309px -76px; width: 83px; }
#globalHeader #globalNav li#gn-blog a:active { background-position: -392px -76px; width: 57px; }
#globalHeader #globalNav li#gn-register a:active { background-position: -449px -76px; width: 79px;}

/* Selecttion Arrow */
#globalHeader #selectionArrow {
	position: absolute;
	top: 50px;
	left: 220px;
	_left: 215px;
}


/*  Content: Main
-------------------------------------------------------- */
#contentContainer {
	clear: both;
	margin: 0 auto;
	_margin-top: -7px;
	padding: 0;
	position: relative;
	/*
	position: absolute;
	top: 101px;
	border: 1px solid red;
	*/
	overflow: hidden;
}

/*  Content: Left Side
-------------------------------------------------------- */
#contentLeft {
	float: left;
	margin: 10px 15px 0px 25px;
	_margin: 20px 10px 0px 20px;
	padding: 0;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	/*border: 1px solid #ffffff;
	background-color: #fff;*/
	display: inline; /* IE6 double margin hack */
}
#contentLeft h3 {
	margin-top: 25px;
	font-size: 90%;
}
#contentLeft dt {
	margin-top: 7px;
	font-weight: bold;
	font-size: 80%;
	
}
#contentLeft dd {
	margin: 0;
	font-size: 80%;
}
#contentLeft .soldOut {
    color:#ec008c;
	margin-left: 10px;
}
#contentLeft .soldOut a {
	color: #ec008c;
}#contentLeft .soldOut a:hover {
	color: #cc0066;
}
#contentLeft .scheduleLink a, #contentLeft .scheduleLink a:hover {
	color:#ec008c;
	margin-left: 10px;
}
#contentLeft .scheduleLink a:hover {
	color:#000;

}
#contentLeft dl.specialBox {
	border: 2px solid #ec008c;
	margin: 5px 0;
	padding: 0 5px 3px 5px;
	width: 160px;
}
#contentLeft dl.specialBox dt {
	margin-top: 3px;
	font-size: 100%;
	text-align: center;
	}
#contentLeft dl.specialBox dd {
	text-align: center;
	}	
#contentLeft dl.specialBox em { 
	color: #ec008c; 
	font-style: normal; 
	display: block; 
	font-size: 140%;
	font-weight: bold;
	}


/*  Content: Right Side - Main Content
-------------------------------------------------------- */
#contentRightContainer {
	margin: 0 0 0 220px;
	_margin: 0 0 0 212px; /* IE 6 */
	padding: 0;
	width: 630px;
	background:  url(../images/global/content-main-bg.gif) repeat-y;
	font-size: 105%;

	/*border: 2px solid #ffff00;*/
	position: relative;
	/*overflow: hidden;*/
}
#contentRightContainerSub {
	font-size: 90%;
}

#contentRightContainer h1 {
	color: #ec008c;
	font-size: 170%;
	padding-top: 25px;
	margin: 0;
	
}
#contentRightContainer h1#topContentHeader {
	margin: 0;
	background: url(../images/global/learn_dance_win.jpg) 2px 0px no-repeat;
	height: 284px;
	/*text-indent: -9999px;*/
	padding: 0 0 0 299px;
}

#contentRightContainer h1.home {
	color: #ec008c;
	font-size: 170%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#contentRightContainer h2 {
	font-size: 130%;
}
#contentRightContainer h3, #contentRightContainerSub h3, #contentRightContainer h2 {
	color: #ec008c;
	margin-bottom: 5px;
}

#contentRightContainer #home p {
	margin: 0px 75px;
	padding: 25px 0 0 0;
	text-align: justify;
}
#contentRightContainer em, #contentRightContainer .boldPink {
	color: #ec008c;
	font-weight: bold;
}
#contentRightContainer p#credits {
	/*margin: 40px 15px 0px 15px; */
	margin: 0 0 0px 0;
	padding: 10px 25px 0px 25px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50%;
	font-weight: bold;
	/*background: url(../images/global/content-main-footer.jpg) 0 -20px no-repeat;
	background-color: none; */
}
#contentRightContainer #containerBottom {
	background: url(../images/global/content-main-footer.jpg) 0 -30px no-repeat;
	padding: 10px 10px 20px 10px;
}

#contentRightContainer a:link, #contentRightContainer a:visited, #contentRightContainer a:hover {
	color: #ec008c;
}
.centerContent {
	margin: 0 auto;
	text-align: center;
}

.teachersTable {
	padding: 5px;
}
.teachersTable h4 {
	margin: 5px 0 0 0;
	font-size: 105%;
}
.teachersTable td {
	vertical-align: text-top;
	padding: 7px;
}

/*  Content Main: Sub pages
-------------------------------------------------------- */
#contentRightContainerSub {
	margin: 0;
}
#gutter2 {
	margin: 0 20px 20px 20px;
}
#gutter {
	margin: 0px 75px 20px 75px;		
}
#contentRightContainerSub h1, #contentRightContainerSub h1 a:link, #contentRightContainerSub h1 a:visited {
	margin-bottom: 20px;
	color: #ec008c;
}
#contentRightContainerSub h3 {
	font-size: 110%;
}
#contentRightContainerSub h4 {
	margin: 10px 0 0 0;
	padding: 0;
}
#contentRightContainerSub h3.spUnderline {
	margin: 10px 0;
	padding: 0 0 2px 0px;
	display: block;
	color: #ec008c;
	border-bottom: 1px solid #ec008c;
}
#contentRightContainerSub p {
	margin: 0 0 15px 0;
	padding: 0;
}
#contentRightContainerSub ul {
	margin: 0 10px 10px 0px;
	padding: 0 15px 5px 15px;
}
#contentRightContainerSub li {
	padding: 4px 0;
}
#contentRightContainerSub table {
	border-collapse: collapse;
}
#contentRightContainerSub td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
#contentRightContainerSub td  em {
	font-size: 90%;
	color: #ec008c;
}
#contentRightContainer br {
	margin-bottom: 10px;
}
#contentRightContainerSub td.tdDescription {
	width: 380px;
}
#contentRightContainerSub .subHeader {
	font-size: 85%;
}
#contentRightContainer a:hover {
	text-decoration: underline;
	color: #ec008c;
}

#contentRightContainerSub .noAccordion {
	padding: 0;
	margin: 0;
	font-size: 100% ;
	border: none;
	display: inline;
}


/*  other information formatting
-------------------------------------------------------- */
#contentRightContainer #otherInfo dl {
	margin: 0;
	padding: 25px 0 0 0;
	/*clear: both;*/
	overflow: hidden;
}

#contentRightContainer #otherInfo dt {
	float: left;
	width: 120px;
	text-align: right;
}


#contentRightContainer #otherInfo .title {
	padding: 5px 7px;
	font-size: 130%;
	color: #ec008c;
	font-weight: bold;
	display: block;
}
#contentRightContainer #otherInfo .yellow h3 a:link, #contentRightContainer #otherInfo .yellow h3 a:visited   {
	color: #EFB63F;
	text-decoration: underline;
}
#otherInfo dd {
	margin-left: 135px;
}
#contentRightContainer #otherInfo h3 {
	margin: 0;
	padding: 20px 0 0 0;
	font-size: 110%;
	text-decoration: underline;
}
#contentRightContainer #otherInfo dd p {
	margin: 0px;
	padding: 5px 0 0 0;
	font-size: 90%;
}
#contentRightContainer #otherInfo dt .yellow, #contentRightContainer #otherInfo h3 .yellow {
	color: #EFB63F;
}
.separator {
	margin-top: 30px;
	width: 95%;
	text-align: right;
	height: 1px;
	border: 1px solid #a1a1a1;
	background: #a1a1a1;
}

#contentRightContainer #otherInfo img {
	border: none;
}

.accordTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}


/*  Footer: Site Information
-------------------------------------------------------- */

#siteInfo {
	clear: both;
	margin: 0 auto;
	/* margin-top: -100px; */
	padding: 0 0 40px 0;
	border-top: 10px solid #ec008c;
	background: #252122 url(../images/global/body-bg.jpg) center -32px  repeat-y;
	width: 100%;
	height: 100%;
}

/*  Pre Footer Nav: graphic links
-------------------------------------------------------- */


/* Global Nav */
#siteInfoContent  { width: 880px;   margin: -55px auto; _margin: -40px auto; *margin: -40px auto; padding: 0; position: relative; z-index: 9998; }
#siteInfoContent #footerNav li { display: inline; }
#siteInfoContent #footerNav li a { float: left; width: 91px; height: 0; padding-top: 93px;  overflow: hidden; }
#siteInfoContent #footerNav li a,
#siteInfoContent #footerNav { background-image: url(../images/global/footer-nav.png); _background-image: url(../images/global/footer-nav.gif); background-repeat: no-repeat; }

/* Normal */
#siteInfoContent #footerNav li#fn-email a {  background-position: 0 0; }
#siteInfoContent #footerNav li#fn-brochures a { background-position: -91px 0; width: 98px; }
#siteInfoContent #footerNav li#fn-forms a { background-position: -189px 0; width: 93px; }
#siteInfoContent #footerNav li#fn-youtube a { background-position: -282px 0; width: 185px; }
#siteInfoContent #footerNav li#fn-facebook a { background-position: -467px 0; width: 182px; }
#siteInfoContent #footerNav li#fn-twitter a { background-position: -649px 0; width: 181px;}

/* Hover */
#siteInfoContent #footerNav li#fn-email a:hover { background-position: 0 -93px; }
#siteInfoContent #footerNav li#fn-brochures a:hover { background-position: -91px -93px; width: 98px; }
#siteInfoContent #footerNav li#fn-forms a:hover { background-position: -189px -93px; width: 93px; }
#siteInfoContent #footerNav li#fn-youtube a:hover { background-position: -282px -93px; width: 185px; }
#siteInfoContent #footerNav li#fn-facebook a:hover { background-position: -467px -93px; width: 182px; }
#siteInfoContent #footerNav li#fn-twitter a:hover { background-position: -649px -93px; width: 181px; }

#siteInfo p {
	clear: both;
	margin: 10px auto 20px auto;
	padding: 30px;
	color: #fff;
	text-align: center;
	font-size: 75%;
}


#siteInfo a:link, #siteInfo a:hover, #siteInfo a:visited { color: #fff; text-decoration: none }
#siteInfo a:hover { text-decoration: underline; }
#siteInfo #copy { font-weight: bold; display: block; }

#siteInfo #design { }




/*  Forms
-------------------------------------------------------- */
form {
	border: none;
}
fieldset {
	border: none;
}
label {
	float: left;
	width: 9em;
	margin-right: .5em;
	display: block;
}

/*  Sitemap
-------------------------------------------------------- */
#sitemap li {
	padding: 4px 0;
}


/*  for Ditto
-------------------------------------------------------- */
.ditto_summaryPost {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.ditto_info {
	font-size: 80%;
	margin-bottom: 10px;
}

.linkButton img {
	border: none;
}