/*************************************************************************
	Electric Putty
	Developed by Malcolm Elsworth

	MODULE: 	append-portfolio.css
	PURPOSE:	portfolio page specific instructions
*************************************************************************/




/* Left column
*************************************************************************/




/* Main column
*************************************************************************/
#loading {
	position: absolute;
	margin-top: 21px;
	width: 726px;
	height: 440px;
	background-image: url("../site_images/overlay.png");
	}


ul.portfolio {
	margin-bottom: 0em;
	}

ul.portfolio li {
	background: none;
	padding: 0 0 26px 0;
	margin-right: 12px;
	float: left;
	width: 234px;
	}

ul.portfolio li.third {
	margin: 0;
	}
	
ul.portfolio li.restart {
	clear: left;
	}
	
ul.portfolio li .grab {
	background: url("../site_images/bg_portfolio-grab.png") no-repeat bottom left;
	padding-bottom: 6px;
	}

ul.portfolio li .grab a {
	display: block;
	border: 1px solid #b5b1a9;
	padding: 3px;
	background: #fff;
	}
	
ul.portfolio li .grab a:hover,
ul.portfolio li .grab a:focus,
ul.portfolio li .grab a:active {
	background :#94c94c;
	}
	
ul.portfolio li img {
	display: block;
	border: 1px solid #fff;
	}

ul.portfolio li h3 {
	margin-bottom: 0px;
	}

ul.portfolio li p {
	font-size: 0.8em;
	margin: 3px 0 0 0;
	}

ul.portfolio li p a {
	color: #6d6d6c;
	border: none;
	text-decoration: underline;
	}

.box-nav {
	margin-bottom: 1em;
	}




/* Project details
*************************************************************************/
.details .grab {
	background: url("../site_images/bg_detail-grab.png") no-repeat bottom left;
	padding-bottom: 6px;
	}
	
.details .grab a {
	border: 0;
	}

.details .grab img {
	padding: 9px;
	background: #fff;
	border: 1px solid #aca8a0;
	}

#detail_list {
	padding-bottom: 20px;
	}

#detail_list li {
	padding: 2px 0 4px 0;
	margin-right: 12px;
	float: left;
	width: 152px;
	background: url("../site_images/bg_detail-small.png") no-repeat bottom left;
	}

#detail_list li.last {
	margin: 0;
	}

#detail_list li a {
	display: block;
	border: 1px solid #b5b1a9;
	padding: 5px;
	background: #fff;
	}
	
#detail_list a:hover,
#detail_list a:focus,
#detail_list a:active {
	background :#94c94c;
	}

#detail_list a.here {
	background :#ccc;
	}
	
#detail_list img {
	display: block;
	border: 1px solid #fff;
	}

.details .box-nav {
	margin-right: 18px;
	}




/* Right column
*************************************************************************/
.extra {
	padding-top: 71px;
	}

.extra ul,
.extra p {
	margin-bottom: 1.2em;
	}
	
.extra blockquote {
	margin-bottom: 5px;
	}

.extra blockquote p {
	margin: 0;
	}

p.credit {
	font-weight: bold;
	font-size: 90%;
	}



/* Pre footer
*************************************************************************/
.pre_footer {
	margin: 25px 0;
	}
	
	
	