/*Styles pertinent only to the homepage*/


/*Headers*/


#latest h2 {
	font-size:24px;
}
/*Content Styles*/

#masthead {
	background: url(../images/bg_masthead.jpg) repeat-x;
	height: 250px;
	color:#FFF;
}
#masthead img {
	float:left;
}
#latest {
	float:left;
	padding-left:50px;
	padding-top:13px;
	width:500px;
}
#latest .postmetadata {
	color:#FFF;
}
#masthead a, #masthead a:visited {
	color:#FF6600;
}
#masthead a:hover {
	color:#0A0559;
	background-color:#FF6600;
}
#leadpic {
	border:3px solid #cec7b6;
}
.excerpt {
	width:238px;
	float:left;
	margin:5px 31px 20px 0;
	min-height: 270px;
}
hr {
	background-color:#FF6600;
	color:#FF6600;
	height:5px;
	margin-top:10px;
}
.excerpt .postmetadata {
	margin:2px 0 0 0;
}
table.scores {
	border:1px solid #e3e3e3;
	color:#6b6b6a;
	text-transform:uppercase;
	font-size:0.9em;
	width:100%;
	border-collapse:collapse;
	margin:6px 0 2px 0;
}
.scores td, .scores th {
	border-bottom:1px solid #e3e3e3;
	padding:3px 8px;
	background:#FFF;
}
.scores td.date {
	background:#f3f3f3;
}
.scores th {
	border-right:1px solid #e3e3e3;
	border-left:1px solid #e3e3e3;
	width:8px;
}
.scorebox {
	margin-top:-42px;
}
#pencil {
	position:relative;
	top:4px;
	left:254px;
	z-index:1;
	text-align:center
}

