div#page-content h3#page-title {
	background: url(_img/header-blog.png) no-repeat top left;
}

div#feed {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #683268;
	font-size: 1.4em;
	line-height: 1.2em;
}

div#feed a {
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 1.9em;
	font-weight: bold;
	color: #ccff00;
	letter-spacing: -1px;
	text-decoration: none;
	line-height: 1.1em;
}

div#feed a:hover {
	color: #fff;
}

div.date {
	width: 120px;
	height: 15px;
	overflow: hidden;
	margin-top: 5px;
	font-size: .9em;
	text-transform: uppercase;
	color: #683268;
}

div#feed div.description {
	margin-top: 20px;
}

div#feed div.description a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #ccff00;
	letter-spacing: 0;
	text-decoration: none;
	line-height: 1.1em;
}

div#feed div.post-footer {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #683268;
}

div#feed div.post-footer a, a#more-posts {
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: .9em;
	color: #fff;
	letter-spacing: 0;
	text-transform: uppercase;
	text-decoration: none;
	color: #ccff00;
}

div#feed div.post-footer a:hover, a:hover#more-posts {
	color: #fff;
}

div#feed div.description a {
	color: #ccff00;
	text-decoration: none;
}

div#feed div.description a:hover {
	color: #ccff00;
	text-decoration: none;
	border-bottom: 1px dotted #ccff00;
}

a#more-posts {
	font-size: 1.1em;
	color: #683268;
}

a:hover#more-posts {
	text-decoration: underline;
}