/* ===========================================================================
 * Filename: css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 21 June 2009
 * Description: Contains print styles for the Plane Tree Studio website.
 *
 * This file may not be used for any purpose other than for the Plane Tree Studio
 * website and may not be modified without written permission from the author.
 * =========================================================================== 
 */

body
{
	font-size: 80%;
	line-height: 1.5;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Sans-serif;
}

a img
{
	border: none;	
}

a:link, a:visited
{
	color: #c60;
	text-decoration: underline;
}

a:focus, a:hover, a:active
{
	color: #A32900;
	text-decoration: underline;
}

h1
{
	color: #275E37;
	padding: 20px 20px 25px 0;
	margin: 0 10px 0 0;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	line-height: 1.2;
	font-size: 3.9em;
	font-weight: normal;
	
	clear: both;
}

h2
{
	font-size: 1.0em;
	padding: 0 1em 0 0;
	margin: 0;
	font-weight: bold;
	color: #275E37;
}

h3
{

}

h4, h5, h6
{

}

p
{
	padding: 0 0 1em 0;
	margin: 0;	
}

hr
{
	border: none;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
	height: 1px;
	background-color: transparent;
	color: transparent;
}

ol
{
	padding: 0 0 1em 2em;
	margin: 0	
}

ol li
{
	padding: 0;
	margin: 0;	
}

ul
{
	padding: 0 0 1em 2em;
	margin: 0;	
	list-style-type: disc;
}

ul li
{
	padding: 0 0 0 15px;
	margin: 0;
}

ul.nobullet li
{
	background-image: none;
	padding-left: 0;	
}

ol ol, ul ul, ol ul, ul ol
{
	padding-bottom: 0;	
}

div.image-left, img.image-left
{
	float: left;
	display: inline;
	margin: 5px 10px 10px 0;	
}

div.image-right, img.image-right
{
	float: right;
	display: inline;
	margin: 5px 0 10px 10px;	
}

div.image-right p, div.image-left p
{
	padding: 0;	
}

.clear
{
	clear: both;	
}

.subdued
{
	color: #999;		
}

.step
{
	width: 100%;
	float: left;
	padding: 0 0 1em 0;
	clear: both;	
}

.step img
{
	width: 150px;
	height: 150px;
	float: right;	
}

.step .description
{
	margin-right: 170px;
}

.step h2, .step p
{
	padding: 0;	
}
	
#nav, #footer
{
	display: none;	
}

#footerinfo
{
	border-top: 1px solid #999;
	color: #666;
	padding: 10px 0 0;
	margin: 30px 0 0;
	font-size: 1.6em;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}


.clear
{
	clear: both;
}	







#slideshow {
    position:relative;
    height:160px;
    width: 620px;
    float: left;
    padding: 0 0 12px 0;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow img.active {
    z-index:10;
    opacity:1.0;
}

#slideshow img.last-active {
    z-index:9;
}


#locationmap
{
	width: 100%;
	height: 430px;	
	margin: 1em 0;
}


#logo
{
	width: 155px;
	float: right;
}

#logotype
{
	width: 277px;
	float: left;
}

#slogan
{
	clear: left;
	font-size: 1.5em;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: italic;
	line-height: 1.2;
	width: 11em;
	padding: 1em 0;
}

#lead
{	
	font-size: 1.4em;
}

#breadcrumbs
{
	padding: 10px 0 20px 0;	
}

#footerinfo
{
	clear: both;	
}


ul.thumbnails 
{
	list-style-type: none;
	padding: 0;
	margin: 0;	
}

ul.thumbnails li
{
	width: 150px;
	float: left;	
	margin: 0 5px 25px 0;
	padding: 0;
	background-image: none;
}

ul.thumbnails a
{
	display: block;
	width: 140px;
	padding: 5px;	
}

ul.thumbnails a:link, ul.thumbnails a:visited
{
	background-color: #fff;
	color: #c60;
	text-decoration: none;	
}

ul.thumbnails a:focus, ul.thumbnails a:hover, ul.thumbnails a:active
{
	background-color: #c60;
	color: #fff;
	text-decoration: none;	
}

ul.thumbnails img
{
	display: block;	
}

ul.thumbnails span.thumbnail
{
	width: 140px;
	height: 140px;
	display: block;
	text-align: center;
	background-color: #fff;	
}

ul.thumbnails span.caption
{
	display: block;	
	padding: 5px 0 0;
}

ul.thumbnails a:link span.caption, ul.thumbnails a:visited span.caption
{
	color: #c60;
}

ul.thumbnails a:focus span.caption, ul.thumbnails a:hover span.caption, ul.thumbnails a:active span.caption
{
	color: #fff;
}

.pagination
{
	clear: both;
}
