@charset "UTF-8";
/* CSS Document */
#subhead {
	padding-top: 15;
	padding-bottom: 15;
	padding-left: 50px;
	padding-right: 50px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #505050;
	background-color: #424242;
}
.subhead-text {
	padding-right: 0;
	padding-bottom: 20px;
	padding-top: 20px;
	margin: 0px;
	padding-left: 0;
	font-size: 12px;
	color: #999;
}
.subhead-heading {
	font-size: 14px;
	color: #ccc;
}
.fresh-meat {
	height: 140px;
	width: 140px;
	border: 1px solid #424242;
	margin-top: 15px;
}
#mainContent {
	margin-top: 0;
	margin-right: 50px;
	margin-bottom: 0;
	margin-left: 30px;
}
.thumbnail:link {
	height: 75px;
	width: 75px;
	border: 1px solid #424242;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.thumbnail:visited {
	height: 75px;
	width: 75px;
	border: 1px solid #424242;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.thumbnail:hover {
	height: 75px;
	width: 75px;
	border: 1px solid #1B6699;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}
.thumbnail:active {
	height: 75px;
	width: 75px;
	border: 1px solid #1B6699;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.post {
	padding: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #505050;
	min-height:75px;
}
.post-text {
	padding-top: 5px;
}
.post-link {
	width: 75px;
	padding: 10px;
	position: absolute;
	right: 30px;
}
.post-heading {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.post-date {
	font-size: 12px;
	color: #1B6699;
	padding-left: 7px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.post-404 {
	padding: 25px;
}
