body{
    height: 4000px;
}

#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-size: 28px;
    margin-top: 20px;
    margin-left: 20px;
    color: #66c900;
}

#menu-name{
    font-family: 'AlexandriaFLFBold';
    text-transform: uppercase;
    font-size: 40px;
    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;
}

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

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

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

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

#menu-contact{
    background: url(../images/backgrounds/menu-contact-bar.png) no-repeat;
    padding-top: 26px;
    margin-top: 15px;
    margin-left: 20px;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    line-height: 14px;
    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: 15px;
    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: #339600;
    font-family: Tahoma, sans-serif;
    font-size: 12px;
    text-transform: capitalize;
    text-align: center;
    margin-left: 15px;
}

#option-training a{
    height: 24px !important;
    padding: 13px 0px !important;
}

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

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

#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-size: 60px;
    text-transform: capitalize;
}

.section-subtitle{
    font-weight: normal;
    font-family: Tahoma, sans-serif;
    font-size: 15px;
}

.subsection-title{
    font-family: 'AlexandriaFLFBold';
    font-size: 30px;
    text-transform: capitalize;
    color: #339600;
}

.section-content p{
    font-family: Tahoma, sans-serif;
    font-size: 15px;
    line-height: 18px;
}

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

#about p{
    margin-top: 18px;
    width: 450px;
}

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

#about-attributes{
    margin-top: 12px;
    font-size: 15px;
    line-height: 18px;
    font-family: Tahoma, sans-serif;
}

#about-link-artist, #about-press{
    font-weight: bold;
    color: white;
}

#about-link-artist:hover, #about-press:hover{
    color: #66c900;
}

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

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

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

#album-young-marcus, #album-carnival, #album-kca2011{
    color: black;
}

#album-young-marcus:hover, #album-carnival:hover, #album-kca2011:hover{
    color: #66c900;
}

#videos{
    background-image: url(../images/backgrounds/video-bg.png);
    background-repeat: repeat-x;
}

#about .section-content{
    top: 35px;
    left: -120px
}

#work .section-content{
    top: 120px;
    left: -135px;
}

#training-skills .section-title{
    margin-top: 10px;
    margin-left: 10px;
}

#training-skills p{
    margin-left: 20px;
}

#training-content{
    top: 100px;
    left: 160px;
    width: 325px;
    height: 485px;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.5);
}

#training-content .subsection-title{
    margin-top: 10px;
    margin-left: 15px;
}

#skills-content{
    top: 620px;
    left: 55px;
    width: 350px;
    height: 220px;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.5);
}

#skills-content p{
    width: 300px;
}

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

#photos p{
    position: absolute;
    top: 590px;
    left: -170px;
    width: 300px;
}

#album-at-work{
    position: absolute;
    top: 25px;
    left: 67px;
}

#album-fun{
    position: absolute;
    top: 88px;
    left: -150px;
}

#album-headshots{
    position: absolute;
    top: 400px;
    left: 11px;
}

#videos .section-title{
    position: absolute;
    top: 60px;
    left: -95px;
}

#videos .section-subtitle{
    position: absolute;
    top: 120px;
    left: -95px;
    width: 400px;
}

#videos .section-subtitle a{
    color: #66c900;
}

#videos .section-subtitle a:hover{
    color: white;
}

#video1 img, #video2 img, #video3 img, #video4 img{
    display: block;
    width: 280px;
}

#video1 span, #video2 span, #video3 span, #video4 span{
    font-family: Tahoma, sans-serif;
    color: white;
}

#video1{
    position: absolute;
    z-index: 2;
    top: 180px;
    left: -95px;
}

#video2{
    position: absolute;
    z-index: 4;
    top: 180px;
    left: 245px;
}

#video3{
    position: absolute;
    z-index: 3;
    top: 430px;
    left: -95px;
}

#video4{
    position: absolute;
    z-index: 1;
    top: 430px;
    left: 245px;
}

#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 a{
    color: black;
}

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