@charset "UTF-8";
/* CSS Document */

/*PORTFOLIO STYLES*/

#left_column {
	width:175px;
	float:left;
	}
	
#sub_menu {
	margin:0 0 0 20px;
	text-transform:capitalize;
	font-size:11px;
	line-height:12px;
	font-weight:bold;
	width:145px;
	}
#sub_menu a:link, #sub_menu a:active {
	color:#5F665B;
}
#sub_menu a:visited {
	color:#BFC8BB;
}
#sub_menu a:hover {
	color:#DAE0E0;
}

#sub_menu li {
	margin:0 0 10px 0;
	list-style:url(../graphics/details/bullet.jpg);
	}
	
#thumbs {
	margin:30px 0 0 20px;
	}
#thumbs li {
	margin:0 0 5px 0;
	width:102px;
	height:42px;
	}
#thumbs img {
	width:100px;
	height:40px;
	outline:none;
	border:none;
	}

#thumbs .on  {
	width:110px;
	height:40px;
	}
	
#thumbs .off  {
	width:50px;
	height:40px;
	overflow:hidden;
	}

/*this is the right column wrapper for floating*/
#right_column {
	width:765px;
	float:right;
	padding-bottom:5px;/*just to position the image description*/
	position:relative;
	}
	
/*this is the image wrapper placed inside right_column*/
#right_1 {
	width:765px;
	float:left;
	}

/*this is the image title and description*/
#right_2 {
	float:left;
	line-height:40px;
	}

#right_3 {
	float:right;
	line-height:40px;
	}
#right_2 li {
	display:inline;
	}
#pdf_dl {
	font-size:9px;
	margin:20px 0 0 20px;
	}

#projects_info {
	width:400px;
	margin:0 0 0 20px;
	color:#4E4F52;
	}
#projects_info p {
	padding:5px 5px 5px 10px;
	}
#about_project {
	margin:20px 0 20px 20px;
	font-style:italic;
	}
