/* Basics */
@import url('base.css');
@import url('layout.css');
@import url('typography.css');

/* Print */
form, p.test, div#menuwrap, div.buttons, div#map, #supersized, #controls, div.bottom.pagination, 
div.slideshow-container, #logos, #tag, #bottomwrap
  
{ display: none !important;}

#printheader img { display: block; width: 100% }

table td { border-bottom: 1px solid #ccc}

h1 { border-bottom: 1px solid #ccc}

h3 { margin-top: 10px;}


a { text-decoration: none;}

a.thumb {
	padding: 0px !important;
	border: none !important;
}
#gallery ul {
	list-style-type: none;
}

#gallery li {
	width: auto;
	float:left;
	display:block;
	margin: 4px;
	height: auto;
	border: none;
	padding:0px;
	border: 1px solid #ccc;
	background: #FFF;
	opacity:1 !important;
	filter:alpha(opacity=100) !important; /* For IE8 and earlier */
}

#gallery img, #gallery img:hover {
	width: 170px;
	float:left;
	display:block;
	height: auto;
	border: none;
	padding:10px;
}

div.blocks {
	display:block;
	width: 100%;
	float:left;
}

#footer {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	margin: 0px;
}


/*Break Pages*/
#comments {page-break-before: always;}