/* 
	--------------------------
	Kokomo Print CSS Document 
	Author: www.72dpi.co.nz
	--------------------------	
*/
body{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	font-size: 10pt;
}

#logo, #left-content, #sidebar, #nav, #main-nav  {
	display: none;
}

a:link, a:visited{
	color: #92af2a;
	text-decoration: none;
}
a img{
	border: 0;
}

/* =typography */

.copy h1{
	margin: 0em 0 .5em 0;
	font-size: 28pt;	
	line-height: 1;	
	text-transform: lowercase;
}
.copy h2{
	font-size: 18pt;
	margin:  1em 0 0.5em 0;
	font-weight: normal;
}
.copy h3{
	font-size: 14pt;
	margin:  1.5em 0 0.5em 0;
	font-weight: bold;
}

.copy p{
	font-size: 11pt;
	margin: 0 0 1em 0;
	line-height: 1.5;
}
.copy td{
	font-size: 1.2em;
	line-height: 1.4;
	border-bottom: 1px solid black;
	padding: 3px
}

img.align-right{
	float: right;
	margin: 0 0 10px 10px;
}

#footer{
	border-top: 1px solid #000;
	clear: both;
	color: #000;
}

#footer a{
	color: #000;
}

#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;
}
/* */
