
* {
	border:none;
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:960px;
	margin:0 auto;
}
a {
	color:#000;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
a#cv { 
	text-decoration:underline;
	display:inline; 
}

img { border:1px solid #000; }


/*-- HEADER --*/
#header {
	display:block;
	clear:none;
	width:200px;
	margin:0 auto;
	margin-bottom:20px;
	margin-top:-20px;
	text-align:center;
}
.for_index { padding-top:37px; }

#header span#name {
	font-size:18px;
	font-weight:bold;
}
#header span#email {
}
/*-- END HEADER --*/


/*-- BODY --*/

/* -- NAV --*/
#home {
	display:block;
	position:relative;
	padding:10px;
	width:55px;
	height:15px;
	top:-5px;
	left:25px;
	border:1px solid #000;
	font-weight:bold;
	text-decoration:underline;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	
}

/* END NAV */

#content {
	width:960px;
	margin:0 auto;
}

/* INDEX */
.col {
	width:480px;
	float:left;
}
.project {
	display:block;
	width:440px;
	height:150px;
	margin:20px;
}
.project img {
	width:100px;
	height:75px;
	margin:20px;
	float:left;
}
span.title {
	display:block;
	padding-top:20px;
	font-weight:bold;
}
span.desc {
	display:block;
	padding-top:10px;
}
/**/

/* PROJECT (STILLS) */
#project_name {
	display:block;
	width:960px;
	text-align:center;
	font-weight:bold;
	margin-bottom:20px;
}
.thumbs {
	display:block;
	width:265px;
	float:left;
}
.thumbs a {
	display:inline;
	filter: alpha(opacity=100);
	-khtml-opacity: 1;     
	-moz-opacity: 1;       
	opacity: 1;
}
.thumbs a:hover {
	filter: alpha(opacity=75);
	-khtml-opacity: 0.75;     
	-moz-opacity: 0.75;       
	opacity: 0.75;
}
.thumbs img {
	width:72px;
	height:58px;
	margin:5px;
}
.images {
	display:block;
	width:635px;
	float:right;
	padding-left:20px;
	padding-top:5px;
}
.images img {
	max-width:620px;
	width:expression(document.body.clientWidth > 620? "620px": "auto" );
}
.caption {
	display:block;
	width:420px;
	font-weight:bold;
	margin-top:10px;
	border-top:1px solid #000;
}
/**/

/* PROJECT (SPECTACULAR VIDS) */
.spectacular_vids {
	width:240px;
}
img.three_up {
	display:block;
	width:440px;
	height:350px;
	float:none;
	margin-left:0px;
}
/**/

/*-- END BODY --*/