/* Global ozFeed styles
***********************************************************************************************************/

    body, html {
        margin: 0px;
        padding: 0px;
    }
    
    body {
        background: #333 url(http://payload.cargocollective.com/1/3/96476/1471533/slam-wrestlers-bg_o.gif) center no-repeat fixed;
        color: #444;
        font-family: 'NeuzeitOffSoftRoundW01- 710336', arial, sans-serif;
        font-size: 16px;
        line-height: 1.5;
        -webkit-font-smoothing: antialiased;
    }

        body.webkit {
            font-family: 'NeuzeitOffSoftRoundW01- 710333', arial, sans-serif;
        }

    .clear {
        clear: both;
    }



/* Slamdance header
***********************************************************************************************************/

.slam_header {
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
    width: 940px;
}

    .slam_header.footer {
        background: none;
        height: 211px;
        padding: 0;
        -webkit-transform: rotate(-180deg); 
        -moz-transform: rotate(-180deg);
    }

    .slam_header.footer.home {
        height: 187px;
    }

        .slam_hr_logo {
            background: url(http://payload.cargocollective.com/1/3/96476/1471533/slam_footer_solid_7_o.png) no-repeat center;
            display: block;
            height: 78px;
            position: absolute;
            bottom: -37px; left: 379px;
            width: 183px;
            z-index: 999;
        }

    a.slam_top_logo {
        background: url(http://payload.cargocollective.com/1/3/96476/1471533/slamdance_logo_top_1_o.png) no-repeat 0 0;
        display: block;
        margin: 0 auto 21px;
        width: 183px; height: 39px;
    }

    .slam_top_nav {
        color: #fff;
        font-size: 18px;
        margin-bottom: 23px;
    }
    
        .slam_header.footer .slam_top_nav { display: none; }

        .slam_top_nav a {
            color: #fff;
            text-decoration: none;
        }

            .slam_top_nav a:hover {
                border-bottom: 1px solid #fff;
                text-decoration: none;
            }

            .slam_top_nav a:active {
                border-bottom: 1px solid #999;
                color: #999;
                text-decoration: none;
            }

            .about_link {
    
            }

            .sponsors_link {
                float: right;
            }

    .slam_main_nav {
        background: #fff;
        height: 142px;
        padding-bottom: 14px;
        padding-top: 10px;
        position: relative;
        text-transform: uppercase;
        text-rendering: optimizeLegibility;
    
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .slam_header.home .slam_main_nav {
            overflow: hidden;
            height: 132px;
            padding-bottom: 0;
        }

        .slam_header.home.footer .slam_main_nav {
            height: 142px;
            padding-bottom: 14px;
        }

        .slam_header.home .slam_hr_logo {
            display: none;
        }

        .slam_header.home.footer .slam_hr_logo {
            display: block;
        }

        .slam_header.home .border_left, .slam_header.home .border_right {
            display: none;
        }

        .slam_header.home.footer .border_left, .slam_header.home.footer .border_right {
            display: block;
        }

        .slam_header.footer .slam_main_nav {
            overflow: visible;
            position: absolute;
            top: -5px;
        }

        .slam_header.home.footer .slam_main_nav {
            padding-bottom: 14px;
        }

        .slam_header .border_left, .slam_header .border_right {
            background: #333;
            height: 4px;
            position: absolute;
            bottom: 0;
            width: 331px;
        }

        .slam_header .border_left { left: 50px; }
        .slam_header .border_right { right: 50px; }

        .ticket_mask {
            background: #333 url(http://payload.cargocollective.com/1/3/96476/1471533/slam_top_circle_o.png) center no-repeat;
            height: 61px;
            position: absolute;
            left: 408px; top: 0px;
            width: 124px;
            z-index: 99;
        }

        .slam_main_nav a {
            display: block;
            color: #000;
            float: left;
            font-size: 30px;
            line-height: 30px;
            text-align: center;
            text-decoration: none;
        }

            .slam_header.footer .slam_main_nav a {
                float: right;
            }

            .slam_main_nav a:hover {
                color: #3fc2a3;
            }

            .slam_main_nav a:active {
                color: #999;
            }

            .slam_main_nav a.showcase_link {
                border-right: 3px solid #333;
                padding: 51px 0 61px 50px;
                text-align: left;
                width: 200px;
            }

                .slam_header.footer .slam_main_nav a.showcase_link {
                    border-left: 3px solid #333;
                    border-right: 0;
                    padding: 51px 50px 61px 0;
                    text-align: right;
                }

            .slam_main_nav a.film_fest_link {
                margin-right: 45px;
                padding: 38px 0 37px;
                width: 197px;
            }

                .slam_header.footer .slam_main_nav a.film_fest_link { margin-left: 45px; margin-right: 0; }

             .slam_main_nav a.writing_comp_link {
                border-right: 3px solid #333;
                padding: 38px 0 44px;
                width: 273px;
            }

                .slam_header.footer .slam_main_nav a.writing_comp_link { border-left: 3px solid #333; border-right: 0; }

            .slam_main_nav a.shop_link {
                padding: 51px 50px 50px 0;
                text-align: right;
                width: 119px;
            }

                .slam_header.footer .slam_main_nav a.shop_link {
                    padding: 51px 0 50px 50px;
                    text-align: left;
                    width: 119px;
                }

    .slam_footer {
        color: #999;
        font-size: 14px;
        margin: 30px auto 0;
        padding-bottom: 60px;
        position: relative;
        width: 940px;
    }

        .slam_footer_logo_container.fixed_pos {
            position: fixed;
            bottom: 0; left: 0; right: 0;
        }

            .slam_footer_logo_container.fixed_pos a.slam_footer_logo {
                position: relative;
                bottom: auto; left: auto;
            }

        .slam_footer a.slam_footer_logo {
            background: url(http://payload.cargocollective.com/1/3/96476/1471533/slamdance_logo_bottom_flipped_o.png) no-repeat center bottom;
            border-bottom: 0 !important;
            clear: both;
            display: block;
            margin: 0 auto 0;
            position: absolute;
            left: 375px; bottom: 0;
            width: 183px; height: 39px;
        }

        .slam_footer a {
            color: #999;
            margin-right: 20px;
            text-decoration: none;
        }

            .slam_footer a:hover {
                color: #fff;
                border-bottom: 1px solid #fff;
                text-decoration: none;
            }

            .slam_footer a:active {
                border-bottom: 1px solid #999;
                color: #999;
                text-decoration: none;
            }

        .tagline {
            float: right;
        }

    #main_slideshow {
        margin: -50px -50px 0 -50px;
        height: 355px;
        position: relative;
    }

    #about h2 {
        line-height: 1.3;
        float: left;
        font-size: 21px;
        margin: 33px 0;
        padding: 0 30px 0 0;
        width: 389px;
        -webkit-font-smoothing: antialiased;
    }

    h2 {
        font-family: 'NeuzeitOffSoftRoundW01- 710336', arial, sans-serif;
    }

        body.webkit h2 {
            font-family: 'NeuzeitOffSoftRoundW01- 710333', arial, sans-serif;
        }

        #about .ad {
            border-left: 3px solid #333;
            font-family: 'NeuzeitOffSoftRoundW01- 710336';
            float: left;
            padding: 0 0 40px 59px;
            width: 300px;
    
   
        }

            #about .ad .ad_note {
                color: #ccc;
                font-size: 11px;
                line-height: 40px;
                height: 40px;
                text-align: right;
            }

            #about .ad img {
                border: 1px solid #ccc;
                margin: 0;
            }





