@charset "UTF-8";
/* CSS Document */

.thumb { 

	width: 200px; 
	height: 200px; 
	margin-left: 10px; 
	float: left; 
	cursor: pointer; 
	/* text-indent: -9999px; */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 
	background-position: center center !important; 
	margin-bottom: 25px;
	position: relative;
	text-align: center;

	
}

.thumb IMG { margin: auto;	display: table-cell;
	vertical-align: middle; }

.thumb A { background: none; background-color: #FFF; text-indent: 0px; color: #000; text-align: center;  -moz-border-radius: 10px; -webkit-border-radius: 10px; text-decoration: none; position: absolute; top: 0px; left: 0px; z-index: 55;  }
.thumb A H1 { margin-top: 0px; padding-top: 80px; margin-bottom: 2px; line-height: 18px; font-size: 18px; }
.thumb A .date { display: block; font: italic 12px "Arial"; }
.thumb A .source { display: block; font: 10px "Arial"; }

.thumb A { 

	display: block; 
	width: 100%; 
	height: 100%; 
	opacity: 0;
	filter: alpha(opacity = 0);
	outline: none;

}

.thumb A:hover { 

	opacity: .7; 
	filter: alpha(opacity = 70);
	
}#header {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#footer {
	font-size: 10px;
	color: #CCC;
	height: 40px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	clear: both;
	padding-top: 5px;
	padding-bottom: 40px;
}
#footer #logo {
	float: left;
}

#footer A {
	color: #999;
}
#categoryHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #000;
	height: 32px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
	padding-top: 5px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-left: 20px;
}
#categoryHeaderFirst {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #000;
	height: 32px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	clear: both;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#catalogHolder {
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 10px;
}
#back {
	height: 40px;
	width: 60px;
	margin-top: 10px;
	margin-left: 10px;
	position: absolute;
}
