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

.photoCred {
	font-weight: bold;
	text-align: center;
}

a.thumb {
	float: left;
	display: block;
	width: 150px;
	height: 150px;
	padding: 10px;
	margin: 10px;
	text-align: center;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.thumb:hover {
	border: 1px solid black;
	background-color: #EAF7F5;
	text-decoration: none;
}

a.featured {
	display: block;
	float: left;
	margin: 10px 25px;
	text-align: center;
	text-decoration: none;
}
a.featured:hover {
	background-color: #EAF7F5;
	text-decoration: none;
}
a.featured div.title {
	float:none !important;
	height: 21px;
	color: #FFF;
	padding: 4px;
	font-size: 10px;
	font-weight: bold;
	overflow: hidden;
}
a.featured div.thumb {
	float:none !important;
	margin: 10px;
}

.nonfeat {
	display: block;
	cursor: pointer;
	width: 500px;
	height: 50px;
	margin: 5px auto;
	padding: 3px;
	border: 1px solid #CCC;
	background-color: #F5F5F5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.nonfeat:hover {
	border: 1px solid black;
	background-color: #EAF7F5;
	text-decoration: none;
}
.nonfeat img {
	float:left !important;
	margin-right: 10px;
}
.nonfeat .date {
	float:right !important;
	margin-top:5px;
	margin-right:5px;
	font-size: 8px;
	color: #777
}
.nonfeat .category {
	float:none !important;
	margin-top:5px;
	margin-left:5px;
	font-size: 9px;
	color: #777
}
.nonfeat .name {
	float:none !important;
	margin-top:2px;
	margin-left:5px;
}
