/* ===========================================================================
 * Filename: theme/css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 12 June 2009
 * Description: Contains print styles for the Tas Masters Athletics website.
 *
 * This file may not be used for any purpose other than for the Tasmanian Masters 
 * Athletics website and may not be modified without written permission from the author.
 * =========================================================================== 
 */


body
{
	font-size: 13px;
	line-height: 1.6;
	color: #333;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', Helvetica, Arial, Sans-serif;	
}

a img
{
	border: none;	
}

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

h1
{
	color: #C0261A;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 1.1;
}

h2
{
	color: #196B8E;	
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

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

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

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

hr
{
	border: none;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
	height: 1px;
	background-color: transparent;
	color: transparent;
}

ol, ul
{
	padding: 0 0 1em 2em;
	margin: 0	
}

li
{
	padding: 0;
	margin: 0;	
}

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

div.image-left, img.image-left
{
	float: left;
	display: inline;
	margin: 5px 10px 10px 0;	
}

div.image-right, img.image-right
{
	float: right;
	display: inline;
	margin: 5px 0 10px 10px;	
}

div.image-right p, div.image-left p
{
	padding: 0;	
}

.clear
{
	clear: both;	
}

.subdued
{
	color: #999;		
}

.small
{
	font-size: 0.923077em;	
}

.large
{
	font-size: 1.538462em;
	line-height: 1.3;	
}

.caption
{
	font-size: 0.9em;
	color: #999;
	line-height: 1.3;	
}

.box
{
	margin: 0 0 1em 0;
	padding: 0 10px;
	border: 1px solid #ccc;
}

.box h2
{
	border-bottom: 1px solid #ccc;
	padding: 1px 10px;
	margin: 0 -10px 10px;
}

#nav, #search, #footer, #lead img.image-right, #subnav
{
	display: none;	
}

#lead
{
	font-size: 1.2em;
}

#breadcrumbs
{
	position: absolute;
	top: 0;
	right: 0;	
}