/* ===========================================================================
 * Filename: css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers 2008
 * Date: 29 March 2008
 * Description: Contains print styles for the biBowden bridal website.
 * =========================================================================== 
 */

body
{
	font-size: 11px;
	font-family: Georgia, 'Times New Roman', serif;
	color: #54534a;
	line-height: 1.5;
}

a img
{
	border: none;	
}

a:link, a:visited
{
	color: #54534a;
	text-decoration: none;
}

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

a.buynow:link, a.buynow:visited, a.buynow:focus, a.buynow:hover, a.buynow:active
{
	color: #7d6b82;
	font-weight: bold;
}

h1
{
	padding: 0 0 36px 0;
	margin: 0;
	font-size: 1.454545em;
	font-weight: normal;
}

h2.gowntitle
{
	position: absolute;
	top: 288px;
	left: 352px;
	font-size: 1.454545em;
	color: #fff;
	background-color: #3d3d36;
	width: 135px;
	padding: 24px 34px 2px 0;
	text-align: right;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
	opacity: 0.70;
	filter: alpha(opacity=70); 
	-moz-opacity: 0.70;
	-webkit-opacity: 0.70;
}

h3
{
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-style: italic;
	font-size: 1.090909em;	
}

p.large
{
	font-size: 1.090909em;	
}

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

ul
{
	padding: 0 0 1.5em 3em;
	margin: 0;	
}

ul ul
{
	padding-bottom: 0;	
}

strong
{
	color: #7d6b82;
	font-weight: normal;
}

img.large
{
	float: left;
	padding-right: 52px;
	height: 445px;
	width: 300px;	
}

img.detail
{
	float: left;
}

ul.thumbnails
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.thumbnails li
{
	padding: 0;
	margin: 0;
	float: left;
	height: 222px;
	width: 122px;
	position: relative;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul.thumbnails li a span
{ 
	height: 222px;
	width: 122px;
}

ul.thumbnails img, ul.thumbnails li a
{
	height: 222px;
	width: 122px;
	float: left;
}

ul.thumbnails li a span
{ 
	height: 222px;
	width: 122px; 
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.50; 
	filter: alpha(opacity=50);  
	-moz-opacity: 0.50; 
	-webkit-opacity: 0.50; 
	background-color: #55544b;
}

ul.thumbnails li a:hover span
{ 
	height: 0;
	width: 0;
	opacity: 0; 
	filter: alpha(opacity=0);  
	-moz-opacity: 0; 
	-webkit-opacity: 0;  
}

ul.shopping-thumbnails
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.shopping-thumbnails li
{
	padding: 0;
	margin: 0;
	float: left;
	height: 111px;
	width: 122px;
	position: relative;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul.shopping-thumbnails li a span
{ 
	height: 111px;
	width: 122px;
}

ul.shopping-thumbnails img, ul.shopping-thumbnails li a
{
	height: 111px;
	width: 122px;
	float: left;
}

ul.shopping-thumbnails li a span
{ 
	height: 111px;
	width: 122px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.50; 
	filter: alpha(opacity=50);  
	-moz-opacity: 0.50; 
	-webkit-opacity: 0.50; 
	background-color: #55544b;
}

.page-gifts ul.shopping-thumbnails li, .page-gifts ul.shopping-thumbnails li a span, .page-gifts ul.shopping-thumbnails img, .page-gifts ul.shopping-thumbnails li a, .page-gifts ul.shopping-thumbnails li a span,
.page-bride ul.shopping-thumbnails li, .page-bride ul.shopping-thumbnails li a span, .page-bride ul.shopping-thumbnails img, .page-bride ul.shopping-thumbnails li a, .page-bride ul.shopping-thumbnails li a span
{
	height: 148px;
	width: 124px;
} 

.page-gifts ul.shopping-thumbnails, .page-bride ul.shopping-thumbnails
{
	width: 250px;	
}

ul.shopping-thumbnails li a:hover span
{ 
	height: 0;
	width: 0;
	opacity: 0; 
	filter: alpha(opacity=0);  
	-moz-opacity: 0; 
	-webkit-opacity: 0;  
}

form
{
	padding: 0 0 1.5em 0;
	margin: 0;	
}

.subdued
{
	color: #999;	
}

#navigation, #siteinfo #sitelinks, #homeslideshow, .pagination
{
	display: none;	
}

#siteinfo
{
	padding-top: 0.5em;
	border-top: 1px solid #ccc;	
}

#branding, #content
{
	padding: 0 0 36px 0;	
}

#column1, #column2
{
	clear: both;
	padding-bottom: 20px;
}