/* ===========================================================================
 * Filename: css/print.css
 * Author: Rebecca Skeers, rebecca@webmistress.com.au, www.webmistress.com.au
 * Copyright: Rebecca Skeers
 * Date: 12 Jan 2009
 * Description: Contains print styles for Inka Gallery Inc's website.
 *
 * This file may not be used for any purpose other than for the Inka Gallery Inc 
 * website and may not be modified without written permission from the author.
 * =========================================================================== 
 */

body 
{
	text-align: left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000; 
	font-size: 13px;
	line-height: 1.538462;
}

input, select, textarea
{
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

select
{
	width: 150px;	
}

h1
{
	font-size: 1.538462em;
	color: #333;
	padding: 0 0 17px 0;
	margin: 0;	
	font-weight: normal;
	letter-spacing: 1px;
}

h2
{
	font-size: 1.153846em;
	padding: 6px 0 13px 0;
	margin: 0;
	font-weight: bold;
}

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

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

p.first
{
	padding-top: 8px;	
}

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

ul ul
{
	padding: 0 0 0 15px;
	list-style-type: disc;	
}

li
{
	padding: 0;
	margin: 0;
}

a img 
{
	border: none;	
}

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

a:focus, a:hover, a:active
{
	color: #fff;
	background-color: #900;
	text-decoration: none;	
	outline: none;
}

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

table
{
	width: 100%;
	padding: 0;
	margin: 0 0 1em 0;	
}

th
{
	text-align: left;
	font-weight: bold;	
}

.subdued
{
	color: #666;	
}

ul.index
{
	padding: 0;
	margin: 0;
	list-style-type: none;	
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	width: 344px;
}

ul.thumbnails li
{
	width: 85px;
	height: 85px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: left;	
	position: relative;
}

ul.thumbnails a
{
	display: block;
	width: 85px;
	height: 85px;
	font-weight: bold;
}


ul.thumbnails a em
{
	position: absolute;
	top: 0;
	left: 0;
	width: 75px;
	height: 75px;
	padding: 5px;
	font-style: normal;
}
ul.thumbnails a:link em, ul.thumbnails a:visited em
{
	text-indent: -9999px;
}

ul.thumbnails a:focus em, ul.thumbnails a:hover em, ul.thumbnails a:active em
{
	
	text-indent: 0;
}

ul.thumbnails a span
{
	position: absolute;
	top: 0;
	left: 0;
}

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

ul.thumbnails a:focus span, ul.thumbnails a:hover span, ul.thumbnails a:active span
{
	width: 85px;
	height: 85px;
	opacity: 0.40; 
	filter: alpha(opacity=40);  
	-moz-opacity: 0.40; 
	-webkit-opacity: 0.40; 
	background-color: #000;
	cursor: pointer;
	color: #fff;
}

ul.thumbnails img
{
	height: 85px;
	width: 85px;	
}


#header
{
	height: 200px;
}	

#logo
{
	float: left;
	width: 230px;	
	padding-bottom: 30px;
}

#slogan
{
	font-size: 2.153846em; /* 28px */
	line-height: 1.1;
	width: 10em;
	float: left;
	padding: 44px 0 0 0;
}

#navigation, #footer a, #footer span, #logotype, #breadcrumbs, .thumbnails .caption
{
	display: none;	
}

#content
{
	clear: both;
	padding: 0 0 50px 0;	
}

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

#intro
{
	padding-bottom: 1em;	
}

#main
{
	clear: both;
}

#footer
{
	clear: both;
	border-top: 1px solid #ccc;	
	color: #666;
	padding: 10px 0 0 0;
}
