h3 span{
	background: none;
	color: #444444;
	font-size: 75%; 
}

h3 {
	margin:0 0 10px;
}

p.date{
	font-style: italic;	
}


#series_list_nav div {
	
	padding-top:20px;
}

#series_list_nav p,
#series_list_nav ul,
#series_list_nav li {
	margin: 0;
	display: inline;
	font-size: .9em; 
}

#series_list_nav li {
	height: 22px;
	width: 22px;
	line-height: 22px;
}

#series_list_nav a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: inline;
	background-color: #ca7021;
	border: 1px solid #ce990b;
	padding: .15em .5em;
}

#series_list_nav a:hover {
	background-color: #ce990b;
}

#stories {
	padding-top:20px;
	border-top:1px dashed #aaa;
}
	
#stories li p.title {
	font-size: 1.44em;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 0;
	padding-bottom: 5px;	
}

#stories li h3 a {
	text-decoration:none;	
}

#stories li p.date {
	font-size:0.9em;
}

#copy #stories li {
	border-bottom: 1px dashed #aaa;
	margin-bottom:22px;
}

#stories li span.more {
	padding-left:10px;
}

a.read_stories {
	background: #f47522 url("/images/main/button-bg.png") repeat-x left top;
	padding: 3px 1em;
	border: 1px solid #e76916;			
	font-size: 13.5px;
	font-family: "lucida sans unicode", "lucida grande", verdana, sans-serif;
	font-weight: bold;
	color: #fff;
	cursor:pointer;
	text-shadow:#555 1px 1px 2px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	float:right;
	text-decoration:none;
	font-size:12px;
	margin-top:-68px;
}
