@import url("nav.css");
@import url("type.css");

/*** DEFAULTS ***/

* { margin: 0; padding: 0; }
a img { border: none; }
hr { visibility: hidden; height: 0%; clear: both; color: #fff; background: #fff; }



/****************************************************************** LAYOUT ***/

body { 
	margin: 		20px;
	}
	
#header { 
	position: 		static;
	}
body > #header {
	float: left;
}
	
#main_nav { 
	position: 	absolute;
	width: 			251px;
	top: 				60px;
	left: 			20px;
	}
body > #main_nav {
	position: 		fixed;
	top: 					185px;
	}
	
#copyright {
	position: 	absolute;
	left: 			20px;
	bottom: 		20px;
	width: 250px;
	}
body > #copyright {
	position: 		fixed;
	font-size: 11px;
	}
	
#body {
	top: 				185px;
	left: 			0px;
	width: 			650px;
	background-color:#FFF;
	float: left;
	}
	
#bottom_spacer {
	clear: 			both;
	height: 		0;
	margin-bottom:	100px;
	}
	
#sidebar {
	position: 		absolute;
	bottom: 		76px;
	left: 			20px;
	width: 			242px;
	border: 		1px dotted #ccc;
	padding: 		5px;
	}
	
#full {
	width:625px;
	height:auto;
	}

#border {
	width:300px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top: 20px;
	margin-right: 23px;
	border: 1px solid #cccccc;
}

#noborder {
	width:300px;
	height:auto;
	overflow:hidden;
	float:left;
	margin-top: 22px;
	margin-right: 23px;
	text-align: justify;
}

#detail {
	width:250px;
	height:auto;
	overflow:hidden;
	margin-left:20px;
	float:left;
	text-align: justify;
	border: 1px solid #999;
	padding:5px;
	margin-bottom: 20px;
	
}

body > #sidebar {
	position: 		fixed;
	}

/****************************************************************** HOME ***/
.project_thumb {
	width: 			156px;
	height:			178px;
	float: 			left;
	margin-top: 	5px;
	margin-left:	78px;
	}
.thumb_0 { margin-left: 0; }
.project_thumb h3 {
	margin-bottom: 	5px;
	width: 			156px;
	height:			178px;
	float:			left;
	}

/****************************************************************** PROJECTS ***/

.details_toggle { 
	font-size: 		9px;
	margin-top: 	4px; 
	padding-bottom: 1px; 
	margin-bottom: 	2px; 
	}

.details_toggle a { 
	border: 		0;
	}
.details_toggle a img {
	margin-bottom: 	-2px;
	}

.details_toggle a.active { color: #FF4E00; }
	
#media_nav {
	font-size: 		9px;
	color: 				#000;
	position: 		absolute;
	top: 					30px;
	right: 				0;
	}
#media_nav a img { margin-bottom: -3px }
#media_nav a:hover { border: 0; }

.image_frame {

	}
.image_frame img { border: 1px dotted #ccc;}
.image_caption {
	text-align: left;
	margin-top: 1em;
	}
	
/****************************************************************** INTERACTIVE MEDIA PROJECTS ***/

#imthumb {
	width: 200px;
	height: auto;
	float:left;
	margin-top: 20px;
	border: 1px solid #999999;
	overflow: hidden;
	margin-right: 10px;
	
}

#imtitle {
	width: 200px;
	height: 25px;
	float:left;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	background-image: url(../images/nav/imtitle.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}

#imimage {
	width: 200px;
	height: auto;
	float:left;
	text-align: center;
	overflow:hidden;
}
	

