
/*******************************************
 *****BREAKDANCECHICAGO.COM STYLESHEET******
 -------------------------------------------
 *written by Thane Woidan - thanewoidan.com*
 ******************************************/

/* Mini-fied version of Eric Meyer's reset -- meyerweb.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}/* remember to define focus styles! */ :focus{outline: 0;}body{line-height: 1; color: black; background: white;}ol,ul{list-style: none;}/* tables still need 'cellspacing="0"' in the markup */ table{border-collapse: separate; border-spacing: 0;}caption,th,td{text-align: left; font-weight: normal;}blockquote:before,blockquote:after,q:before,q:after{content: "";}blockquote,q{quotes: "" "";}

/**************
    BASICS
**************/

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #515557;
    font-size: 13px;
    background: none #171A1F;
    }

a {
    color: #56697E;
    text-decoration: none;
    }

a:hover,
a:active {
    color: #FFFFFF;
    }

a:hover {
    text-decoration: underline;
    }

#contentArea a,
#side a {
    text-decoration: underline;
    }

h1 {
    font-size: 19px;
    color: #AF9B7D;
    font-weight: bold;
    }

h2 {
    font-size: 13px;
    color: #D2D3D3;
    }

h3 {
    font-size:17px;
    text-align: center;
    display: block;
    color: #AF9B7D;
    font-weight: bold;
    text-transform: uppercase;
    }

h4 {
    color: #FFFFFF;
    font-weight: bold;
    }

div.clear {
    height: 0px;
    width: 0px;
    clear: both;
    }

.bold {
    font-weight: bold !important;
    }
    
.italic {
    font-style: italic !important;
    }

/**************
    LAYOUT
**************/

#container {
    width: 1091px;
    height: 100%;
    margin: 0 auto;
    }

#main {
    position: relative;
    }

#content {
    background: transparent url(img/topLOG.jpg) left top no-repeat;
    min-height: 465px;
    height: 100%;
    width: 948px;
    padding: 82px 102px 0 69px;
    }

#middleGlow {
    background: #141519 url(img/middleGlow.png) left top repeat-y;
    }

/**************
    SHADOW/ROUNDED CORNER CRAP
**************/

#topCorners {
    background: transparent url(img/topCorner.jpg) left top no-repeat;
    height: 94px;
    margin: 18px 0 0 0;
    }

#bottomCorners {
    background: transparent url(img/bottomCorner.jpg) left top no-repeat;
    height: 68px;
    }


/**************
    NAVIGATION & LOGO
**************/
#logo {
    width: 181px;
    height:169px;
    position: absolute;
    top: -95px;
    left: 35px;
    z-index: 999;
 display: block;
    }
#nav {
    position: absolute;
    top: -95px;
    background: transparent url(img/navBg.png) 245px 0 no-repeat;
    height: 102px;
    width: 100%;
    padding: 82px 0 0 0;
    z-index: 576;
    }
    
#nav ul.dropdown {
    margin: 0 190px 0 280px;
    }
    
#nav ul.dropdown li.navItem {
    color: #C5C9D0; 
    font-size: 19px;
    font-family: Lucida Console, Monaco, monospace;
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    float: left;
    text-align: center;
    width: 102px;
    }
  
#nav ul.dropdown li.navItem a {
    color: #C5C9D0;
    width: 100%;
    height: 28px;
    padding: 10px 0 0 0;
    display: inline-block;
    text-decoration: none;
    }
 
#nav ul.dropdown li.down {
    position: relative;
    top: 3px;
    }

#nav ul.dropdown {
    position: relative;
    z-index: 597;
    }

ul.dropdown {
    position: relative;
    z-index: 597;
    }

ul.dropdown li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
    background: #141519 url(img/topCorner.jpg) center -20px no-repeat;
    }

#nav ul.dropdown li a:hover {
    color: #FFFFFF;
    box-shadow: 3px 3px 12px #000000;
    -moz-box-shadow: 3px 3px 12px #000000;
    -webkit-box-shadow: 3px 3px 12px #000000;
    }

