﻿/* Project Listing */

.our-projects li,
.minor-projects li {
	border-bottom: 1px solid #fff;
	}
.minor-projects li  {
	border-top: 4px solid #e7eff2;
	background-color: #f5f8f9;
	}	
.hot {
	border-top: 4px solid #e7eff2;
	background-color: #f5f8f9;
	cursor: pointer;
	}
.project-thumbnail {
	float: left;
	width: 200px;
	padding: 20px 0 20px 20px;
	border-top: 1px solid #fff;
	}
.project-overview {
	float: left;
	width: 410px;
	border-top: 1px solid #fff;
	padding: 8px 20px 10px 0;
	line-height: 1.2em;
	}
.project-overview h3 {
	color: #0081ab;
	}
.our-projects li.project-roll,
.minor-projects li.project-roll {
	border-top: 4px solid #ffcf40;
	background-color:#fff1c5;
	color: #006b8d;
	}
.our-projects li.project-roll h3,
.minor-projects li.project-roll h3 {
	color: #006b8d;
	}
.our-projects li:last-child,
.minor-projects li:last-child {
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	}			
						
	
/* Project Detail */	

.project-feature {
	border-top: 4px solid #ffcf40;
	}
.project-fact {
	float: left;
	width: 190px;
	padding: 0 10px 0 20px;
	border-top: 1px solid #fff;
	background: url(../library/bg-project-fact.gif) no-repeat bottom left #0081ab;
	min-height: 250px;
	}
.project-fact p {
	color: #ffcf40;
	font-weight: bold;
	padding-top: 15px;
	font-size: 108.3%;
	}	
.project-image {
	float: left;
	width: 430px;
	border-top: 1px solid #fff;
	}
.project-reference {
	float: left;
	width: 190px;
	padding: 10px 10px 20px 20px;
	}
.project-reference p {
	font-size:91.6%;
	color: #0081ab;
	background: url(../library/bg-referencedivider.png) no-repeat 0 0;
	padding-top: 10px;
	}
.project-reference p.top {
	background-image: none;
	}	
.project-reference strong {
	font-size:108.3%;
	color: #666;
	}		
.project-description {
	float: left;
	width: 430px;
	padding: 20px 0 10px 0;
	}
.project-description .title {
	font-size:108.3%;
	color: #0081ab;
	}	
.project-client {
	float: left;
	width: 160px;
	padding: 0px 40px 0px 20px;
	}
.project-client p {
	margin: 0;
	}	
.project-client img {
	display: block;
	width: 80px;
	height: 80px;
	}		
.project-testimonial {
	float: left;
	width: 430px;
	}
.project-testimonial .quote {
	background-color: #e7eff2;
	width: 450px;
	margin-left: -20px;
	background: url(../library/bg-testimonial-bot.png) no-repeat bottom left;
	}	
.project-testimonial .quote div {
	width: 410px;
	padding: 15px 20px 15px 20px;
	background: url(../library/bg-testimonial-top.png) no-repeat top left;
	}	
.project-detail ul.linklist {
	margin-bottom: 0;
	}	
.from {
	margin-bottom: 1.2em;
	}				
.download {
	margin: 0;
	}
.download a {
	background: url(../library/btn-download.png) no-repeat 0 0;
	display: block;
	height: 0;
	padding-top: 26px;
	overflow: hidden;
	}
.download a:hover {
	background-position: 0 -26px;
	}				
	
/* Related Projects */	

.panel-wrapper-nopad {
	margin-bottom: -1px;
	}	
.panel-wrapper-nopad h2{
	margin-left: 15px;
	}	

.related-projects {
	border-top: 1px solid #fff;
	}
.related-projects li {
	border-bottom: 1px solid #fff;
	}
.related-projects .hot {
	border-top: 4px solid #d1ebf4;
	background-color: #e6f5fa;
	cursor: pointer;
	}
.related-projects .related-thumbnail {
	float: left;
	width: 70px;
	padding: 10px 0 10px 15px;
	border-top: 1px solid #fff;
	}
.related-projects .related-thumbnail img {
	width: 70px;
	}	
.related-projects .related-overview {
	float: left;
	width: 120px;
	border-top: 1px solid #fff;
	padding: 10px 10px 10px 10px;
	line-height: 1.2em;
	}
.related-projects .related-overview p {
	line-height: 1.3em;
	margin: 0;
	}	
.related-projects .related-overview em {
	font-style: normal;
	color: #7fc1d4;
	}	
.related-projects .project-roll {
	border-top: 4px solid #ffcf40;
	background-color:#fff1c5;
	color: #006b8d;
	}		
.related-projects .project-roll a {
	color: #006b8d;
	}	
	
		
