@charset "UTF-8";
/* CSS Document */

.postmetadata {
	font-size:90%;
	display:block;
	padding:5px;
	background:#fff;
}
.post {
	padding-bottom:30px;
	margin-left:83px;
}
.entry {
padding:20px;
background: url(../images/blog-entry-clip.gif) top right no-repeat #E5E8EC;
font-size: 1.25em;
}

#section-header {
margin-left:0
}
.post-date {
float:left;
width:53px;
margin-left:20px;
font: normal 130%/30% Georgia, "Times New Roman", Times, serif;
text-transform: uppercase;
padding: 12px 0 5px 0;
text-align: center;
border-bottom:3px solid #fff;
}
.post-date span {
	display: block;
	font: italic 170%/90% Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
}

.navigation {
margin-left: 83px
}

/*
#sidebar a {
	display: block;
	padding: 3px 0px 5px 0;
	margin:2px 0;
	color:#0053a0;
	text-decoration:none;
}
#sidebar a:hover {
	border-bottom:5px solid #febe10;
	padding: 3px 0 0 0;
	color:#000;
}




	*/

#sidebar ul {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
#sidebar h3 {
	margin:0 0 5px 0;
	border-bottom:1px solid #fff;
	}
	
.commentlist {
	margin:0;
	padding:0;
	list-style:none;
}

.commentlist li{
padding:5px;
border-bottom:2px solid #CCC;
margin-bottom:10px;
background:#fff;
}
.commentlist li.odd {
background: url(../images/blog-entry-clip.gif) top right no-repeat #E5E8EC;
}
	
.sIFR-active h3 a {
color:#015198; padding:2px 0;
}
.sIFR-active h3 a:hover {
text-decoration:none;
color:#febe10
}