/* 
	--------------------------
	Mallard Cooke Print CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #666;
	font-size: 10pt;
}
#sidebar, #nav{
	display: none;
}
a:link, a:visited{
	color: #92af2a;
	text-decoration: none;
}
a img{
	border: 0;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
}
h2{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
}
h3{
	font-size: 8pt;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
td{
	border-bottom: 1px solid #ccc;
}
th{
	border-bottom: 1px solid #ccc;
	text-align: left;
}

#footer{
	border-top: 1px solid #ccc;
	clear: both;
}
#project-gallery{
	padding: 8px 0 0 8px;
	height: 230px;
	margin-bottom: 14px;
}
#project-image{
	float: left;
	margin-right: 20px;
}
#project-image img, #project-thumbs img{
	border: 1px solid #b7b7b7;
	background-color: #f4f4f4;
	padding: 3px;
}
#project-thumbs{
	float: left;
	margin: 0;
	padding: 0;
	width: 168px;
}
#project-thumbs li{
	list-style: none;
	float: left;
	padding: 0 0 12px 8px;
	margin: 0;
	line-height: 1;
}
dl#project-details{
	clear: both;
}
dl#project-details dt{
	float: left;
	width: 150px;
	padding: 7px 10px 7px 0;
	margin: 0;
	clear: left;
	border-top: 1px solid #e5e5e5;
}
dl#project-details dd{
	float: left;
	width: 340px;
	padding: 7px 0;
	margin: 0;
	border-top: 1px solid #e5e5e5;
}

/* =self-clearing floats 
-------------------------------------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* trigger hasLayout and target ie7/win only */
*:first-child+html .clearfix{
	min-height: 1px;
}
/* \*/
* html .clearfix{
	height: 1%;
	display: block;
}
/* */

