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



/*----- LEFT COLUMN Photo Subnavigation--------*/


#proj_photo_subnav {
	background-image: url(../_images/_projects/proj_photo_subnav_bg.gif);
	height: 20px;
	width: 410px;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: bottom;
	line-height: 20px;
	letter-spacing: 2px;
	white-space: nowrap;
	font-weight: normal;
}
#proj_photo_subnav a {
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}
#proj_photo_subnav   a:hover  {
	background-color: #978FD9;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}
#proj_photo_subnav .on {
	background-color: #978FD9;
	color: #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
}
#enlarge_icon {
	height: 27px;
	width: 27px;
	right: 5px;
	top: 5px;
	position: absolute;
}

#photonum {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	color: #9692C6;
	z-index: 2;
	height: 25px;
	width: 25px;
	background-color: #252525;
	text-align: center;
	vertical-align: middle;
	line-height: 22px;
	position: absolute;
	right: auto;
	bottom: auto;
	font-weight: bold;
	margin: 5px;
	border: 1px solid #FFFFFF;
}


/* ------------- RIGHT COLUMN PORTFOLIO and PROJECT THUMBNAIL SUB-NAVIGATION STYLES. ------------------*/


#proj_subnav {
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 20px;
}
#proj_subnav a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#proj_subnav_row {
	clear: right;
	height: 80px;
}
#proj_subnav img {
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	height: 75px;
	width: 75px;
}


#proj_thumb_title  {
	float: left;
	height: 75px;
	width: 75px;
	background-color: #706046;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 15px;
	vertical-align: middle;
}

