body{
    background-color: black;
}

#wrapper{
    width: 1058px;
    margin: 50px auto;
}

#side-bar{
    float: left;
    width: 250px;
    position: relative;
}

#name{
    display: block;

    width: 216px;
    height: 226px;

    padding: 10px 15px;
    border: 2px solid white;

    font-family: 'CapsuulaRegular', sans-serif;
    font-size: 70px;

    text-decoration: none;

    color: white;
}

#menu{
    margin-top: 20px;
}

#link-menu{
    display: block;
    position: absolute;
    z-index: 2;

    width: 65px;
    height: 30px;
    
    padding: 0px 10px;
    
    font-family: 'saxMonoRegular', monospace;
    font-size: 19px;
    line-height: 30px;

    text-transform: capitalize;
    text-decoration: none;

    color: black;
    background-color: #00cccc;
}

#link-menu:hover, #link-menu.expanded{
    background-color: #009999;
}

#link-menu.expanded:hover{
    background-color: #00cccc;
}

#menu-options{
    display: none;
    position: relative;
    z-index: 1;
    background-color: black;
}

#menu-options li a {
    display: block;

    width: 135px;
    height: 30px;
    margin-left: 95px;
    margin-bottom: 10px;
    overflow: hidden;

    padding: 0px 10px;

    font-family: 'saxMonoRegular', monospace;
    font-size: 15px;
    line-height: 30px;

    text-transform: capitalize;
    text-decoration: none;

    background-color: #00cccc;
    color: white;
}

#menu-options li a:hover, #menu-options li a.active {
    background-color: #006666;
}

#agency{
    position: absolute;
    top: 330px;
}

#contact{
    position: absolute;
    top: 415px;
    background: url(../images/backgrounds/menu-contact-bar.png) no-repeat;
    padding-top: 26px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: white;
    width: 250px;
}

#links{
    position: absolute;
    top: 515px;
}

#links a{
    float: left;
    margin-right: 6px;
}

#links a img{
    display: block;
}

#links a:hover img{
    visibility: hidden;
}

#link-facebook{
    background: url(../images/links/link-facebook.png) no-repeat;
}

#link-youtube{
    background: url(../images/links/link-youtube.png) no-repeat;
}

#link-twitter{
    background: url(../images/links/link-twitter.png) no-repeat;
}

#link-imdb{
    background: url(../images/links/link-imdb.png) no-repeat;
}

#link-myspace{
    background: url(../images/links/link-myspace.png) no-repeat;
}

#main{
    position: relative;
    float: left;

    width: 768px;
    height: 576px;
    
    margin-left: 40px;
}

#overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern.png);
    z-index: -1;
}

#main object{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -2;
}

#footer{
    clear: left;
}

#copyright{
    float: left;
    width: 250px;
    border-top: solid 1px white;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    white-space: nowrap;
    color: white;
    padding-top: 10px;
}

#site-url{
    margin-left: 40px;
    font-family: 'CapsuulaRegular', sans-serif;
    font-size: 25px;
    color: white;
}

#link-urbanecollective{
    float: right;
}

#link-urbanecollective img{
    height: 35px;
}

#home-description{
    width: 420px;
    height: 400px;
    margin-top: 30px;
    margin-left: 30px;
}

#home-description li{
    font-family: 'CapsuulaRegular', sans-serif;
    font-size: 150px;

    margin-bottom: -64px;

    text-transform: capitalize;

    /*color: white;*/
}

#home-description li#dancer{
    margin-left: 32px;
}

h1.title{

    font-family: 'CapsuulaRegular', sans-serif;
    font-size: 100px;
    line-height: 75px;

    height: 75px;

    margin: 25px 30px 20px;

    font-weight: normal;
    text-transform: capitalize;

    color: #00cccc;
}

h2.subsection-title{
    font-family: 'CapsuulaRegular', sans-serif;
    font-size: 50px;
    line-height: 50px;

    font-weight: normal;
    text-transform: lowercase;
    color: #00cccc;
}

h2.subsection-title.special{
    margin-top: 50px;
}

