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

body
{
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	line-height: 1.2;
	color: #8C99A1;	
}

h1, .feature #content h1
{	
	margin: 0;
	padding: 0 0 60px 0;
	font-size: 16px;
	font-family: Helvetica, Arial, Sans-serif;
}

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

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

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

a:link, a:visited
{
	color: #8C99A1;
	text-decoration: none;		
}

a:focus, a:hover, a:active
{
	color: #3E484E;
	text-decoration: none;
	outline: none;		
}

ul, ol
{
	margin: 0;
	padding: 0 0 1.2em 1.5em;
}

li
{
	margin: 0;
	padding: 0;
}

hr
{
	border: none;	
	background-color: #8C99A1;
	color: #8C99A1;
	height: 1px;
	margin: 0 0 1.2em 0;
	padding: 0;
}

#nav, #subnav, #credits, #pagination
{
	display: none;	
}

.feature #content
{
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: 2.0em;
	color: #ADBCC5;	
}

#logo, #logo a:link, #logo a:visited, #logo a:focus, #logo a:hover, #logo a:active
{
	color: #3E484E;
	font-weight: bold;
	text-decoration: none;		
	outline: none;
	padding: 0 0 60px 0;	
}

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

#gallery
{
	clear: both;
	width: 528px;
	height: 352px;
}

#gallery ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;	
}

#gallery li
{
	width: 528px;
	height: 352px;
	padding: 0 0 1em 0;
}
