/* ===========================================================================
 * Filename: css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 29 Jul 2009
 * Description: Contains print styles for the Sugarloaf Ridge website.
 *
 * This file may not be used for any purpose other than for the Sugarloaf Ridge
 * website and may not be 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.538462;
	color: #000;
	text-align: left;
}

a img
{
	border: none;	
}

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

#section
{	
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: 2.2em;
	font-weight: normal;
	margin: 0;
	padding: 20px 5px 27px 0;
	color: #333;
	text-transform: lowercase;
	text-align: right;
	line-height: 1.2;
}

h1, h2
{
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 1.0em;
	padding: 14px 0 5px 0;
	margin: 0 0 13px 0;	
	text-transform: lowercase;
	color: #DA5D27;
	letter-spacing: 1px;
}

h3, h4, h5, h6
{
	color: #7E7779;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	padding: 0;	
}

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

ul
{
	margin: 0;
	padding: 0 0 0.7em 0;
	list-style-type: none;
}

ul ul
{
	margin: 0;
	padding: 0 0 0 18px;
}

ol
{
	margin: 0;
	padding: 0 0 0.7em 1.5em;
}

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

.feature, p.feature, div.feature 
{
	color: #DA5D27;	
}

a.feature:link, a.feature:visited
{
	color: #DA5D27;	
	font-weight: bold;
}

a.feature:focus, a.feature:hover, a.feature:active
{
	color: #000;
	font-weight: bold;
}

.large
{
	font-size: 1.04em;	
}

.image-left, .image-offset-left
{
	float: left;
	margin: 5px 0.7em 0.7em 0;
}

.image-right, .image-offset-right
{
	float: right;
	margin: 5px 0 0.7em 0.7em;
}
	
dl
{
	padding: 0 0 0.7em 0;
	margin: 0;
	clear: both;
}

dt
{
	float: left;
	width: 112px;
	clear: left;	
	font-weight: bold;
}

dd
{
	margin-left: 124px; 	
}

#nav, #subnav, .template-home #section, .template-home h1
{
	display: none;	
}

.template-home #col1
{
	padding: 20px 0 0;
}

#footer
{
	clear: both;
	font-size: 0.85em;
	padding: 20px 0;	
}
