/* @override 
	http://www.evolvedwebsites.com.au/css/print.css
*/

/* General styles */

a { }
h1, h2, h3, h, h5 {
	line-height: 1.3em;
	margin: 1.5em 0 0 0;
}
p {
	margin-top: 0;
}
.pdfs li.reader, #breadcrumb, #subpages, .page_updated, #footer ul, .text_caption { display: none; }
img { border: none; }
hr { height: 1px; color: #666; }
.clearer { clear: both; }
.star {
	padding-left: 8px;
	background: url(/images/bullet.png) left center no-repeat;
}
p.lists { padding-left: 25px; }
.list-num { margin-left: -11px; font-weight: bold; color: #000; }
.text-image {
	float: right;
	margin: 0.2em 0 0.5em 2em;
}
#footer {
	font-size: 10px;
	color: #555;
	margin-top: 3em;
}


/* For this website */

body {
	font: 76%/1.4em Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	margin: 0.5em 0;
}

#footer span, #sitemenu, #shadowbox {
	display: none;
}

.section {
	padding-bottom: 1em;
	border-bottom: 1px solid #cdcdcd;
}
.section img {
	float: right;
	margin: 3em 0 1em 1.5em;
}

/* .item and descendants, currently used on folio page */
.item {
	clear: left;
	height: 90px;
	margin-bottom: 20px;
	padding: 5px 0 5px 0;
	overflow: hidden;
}

.item h2 {
	font-size: 110%;
	margin: 0 0 0 180px;
	clear: none;
}

.item p {
	margin-left: 180px;
	line-height: 1.4em
}

.item img {
	float: left;
	margin: 0.4em 0;
	border: 1px solid #cdcdcd;
}


/* Gallery Photos */

.photos {
	width: 100%;
	margin: 0 0 2em 0;
	background: none;
	padding-left: 0;
}

.photos li {
	float: left;
	list-style: none;
	width: 140px;
	height: 130px;
	padding: 10px;
	background: url(/images/photo_divider.png) right repeat-y;
}
.photos li.last { background: none; }
.photos div { 
	position: relative;
	height: 110px;
	margin-bottom: 5px;
}
.photos p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	clear: both;
}
.photos img { 
	position: absolute;
	margin: 0;
	top: auto; bottom: 0; left: 0;
	border: 1px solid #cdcdcd;
}

