/* ===========================================================================
 * Filename: css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 18 Jan 2010
 * Description: Contains print styles for the Pickled Pear website.
 *
 * This file may not be used for any purpose other than for the Pickled Pear
 * website and may not be modified without written permission from the author.
 * =========================================================================== 
 */

body
{
	line-height: 1.5;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;	
}

a img
{
	border: none;	
}

a:link, a:visited
{
	color: #89B504;
	text-decoration: none;	
}

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

h1
{
	margin: 0;
	padding: 2px 0 14px;
	font-size: 40px;
	color: #000;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;	
}

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

.box1 h2
{
	font-size: 15px;
	color: #89B504;
}

#section-contact #content h2
{
	color: #000;	
}

#section-contact #content .box1 p
{
	font-size: 15px;
}

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

.intro
{
	font-size: 15px;
}

.lead
{
	font-size: 24px;
	line-height: 1.4;
	color: #999;	
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-style: italic;
	padding: 0 0 9px;
}

#section-home .lead
{
	padding-top: 9px;	
}

.main
{
	border-top: 1px solid #ccc;	
	padding: 10px 0 50px 0;
}

#section-home .main
{
	border-top: 1px solid #fff;	
}

.col1
{
	font-size: 15px;
}

.questions h2
{
	font-size: 20px;
	color: #000;
	padding: 0;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	margin: 0;
}

.questions p
{
	padding: 0 12px 1em 0;
	margin: 0;	
	font-size: 20px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
}

#nav
{
	display: none;	
}

#footer
{
	border-top: 1px solid #ccc;
	padding: 7px 0;	
}

#logo
{
	width: 249px;
	height: 131px;
	float: left;	
	padding: 0 0 50px 0;
}

#slogan
{
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: 2em;
	color: #fff;
	font-style: italic;
	float: right;
	width: 400px;
	text-align: right;
	padding: 43px 0 0 0;
}

#content, #footer
{
	clear: both;
}

#photos
{
	display: none;	
}