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

.post-thumb {
	width:200; 
	float:left; 
	margin-right:15px;
}
.post-thumb img {
	border:0;
}
#next-entries {
	display:block;
	margin:15px 0;
	clear:both;
	float:none;
	width:100%;
}
.entry-next {
	display:block;
	float:left;
	margin:0 0 0 12px;
	padding-left:12px;
	border-left:1px dotted #CCC;
	width:200px;
}
.entry-first {
	margin:0;
	padding:0;
	border:0;
}
#next-entries h3 {
	font-size:16px;
	line-height:1;
	margin-bottom:5px;
}
#next-entries p {
	font-size:12px;
	color:#666;
	line-height:1.1;
	text-align:justify;
}
.minipost {
	font-size:14px;
	color:#666;
	line-height:1;
	margin-bottom:15px;
}
.minipost h3 {
	font-size:14px;
	color:#337792;
	font-weight:bold;
}
.minipost h3 a { color:#337792; }
.minidate, .minidate a { font-size:12px; color:#999; }
#most-popular {
	margin:0 15px;
}
#most-popular li {
	line-height:1.2em;
	margin-bottom:10px;
}
#most-popular li a {
	font-size:12px;
	font-weight:bold;
	color:#337792;
	text-decoration:none;
}
#most-popular li a:hover {
	text-decoration:underline;
}

