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

.resume_block_title {
	font-size: 14px;
	font-variant:small-caps;
	font-weight:300;
}

img.bordered {
	border: 1px #000000;
	
}

#portfolio_content {
	width: 475px;
}

#portfolio_content a:link, a:visited {
	color: #0066FF;
	text-decoration: none;
}

#portfolio_content a:hover {
	text-decoration: underline;
}

.selected {
	color:black;
}

/* Portfolio Navigation Floater  ================================== */

#portfolio_nav {
	float:right;
	width: 200px;
	x: 575px;
	y: 150px;
	position:absolute;
	background-color: #BA6DAB; /*#74104f;*/
	color: #FFFFFF;
	padding: 5px;
	left: 505px;
	top: 108px;
}

#portfolio_nav ul{
	list-style:none;
	margin-left: 5px;
	padding-left: 8px;
	padding-top: 10px;
	line-height: 150%;
	font-size: 110%;
}

#portfolio_nav a:link, a:visited {
	text-decoration:none;
	color: #FFFFFF;
}

#portfolio_nav a:hover {
	text-decoration:underline;
	color:#FFECFB;
}

#footer {
	float:none;
}


/* Standard Thumbnails  ================================== */

.thumb_standard {
	float:left;
	margin: 6px;
	margin-right: 15px;
	margin-bottom:15px;
	padding-bottom:0px;
	border: 1px solid black;
}

.thumb_standard_right {
	float:right;
	margin: 6px;
	margin-right: 15px;
	margin-bottom:15px;
	border: 1px solid black;
}


/* old simple float for thumbnails
.art_thumbnail {
	float:left;
	width: 75px;
	height: 75px;
	margin: 6px;
	vertical-align: middle;
	text-align:center;
}*/



/* fancy hover code ========================================= */

.art_thumbnail_hover{
	position: relative;
	border: 1 px solid black;
	z-index: 0;
	float:left;
	width: 75px;
	height: 75px;
	margin: 6px;
	vertical-align: middle;
	text-align:center;
	text-decoration:none;
}

.art_thumbnail_hover:hover{
	background-color: transparent;
	z-index: 50;
}

.art_thumbnail_hover span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightgrey;
	padding: 5px;
	left: -1000px;
	border: 2px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.art_thumbnail_hover span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	float:left;
}

.art_thumbnail_hover:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 60px; /*position where enlarged image should offset horizontally */
	top:75px;

}

.art_thumbnail_hover span p{
	width:400px;
	font-weight: bold;
	text-decoration::none;
}

/* TEXT hover -- should clean this up with inheritance later */

.art_link_hover{
	text-decoration:none;
	position:relative;
	vertical-align:middle;
}

.art_link_hover a:link, a:visited {
	color: #0066FF;
	text-decoration: none;
}

.art_link_hover a:hover {
	text-decoration: underline;
}
.art_link_hover:hover{
	background-color: transparent;
	z-index: 50;
}

.art_link_hover span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightgrey;
	padding: 5px;
	left: -1000px;
	border: 2px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.art_link_hover span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	float:left;
}

.art_link_hover:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 0;
	left: 50px; /*position where enlarged image should offset horizontally */
	top:18px;

}
