@charset "utf-8";
/* css document for portfolio display pages */

#contentbox{			/*this is the navigation link box on these pages*/
	width:480px;
}
.linkbox{
	margin-top:-40px;	/*brings origami thumbnails up more in window*/
}
h1{
	margin-top:0px;
}
#portContainer{
	clear:left;
	width:760px;
	margin-right:auto;
	margin-left:auto;
}
ul.portThumbs{
	height:500px;
	width:170px;
	float:left;
	list-style-type:none;
	padding-left:0;
	margin-top:80px; /*change this margin when adding more thumbnails*/
	margin-left:0;
}
ul.portThumbs li{
	display:inline;
	margin:0;
	padding:0;	
}

ul.portThumbs a{
	display:block;
	float:left;
	width:80px;		/*just added */
	padding-top:5px;
	padding-right:5px;
	
}
ul.portThumbs a:hover {
	filter:alpha(opacity=50);
	opacity: .4;
}
#portPiece{
	float:right;
	width:504px;
	height:600px;
	background:url(images/text_bg.jpg) bottom left repeat-x;
	margin-right:50px;
}
#portPiece h2{
	padding-top:5px;
	font-size:1.2em;
	font-weight:600;
	color:#c598f4;
}
#portPiece img{
	border:2px solid #00baf8;
	margin-top:20px;
}
#portPiece h4{
	color:#c598f4;
	font-size:0.9em;
}
#portPiece h4,#portPiece p{
	text-align:left;
	padding-left: 20px;
	padding-right:10px;
}
#portPiece p{
	font-size:0.7em;
}
#portPiece a{
	color:#ef64af;
	text-decoration:none;
}
#portPiece a:hover{
	color:#c598f4;
}
#footer{
	clear:both;
	background-position:0% 10%;	/*moves footer image  & text line(below) for portfolio pages*/ 
	padding-top:55px;
}


