/* Global Kennedy-alt styles
***********************************************************************************************************/

body, html {
    margin: 0px;
    padding: 0px;
}

body {
    background: #ffffff;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    height: 100%;
    line-height: 1.5;
    width: 100%;
}





/* Header / Navigation
***********************************************************************************************************/

#header {
    font-size: 13px;
    margin: 0 auto 0 auto;
    min-height: 2em;
    padding: 30px 162px 30px 60px;
    position: relative;
    width: 800px;
}

.header_img {                                              /* To fix in place change to "position:fixed;" */
    float: left;
    margin: 0px 0 0px 0;
}

.nav_container {     /* Vertical nav is not supported, however if you'd like to configure this do so here */
    
}

.nav_container.horizontal {                                                         /* Enabled by default */
    float: left;
    margin: 0 0 40px 0;
    position: absolute;
    left: 42px;
    text-align: left;
    white-space: nowrap;
    z-index: 99;
}

.nav_container.horizontal div {
    display: inline;
    margin: 0 0 0 20px;
}

#nav_loadspin {
    display: none;
    position: fixed;
    top: 8px; left: 8px;
    z-index: 100;
}





    /* Navigation > Links
    ***************************************************************************************************/
    
    .nav_container a {                                             /* Applied to each navigation link */
        padding: 0px 0px 0px 0px;
        text-decoration: none;
    }
    
    .project_link, .page_link, .link_link, .nav_active {
        font-size: 14px;
        margin: 0 0 0 0;
    }
    
    .project_link a, .page_link a, .link_link a, .nav_active a {
        font-size: 14px;
        text-decoration: none;
        white-space: nowrap;
    
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .project_link a { color: #666666; }
    .project_link a:hover { color: #2d86ff; text-decoration: underline; }
    .project_link a:active { color: #333333; }

    .page_link a { color: #000000; font-weight: bold; }
    .page_link a:hover { color: #2d86ff; text-decoration: underline; }
    .page_link a:active { color: #333333; }

    .link_link a { color: #009999; font-weight: bold;  }
    .link_link a:hover { color: #009999; text-decoration: underline;}
    .link_link a:active { color: #009999; }

    .nav_active a { color: #000000; font-weight: bold; }

    .pagination { color: #999999; font-size: 13px; margin: 0 18px 40px 0; z-index:11; }
    .bottompad .pagination { margin-left: 25px; }

    .pagination a { color: #666666; text-decoration: none; }
    .pagination a:hover { color: #2d86ff; text-decoration: underline; }
    .pagination a:active { color: #333333; }

    .nav_follow { color: #999; font-size: 13px; z-index: 11; }
    .nav_follow a { color: #666666}
    .nav_follow a:hover { color: #2d86ff; text-decoration:underline; }
    .nav_follow a:active { color: #333333; }
        
    .view_tag_info {
        color: #333333;
        padding-bottom: 35px;
        font-size: 13px;
    }
    
    .view_tag_info a { color: #333333; text-decoration: underline; }
    .view_tag_info a:hover { color: #2d86ff; text-decoration: underline; }
    .view_tag_info a:active { color: #333333; }
    
    
    
    
    
/* Content
***********************************************************************************************************/

#content_container {
    background: #ffffff;
    clear: both;
    margin: 0px auto 0 auto;
    padding: 20px 60px 20px 60px;
    position: relative;
    width: 900px;
    z-index: 10;
}





    /* Content > Project content
    ***************************************************************************************************/
    
    #maincontainer {
        display: none;
        margin: 0 0 35px 0;
        width: 880px;
    }
    
    .bodycopy a { color: #000000; text-decoration: underline; }
    .bodycopy a:hover { color: #2d86ff; }
    .bodycopy a:active { color: #666666; }

    .project_title {
        color: #999999;
        font-family: Helvetica, Arial, san-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.5;
        padding: 0 0 15px 0;
    }
    
    .project_content {
        color: #000000;
        width: 560px;
    }

        /* Project content > Header
        *******************************************************************************************/
        
        .project_header {
            float: right;
            margin: 4px 20px 0 0;
            position: relative;
            text-transform: capitalize;
            z-index: 99;
        }

            .project_header div {
                float: left;
                font-size: 13px;
            }

            .project_header a {
                color: #666666;
                text-decoration: none;
            }

            .project_header a:hover {
                color: #2d86ff;
                text-decoration: underline;
            }

            .project_header a:active {
                color: #333333;
            }

        .project_divider {
            color: #bbbbbb;
            float: left;
        }
    
    /* Styling of default typographic headers and elements */
    
    h1 {
        font-size: 24px;
        line-height: 165%;
    }
    
    h2 {
        font-size: 16px;
        line-height: 165%;
        color: black;
    }
    
    h3 {
        font-size: 14px;
        line-height: 150%;
        color: black;
    }
    
    blockquote {
        color: #666666;
        margin: 0;
    }

    .project_content br {
        clear: none !important;
    }
    
    .project_content img {
        background: #ffffff;
        margin: 0px 15px 15px 0px;
    }





        /* Project content > Slideshows
        *******************************************************************************************/

        .slideshow_component {
            float: left;
        }

        #slideshow_container {
            margin: 0px 35px 35px 0px;
        }
        
        .slideshow_nav {
            clear: both;
            color: #999999;
            padding-bottom: 10px;
            font-size: 11px;
        }
        
        .slideshow_count {
            color: #999999;
            font-size: 11px;
        }
        
        
	.slideshow_caption {
        	clear: both;
        	display: block;
        	font-size: 11px;
        	padding: 5px 0 5px 0;
        }
        
        .slideshow_wrapper {
            padding: 0px 35px 10px 0px; 
        }
        
        #slideshow_container img {
            margin: 0px;
        }
        
        .slideshow_wrapper a, .slideshow_wrapper a:hover, .slideshow_wrapper a:active {
            background: none !important;
        }
            
        ul.slideshow_thumbs {
            margin: 0 35px 0 0;
            padding: 0;
        }    

        .slideshow_thumb {
            float: left;
            list-style: none;
            margin: -3px 7px 7px -3px;
        }

        .slideshow_thumb a {
            background: none !important;
            border: 1px solid transparent;
            display: block;
            padding: 2px;
        }

            .slideshow_thumb a:hover {
                background: none !important;
                border: 1px solid #ccc;
            }

            a.activeSlide {
                background: none;
                border: 1px solid #ccc;
            }

            .slideshow_thumb a:active, a.activeSlide:active {
                background: none !important;
                border: 1px solid #666;
            }

        .slideshow_thumb img {
            border: 0;
            display: block;
            margin: 0;
            height: 60px;
        }
        
        
        
        
        
        /* Project content > Project footer
        *******************************************************************************************/
    
        .project_footer {
            color: #999999;
            clear: both;
            font-size: 11px;
            padding: 30px 0px 30px 0px;
        }
    
            .footer_title_type {
                color: #000000;
                font-weight: bold;
            }
    
            .project_views {
                color: #999999;
                font-style: italic;
            }
            
            /* Project Footer Links */
            
            .project_footer .permalink a { color: #666666; text-decoration:none }
            .project_footer .permalink a:hover { color: #333333; text-decoration:underline; }
            .project_footer .permalink a:active { color: #999999; }
                
            .tags { color: #999999; }
                .tags a { color: #666666; text-decoration: none; }
                .tags a:hover { color: #333333; text-decoration: underline; }
                .tags a:active { color: #999999; }
                .tags a:visited {  }

            .project_footer .editlink a { color: #0066ff; font-style: italic; }
            .project_footer .editlink a:hover { background: #ffff00; color: #000000; }
            .project_footer .editlink a:active { background: #000000; color: #ffffff; }
    
    .project_bottom {
        clear: both;
        border-bottom: 1px solid #cccccc;
        margin: 15px 0px 0px 0px;
    }
    
    
    
    
    
    
    /* Content > Thumbnails
    ***************************************************************************************************/
    
    .project_thumb {
        float: left;
        margin: 0 20px 10px 0;
        position: relative;
        text-align: left;
    }
    
    .project_thumb .hover {
        cursor: pointer;
        text-decoration: none;
    }
    
    .project_thumb .nohover {
        text-decoration: none;
    }

    .project_thumb .hover .cardimgcrop {
        border: 2px solid #ffffff;
        -moz-box-shadow: 0px 2px 10px #888888;
        -webkit-box-shadow: 0px 2px 10px #888888;
        box-shadow: 0px 2px 10px #888888;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }
    
    .project_thumb .hover .thumb_title span {
        text-decoration: underline;
    }

    .project_thumb .cardimgcrop:active {
        margin: -1px -2px 9px -2px;
        border:2px solid #ffffff;
        -moz-box-shadow: 0px 0px 0px #888888;
        -webkit-box-shadow: 0px 0px 0px #888888;
        box-shadow: 0px 0px 0px #888888;
    }

    .project_thumb.active .cardimgcrop {
        border: 2px solid #2d86ff;
        -moz-box-shadow: 0px 0px 0px #888888;
        -webkit-box-shadow: 0px 0px 0px #888888;
        box-shadow: 0px 0px 0px #888888;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

    .project_thumb.active .thumb_title span {
        text-decoration: underline;
    }
    
    .cardimgcrop {
        background: #ffffff;
        border: 2px solid #ffffff;
        margin: -2px -2px 4px -2px;
        position: relative;
        min-width: 200px;
        
    }

    .cardimgcrop.notitle_notag {
        margin-bottom: 22px;
    }
        
    .loader_holder {
        display: none;
        position: absolute;
        text-align: left;
        top: 8px; left: 8px;
        z-index: 3;
    }

    .thumb_title {
        overflow: hidden;
        white-space: nowrap;
        text-align: left;
        width: 200px;
    }

    .thumb_title.notag {

        margin: 0 0 22px 0;
    }
    
    .thumb_title .text {
        color: #333333;
        font-size: 14px;
        font-weight: bold;
        line-height: 15px;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
    }

    .thumb_tag {
        color: #bbbbbb;
        height: 0em;
        line-height: 15px;
        margin: 0 0 2px 0;
        overflow: hidden;
        text-align: left;
        width: 200px;
    }

    .thumb_tag.notitle {
        margin-top: 5px;
    }
    
    .thumb_tag a {
        color: #999999;
        font-size: 11px;
        line-height: 1.5em;
        text-align: left;
        text-decoration: none;
    }
    
    .thumb_tag a:hover {
        color: #666666;
        text-decoration: underline;
    }

    .thumb_tag a:active {
        color: #666666;
    }
    
    
    
    
    
    /* Search results
    *******************************************************************************************/
    
    #search_form {
        margin: 0 auto;
        padding: 0 60px 0 60px;
        position: relative;
        width: 860px;
    }
    
    #search_form #search_term {
        background: #dddddd;
        border: 1px solid #bbbbbb;
        color: #666666;
        font-size: 12px;
        position: absolute;
        bottom: -63px;
        width: 188px;
        z-index: 999;
    }
    
    #search_form_results {
        padding-bottom: 90px;
    }
    
    .search_header {
        color: #555555;
        float: left;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        margin: 0;
        padding: 4px 0;
        width: 145px;
    }
    
    #search_term {
        background: #f2f2f2;
        border: 1px solid #cccccc;
        color: #555555;
        float: left;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 0;
        padding: 5px;
        width: 220px;
    }
    
    #search_results {
        float: left;
    }
    
    .result {
        clear: both;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 60px;
    }
    
    .search_thumb {
        float: left;
        margin: 4px 25px 35px 0px;
    }
    
    .search_thumb img {
        width: 120px; height: auto;
    }
    
    .search_text {
        width: 500px;
        margin-left: 145px;
    }
    
    .search_title a {
        color: #000000;
        font-weight: bold;
        text-decoration: underline;            
    }
    
    .search_title a:hover {
        color: #2d86ff;
    }
    
    .search_title a:active {
        color: #555555;
    }
    
    .search_tags {
        color: #555555;
        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: #999999;
    }





/* Footer
***********************************************************************************************************/

#footer a {
    color: #333333;
}

.bottompad {
    clear: both;
    height: 40px;
}

    .bottompad a {
        padding: 2px 3px 2px 3px;
    }





/* 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;
    margin-right: 0px !important;
    width: 425px;
}

    .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 seen by members */
    position: fixed;
    top: 10px; right: 10px;
    z-index: 9999;
}

#site_footer {
    clear: both;
    color: #666666;
    display: none;
    margin: 40px auto 0;
    width: 860px;
}

#site_footer a { color: #999999; text-decoration: none; }
#site_footer a:hover { color: #2D86FF; text-decoration: underline; }
#site_footer a:active { color: #666666; }

.cargo_link {                                                                       /* "Running on Cargo" */
    float: right;
    color: #999999;
    font-size: 11px;
    line-height: 1.5;
    position: fixed;
    bottom: 15px; right: 15px;
    z-index: 999;
}

#site_footer .cargo_link {
    float: right;
    position: relative;
    bottom: auto; right: auto;
}

.cargo_link a { color: #999999; text-decoration: underline; }
.cargo_link a:hover { color: #333333; text-decoration: underline; }
.cargo_link a:active { color: #666666; }

.copyright {
    float: left;
    color: #999999;
    font-size: 12px;
    line-height: 1.5;
}





/* 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;
}
