/* Global
***********************************************************************************************************/

body, html {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #ffffff;
    color: #000000;
    height: 100%;
    width: 100%;
    
    font-family: Helvetica,Arial,Sans-serif;
    font-size: 10px;
    line-height: 1.5em;
}

/* Header / Navigation
***********************************************************************************************************/

.header_img {
    position:fixed; top:40px; left:40px; z-index:99;
}

.feed_nav {
    position: fixed;
    top: 40px;
    left: 40px;
    z-index: 99;
    font-size: 10px;
}

.feed_nav.index_view {
    position:absolute;
}

.view_tag_info.index_view {
    position: absolute;
    top: 60px;
    left:40px;
   
}


    /* Navigation > Links
    ***************************************************************************************************/

    .feed_nav a { color: #999999; text-decoration: none; }
    .feed_nav a:hover { color: #000000; }
    .feed_nav a:active { color: #999999; }

    .feed_nav a.link_link { color: #999999;  text-decoration: none;}
    .feed_nav a.link_link:hover { color: #000000; text-decoration: none; }
    .feed_nav a.link_link:active { color: #999999; }
    
    .feedlink { float:left; margin-right:10px;}
    .indexlink { float:left; margin-right:35px;}
    .feedlink.select { color: #000000; text-decoration: none; } 
    .indexlink.select { color: #000000; text-decoration: none; }
    
    .nav_follow { float:left; }
    .nav_follow { color: #999999; font-size: 12px; z-index: 11; }    
    .nav_follow a { color: #22222; font-size: 12px; }
    .nav_follow a:hover { color: #999999; }
    .nav_follow a:active { color: #000000; }
        
    .page_nav { float:left;  }
    .page_nav a { color: #999999; font-size: 10px; padding-right:10px; }
    .page_nav a:hover { color: #000000; }
    .page_nav a:active { color: #000000; }

  



/* Content
***********************************************************************************************************/

#content_container {
    padding:55px 0 0 40px;
    margin-top:20px;
    position:relative;
    z-index:10;
}





    /* Content > Project content
    ***************************************************************************************************/
    
    .project_content {
        width: auto; padding-right:15px;
    }
    .project_content object {
        padding-right:15px;
    }

    .entry { float:left; width:auto; }
    
    .entry a { color: #000000; text-decoration: none; }
    .entry a:hover { background: #CCCCFF; color: #000000; text-decoration: none; }
    .entry a:active { background: #000000; color: #ffffff; }
    
    
    .project_title {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
                font-weight:bold;
        padding: 0 0 15px 0;
        width:auto;
    }
    
    .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: 22px;
        line-height: 165%;
    }
    
    h2 {
        font-size: 16px;
        line-height: 165%;
    }
    
    h3 {
        font-size: 14px;
        line-height: 150%;
    }
    
    p {
        margin: 0;
        width: 360px;
    }
    
    blockquote {
        color: #666666;
        margin: 0;
    }
    
    .project_content img {
        margin: 0px 15px 15px 0px;
    }
    
    
    
    
    
        /* Project content > Slideshows
        *******************************************************************************************/
        
        .slideshow_component {
            padding-right:15px;
        }

        #slideshow_container {
            margin: 0px 15px 15px 0px;
        }
        
        .slideshow_nav {
                        position:absolute; 
                        top:0px
                        left:0px;
                        z-index:99;
                        color: #999999;
                        background: #fff;
                        padding: 0px 10px 6px 0px;
                        font-size: 11px;
                        display:none;
        }
        
        .slideshow_count {
            color: #999999;
            font-size: 11px;
        }
        
        .slideshow_wrapper {
            margin: 0px; 
        }
        
        #slideshow_container img {
            margin: 0px;
        }
        
        .slideshow_wrapper a, .slideshow_wrapper a:hover, .slideshow_wrapper a:active {
            background: none !important;
        }
        
        
        
        
        
        /* Project content > Project footer
        *******************************************************************************************/
        
        .project_footer {
            color: #999999;
            clear: both;
            padding: 20px 0 0 0;
            width:auto;
            font-size:10px;
        }
        
        .tags {
            color: #999999;
        }

        .permalink {
            display:
}
            
        /* Project Footer Links */
            
        .project_footer .permalink a { color: #999999; font-style: normal; text-decoration: underline; }
        .project_footer .permalink a:hover { background: #CCCCFF; color: #000000; }
        .project_footer .permalink a:active { color: #ffffff; background: #000000; }
        .project_footer .permalink a:visited {  }
            
        .project_footer .editlink a { color: #0066ff; font-style: italic; }
        .project_footer .editlink a:hover { color: #2F4F2F; background: none; }
        .project_footer .editlink a:active { color: #ffffff; background: #000000; }
        .project_footer .editlink a:visited {  }
            
        .view_tag_info a { color: #0066ff; }
        .view_tag_info a:hover { color: #000000; background: #ffff00; }
        .view_tag_info a:active { color: #ffffff; background: #000000; }
        .view_tag_info a:visited {  }
            
        .tags a { color: #999; text-decoration: underline; }
        .tags a:hover { background: #CCCCFF; text-decoration: none; }
        .tags a:active { color: #ffffff; background: #000000; }
        .tags a:visited {  }

.project_bottom {
    clear: both;
    border-bottom: 0px solid #cccccc;                            /* Change to 1px to enable border */
    margin: 10px 0 60px 0;
}
    
    
    
    
        
/* Index
***********************************************************************************************************/

.index {
    margin: 70px 0 0 30px;
    padding: 0 200px 0 0;
}





    /* Index > Modules / thumbnails
    ***************************************************************************************************/

    .index .module {
        float: left;
        height:200px;
        margin: 0 20px 0 10px;
        text-align: center;
        width: 200px;
    }
    
    .index .thumb_tag {
        color:#888;
        font-family: Helvetica Neue,Arial,Helvetica,Sans-serif;
        font-size: 10px;
        line-height: 140%;
    }
    
    .index .thumb_title {
        margin: 8px 0 0 0;
    }
    
    .thumb_title, .thumb_title a, .thumb_title a:visited {
        color: #000000;
        overflow: hidden;
        text-decoration: none;
        white-space: nowrap;
        
        font-family: Helvetica, Arial, sans-serif;
        font-size: 10px;
        font-weight: bold;
    }
    
    .index .thumb_title a:hover { background: none; color: #000000; text-decoration: underline; }
    
    .index .thumb_tag.notitle {
        margin: 8px 0 0 0;
    }
    
    .thumb_tag, .thumb_tag a, .thumb_tag a:visited, .thumb_tag a:hover {
        color: #999999;
        font-size: 11px;
        font-style: italic;
        text-align: center;
        text-decoration: none;
    }
    
    .index .thumb_tag a:hover { background:none; text-decoration:underline; }
        
        
        
        
        
/* Footer
***********************************************************************************************************/

.bottompad {
    clear: both;
    height:35px;
    margin: 35px 0 0 0;
    position: relative;
    width:705px;

}





/* Other
***********************************************************************************************************/

.toolset {                                         /* Admin and following icons - Only you see this */
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9999;
}

.moreload {                                                                 /* Rotating loading indicator */
    display:none; 
    position: relative;
}

.moreload table {                                                                 /* Rotating loading indicator */
    padding-right:10px;
}

#new_page_content {
    height:0px;
    width:0px;
}

.cargo_link {                                                                       /* "Running on Cargo" */
    bottom: 15px;
    color: #ccc;
    position: fixed;
    right: 25px;
    text-align:right;
    font-family: Helvetica, Arial, sans-serif; 
    font-size: 10px;
    font-style:italic;
    line-height: 165%;
    z-index: 99;
}

.cargo_link a { color: #999999; text-decoration: none; }
.cargo_link a:hover { color: #000000; text-decoration: none; }
.cargo_link a:active { background: #000000; color: #ffffff; }
    
    .cardimgcrop { min-width:200px; }
    .thumb_title { min-width:194px; }
    .thumb_tag { min-width:200px; }
    
     
    
    .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 #ccc;
            }

            a.activeSlide {
                background:none;
                border: 1px solid #ccc;
            }

            .slideshow_thumb a:active, a.activeSlide:active {
                background: transparent;
                border: 1px solid #666;
            }

        .slideshow_thumb img {
            border: 0;
            display: block;
            margin: 0;
            height: 60px;
        }
        



.cardimgcrop.notitle_notag {
        margin-bottom: 22px;
    }


    


    


    .loader_holder.custom {
        display: none;
        left: 8px;
        position: absolute;
        text-align: center;
        top: 8px;
        z-index: 3;
    }
            

/* */


	
	
/* 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;
	}
	
/* In-browser code editing made "almost bearable" by CodeMirror: http://marijn.haverbeke.nl/codemirror
***********************************************************************************************************/
    