html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: 100%;
    margin:  0;
    padding:  0;
    position: relative;
    color: #838164;
    font-family: Arial, Verdana;
    font-size: 11px;
    background: #000000;
}

.body-background-on {
    background: #000000 url('../images/ios/site_bg.jpg') no-repeat top center;
}

a {
    color: #838164;
    outline: 0;
    text-decoration: none;
}

#site-container {
    position: relative;
    width: 996px;
    margin: 0 auto;
}

#site-story, #site-video, #site-gallery,
.dialog-wrapper {
    display: none;
}

#site-story {
    background: url('../images/ios/section_story_bg.png') no-repeat;
    width: 996px;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
}

#section-story-copy {
    width: 750px;
    margin: 0 auto;
    padding: 75px 0 0 0;
    font-family: 'NimbusSanExt-Bol', Verdana;
    font-size: 14px;
    line-height: 140%;
}

#section-story-close {
    position: absolute;
    top: 60px;
    right: 100px;
    cursor: pointer;
}

#site-video {
    background: url('../images/ios/section_video_bg.png') no-repeat;
    width: 996px;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
}

#section-video-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 30;
}

#site-video video {
    background: #000000;
    width: 902px;
    height: 384px;
    display: block;
    margin: 55px auto;
}

#site-gallery {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}

.site-dim {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 25;
    background: #000000;
    opacity: 0.9;
}

.dialog-wrapper {
    background: url('../images/ios/dialog_wrapper_bg.png') no-repeat;
    width: 996px;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
}

#dialog-close {
    position: absolute;
    top: 136px;
    right: 260px;
    cursor: pointer;
    z-index: 100;
}

.dialog-age-gate, .dialog-age-gate-note, .dialog-age-gate-sorry, .dialog-age-gate-error {
    width: 490px;
    height: 290px;
    position: absolute;
    top: 130px;
    left: 253px;
    text-align: center;
}

.dialog-wrapper h2 {
    margin: 30px 0 30px 0;
    text-align: center;
    font-family: 'NimbusSanExt-Bol', Verdana;
    font-size: 18px;
    color: #eae3cc;
}

.dialog-wrapper p {
    font-family: 'NimbusSanExt-Bol', Verdana;
    font-size: 10px;
    color: #eae3cc;
}

.dialog-age-gate label {
    display: block;
    float: left;
    width: 135px;
    height: 60px;
    font-family: 'NimbusSanExt-Bol', Verdana;
    font-size: 13px;
    color: #eae3cc;
}

.dialog-age-gate input {
    width: 95px;
    height: 36px;
    border: 1px solid #6c6b56;
    background: url('../images/ios/dialog-input-bg.png') no-repeat;
    color: #eae3cc;
    font-size: 22px;
    font-family: 'NimbusSanExt-Bol', Verdana;
    text-align: center;
}

#age-submit {
    width: 145px;
    height: 43px;
    border:  0;
}

footer {
    position: relative;
    top: 800px;
}

#gde_footerContainer {
    position: relative;
}

#ratingsInfo {
    margin: 0 auto;
    display: block;
    width: 350px;
    text-align: center;
    line-height: 140%;
    margin-bottom: 25px;
}

#nav-primary {
    width: 875px;
    margin: 0 auto;
    position: relative;
    top: 490px;
}

#nav-primary ul {
    display: block;
    width: 720px;
    height: 26px;
    margin: 0 auto;
    padding:  0;
    list-style: none;
}

#nav-social {
    width: 390px;
    margin: 0 auto;
    position: relative;
    top: 610px;
    font-family: 'NimbusSanExt-Bol', Verdana;
    font-size: 11px;
}

#nav-social > ul {
    width: 390px;
    height: 23px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav-social > ul > li {
    display: block;
    float: left;
    margin-right: 15px;
}
#nav-social > ul > li:last-child {
    margin-right: 0;
}

#nav-sep {
    background: url('../images/ios/nav_sep.png') no-repeat;
    width: 875px;
    height: 7px;
    display: block;
}

#slogan {
    margin: 0 auto;
    display: block;
}

#nav-story, #nav-video, #nav-gallery {
    display: block;
    float: left;
    height: 26px;
    cursor: pointer;
}

#nav-story {
    width: 91px;
    background: url('../images/ios/nav_story.png') no-repeat;
}

#nav-video {
    width: 91px;
    background: url('../images/ios/nav_video.png') no-repeat;
    margin-left: 220px;
}

#nav-gallery {
    width: 120px;
    background: url('../images/ios/nav_gallery.png') no-repeat;
    float: right;
}

#nav-fb ul, #nav-tw ul {
    list-style: none;
    height: 19px;
    padding:  4px 0 0 23px;
    margin: 0;
}

#nav-fb ul {
    width: 111px;
    background: url('../images/ios/nav-fb-bg.png') no-repeat;
}

#nav-tw ul {
    width: 137px;
    background: url('../images/ios/nav-tw-bg.png') no-repeat;
}

#nav-fb ul li, #nav-tw ul li {
    float: left;
    cursor: pointer;
}

#nav-like {
    margin-left: 9px;
}

#nav-share {
    margin-left: 21px;
}

#nav-tweet {
    margin-left: 11px;
}

#nav-follow {
    margin-left: 19px;
}

#nav-blogger a {
    display: block;
    width: 23px;
    height: 23px;
    background: url('../images/ios/nav-btn-blogger.png') no-repeat;
}

#nav-dig a {
    display: block;
    width: 23px;
    height: 23px;
    background: url('../images/ios/nav-btn-dig.png') no-repeat;
}

.clr {
    clear: both;
}