/* main print stylesheet */

#navigation { display: none; }
#topnavigation { display: none; }
#masthead form { display: none; }

#leafbox { display: none; }

#toolbox { display: none; }

/* =masthead */
#masthead { height: 83px; margin: 0 0 8px 0; }
	#masthead h1 { margin: 0; padding: 0 12px 0 0; height: 64px; float: right; }
		#masthead h1 span { display: none; }
	#masthead ul { padding-top: 10px; padding-bottom: 12px; text-align: right; font-size: .9em; color: #626262; }
	
	#topnavigation { float: left; }
	
	.logo { float: right; padding-right: 4px; }
	
	#kwd { text-transform: uppercase; }

/* =category */
.category { margin-bottom: 16px; clear: both; }
	.category a.thumbnail { padding: 8px; margin: 0 4px; display: inline-block; *display: inline; zoom: 1; text-align: center; color: #397392; font-weight: bold; }
	.category a.thumbnail:link, .category a.thumbnail:visited { text-decoration: none; }
	.category a.thumbnail:hover, .category a.thumbnail:active { background: #DEDFD9; color: #397392; }
	.category h3 { text-transform: uppercase; color: #397392; padding: 4px 8px 0 8px; text-align: left; font-size: 1.2em; font-weight: bold; background: url("images/category-h3.jpg") repeat-x; }
	.category img {  }
	.category .alignright { float: none; clear: both; text-align: right; }
	.category .thumbnail-vertical, .category .thumbnail-horizontal, .category .thumbnail-panoramic
	{ margin: 20px 0 0; text-align: center; clear: both; }

