@charset "utf-8";

@import "reset.css";
@import "base.css";

#content{
	float: left;
	width: 500px;
}
#section{
	float: right;
	padding-top: 21px;
	width: 156px;
}

.top-title{
	float: left;
	margin-bottom: 7px;
	padding-left: 14px;
	width: 200px;
}
.top-published{
	color: #333;
	float: right;
	font-size: 14px;
	text-align: right;
	width: 200px;
}
/* Top Story */
#top-story{
	background: #000066;
	box-shadow: 0 0 10px #999;
	clear: both;
	-webkit-box-shadow: 0 0 10px #999;
	margin-bottom: 14px;
}
#top-story p{
	font-size: 14px;
	line-height: 20ox;
	color: #E6D2A5;
	padding: 7px 14px 4px 14px;
}
#top-story h2{
	border-bottom: 4px solid #000033;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	padding: 0 14px 7px 14px;
	text-shadow: 1px 1px 0 #000;
}
#top-story h2 a{
	color: #fff;
	text-decoration: none;
}
#top-story h2 a:hover{
	text-decoration: underline;
}
#top-story p.excerpt{
	background: #eaeaea;
	color: #000;
	font-size: 14px;
	line-height: 20px;
	padding: 14px;
	text-shadow: 1px 1px 0 #fff;
}

/* Recent */
#recent h2{
	color:  #000066;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
	padding-left: 14px;
}
#recent .hentry{
	border-bottom: 1px dotted #ccc;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 14px;
	padding: 0 14px 14px 14px;
}
#recent .hentry h3.entry-title{
	clear: both;
	font-weight: bold;
	margin: 0 0 8px 0;
}
#recent .hentry p.published{
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
#recent .hentry p.published{
	color: #666;
	float: left;
	font-size: 12px;
	line-height: 18px;
	width: 230px;
}
#recent .hentry p.category{
	float: right;
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	width: 230px;
}
#recent .hentry p.category a{
	text-decoration: none;
}

/* #section */
#section .box{
	border-bottom: 1px solid #666;
	margin-bottom: 14px;
	padding-bottom: 14px;
}
#section .box h2{
	color:  #000066;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
}
#section .box ul{
	font-size: 12px;
	line-height: 18px;
	padding: 0;
}
#section .box li{
	list-style: none;
}
#section .box li a{
	border-bottom: 1px solid #ccc;
	display: block;
	padding: 4px 0;
	text-decoration: none;
}
#section .box ul.catlist li a{
	font-weight: bold;
}
#section .box ul.catlist li li a{
	font-weight: normal;
	padding-left: 14px;
}
#section .box li:last-child a, 
#section .box ul.catlist li li:last-child a{
	border-bottom: none;
}
#section .box ul.catlist li:last-child a{
	border-bottom: 1px solid #ccc;
}
