/*
Theme Name: Nopoko Graphics v3
Theme URI: http://www.nopokographics.com/
Description: Visual design by FromZero Lab.
Version: 3
Author: Simon SANDWIDI
Author URI: http://fromzerolab.com/
Tags: blue, custom header, fixed width, two columns, widgets 

This theme was designed and built by Simon SANDWIDI,
whose blog you will find at http://fromzerolab.com/

*/
.portfolio_post
{
	position: relative;
	float: left;
	display: block;
	width: 550px;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #555454;
}

.project_pic 
{
	position: relative;
	
	width: 550px;
	height: 250px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.project_pic img
{
	width: 550px;
	height: 250px;
	margin: 0;
}


.portfolio_post a
{
	color: #ffffff;	
	text-decoration: none;
}

.portfolio_post a:hover
{
	color: #000000;	
	text-decoration: none;
}

.portfoliometadata
{
	float: left;
	width: 545px;
	height: 40px;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 11px;
	text-align: left;
	text-decoration: none;
	color: #555454;	
}
.portfoliometadata a
{
	text-align: left;
	font-weight: 600;
	text-decoration: none;
	color: #333333;	
}

div.top_details
{
 position: relative;
	width: 550px;
	height: 25px;
 background: transparent url("imgs/top_details.png") no-repeat;
}

div.top_details h2
{
	position: absolute;
	top: 0;
	left: 0;
	
	width: 385px;
	height: 20px;
	margin: 0;
	padding: 5px 0 0 5px;
	font-size: 12px;
	line-height:15px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	letter-spacing: -1px; 
	font-family: 'lucida sans','lucida grande',helvetica,verdana,sans-serif;
	color: #ffffff;	
}

div.top_details span.preview
{
	position: absolute;
	top: 0;
 right: 0;
	
	width: 150px;
	height: 25px;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height:25px;
	color: #555454;	
	text-transform: uppercase;
}

/**************************************************/
div#portfolio
{
 float: left;
	display: inline;
	width: 550px;
	margin: 10px 0 10px 0;
	padding: 0;
	text-align: justify;
	text-decoration: none;
	color: #555454;
}

div#portfolio dl
{
 float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div#portfolio dl dt
{
	width: 200px;
	height: 21px;
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	font-weight: bold;
	line-height: 21px;
	color: #ffffff;
	background-color: #3699ec;
}

div#portfolio dl dd
{
	width: 200px;
	height: 21px;
	margin: 0;
	padding: 0 0 0 8px;
	font-size: 10px;
	line-height: 21px;
	color: #333333;
	border-bottom: 1px solid #e2e2e2;
	
	background: transparent url("imgs/right_arrow.png") no-repeat left;
}

div.portfoliometadata ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000000;
}

div.portfoliometadata ul li
{
	margin: 0 0 5px 0;
}

div.portfoliometadata ul.rightway
{
	float: right;
	max-width: 325px; 
}

div.portfoliometadata ul.leftway
{
	float: left;
	width: 200px;
}

div.portfoliometadata ul li span
{
	color: #389bee;
	font-weight: bold;
}

.project_caption
{
	position: absolute;
	bottom: 0;
	left: 0;
	
	display: none;
	width: 544px;
	/* height: 80px; */
	max-height: 80px;
	margin: 0;
	padding: 0 3px 0 3px;
	color: #ffffff;
	font-size: 10px;
	overflow: hidden;
	
	background: #000000;
	filter:alpha(opacity=70);  
	-moz-opacity:0.7;    
	-khtml-opacity: 0.7;     
	opacity: 0.7; 
}
