/* ======================================================================================
 * Filename: theme/css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 6 May 2010
 * Description: Print styles for the Number Three website.
 * Visual design: Kieran Bradley, kieran@workhorse.net.au, www.workhorse.net.au
 *
 * This file may not be used for any purpose other than for the Number Three website 
 * and may not be copied or modified without written permission from the author.
 * ======================================================================================
 */
 

body
{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #333;	
}

a img
{
	border: none;	
}

a:link, a:visited, a:focus, a:hover, a:active
{
	color: #e05e10;
	text-decoration: none;	
}

h1
{
	font-family: 'Arial Narrow', Arial, Helvetica, Sans-serif;
	font-size: 30px;
	color: #333;
	line-height: 1.2;
	font-weight: normal;
}

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

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

p.lead
{
	font-family: 'Arial Narrow', Arial, Helvetica, Sans-serif;
	font-size: 30px;
	color: #8c7a71;
	line-height: 1.2;
	padding: 0 0 1em 0;
}

p.intro
{
	font-size: 14px;
}

p.feature
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0;
	margin: 0 0 1.5em 0;
}

div.box
{
	border: 1px solid #ccc;
	padding: 9px;
	margin: 0;
}

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

div.gallery
{
	position: relative;
	width: 100%;
	float: left;
}

.gallery ul
{
	padding: 0;
	margin: 0 0 1.5em 0;
	width: 100%;
	list-style-type: none;
}

.gallery ul li
{
	width: 160px;
	height: 160px;
	float: left;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
	padding: 0;
}

.gallery ul img
{
	display: block;
}

.gallery ul span.caption
{
	font-size: 10px;
	line-height: 1.0;
	display: block;
	min-height: 35px;
	padding: 5px 8px 0;
}

p.imagebox span.caption
{
	display: block;
}

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

a.button
{
	font-family: 'Arial Narrow', Arial, Helvetica, Sans-serif;
	font-size: 20px;
	display: block;
	padding: 1px 9px;
	font-weight: bold;
	border: 1px solid #ccc;
}

a.button:link, a.button:visited, a.button:focus, a.button:hover, a.button:active
{
	color: #e05e10;
}

blockquote
{
	padding: 0.5em 0 0;
	margin: 0;
	font-style: italic;
	border-top: 1px solid #ccc;
}

p.author
{
	font-style: italic;
	border-bottom: 1px solid #ccc;
	color: #999;
}

#nav
{
	display: none;
}

#smallmap
{
	width: 100%;
	height: 240px;
	margin: 0 0 1.5em 0;
}

#smallmap a:link, #smallmap a:visited, #smallmap a:focus, #smallmap a:hover, #smallmap a:active
{
	background-color: transparent;
}

#largemap
{
	width: 450px;
	height: 450px;
	margin: 0 0 1.5em 0;
}

#largemap a:link, #largemap a:visited, #largemap a:focus, #largemap a:hover, #largemap a:active
{
	background-color: transparent;
}

#footer
{
	clear: both;
	padding: 50px 0 0;
}

#slogan
{
	border-top: 1px solid #ccc;
	padding: 10px 0;
	font-size: 14px;
	color: #333;
	line-height: 1.2;
	font-weight: normal;
}

#footer strong
{
	font-weight: normal;
}

#col1, #col2
{
	clear: both;
}


.hidden
{
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.gallery-button
{
	clear: both;
}

#header
{
	width: 160px;
	position: absolute;
	top: 16px;
	left: 0;
}

#content, #footer
{
	margin-left: 180px;
}
