/* Global
***********************************************************************************************************/
/* Reset browswer differences */


#contact-text
{
    text-align: left;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 15px;
    width: 450px;
    font-weight: normal;
    line-height: 19px;
    font-family: Arial;
}
body, html {
    margin: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}
body
{
 overflow-y: hidden;   
}
.rnd
{
 letter-spaceing: -5px;   
}
#logo
{
 width: 100%;
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 vertical-align: middle;
 z-index: 2000;
 position: fixed;
 top: 150px;
 overflow: visible;
 height: 1px;
}
.hide
{
 visibility:hidden;
 height: 0px;
 display: none;
 width: 0px;
 overflow-x:hidden;
}
img
{
 vertical-align: baseline;
 margin: 5px;
 margin-bottom:6px;
 margin-top:6px;
}
body {
    background: #ffffff;
    color: #000000;

    font-size: 12px;
    font-family:Arial;
    line-height: 18px;
    letter-spacing:1px;
}


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

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


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

#content_container {
    padding:0;
    position: relative;
    z-index: 10;
    text-align:center;
    margin-left: auto;
    margin-right: auto;
}


    /* Content > Project content
    ***************************************************************************************************/
    
    .project_content {
        width: 100%;
        margin-right:auto;
        margin-left: auto;
        vertical-align: baseline;
        text-align:center;
    }

    
    .entry a { color: #000000; text-decoration: underline; }
    .entry a:hover { background: #ffff00; color: #000000; text-decoration: none; }
    .entry a:active { background: #000000; color: #ffffff; }
    
    
    .project_title a { background: none; color: #000000; text-decoration: none; }    
    .project_title a:hover { background: none; color: #000000; text-decoration: underline; }
    .project_title a:active { background: none; color:#666666; text-decoration: underline; }
    
    /* Styling of default typographic headers and elements */
    
    h1 {
        font-size: 85px;
        line-height: 100%;
        font-family:Arial;
    }
    
    h2 {
        font-size: 12px;
    font-family:Arial;
    line-height: 12px;
    letter-spacing:1px;
    font-weight: normal;
    }
    
    h3 {
        font-family:Arial;
        font-size: 14px;
        line-height: 150%;
    }

    
    blockquote {
        color: #666666;
        margin: 0;
    }
    


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

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

.moreload {                                                                 /* Rotating loading indicator */
    display: none;
    color: #999999;
    font-size: 11px;
}

.cargo_link {                                                                       /* "Running on Cargo" */
    color: 000000;
    font-family:Arial;
    font-size: 15px;
    line-height: 19px;
    letter-spacing:1px;
    position: fixed;
    left: 25px; top: 25px;
    z-index: 99;
    font-weight: normal;
}

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

.bodycopy
{
    padding-left:auto;
    padding-right:auto;
}
.feed_nav
{
    display: none;
}
a,a:visited
{
 text-transform: none;   
 text-decoration: none;
}
#logo h1:hover
{
 text-transform: none;   
 color: #0000FF;
}
a
{  
 color: #000000;
}
a:hover
{
 text-transform: none;   
 color: #0000FF;
}
.twitt a:active
{
    background: none;
}
.holder h2
{
    padding-top: 6px;
    margin: 0px;
  
}
.holder p
{
    padding-bottom: 8px;
    padding-top: 6px;
    margin: 0px;
    line-height: 15px;
  
}

/* */
    
    
/* 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;
    }
span .nounderline
{
     text-decoration:none;
     border-bottom: 0px solid #000;
}
.underline
{
     text-decoration:none;
     border-bottom: 1px solid #000;
     padding-bottom:0px;
}

    
/* In-browser code editing made "almost bearable" by CodeMirror: http://marijn.haverbeke.nl/codemirror
***********************************************************************************************************/


.moreload_link a {
    color: #000000;
    text-decoration: underline
    font-size: 12px;
    clear:both;
}
.moreload_link a:hover {
    background: #ff0;
}
.moreload_link a:active {
    background: none;
    color: #999;
}

    .slideshow_caption {
            clear: both;
            display: block;
            font-size: 11px;
            padding: 5px 0 5px 0;
        }
        
        
         

/**
 * 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;
}
