body, html { padding:0px; margin:0px; }
body { background-color:#F0F0F0; font-family:Georgia; font-size:12px; text-align:center; word-spacing:1px; line-height:1.5; height:100%; width:100%; }

/* MAIN CONTENT POSITIONING */
.header_img { position:relative; top:40px; margin:0 auto; z-index:99; width:670px; }
#content_container { position:center; margin:0 auto; z-index:10; padding:40px 0px 0px 0px; width:670px; clear:both; }
#maincontainer { width:800px; display:none; padding-bottom:35px; }
#nav_loadspin { position:fixed; top:8px; left:8px; display:none; z-index:50;  }

/* NAVIGATION */
.nav_container { position:center; top:0px; margin:0px; padding:0px; line-height:165%; white-space:nowrap; z-index:11; }
.nav_container.horizontal { position:center; top:0; left:auto; margin:0 auto; white-space:normal; z-index:25; width:670px; padding:0px 0px 0px 0px; line-height:2; }
.nav_container.horizontal div { float:center; padding-right:0px; }
.nav_container .pagination { border-top:none; width:auto; padding-top:0px; }

/* PROJECT CONTENT */
.project_content { width:670px; text-align: center; }
.project_content img { margin:0px 0px 0px 0px; }

.cargo_link { position:relative; top:95%; margin: 0px auto; text-align: center; color:#999999; font-family:Georgia; font-size:11px; }

.cardimgcrop { width:200px; height:134px; overflow:hidden; position:relative; text-align:center; }
.loader_holder { z-index:3; position:absolute; text-align:center; top:57px; left:90px; display:none;  }

/* SLIDESHOW STYLES */
.slideshow_nav { color:#999; font-size:11px; padding-bottom:10px; }
.slideshow_count { color:#999; font-size:11px; }
.slideshow_wrapper { margin:0px 15px 15px 0px; clear:both; }
.slideshow_wrapper img { margin:0px; }
.slideshow_wrapper a, .slideshow_wrapper a:hover, .slideshow_wrapper a:active { background:none !important; }

/* TAG VIEW STYLE */
.view_tag_info { font-size:11px; color:#999; padding-left:3px; }

/* TOOLSET */
.toolset { position:fixed; top:10px; right:10px; z-index:9999; }


/* #################### LINK STYLES START #################### */

/* BODYCOPY */
.bodycopy a { color:#333333; text-decoration:none; }
.bodycopy a:hover { color:#999999; background:none; text-decoration:none; }

/* NAV LIST */
.project_link a { text-decoration:none; color:#666666; font-size:12px; padding:4px 9px 5px 9px; white-space:nowrap; }
.project_link a:hover { color:#999999; background:none; -moz-border-radius: 10px; -webkit-border-radius: 10px; }

.page_link a { text-decoration:none; color:#666666; font-size:12px; padding:4px 9px 5px 9px; white-space:nowrap; }
.page_link a:hover { color:#999999; background:#ff6; -moz-border-radius: 10px; -webkit-border-radius: 10px }

.link_link a { text-decoration:none; color:#333333; font-size:12px; padding:4px 9px 5px 9px; white-space:nowrap; }
.link_link a:hover { color:#999999; background:none; -moz-border-radius: 10px; -webkit-border-radius: 10px }

.nav_active a { text-decoration:none; font-size:12px; padding:4px 9px 5px 9px; color:#fff; background:#ccc; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.nav_active a:active  { color:#999999; background:none; }

.pagination a { color:#999; font-size:12px; margin-left:-9px; padding:4px 9px 5px 9px; }
.pagination a:hover { color:#666666; background:none; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.pagination a:active { color:#f2f2f2; background:#000; }
.nav_container .pagination a { margin-left:0px; }

.slideshow_nav a {  }
.slideshow_nav a:hover {  }
.slideshow_nav a:active {  }

.cargo_link a { color:#999; text-decoration:none; }
.cargo_link a:hover { color:#333333; text-decoration:none; }

/* #################### LINK STYLES END #################### */

/* */

/* Next project
***********************************************************************************************************/

.project_next {
    float: right;
    margin-right: -6px;
    margin-top: 5px;
}

.project_next a {
    color: #333333;
    font-size: 12px;
    font-style: normal;
    padding: 4px 9px 5px 9px;
    text-decoration: underline;
    
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.project_next a:hover {
    background: #ffff66;
    color: #000000;
    text-decoration: none;
}

.project_next a:active {
	background: #000000;
    color: #ffffff;
}

.project_divider {
    color: #bbbbbb;
    margin-right: 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;
    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;
	}
	

    