/*********************************************
** RossPortal Stylesheets
*********************************************/

/* Posts Layout */
#news .post {
	margin: 5px 0px 20px 0px;
}
#news .post h1 {
	padding: 0px;
	font-weight: bolder;
	color: #000000;
	border-bottom: 1px solid #000000;
	margin: 0px 0px 10px 65px;
	font-size: 1.6em;
}
#news .post h1 a {
	color: #000000;
	text-decoration: none;
}
#news .post h1 a:hover {
	text-decoration: underline;
}
#news .post .date {
	float: left;
	width: 60px;
	text-align: center;
	color: #000000;
	/*margin-top: 35px;*/
}
#news .post .date-day {
	font-size: 2em;
	line-height: 1.2em;
	color: #690909;
	font-weight: bold;
}
#news .post .entry {
	margin-left: 65px;
}
#news .post .metatags {
	margin-top: 5px;
	margin-left: 65px;
	font-size: 0.75em;
	color: #686868;
}
#news .post .metatags span {
	margin-right: 5px;
}
#news .post .metatags a {
	color: #686868;
	text-decoration: none;
}
#news .post .metatags a:hover {
	text-decoration: underline;
}

