/* 
Title:     Blend Print Styles: These styles are intended for paged material and for documents viewed on screen in print preview mode.
Author:    Darrin Waterbury, darrin@darrinscottstudios.com
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: white;
	}

/* ( hidden elements to save ink )
------------------------------------------------------------------------------------------------- */

/* global styles */	
#links, #navContainer, #sidebar, #imageBar, #footerLinks, .closeBtn {
	display: none;
	}
/* search styles */
#searchType, #searchFilters, #browseOptions, #browseToPageNum {
	display: none;
	}
/* preview styles */
#pageNav, #download, #previewKeywords, #atlb, .cart {
	display: none;
	}

/* links
------------------------------------------------------------------------------------------------- */

a:link, a:visited {
	color: blue;
	text-decoration: none;
	}

#logo {
	margin: 0;
	padding-bottom: 1em;
	}
	
#wrapper, #primaryContent {
	width: auto;
	border: 0;
	margin: 0;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent;
	}
	
/*
In a fully CSS2-conformant browser, we can insert the URLs of the links after each one,
thus making them fairly useful to anyone who has a copy of the printout and a web browser handy.

After every link in the printout the URL of the link should be in parentheses.

If the browser doesn't support the :after pseudo-class - only the hyperlinked text will show.
*/

/*#primaryContent a:link:after, #primaryContent a:visited:after, #footer a:link:after, #footer a:visited:after {
   content: " (" attr(href) ") ";
   }*/
	
h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: orange;
	}

h4, h5 {
	color: #6699FF;
	}

p {
	margin: 0 0 1.3em 0;
	padding: 0;
	}
em {
	font-style: italic;
	}
	
strong {
	font-weight: bold;
	}
ul {
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
	}

/* Galleries */
.galleryDescription h1 {
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 11pt;
	text-transform: uppercase;
	color: orange;
	}
.galleryDescription p {
	margin: 0 0 2em 0;
	padding: 0;
	}	
	


