/* ===========================================================================
 * Filename: css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Date: 22 September 2008
 * Description: Contains print styles for the Craigow Vineyard website.
 * =========================================================================== 
 */

body
{
	font-size: 13px;
	font-family: helvetica, arial, sans-serif;
	line-height: 1.538462;	
	color: #666;
}

h1
{
	font-size: 2.0em;
	font-weight: normal;	
	padding: 0 0 13px 0;
	margin: 0;	
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
}

h2
{
	font-size: 1.538462em;
	font-weight: normal;	
	padding: 0 0 13px 0;
	margin: 0;
}

.wineinfo h2
{
	padding-top: 7px;
	padding-bottom: 67px;	
}

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

a img
{
	border: none;	
}


a:link, a:visited
{
	/* D8873F */
	color: #D8873F;
	text-decoration: none;	
}
a:focus, a:hover, a:active
{
	color: #D8873F;
	text-decoration: underline;	
	outline: none;
}

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

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

ul ul
{
	padding: 0 0 0 2em;	
}

p.download a
{
	font-weight: bold;	
}

#navigation, #subnavigation
{
	display: none;	
}

#page
{
	padding-top: 40px;	
}

#logo
{
	text-align: center;
}

#content
{
	padding-top: 20px;	
}

.image
{
	float: left;	
	width: 440px;
}

.col1, .col2
{
	margin-left: 440px;	
}

#footer
{
	clear: both;
	padding: 40px 0;
	font-size: 0.846154em;	
}

#footer span
{
	padding: 0 5px;	
}

#footer a:link, #footer a:visited, #footer a:focus, #footer a:hover, #footer a:active
{
	color: #666;	
}