#nav ul.dropdown li ul.dropMenu li a {
    padding: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    }

#nav ul.dropdown ul.dropMenu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 1px;
    z-index: 599;
    background: #23282F;
    box-shadow: 2px 2px 8px #111111;
    -moz-box-shadow: 2px 2px 8px #111111;
    -webkit-box-shadow: 2px 2px 8px #111111;
    }

#nav ul.dropdown ul li {
    float: none;
    border: 1px dotted #444444;
    border-width: 0 1px 1px 1px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: none;
    text-align: left;
    padding: 8px 5px;
    }

#nav ul.dropdown ul li:first-child {
    border-top-width: 1px;
    }

#nav ul.dropdown ul li:hover {
    background: #2F353F;
    }

#nav ul.dropdown ul ul {
    top: 1px;
    left: 99%;
    }

#nav ul.dropdown li:hover > ul {
    visibility: visible;
    }

/**************
    FREE TRIAL HEADER
**************/

h1.trialHeader {
    margin: 0 0 0 180px;
    color: #C5C9D0;
    font-size: 24px;
    font-weight: bold;
    width: 472px;
    text-shadow: -2px 2px 5px #111111;
    }

h1.trialHeader span.free {
    font-size: 30px;
    color: #FFFFFF;
    }

h1.trialHeader a {
    font-size: 15px;
    color: #C5C9D0;
    }

h1.trialHeader a:hover {
    color: #FFFFFF;
    }
    
/**************
    CONTENT LAYOUT SAUCING
**************/   

#side {
    float: left;
    width: 223px;
    }

#side div.content {
    font-size: 16px;
    padding: 10px 15px;
    }

#side div.content h1,
#bookUs h1,
#homeRight h1 {
    text-transform: uppercase;
    font-size: 17px;
    text-align: left;
    margin: 30px 0 2px 0;
    color: #3B4650;
    font-weight: bold;
    }

#side div.content h1:first-child {
    margin-top: 0;
    }

#side div.content p {
    margin: 3px 0 8px 0;
    font-size: 12px;
    line-height: 1.2em;
    }

#side div.content p:first-child {
    margin-top: 0px;
    }

#side div.content a.blockLink {
    display: block;
    width: auto;
    text-decoration: none;
    }

/* TOP SIDE BOX*/

#side .top {
    margin: 30px 0 0 10px;
    }

#side .top div.topCorners {
    background: url(img/side_top_topCorner.png) 0 0 no-repeat;
    height: 16px;
    width: 202px;
    }

#side .top div.bottomCorners {
    background: url(img/side_top_bottomCorner.png) 0 0 no-repeat;
    height: 17px;
    width: 202px;
    }

#side .top div.content {
    background: url(img/side_top_middleGlow.png) 0 0 repeat-y;
    width: 170px;
    padding-bottom: 20px;
    }
    

/* BOTTOM SIDE BOX*/

#side .bottom {
    margin: -30px 0 0 0;
    }

#side .bottom div.topCorners {
    background: url(img/side_bottom_topCorner.png) 0 0 no-repeat;
    height: 17px;
    width: 225px;
    }

#side .bottom div.bottomCorners {
    background: url(img/side_bottom_bottomCorner.png) 0 0 no-repeat;
    height: 16px;
    width: 225px;
    margin: 0 0 -20px 0;
    }

#side .bottom div.content {
    background: url(img/side_bottom_middleGlow.png) 0 0 repeat-y;
    width: 192px;
    }

#side .bottom img.giftCert {
    margin: -5px 0 0 0;
    }


/* MAIN CONTENT BOX */

#contentArea {
    float: right;
    width: 766px;
    padding: 0 0 0 0;
    margin: 40px 0 0 -42px;
    }   

