/* ===========================================================================
 * Filename: css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 15 June 2009
 * Description: Contains print styles for the At Eleven website.
 *
 * This file may not be used for any purpose other than for the At Eleven  
 * website and may not be modified without written permission from the author.
 * =========================================================================== 
 */
@import 'inc/gallery.css';

body
{
	font-size: 80%;
	line-height: 1.35;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Sans-serif;
	color: #000;
}

a img
{
	border: none;	
}


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

h1
{
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #c03;
	font-style: italic;
	font-size: 1.5em;
	font-weight: normal;
	padding: 1px 0 16px 0;
	margin: 0;	
	line-height: 1.2;
}

h2
{
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #c03;
	font-style: italic;
	font-size: 1.1em;
	font-weight: normal;
	padding: 0;
	margin: 0;	
	line-height: 1.2;
}

h2.spaced
{
	padding: 2.0em 0 0.5em 0;	
}

h3
{
	color: #c03;
	font-size: 1.0em;
	font-weight: bold;
	padding: 0 0 0.5em 0;
	margin: 0;	
}

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited
{
	color: #c03;
	text-decoration: none;
}

h1 a:focus, h1 a:hover, h1 a:active, h2 a:focus, h2 a:hover, h2 a:active, h3 a:focus, h3 a:hover, h3 a:active
{
	color: #c03;
	text-decoration: underline;
}

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

.narrow
{
	width: 210px;	
}

p.enter
{
	padding-top: 1.5em;	
	text-transform: uppercase;
}

p.enter a:link, p.enter a:visited
{
	text-decoration: none;	
}

p.enter a:focus, p.enter a:hover, p.enter a:active
{
	text-decoration: underline;	
}

dl
{
	padding: 0 0 0.5em 0;
	margin: 0;
}

dt
{
	float: left;
	width: 165px;
	clear: left;	
}

dd
{
	margin-left: 180px; 	
}

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

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

.author
{
	color: #A6A29C;	
}

#section-intro p
{
	padding-bottom: 1em;
}

#section-intro dl, #section-contact dl
{
	padding-bottom: 0;	
}

#section-intro dt, #section-contact dt
{
	width: 95px;	
}

#section-intro dd, #section-contact dd
{
	margin-left: 110px;	
}

#nav, #footer, #slogan
{
	display: none;	
}

#branding
{
	padding: 0 0 30px 0;	
}

#images
{
	padding: 30px 0;	
}

#locationmap
{
	width: 558px;
	height: 375px;
	float: left;
}

.slogan
{
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #333;
	font-style: italic;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.2;
	text-transform: lowercase;
	padding: 30px 0;
}