/* Overrides
------------------------------------------------------*/

body#home h2 {
	background: url(images/light_arrow.png) no-repeat 80px bottom;
	padding-bottom: 120px;
	position: absolute;
	top: auto;
	left: 30px;
	width: 234px;
	height: auto;
	text-indent: 0;
	float: left;
	margin: 2px 0 0 0;
	text-align: right;
	font-family: Tahoma, Arial, Sans-serif;
	font-size: 38px;
	line-height: 28px;
	font-weight: bold;
	color: #8a0c0c;
	text-shadow: 0 1px 0 red;  
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
}
.entry a.noline:hover {
	text-decoration: none;
	border: none;
}
.entry a img:hover {
	box-shadow: 0px 0px 5px #f9f2b4;  
	-moz-box-shadow: 0px 0px 5px #f9f2b4;  
	-webkit-box-shadow: 0px 0px 5px #f9f2b4;
	border: none;
}
.postmetadata {
margin-top: -10px;
margin-bottom: 40px;
}