* {
	margin: 0;
	padding: 0;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	border: none;
	color: #515151;
}

/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Portfolio
*/

.portfolio h5, .portfolio_details h5 {
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	color:#fff;
}

.portfolio {
	margin: 20px;
}

.portfolio ul {
	list-style: none;
}

.portfolio ul li {
	float: left;
	display: inline;
}

.portfolio ul li a{
	text-decoration: none;
	border: 1px solid #B1AFA1;
}

.boxgrid{  
    width: 224px;  
    height: 150px;  
    margin:10px;  
    float:left; 
	display: inline; 
    background:#161613;  
    overflow: hidden;  
    position: relative;  
}  
.boxgrid img {  
    position: absolute;  
    top: 0;  
    left: 0;  
    border: 0;  
}

.boxcaption {  
	display: block;
    float: left;  
    position: absolute;  
    background: #000;  
    height: 150px;
	padding: 5px 10px 0;
    width: 100%; 
 	top: 100px;
    opacity: .8;  
    /* For IE 5-7 */  
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  
    /* For IE 8 */  
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  
 }

a .boxcaption strong {
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #33678d;
	margin-bottom: 1px;
}

 
.caption .boxcaption {  
    top: 150px;  
    left: 0;  
}

.portfolio a {
	font-size: 12px;
	color: #33678d;
}

.portfolio a:hover {
	color: #2f76aa;
}



.portfolio_container {
	margin: 30px 20px 30px;
}

.portfolio_details {
	float: left;
	width: 300px;
	display: inline;
}

.portfolio_details .details{
	margin-top: 20px;
}

.portfolio_details .hr {
	width: 100%;
	background: url('/images/rule_300.png') no-repeat center bottom;
	height: 30px;
	display: block;
}

.portfolio_details .details strong{
	color: #339900;
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
}

.portfolio_details .details p{
	margin-bottom: 15px;
}

.portfolio_details .details p.desc{
	line-height: 1.4em;
	margin-top: 5px;
}

.portfolio_contents {
	float: right;
	width: 500px;
	display: inline;
}

.portfolio_contents img{
	border: 1px solid #B1AFA1;
	margin-bottom: 20px;
}








