/*Styles pertinent only to the homepage*/


/*Headers*/


#latest h2 {
	font:2em "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	line-height:114%;
	text-align: left;
	letter-spacing:0.01em;
	}


/*Content Styles*/

#masthead {
	background: #fff url(../images/bg.gif) center top;
	height: 234px;
	border-top:3px solid #2c4261;
	color:#FFFFFF;
	padding-top:16px;
	}

#masthead img {
	float:left;
	border:3px solid #cec7b6;
	}

#latest {
	float:right;
	width:541px;
	}

#latest .postmetadata {
	color:#999;
	}
			
#masthead a, #masthead a:visited {	
	color:#a1caf1;
	}

#leadpic {
	border:3px solid #cec7b6;
	}
	
.excerpt {
	width:249px;
	text-align: justify;
	float:left;
	height:270px;
	background: url(../images/dashes.gif) repeat-x bottom;
	padding-bottom:30px;
	margin: 1px 20px 20px 0;
	}

.excerpt .postmetadata {
	margin:2px 0 0 0;
	}

.excerpt img {
	background: url(../images/shadow.gif) no-repeat bottom right;
	float:left;
	margin:15px 14px 1px 0;
	border-right-width:0;
	border-bottom-width:0;
	padding: 4px 10px 10px 4px;
	position: relative;
	border:1px solid #fff;
	}

table {
	border:1px solid #fff;

	}

.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
	}
#wp-calendar th {
	font-style: normal;
	} 
	
wp-calendar th:hover, wp-calendar th:active {	
	text-decoration:underline
	}
