#menu{
    height: 1000px;
    width: 240px;
    background-image: url(../images/backgrounds/menu-bg.png);
    position: fixed;
    z-index: 1;
    margin-left: 50%;
    left: -470px;
}

#menu h1{
    font-family: 'AlexandriaFLFBold';
    font-weight: normal;
    font-size: 40px;
    margin-top: 20px;
    margin-left: 20px;
    color: #bece6f;
}

#menu-name{
    font-family: 'AlexandriaFLFBold';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 32px;
    margin-left: 20px;
    color: white;
}

#menu-byline{
    font-family: Tahoma, sans-serif;
    text-transform: capitalize;
    font-size: 18px;
    color: white;
    margin-top: 10px;
    margin-left: 20px;
}

#facebook-like-button{
    margin-top: 20px;
    margin-left: 20px;
}

#menu-links{
    margin-left: 20px;
}

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

#menu-links a img{
    display: block;
}

#menu-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-imdb{
    background: url(../images/links/link-imdb.png) no-repeat;
}

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

#menu-agency{
    margin-top: 10px;
    margin-left: 20px;
}

#menu-contact{
    background: url(../images/backgrounds/menu-contact-bar.png) no-repeat;
    padding-top: 26px;
    margin-top: 45px;
    margin-left: 20px;
    margin-bottom: 20px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: white;
}

#menu-contact a {
    color: white;
}

#menu-copyright{
    width: 180px;
    border-top: solid 1px white;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    white-space: nowrap;
    color: white;
    padding-top: 5px;
    margin-top: 7px;
    margin-left: 20px;
}

#menu-options{
    position: fixed;
    margin-left: 50%;
    left: -240px;
    z-index: 1;
}

#menu-options li{
    width: 65px;
    height: 50px;
    background: url(../images/backgrounds/inactive-page.png) no-repeat;
    margin-top: 10px;
    margin-bottom: 20px;
}

#menu-options li a{
    display: block;
    width: 50px;
    height: 12px;
    padding: 19px 0px;

    text-decoration: none;
    color: white;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    text-align: center;
    margin-left: 15px;
}

#menu-options li a.two_lines{
    height: 24px !important;
    padding: 13px 0px !important;
}

#menu-options li#menu-welcome{
    background: url(../images/home-icon-active.png) 30px 15px no-repeat;
}

#menu-options li#menu-welcome a{
    padding: 15px 0px;
}

#menu-options li#menu-welcome a:hover img, #menu-options li#menu-welcome.active a img{
    visibility: hidden;
}

#menu-options li:hover, #menu-options li.active{
    background: url(../images/backgrounds/active-page.png) no-repeat;
}

#scroll-down{
    position: fixed;
    top: 30px;
    right: 50px;
    z-index: 1;
}

.section{
    position: relative;
    height: 933px;
    background-position: center 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
}

.section-content{
    position: absolute;
    margin-left: 50%;
}

.section-title{
    font-family: 'AlexandriaFLFBold';
    font-weight: normal;
    font-size: 60px;
    text-transform: capitalize;
    color: #507360;
}

#welcome{
    background-image: url(../images/backgrounds/00-bg.jpg);
    background-position: center -160px;
}

#welcome .section-title{
    display: none;
}

#welcome-photo-2{
    position: absolute;
    top: 62px;
    left: 67px;
}

#welcome-photo-1{
    position: absolute;
    top: 125px;
    left: -150px;
}

#welcome-photo-3{
    position: absolute;
    top: 437px;
    left: 11px;
}

#bio{
    background-image: url(../images/backgrounds/01-bg.jpg);
}

#bio .section-content{
    top: 175px;
    left: -150px;
    width: 330px;
    height: 560px; /*460 arreglar*/
    background-color: rgba(255, 255, 255, 0.6);
}

#bio .section-title{
    margin: 10px 20px;
}

#bio-text{
    margin-left: 20px;
    width: 315px;
    height: 475px;/*375*/
}

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

.jspTrack{
    background: transparent url(../images/backgrounds/scroll-bg.png) repeat-y top center;
}

.jspDrag{
    background: #507360 url(../images/scroll-bar.png) no-repeat top center;
}

#bio-text p{
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin: 10px 10px 0px 0px;
}

#bio-text blockquote{
    background-color: rgba(128, 128, 128, 0.4);
    width: 260px;
    height: 90px;
    padding: 10px 20px 10px 10px;
}

#bio-text blockquote p{
    font-family: 'Trebuchet MS', Tahoma, sans-serif;
    font-style: italic;
    font-size: 12px;
    line-height: 15px;
    margin: 0px;
}

#bio-text blockquote p.author{
    text-align: right;
}


#tv_film{
    background-image: url(../images/backgrounds/02-bg.jpg);
}

#tv_film .section-title{
    margin: 10px 20px 0px;
}

#tv_film .section-title.spaced{
    margin-top: 30px;
}

#tv_film .section-content{
    top: 140px;
    left: 110px;
    width: 370px;
    height: 315px;
    background-color: rgba(255, 255, 255, 0.4);
}

#tv_film ul{
    margin: 0px 20px;
}

