/* ===========================================================================
 * Filename: css/screen.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Date: 12 April 2008
 * Description: Contains print styles for the Laurel Bank Winery website.
 * =========================================================================== 
 */

body
{
	color: #5C5953;	
	font-size: 11px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 2.0;	
}

a img
{
	border: none;	
}

a:link, a:visited
{
	color: #005BA6;
	text-decoration: underline;	
}

a:focus, a:hover, a:active
{
	color: #748539;	
	text-decoration: underline;
	outline: none;
}

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

h1
{
	color: #748539;
	font-size: 1.454545em;
	text-transform: uppercase;
	margin: 0;
	padding: 16px 0 27px 0;	
	font-weight: normal;
	text-align: center;
}

h1.whitewine
{
	color: #748539;	
}

h1.redwine
{
	color: #480405;	
}

h1.dessertwine
{
	color: #c29537;	
}

h2
{
	text-align: left;
	font-size: 1.0em;
	color: #fff;
	font-weight: bold;
	margin: 1em 0;
	text-transform: uppercase;
}

h2.first
{
	margin-top: 0;	
}

em
{
	font-style: italic;	
}

em em
{
	font-style: normal;	
}

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

ul li
{
	padding: 0 0 1em 0;	
}

ul ul
{
	padding: 0;	
}

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

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

th, td
{
	text-align: left;
	padding: 0;
	margin: 0;	
}

th.right, td.right
{
	text-align: right;	
}

form
{
	padding: 0;
	margin: 0;	
}

input
{
	font-size: 1.0em;
}

select
{
	font-size: 1.0em;	
	width: 100%;
}

input.qty
{
	
	padding: 1px 2px;
	width: 44px;	
}

input.button
{
	background-color: #ddd;
	border: 1px solid #999;
	color: #333;	
}

.error
{
	color: #f00;	
}

tr.subtotal td
{
	border-top: 1px solid #e6e6e6;
}

tr.total td
{
	border-top: 1px solid #c0c0c0;
}

p.buttons
{
	text-align: right;
	width: 448px;
}

.downloadlink
{
	float: right;
	padding: 2em 0 0 2em;
	font-weight: bold;
	text-transform: uppercase;
}

.downloadlink a:link, .downloadlink a:visited
{
	color: #4D1111;
	text-decoration: none;	
}

.downloadlink a:focus, .downloadlink a:hover, .downloadlink a:active
{
	color: #4D1111;
	text-decoration: underline;	
}

#navigation, #subnavigation, #footer
{
	display: none;	
}

#location
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 300px;
	text-align: right;	
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 0.909091em;
	color: #788424;
}

#leftsidebar
{
	float: left;
	padding: 0 2em 2em 0;
}

#rightsidebar
{
	float: right;
	padding: 0 0 2em 2em;
}

#leftsidebar img, #rightsidebar img
{
	padding-top: 5px;	
}

#bottle
{
	width: 104px;
	float: right;
	text-align: right;
	padding: 0 0 2em 2em;
}