/* ======================================================================================
 * Filename: theme/css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 12 May 2010
 * Description: Print styles for the Admiral's Collection website.
 *
 * This file may not be used for any purpose other than for the Admiral's Collection  
 * website and may not be copied or modified without written permission from the author.
 * ======================================================================================
 */

body
{
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #333;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}

a img
{
	border: none;
}

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


h1
{
	padding: 0;
	margin: 0;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 1.2;
}

h2
{
	font-size: 18px;
	padding: 0;
	margin: 0 0 13px 0;
	font-weight: normal;
	text-transform: uppercase;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

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

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

li
{
	padding: 0;
	margin: 0;
}

ul ul
{
	padding-bottom: 0;
}

.clear
{
	clear: both;
}


.lead, .large
{
	font-size: 16px;
}

ul.thumbnails
{
	padding: 0;
	list-style-type: none;
	width: 100%;
	float: left;
	clear: both;
}

ul.thumbnails li
{
	float: left;
	width: 95px;
	height: 95px;
	margin: 0 10px 10px 0;
	padding: 0;
	background-image: none;
}

ul.thumbnails li .caption
{
	display: none;
}

ul.thumbnails li a
{
	display: block;
	width: 95px;
	height: 95px;	
}






hr 
{
	clear: both;
	border: none;
	border-top: 1px solid #ccc;
	padding: 0;
	margin: 0 0 1em 0;
}


.roman
{
	font-family: 'Times New Roman', 'Times', 'Serif';
}









ul.grid
{
	width: 470px;
	margin: 10px 0 1em 150px;
	padding: 0;
	list-style-type: none;
}

ul.grid li
{
	float: left;
	width: 215px;
	margin: 0 20px 10px 0;
	display: inline;
	padding: 0;
	background-image: none;
	position: relative;
}

ul.grid li img
{
	display: block;
}

.caption
{
	font-size: 12px;
}


blockquote
{
	font-family: 'Georgia','Times New Roman','Times','Serif';
	font-style: italic;
	padding: 0;
	margin: 0;
}

#nav, #footerlinks
{
	display: none;
}

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

#slogan
{
	font-family: 'Georgia','Times New Roman','Times','Serif';
	font-size: 1.0em;
	font-style: italic;
	padding: 3px 0 0;
}