#tv_film ul li{
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}

#video-tv_film-1{
    position: absolute;
    margin-left: 50%;
    top: 490px;
    left: 110px;
}

#video-tv_film-2{
    position: absolute;
    margin-left: 50%;
    top: 490px;
    left: 240px;
}

#musical_theatre{
    background-image: url(../images/backgrounds/03-bg.jpg);
}

#musical_theatre .section-content{
    top: 15px;
    left: -140px;
    width: 460px;
    height: 585px;
    background-color: rgba(255, 255, 255, 0.6);
}

#musical_theatre .section-title{
    font-size: 50px;
    margin-top: 20px;
    margin-left: 20px;
}

#musical_theatre ul{
    margin-left: 20px;
}

#musical_theatre ul li{
    font-family: Tahoma, sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
}

#musical_theatre ul ul{
    margin: 0px 0px 10px;
}

#musical_theatre ul ul li{
    font-size: 12px;
    font-weight: normal;
}

#musical_theatre p{
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin-left: 20px;
}

#press-reviews{
    color: black;
}

#video-musical_theatre-1{
    position: absolute;
    margin-left: 50%;
    top: 620px;
    left: -150px;
}

#video-musical_theatre-2{
    position: absolute;
    margin-left: 50%;
    top: 620px;
    left: 45px;
}

#musical_theatre-byline{
    position: absolute;
    margin-left: 50%;
    top: 800px;
    left: -140px;
    width: 240px;
}

#musical_theatre-byline img{
    float: left;
    margin-right: 10px;
}

#musical_theatre-byline p.last{
    clear: left;
    margin-top: 10px;
    font-size: 10px;
    line-height: 10px;
}

#opera{
    background-image: url(../images/backgrounds/04-bg.jpg);
}

#opera .section-content{
    top: 150px;
    left: 110px;
    width: 360px;
    height: 310px;
    background-color: rgba(255, 255, 255, 0.6);
}

#opera .section-title{
    margin-top: 20px;
    margin-left: 20px;
}

#opera ul{
    margin: 5px 20px;
}

#opera ul li{
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}

#video-opera{
    position: absolute;
    margin-left: 50%;
    top: 480px;
    left: 130px;
}

#video-tv_film-1 img,
#video-tv_film-2 img,
#video-musical_theatre-1 img,
#video-musical_theatre-2 img,
#vide-opera img{
    display: block;
    width: 175px;
}

#video-tv_film-1 span,
#video-tv_film-2 span,
#video-musical_theatre-1 span,
#video-musical_theatre-2 span,
#video-opera span{
    display: block;
    width: 175px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 15px;
}

#recordings{
    background-image: url(../images/backgrounds/05-bg.jpg);
}

#recordings .section-content{
    top: 60px;
    left: -30px;
    width: 450px;
    height: 420px;
    background-color: rgba(255, 255, 255, 0.7);
}

#recordings .section-title{
    margin-top: 20px;
    margin-left: 20px;
    font-size: 50px;
}

#recordings .section-title .byline{
    display: block;
    font-size: 35px;
}

#recordings ul{
    margin: 5px 20px;
}

#recordings ul li{
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}

#recordings-byline{
    margin: 20px;
}

#recordings-byline img{
    display: block;
    float: left;
}

#recordings-byline div{
    float: left;
    margin-left: 10px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 15px;
}

#recordings-byline ul, #recordings-byline ul li{
    margin: 0px;
}

#recordings-byline ul li a{
    color: black;
}

#training_skills{
    background-image: url(../images/backgrounds/06-bg.jpg);
}

#training_skills .section-content{
    background-color: rgba(255, 255, 255, 0.4);
    left: -130px;
    width: 330px;
}

#training_skills .section-title{
    margin-top: 20px;
    margin-left: 20px;
}

#training_skills ul{
    margin: 5px 20px;
}

#training_skills ul li{
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
}

#training-section{
    top: 60px;
    height: 300px;
}

#training-section strong{
    display: block;
}

#training-section strong.inline{
    display: inline;
}

#skills-section{
    top: 380px;
    height: 230px;
}

#photos{
    background-image: url(../images/backgrounds/07-bg.jpg);
}

#photos .section-title{
    position: absolute;
    top: 540px;
    left: -175px;
}

#photos p{
    position: absolute;
    top: 605px;
    left: -170px;
    width: 130px;
    font-family: Tahoma, sans-serif;
}


#album-backstage{
    position: absolute;
    top: 40px;
    left: 67px;
}

#album-photoshoots{
    position: absolute;
    top: 103px;
    left: -150px;
}

#album-at_work{
    position: absolute;
    top: 415px;
    left: 11px;
}

#link-go-up{
    position: absolute;
    bottom: 50px;
    left: 60%;
}

#link-urbanecollective{
    position: fixed;
    bottom: 50px;
    right: 50px;
}

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

p.pp_description{
    font-size: 12px;
}

div#reverbnation {
    margin-left: -20px;
    margin-top: 20px;
}

div#reviews {
    font-family: 'AlexandriaFLFBold';
    font-weight: normal;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    color: #bece6f;
}