h3.subsection-subtitle{
    clear: left;
    margin-top: 30px;
    font-family: 'CapsuulaRegular', sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
}

h3#voice-over{
    margin-top: 115px;
}

#about-text,
#work-text,
#training-skills-text,
#photos,
#section-contact,
#videos{
    width: 330px;
    height: 410px;

    padding: 20px;

    margin-left: 30px;

    background-color: rgb(51, 153, 153);
    background-color: rgba(51, 153, 153, 0.6);

    overflow-y: auto;

    font-family: Tahoma, sans-serif;
    font-size: 14px;
    line-height: 17px;

    color: white;
}

#about-text p.small{
    margin-top: 12px;
}

#about-profile-picture{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

ul#about-attributes{
    margin-top: 12px;
    font-size: 14px;
    line-height: 17px;
    font-family: Tahoma, sans-serif;
}
/*leo: no me sale darles estilos a los links del about*/
#about-link-artist, #about-press{
    font-weight: bold;
    color: white;
}

#about-link-artist:hover, #about-press:hover{
    color: #00cccc;
}

#work-text ul, #training-skills-text ul{
    list-style-type: disc;
    list-style-position: inside;
}

#work-text span, #training-skills-text span{
    margin-left: -6px;
}

ul#training-dance{
    list-style-type: none;
}

ul#training-dance li{
    clear: left;
}

ul#training-dance span{
    float: left;
    margin-left: 0px;
    margin-right: 5px;
    font-weight: bold;
}

ul#training-dance li ul li{
    float: left;
    clear: none;
}

ul#training-dance li ul li span{
    float: none;
    margin-left: -6px;
    font-weight: normal;
}

ul#skills li{
    float: left;
    margin-right: 5px;
}

#photos, #section-contact, #videos{
    position: relative;
    width: 330px;
    height: 370px;
}

#photos ul li{
    width: 330px;
    height: 100px;
    margin-bottom: 15px;
    background-color: #00cccc;
}

#photos ul li a{
    display: block;
    width: 310px;
    height: 80px;
    padding: 10px;
    font-family: 'CapsuulaRegular', sans-serif;
    font-size: 50px;
    line-height: 50px;
    text-decoration: none;
    color: white;
}

#photos-byline{
    position: absolute;
    bottom: 15px;
    left: 15px;
}

div.contact-agency{
    float: left;
    width: 310px;
    margin-bottom: 15px;
}

div.contact-agency-bullet{
    float: left;
    width: 20px;
    height: 20px;
    background-color: #00cccc;
}

div.contact-agency-text{
    float: left;
    margin-left: 15px;
    width: 275px
}

h2.contact-agency-name{
    margin-bottom: 5px;
    font-family: 'CapsuulaRegular', sans-serif;
    font-size: 30px;
    font-weight: normal;
}

div.contact-agency-byline, div.contact-agency-text address{
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 15px;
    font-style: normal;
}

h2.videos-byline{
    font-weight: normal;
    margin-bottom: 10px;
}

h2.videos-byline a{
    color: white;
}

h2.videos-byline a:hover{
    color: #00cccc;
}

#video1, #video2, #video3, #video4{
    float: left;
}

#video1, #video3{
    margin-right: 10px;
}

#video1 img, #video2 img, #video3 img, #video4 img{
    display: block;
    margin-top: 10px;
    width: 160px;
    height: 120px;
}

#video1 span, #video2 span, #video3 span, #video4 span{
    display: block;
    font-size: 12px;
    line-height: 12px;
    width: 160px;
    height: 20px;
}

.jspVerticalBar{
    width: 24px;
    background-color: transparent;
}

.jspCap
{
    display: block;
    background-color: transparent;
}

.jspVerticalBar .jspCap
{
    height: 20px;
}

.jspTrack{
    width: 10px;
    background-color: #006666;
}

.jspDrag{
    background-color: #00cccc;
}

div.pp_pic_holder{
    font-family: Tahoma, sans-serif;
}

p.pp_description a{
    color: black;
}

p.pp_description a:hover{
    color: #339600;
}