@charset "utf-8";
@import "reset.css";
@import "base.css";


#container{
	margin: 0 auto 7px auto;
	text-align: left;
	width: 986px;
}
#sidebar{
	float: left;
	width: 314px;
}
#content{
	background: transparent url("../images/bg-content-bottom.gif") no-repeat 50% 100%;
	float: right;
	padding: 0 0 25px 0;
	width: 650px;
}

/* .section */
.section{
	background: transparent url("../images/bg-section-bottom.gif") no-repeat 50% 100%;
	margin: 0 0 7px 0;
	padding: 0 0 25px 0;
}
.section ul{
	background: transparent url("../images/bg-section-middle.png") repeat-y 50% 0;
	padding: 14px 17px 0 37px;
	width: 260px;
}
.section li{
	font-size: 14px;
	line-height: 18px;
	list-style: circle url("../images/li-section.gif") outside;
	margin: 0 0 10px 0;
}
.section li a:link, .section li a:visited,
.section p a:link, .section p a:visited{
	text-decoration: none;
}
.section li a:hover, .section li a:visited:hover, 
.section p a:hover, .section p a:visited:hover{
	text-decoration: underline;
}
.section li:last-child{
	margin: 0;
}
.section p{
	background: transparent url("../images/bg-section-middle.png") repeat-y 50% 0;
	font-size: 14px;
	line-height: 18px;
	padding: 14px 17px 0 17px;
	width: 280px;
}
.section p span{
	color: #666;
	display: block;
	font-size: 12px;
}

/* #content */
.hentry{
	
}
.entry-header{
	background: transparent url("../images/bg-content-middle.png") repeat-y 50% 0;
	overflow: hidden;
	padding: 14px 31px 4px 31px;
	width: 588px;
}
.published{
	color: #333;
	float: right;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 0;
	text-align: right;
	width: 290px;
}
.by{
	color: #333;
	float: left;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 0;
	width: 290px;
}
.entry-title, 
.entry-content h3{
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	padding: 0 0 4px 0;
	text-shadow: 1px 1px 1px #ccc;
	width: 588px;
}
.entry-title span{
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 14px;
	text-shadow: none;
	text-transform: uppercase;
}
.entry-title a{
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:visited:hover{
	text-decoration: underline;
}
.entry-content{
	background: transparent url("../images/bg-content-middle.png") repeat-y 50% 0;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	padding: 14px 31px;
	width: 588px;
}
.entry-content p{
	margin: 0 0 22px 0;
}
.entry-content h4{
	font-weight: bold;
	margin: 0 0 10px 0;
}
.entry-content ul, 
.entry-content ol{
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 22px 0;
	padding: 0 28px;
}
.entry-content ul ul, 
.entry-content ul ol, 
.entry-content ol ul, 
.entry-content ol ol{
	margin: 0 0 8px 0;
}
.entry-content ol{
	list-style: decimal outside;
}
.entry-content ul{
	list-style: circle outside;
}
.entry-content table{
	margin: 0 0 14px 0;
}
.entry-content table th, 
.entry-content table td{
	border-bottom: 1px solid #efefef;
	padding: 7px 0;
}
.entry-content table th{
	font-weight: bold;
	vertical-align: top;
	width: 140px;
}
.entry-content table th{
	color: #666;
	font-weight: normal;
	vertical-align: top;
	width: 140px;
}
.entry-footer{
	background: transparent url("../images/bg-content-middle.png") repeat-y 50% 0;
	font-size: 14px;
	line-height: 20px;
	padding: 14px 3px;
	width: 644px;
}
.entry-footer ul{
	border-top: 1px solid #cccccc;
	font-size: 14px;
	line-height: 20px;
	padding: 14px 28px 0 28px;
}
.entry-footer li{
	margin: 0 0 4px 0;
}
.entry-footer li img{
	margin: 0 7px 0 0;
	vertical-align: middle;
}