/* ===========================================================================
 * Filename: css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Date: 13 August 2008
 * Description: Contains print styles for the Tavern 42 Degrees South (T42) website.
 * =========================================================================== 
 */

body
{
	font-size: 13px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', 'Trebuchet MS', arial, helvetica, verdana, sans-serif;	
	line-height: 1.538462; /* 20px */
	color: #333;
}

a img
{
	border: none;	
}

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

h1
{
	font-size: 1.538462em;
	font-weight: normal;
	padding: 0 0 17px 0;
	margin: 0;	
	letter-spacing: 1px;
	font-family: arial,'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', arial, helvetica, verdana, sans-serif;
}

h2
{
	font-size: 1.076923em; /* 14px */
	line-height: 1.428571; /* 20px */
	font-weight: bold;
	padding: 0 0 20px 0;
	margin: 0;	
}

.box h2
{
	padding-bottom: 0.5em;	
}

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

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

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

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

em
{
	font-style: italic;	
}

ol
{
	padding: 0 0 1em 2.5em;
	margin: 0;	
}

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

li
{
	padding: 0;
	margin: 0;
}

ul li
{
	margin: 0;
	padding: 0;	
}

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

hr
{
	border: 0;
	border-top: 1px solid #ccc;
	color: #fff;
	background-color: #fff;
	height: 1px;	
	clear: both;
	margin: 0 0 0.5em 0;
}

.subdued
{
	color: #666;	
}

.content-image
{
	clear: both;
	margin: 0 0 1em 0;		
}

.content-image-left
{
	float: left;
	margin: 2px 1em 1em 0;	
	display: inline;
}

.content-image-right
{
	float: right;
	margin: 2px 0 1em 1em;	
	display: inline;
}

.caption
{
	font-size: 0.846154em; /* 11px */
}

.box
{
	border: 1px solid #eae7e1;
	padding: 9px 17px;
	margin: 0 0 1.538462em 0;
}

/* self clearing rules */
.box:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.box { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
.box { display: block; }
/* End hide from IE-mac */


#bar-and-food-slideshow, #navigation
{
	display: none;
}

#logotype
{
	padding-bottom: 96px;	
}

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

#lead
{
	font-size: 1.076923em; /* 14px */
	line-height: 1.428571; /* 20px */	
}

#intro
{
	border: 9px solid #eae7e1;
	padding: 9px;
}

#footer
{
	padding: 64px 0 0;
	font-size: 0.923077em;
	color: #666;
	clear: both;
}

#footer ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;	
}

#footer span.copyright
{
	display: block;
}

#footer a
{
	display: none;
}

#wide, #col1
{
	padding-top: 20px;	
}


.clear
{
	clear: both;
	height: 0;
	font-size: 0.1em;
}
