@import "http://dirtylipbalm.com/cargocollective/centurion.css"; 
	
/* TOOLSET */
.toolset { position:fixed; top:10px; right:10px; z-index:9999; }
	

.project_title a { text-decoration:none; }
.project_title a:hover { text-decoration:underline; background:none; }
.project_title a:active { text-decoration:underline; background:none; color:#666; }
    
	
/* ### ADDITION: TEXT NAV LINK STYLE ### */
.link_link a { text-decoration:underline; color:#999; font-size:12px; }
.link_link a:hover { color:#000; }
.link_link a:active { color:#999; }
	
	.cardimgcrop { min-width:200px; }
	.thumb_title { min-width:194px; }
	.thumb_tag { min-width:200px; }
	
	 
	
	.slideshow_thumbs {
            margin: 0 0 0 0;
        }
            
        ul.slideshow_thumbs {
            margin: 0;
            padding: 0;
        }    

        .slideshow_thumb {
            float: left;
            list-style: none;
            padding: 0 15px 15px 0;
        }

        .slideshow_thumb a {
            background: none !important;
            border: 3px solid #333333;
            display: block;
        }

        .slideshow_thumb a img { opacity: 0.5; }

            .slideshow_thumb a:hover {
                background: none !important;
                border: 3px solid #333333;
            }

            .slideshow_thumb a:hover img { opacity: 1.0; }
            
            .slideshow_thumb a:active, a.activeSlide:active {
                background: none !important;
                border: 3px solid #ffffff;
            }

            .slideshow_thumb a:active img, a.activeSlide:active img { opacity: 1.0; }
               
            a.activeSlide {
                background: none !important;
                border: 3px solid #ffffff;
            }
            
            a.activeSlide:hover {
                border: 3px solid #ffffff !important;
            }
            
            a.activeSlide img { opacity: 1.0; }

        .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;
    }
			

/* */

/* Next project
***********************************************************************************************************/

.project_next {
    position: absolute;
    top: 6px; right: 39px;
}

.project_next a {
    color: #999999;
    font-size: 12px;
    text-decoration: none;
}

.project_next a:hover {
    background: transparent !important;
    color: #000000;
}

.project_next a:active {
	background: #000000 !important;
    color: #ffffff;
}

.project_divider {
    color: #bbbbbb;
}

	
	
/* 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
***********************************************************************************************************/
    