.latest_spacer {
	height: 20px;
}
.latest_box {
	height: 410px;
	width: 600px;
	cursor: pointer;
	position: relative;
}
.latest_box .comment_badge a{
	background-image: url(../images/comment_badge.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 28px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
}
.latest_box .comment_badge a:hover{
	background-image: url(../images/comment_badge_blue.png);
}
.latest_box .overlay{
	background-image: url(../images/overlay_black.png);
	width: 560px;
	color: #FFF;
	padding: 20px;
	position: absolute;
	bottom: 0px;
}
.latest_box .overlay .dir{
	font-size: 10px;
	font-weight: bold;
}
.latest_box .overlay .dir a{
	color: #63b4ff;
}
.latest_box .overlay .dir a:hover{
	color: #FFF;
}
.latest_box .overlay .title a{
	font-size: 30px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	display: block;
	float: left;
	background-image: url(../images/arrow_white_large.png);
	background-position: right center;
	padding-right: 35px;
	background-repeat: no-repeat;
	margin-top: 3px;
	margin-bottom: 4px;
}
.latest_box .overlay .title a:hover{
	color: #63b4ff;
	background-image: url(../images/arrow_blue_large.png);
}
.latest_box:hover .overlay .title a{
	color: #63b4ff;
	background-image: url(../images/arrow_blue_large.png);
}
.latest_box .overlay .subtitle{
	font-size: 15px;
	font-weight: bold;
	clear: left;
}
.latest_box .overlay .excerpt{
	font-size: 14px;
	color: #848484;
	margin-top: 5px;
}
.latest_box .overlay .excerpt p{
	margin: 0px;
	padding: 0px;
}
.latest_box .overlay .timestamp{
	font-size: 12px;
	float: right;
	height: 12px;
	vertical-align: text-bottom;
	margin-top: 18px;
}
.latest_box .readmore a{
	font-size: 12px;
	color: #000;
	background-image: url(../images/readmore_white.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 91px;
	display: block;
	line-height: 20px;
	padding-left: 5px;
	margin-top: 10px;
	float: left;
}
.latest_box .readmore a:hover{
	background-image: url(../images/readmore_blue.png);
}
.latest_box:hover .readmore a{
	background-image: url(../images/readmore_blue.png);
}
.mini_spacer {
	padding-right: 20px;
	float: left;
	padding-bottom: 20px;
}
.mini_latest_box {
	height: 190px;
	width: 290px;
	background-image: url(../images/temp%20images/avatar.jpg);
	cursor: pointer;
	position: relative;
	float: left;
}
.mini_latest_box .overlay{
	background-image: url(../images/overlay_black.png);
	width: 270px;
	color: #FFF;
	padding: 10px;
	position: absolute;
	bottom: 0px;
}
.mini_latest_box .overlay .dir{
	font-size: 10px;
	font-weight: bold;
}
.mini_latest_box .overlay .dir a{
	color: #63b4ff;
}
.mini_latest_box .overlay .dir a:hover{
	color: #FFF;
}
.mini_latest_box .overlay .title a{
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-bottom: 4px;
	color: #FFF;
	display: block;
	float: left;
	background-image: url(../images/arrow_white_small.png);
	background-position: right center;
	padding-right: 22px;
	background-repeat: no-repeat;
}
.mini_latest_box .overlay .title a:hover{
	color: #63b4ff;
	background-image: url(../images/arrow_blue_small.png);
}
.mini_latest_box:hover .overlay .title a{
	color: #63b4ff;
	background-image: url(../images/arrow_blue_small.png);
}
.mini_latest_box .overlay .subtitle{
	font-size: 12px;
	float: left;
}
.mini_latest_box .overlay .timestamp{
	font-size: 12px;
	float: right;
}
.mini_latest_box .comment_badge a{
	background-image: url(../images/comment_badge.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 28px;
	position: absolute;
	top: 10px;
	right: 10px;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
}
.mini_latest_box .comment_badge a:hover{
	background-image: url(../images/comment_badge_blue.png);
}
.post_module {
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 72px;
	padding-top: 13px;
	position: relative;
}
.post_module:hover {
	background-image: url(../none);
}
.posthover {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #FFF;
}
.posthover:hover {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #f0f0f0;
	display: block;
	background-image: none;
	margin-right: -10px;
	margin-left: -10px;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
	position: relative;
	width: 600px;
	margin-bottom: -2px;
	padding-bottom: 2px;
	z-index: 5;
}
.post_module .float_left{
	float: left;
	width: 435px;
}
.post_module .float_right{
	float: right;
	width: 95px;
}
.post_module img{
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	float: left;
	margin-right: 15px;
}
.post_module .dir {
	-webkit-text-size-adjust: none;
	font-size: 10px;
	font-weight: bold;
	display: block;
}
.post_module .dir a {
	color: #63b4ff;
}
.post_module .dir a:hover{
	color: #000;
}
.post_module .title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 4px;
}
.post_module .title a{
	color: #000;
}
.post_module:hover .title a{
	color: #63b4ff;
}
.post_module .title a:hover{
	color: #63b4ff;
}
.post_module .subtitle{
	font-size: 14px;
	font-weight: bold;
	color: #848484;
	padding-top: 4px;
}
.post_module .timestamp {
	font-size: 12px;
	text-align: right;
}
.post_module .comment_badge a{
	background-image: url(../images/comment_badge_grey.png);
	background-repeat: no-repeat;
	height: 21px;
	width: 28px;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
	font-size: 11px;
	font-weight: bold;
	float: right;
	margin-top: 22px;
}
.post_module .comment_badge a:hover{
	background-image: url(../images/comment_badge_blue.png);
}
.horizontal_module {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width: 135px;
	margin-right: 10px;
	text-align: center;
	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	padding: 10px;
	margin-bottom: -10px;
	margin-left: -10px;
}
.horizontal_module:hover {
	
	width: 135px;
	margin-right: 10px;
	text-align: center;
	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom: -10px;
	margin-left: -10px;
}
.horizontal_module a{
	color: #000;
}
.horizontal_module:hover a{
	color: #63b4ff;
}
.horizontal_module a:hover{
	color: #63b4ff;
}
.horizontal_module .subtitle{
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
.horizontal_module img{
	margin-bottom: 10px;
	width: 135px;
}
.horizontal_module_end {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width: 135px;
	text-align: center;
	float: left;
	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	padding: 10px;
}
.horizontal_module_end:hover {
	
	width: 135px;
	text-align: center;
	float: left;
	margin-top: 6px;
	font-size: 12px;
	font-weight: bold;
	margin-right: -10px;
	margin-bottom: -10px;
	margin-left: -10px;
	padding: 10px;
	background-color: #f0f0f0;
}
.horizontal_module_end a{
	color: #000;
}
.horizontal_module_end a:hover{
	color: #63b4ff;
}
.horizontal_module_end:hover a{
	color: #63b4ff;
}
.horizontal_module_end .subtitle{
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}
.horizontal_module_end img{
	margin-bottom: 10px;
	width: 135px;
}

