/*  
* Template-specific stylesheet for the Our Work Listing template
* which simply extends 2-Column Solid
*/
@import url('tpl-2col-solid.css');


#content {
	padding:0;
	background:0;
	border:0;
	width:800px;
}

#list {margin-left: 320px;}

.post div.row {
	height:86px;
	margin-bottom:10px;
	width: 600px;
}
.post div.row img {
	display:block;
	float:left;
	width:318px;
	height:86px;
	border:0;
	margin-right:2px;
}

.post div.row div.details img {position: absolute; left: 0px;}


.post div.row div.details {
	clear:right;
	float:left;
	background:#fff;
	height:86px;
	padding:0;	
}

.details a span.bl {display: block;  width: 2px; height: 2px; font-size: 0px; margin:0; padding: 0;  line-height:0px;  background:#FFFFFF; }
.details a:hover span.bl {background:#000000; }



.details a{
	display: block; 
	text-align: left;
	text-decoration: none;
	background:#fff;
	padding:0;
	color:#333;	
	cursor: pointer;
	cursor: hand;
}

.details a:hover{
	display: block; 
	background: #000000; 
	color: #FFFFFF;
	padding-bottom: 4px;
	cursor: pointer;
	cursor: hand;
}


.post div.row div.details h4 {
	color:#cc0000;
	font-size:1.5em;
	display:block;
	margin-bottom:0.3em;
	margin-top:0;
	padding: 8px 8px 2px 8px;
}
.post div.row div.details h4 a {
	text-decoration:none;	
}
.post div.row div.details h4 a:hover {
	text-decoration:underline;
}
.post div.row div.details ul li {	
	margin-right:1em;
	font-family: Georgia, Arial, Helvetica, sans-serif;	
	padding: 2px 2px 2px 8px;
}

.post div.row div.details ul li em {
	color:#999;
	font-weight:normal;
}

.floatL {float: left;}

.name {
	display:block;
	color:#cc0000; 
	font-size:1.5em;
	display:block;
	margin-bottom:0.3em;
	margin-top:0;
	padding: 10px 8px 4px 8px;
}
/* for Internet Explorer */
/*\*/
* html .name {
font-weight:bold;
}
/**/