#contentArea div.topCorners {
    background: url(img/contentArea_topCorner.png) 0 0 no-repeat;
    height: 18px;
    width: 766px;
    }

#contentArea div.bottomCorners {
    background: url(img/contentArea_bottomCorner.png) 0 0 no-repeat;
    height: 17px;
    width: 766px;
    margin: 0 0 -22px 0;
    }

#contentArea div.content {
    background: url(img/contentArea_middleGlow.png) 0 0 repeat-y;
    min-height: 336px;
    padding: 40px 80px 5px 80px;
    }


/* MAIN CONTENT ELEMENT FORMATTING */

#contentArea h1 {
    margin: 40px 0 2px 0;
    text-shadow: -2px 4px 5px #111111;
    text-transform: uppercase;
    }

#contentArea a.plain {
text-decoration: none !important; }



#contentArea h1:first-child {
    margin-top: 0;
    }

#contentArea h2 {
    margin: 0 0 2px 2px;
    }

#contentArea p {
    line-height: 1.15em;
    margin: 5px 0 5px 5px;
    }

#contentArea img,
#contentArea object {
    border: 2px solid #222222;
    box-shadow: -3px 3px 10px #111111;
    -moz-box-shadow: -3px 3px 10px #111111;
    -webkit-box-shadow: -3px 3px 10px #111111;
    margin: 10px auto;
    display: block;
    }

/**************
    HOME PAGE UNIQUE DEFs
**************/  


/* MIDDLE BOX on HOME PAGE */
#homeMiddle {
    float: left;
    width: 250px;
    margin: 10px 0 0 -35px;
    }

#homeMiddle div.topCorners {
    background: url(img/homeMiddle_topCorner.png) 0 0 no-repeat;
    height: 13px;
    width: 766px;
    }

#homeMiddle div.bottomCorners {
    background: url(img/homeMiddle_bottomCorner.png) 0 0 no-repeat;
    height: 12px;
    width: 766px;
    }

#homeMiddle div.content {
    background: url(img/homeMiddle_middleGlow.png) 0 0 repeat-y;
    min-height: 245px;
    padding: 20px 20px;
    position: relative;
    }

#homeMiddle div.content img {
    display: block;
    margin: 0 auto;
    }

#homeMiddle div.content div.classesInfo {
    padding: 20px 25px 10px;
    }

#bookUs {
    width: 160px;
    position: absolute;
    bottom: -112px;
    left: 50px;
    padding: 0 0 2px 0;
    }

#bookUs h1 span {
    display: block;
    text-transform: none;
    font-size: 13px;
    font-weight: normal;
    }

/* RIGHT BOX on HOME PAGE (YouTube VIDEO) */

#homeRight {
    float: right;
    width: 538px;
    margin: 30px 0 0 -28px;
    }

#homeRight div.topCorners {
    background: url(img/homeRight_topCorner.png) 0 0 no-repeat;
    height:12px;
    width: 766px;
    }

#homeRight div.bottomCorners {
    background: url(img/homeRight_bottomCorner.png) 0 0 no-repeat;
    height: 12px;
    width: 766px;
    margin: 0 0 0 0;
    }

#homeRight div.content {
    background: url(img/homeRight_middleGlow.png) 0 0 repeat-y;
    padding: 20px 45px 10px;
    }

#homeRight object {
    display: block;
    margin: 0 auto;
    }

#homeRight h1 {
    margin: 15px 0 0 10px;
    }

#homeRight h1 a{
    font-size: 11px;
    text-transform: none;
    }

/**************
    FOOTER
**************/  

#footer {
    text-align: right;
    margin: -30px 68px 20px;
    }

#footer a img {
    margin: 0 5px;
    box-shadow: 2px 2px 5px #111111;
    -moz-box-shadow: 2px 2px 5px #111111;
    -webkit-box-shadow: 2px 2px 5px #111111;
    }

#footer a img:hover {
    position: relative;
    top: -1px;
    right: -1px;
    }