/* Typography
***********************************************************************************************************/

h2 {
    color: #000;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

    .entry h2 a {
        border-bottom: 2px solid #000;
        color: #000;
        text-decoration: none;
    }

    .entry h2 a:hover {
        border-bottom: 2px solid #3fc2a3;
        color: #3fc2a3;
        text-decoration: none;
    }

    .entry h2 a:active {
        border-bottom: 2px solid #999;
        color: #999;
        text-decoration: none;
    }




/* Header / Navigation
***********************************************************************************************************/

.header_img {
    margin: 60px 0 0 35px;
    z-index: 99;
}

.feed_nav {
    display: none;
    position: absolute;
    top: 30px; right: 60px;
    z-index: 99;
}




    /* Navigation > Links
    ***************************************************************************************************/

    .feed_nav a { color: #000000; text-decoration: underline; }
    .feed_nav a:hover { color: #999999; text-decoration: underline; }
    .feed_nav a:active { color: #000000; }

    .feed_nav a.link_link { color: #666666; text-decoration: underline; }
    .feed_nav a.link_link:hover { color: #000000; text-decoration: underline; }
    .feed_nav a.link_link:active { color: #666666; }

    .feedlink.select { color: #999999; text-decoration: none; }
    .indexlink.select { color: #999999; text-decoration: none; }
    
    .nav_follow { color: #999999; font-size: 11px; z-index: 11; }    
    .nav_follow a { color: #22222; font-size: 11px; }
    .nav_follow a:hover { color: #999999; }
    .nav_follow a:active { color: #000000; }
    
    .page_nav a { color: #222222; font-size: 11px; }
    .page_nav a:hover { color: #999999; }
    .page_nav a:active { color: #000000; }





/* Content
***********************************************************************************************************/

#content_container {
    background: #fff;
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 940px;
}





    /* Content > Project content
    ***************************************************************************************************/

    .entry {
        border-bottom: 4px solid #333;
        clear: both;
        margin: 0 50px;
        padding: 50px 0;
        position: relative;
    }

        .entry.single {
            border-bottom: 0;
            padding-top: 70px;
        }
    
    .project_title {
        font-size: 24px;
        line-height: 1.3;
        padding: 0 0 20px 0;
        width: 560px;
    }
    
    .project_title a { background: none; color: #000; text-decoration: none; }    
    .project_title a:hover { background: none; border-bottom: 2px solid #000; color: #000; text-decoration: none; }
    .project_title a:active { background: none; border-bottom: 2px solid #999; color: #999999; text-decoration: none; }
    
    .project_content {
        float: left;
        font-family: Georgia, Times, serif;
        font-size: 15px;
        width: 560px;
        -webkit-font-smoothing: subpixel-antialiased;
    }

    .extra {
        display: none;
    }
    
    /* Styling of default typographic headers and elements */
    
    h1 {
        font-size: 22px;
        line-height: 165%;
    }
    
    h2 {

    }
    
    h3 {
        font-size: 14px;
        line-height: 150%;
    }
    
    p {
        margin: 0;
        width: 560px;
    }
    
    blockquote {
        color: #666666;
        margin: 0;
    }
    
    .project_content img {
        margin: 0px 15px 10px 0px;
    }

    .project_content br {
        clear: none !important;
    }

    .project_content a {
        color: #ad1039;
    }

        .project_content a:hover {
            color: #450616;
        }

        .project_content a:active {
            color: #666;
        }



        #slamdance_showcase {
            -webkit-font-smoothing: antialiased;
            width: 890px;
        }

        .project_thumb {
            float: left;
        }
    
    
    
    
    
        /* Project content > Slideshows
        *******************************************************************************************/
        
        #slideshow_container {
            margin: 0px 15px 15px 0px;
        }
        
        .slideshow_nav {
            color: #999999;
            font-size: 11px;
            padding-bottom: 10px;
        }
        
        .slideshow_nav a {
            color: #666666;  
            text-decoration: none;  
        }

        .slideshow_nav a:hover {
            background: none !important;
            color: #999999;
            text-decoration: none;
        }

        .slideshow_nav a:active {
            color: #ff3300;
        }
        
        .slideshow_count {
            color: #999999;
            font-size: 11px;
        }
        
        .slideshow_wrapper {
            clear: both;
            margin: 0px 15px 15px 0px;
        }
        
        #slideshow_container img {
            margin: 0px;
        }
        
        .slideshow_wrapper a, .slideshow_wrapper a:hover, .slideshow_wrapper a:active {
            background: none !important;
        }
        
        .slideshow_thumbs {
            margin: 7px 0 7px -3px;
        }
            
        ul.slideshow_thumbs {
            margin: 0;
            padding: 0;
        }    

        .slideshow_thumb {
            float: left;
            list-style: none;
            margin: 0 0 0 -3px;
            padding: 0 7px 10px 0px;
        }

        .slideshow_thumb a {
            background: none;
            border: 1px solid transparent;
            display: block;
            padding: 2px;
        }

            .slideshow_thumb a:hover {
                background:none;
                border: 1px solid #cccccc;
            }

            a.activeSlide {
                background:none;
                border: 1px solid #cccccc;
            }

            .slideshow_thumb a:active, a.activeSlide:active {
                background: transparent;
                border: 1px solid #666666;
            }

        .slideshow_thumb img {
            border: 0;
            display: block;
            margin: 0;
            height: 60px;
        }
        
        .slideshow_component .slideshow_caption {
            clear: both;
            display: block;
            font-size: 11px;
            padding: 5px 0 5px 0;
        }
        
        
        
        /* Project content > Project footer
        *******************************************************************************************/
        
        .project_footer {
            background: #f2f2f2;
            color: #333333;
            float: left;
            font-family: 'NeuzeitOffSoftRoundW01- 710336', arial, sans-serif;
            font-size: 13px;
            margin-left: 80px;
            line-height: 1.5;
            padding: 10px 15px;
            width: 170px;
        }
        
        .tags {
            color: #000;
        }
            
        /* Project Footer Links */
        
        .project_footer .permalink { display: block; }
        .project_footer .permalink a { color: #999; font-style: normal; text-decoration: none; }
        .project_footer .permalink a:hover { color: #666; text-decoration: underline; }
        .project_footer .permalink a:active { color: #999; }
        .project_footer .permalink a:visited { }
            
        .project_footer .editlink a { display: none; color: #0066ff; font-style: italic; }
        .project_footer .editlink a:hover { background: #ffff00; color: #000000; }
        .project_footer .editlink a:active { background: #000000; color: #ffffff; }
        .project_footer .editlink a:visited { }
         
        .view_tag_info.index_view {
            padding: 35px 0 15px 35px;
        }
        
        .view_tag_info {
            background: #fff;
            margin: 0 auto;

            padding: 30px 50px 0;
            position: relative;
            width: 840px;
        }
        .view_tag_info a { color: #0066ff; }
        .view_tag_info a:hover { background: #ffff00; color: #000000; }
        .view_tag_info a:active { background: #000000; color: #ffffff; }
        .view_tag_info a:visited { }
            
        .tags { color: #333; }
        .tags a { color: #333333; text-decoration: underline; }
        .tags a:hover { color: #000; text-decoration: underline; }
        .tags a:active { color: #999; }
        .tags a:visited { }

.project_bottom {
    clear: both;
}
    
    
    
    
        
/* Index
***********************************************************************************************************/

.index {
    margin: 35px 0 0 35px;
    padding: 0 200px 0 0;
}





    /* Index > Modules / thumbnails
    ***************************************************************************************************/

    .index .module, .project_thumb {
        float: left;
        margin: 0 13px 10px 0;
        position: relative;
    }

    .project_thumb .nohover {
        text-decoration: none;
    }
    
    .cardimgcrop {
        margin: 0 0 12px 0;
        position: relative;
        min-height: 134px;
        min-width: 200px;
    }

        .cardimgcrop img {
            margin: 0 !important;
            float: none !important;
            display: block !important;
        }

    .cardimgcrop.notitle_notag {
        margin-bottom: 25px;
    }
        
    .loader_holder {
        display: none;
        position: absolute;
        top: 8px; left: 8px;
        z-index: 3;
    }
    
    .project_content .thumb_title {
        color: #000;
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 3px;
        overflow: hidden;
        font-family: 'NeuzeitOffSoftRoundW01- 710333', arial, sans-serif;
        text-decoration: none;
        text-decoration: none;
        white-space: nowrap;
    }
    
    .project_content  .thumb_title a:hover {
        background: none;
        color: #000000;
        text-decoration: underline;
    }

    .thumb_title.notag {
        margin: 0 0 25px 0;
    }
    
    .thumb_tag {
        color: #ccc;
        height: 32px;
        line-height: 16px;
        font-family: 'NeuzeitOffSoftRoundW01- 710333', arial, sans-serif;
        margin: 0 0 2px 0;
        overflow: hidden;
        width: 200px;
    }

    .thumb_tag.notitle {
        margin-top: 0px;
    }
    
    .thumb_tag a {
        color: #ccc;
        font-size: 16px;
        line-height: 1.5em;
        text-align: center;
        text-decoration: none;
    }
    
    .thumb_tag a:hover {
        text-decoration: underline;
    }
    
    
    
    
    
/* Search results
***********************************************************************************************************/
    
#search_form {
    padding-top: 25px;
    width: 250px;
    z-index: 999;
}
    
#search_form #search_term {
    width: 250px;
}

#search_form_results {
    border-bottom: 3px solid #000;
    margin: 0 50px;
    padding: 25px 0;
}

.search_header {
    color: #000;
    font-size: 16px;
    line-height: 1.2;
    padding: 4px 0 0 0;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    float: left;
    width: 145px;
}

#search_term {
    color: #000;
    font-family: 'NeuzeitOffSoftRoundW01- 710336', arial, sans-serif;
    font-size: 13px;
    padding: 4px 5px 2px;
    -webkit-font-smoothing: antialiased;
}

#search_results {
    margin: 50px 50px 0;
}

.result {
    border-bottom: 4px solid #333;
    clear: both;
    font-size: 14px;
    line-height: 22px;
    padding: 50px 0;
}

.search_thumb {
    float: left;
    margin: 4px 25px 35px 0px;
}

.search_thumb img {
    width: 120px; height: auto;
}

.search_text {
    color: #666;
    font-size: 16px;
    width: 500px;
    margin-left: 145px;
}

.search_title a {
    color: #000000;
    text-decoration: none;            
}

.search_title a:hover {
    border-bottom: 1px solid #000;
}

.search_title a:active {
    color: #999999;
    border-bottom: 1px solid #999;
}

.search_tags {
    color: #999999;
    font-size: 11px;
}

.search_tags a {
    color: #999999;
    text-decoration: none;
}

.search_tags a:hover {
    background: none;
    color: #000000;
    text-decoration: underline;
}

.search_tags a:active {
    color: #666666;
}
        
        
        
        
        
/* Footer
***********************************************************************************************************/

.bottompad {
    display: none;
}





/* Video component
***********************************************************************************************************/

.video_component {
    float: left;
    margin: 0 15px 15px 0;
}





/* Audio component
***********************************************************************************************************/

.audio_component {
    color: #777777;
    font-family: 'Droid Sans Mono', Monaco, Monospace, Arial, san-serif;
    font-size: 10px;
    height: 30px;
    line-height: 26px;
    width: 300px;
}

    .audio_component div {
        height: 26px;
    }

    .audio_component .border {
        border: 2px solid #aaaaaa;
        opacity: 0.5;
        
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
    }
    
    .audio_component .vertical_border {
        background: #aaaaaa;
        opacity: 0.50;
        
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
    }
    
    .audio_component .controls {
        top: 2px; left: 2px;
    }
    
        .audio_component .play_pause {
            background: url("/_gfx/playpause.png");        
        }
    
    .audio_component .spectrum .spectrum_bar {
        background: #666666;
    }
    
    .audio_component .loading {
        background: #bbbbbb;
        opacity: 0.25;
        
        filter: alpha(opacity=25);
        -moz-opacity: 0.25;
        -khtml-opacity: 0.25;
    }
    
    .audio_component .progress {
        background: #bbbbbb;
        border-right: 1px dotted #333333;
        opacity: 0.25;
        
        filter: alpha(opacity=25);
        -moz-opacity: 0.25;
        -khtml-opacity: 0.25;
    }
    
    .audio_component .volume_slide.hover {
        background: #bbbbbb;
        opacity: 0.3;

        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
    }





/* Other
***********************************************************************************************************/

.toolset {                                               /* Admin and following icons - Only you see this */
    position: fixed;
    top: 10px; right: 10px;
    z-index: 9999;
}

#new_page_content {
    background: #fff;
    margin-top: -14px;
    margin-bottom: 14px;
    position: relative;
    z-index: 99;
}

.moreload {                                                                 /* Rotating loading indicator */
    clear: both;
    color: #999999;
    display: none;
    font-size: 24px;
    padding: 0 0 30px 50px;
    text-align: center;
}

.moreload_link {
    font-size: 24px;
    padding: 0 0 50px 50px;
}

    .moreload_link a {
        border-bottom: 1px solid #000;
        color: #000000;
        clear: both;
        text-decoration: none;
    }

    .moreload_link a:hover {
        border-bottom: 1px solid #3fc2a3;
        color: #3fc2a3;
    }

    .moreload_link a:active {
        border-bottom: 1px solid #999;
        color: #999;
    }

.moreload_link a:active {
    background: none;
    color: #999;
}

.cargo_link {                                                                       /* "Running on Cargo" */
    color: #cccccc;
    font-size: 11px;
    line-height: 165%;
    position: fixed;
    right: 60px; bottom: 15px;
    z-index: 99;
}

.cargo_link a { color: #999999; text-decoration: underline; }
.cargo_link a:hover { color: #000000; text-decoration: underline; }
.cargo_link a:active { background: #000000; color: #ffffff; }

.ads {
        color: #ccc;
        border-bottom: 4px solid #333;
        font-size: 11px;
        text-align: center;
        height: 358px;
        font-family: 'NeuzeitOffSoftRoundW01- 710336';
        width: 840px;
    }

    .ads img {
        display: block !important;
        float: none !important;
        margin: 15px 0 0 0 !important;
    }

    .ads .first {
        float: left;
        padding: 30px 0 40px 50px;
    }

    .ads .second {
        border-left: 0 !important;
        float: left;
        margin: 0 0 0px 71px;
        padding: 30px 0 40px 69px;
    }
        
        
        
        
        
/* In-browser code editing made "almost bearable" by CodeMirror: http://marijn.haverbeke.nl/codemirror
***********************************************************************************************************/
         

/**
 * Fullscreen button
 */
 
a#fullscreen {
    background-color: #1a1a1a;
    background-image: url(/_gfx/fullscreen_open.png);
    background-repeat: no-repeat;
    background-position: 67px 3px;
    border: 1px solid #1a1a1a;
    color: #bbbbbb;
    display: block;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    height: 19px;
    padding: 0 4px 0 5px;
    text-align: left;
    text-decoration: none;
    width: 74px;
}

a#fullscreen:hover {
    background-color: #fff;
    color: #000;
}

a#fullscreen:active {
    background-color: #fff;
    border: 1px solid #999;
    color: #666;
}
