#blog .blog-rss img {
	width:32px;
}

aside section {
	margin-bottom:15px;
	padding-bottom:10px;
	display:block;
	overflow:hidden;
}

article {
	margin-bottom:28px;
	border-bottom:1px double #d9d9d9;
	padding-bottom:10px;
}

article header {
	border-bottom:1px double #f3f2f1;
	margin-bottom:15px;
	overflow:hidden;
	padding-bottom:0;
}

article.detail header {
	border:0;
}

article header .authorimgwrap {
	float:left;
	width:50px;
	height:50px;
	overflow:hidden;
	margin-right:10px;
	padding:2px;
	border-radius:2px;
	box-shadow:1px 1px 2px #d9d9d9;
}

article header .authorimgwrap img {
	width:50px;
}

article header a.blog-comment-number {
	float:right;
	width:41px;
	height:32px;
	background:url(/_assets/img/comment_number_bg.gif) no-repeat;
	color:#fff;
	text-decoration:none;
	font-weight:700;
	position:relative;
	top:-12px;
	margin-left:25px;
}

article header a.blog-comment-number:hover {
	color:#333;
}

article header a.blog-comment-number div {
	text-align:center;
	padding-top:5px;
}

article header p {
	margin-bottom:0;
	color:#a1a1a1;
}

article .continue-link {
	font-weight:700;
	color:#a1a1a1;
	text-decoration:none;
	float:left;
}

article .continue-link:hover {
	color:#737373;
}

article footer {
	overflow:hidden;
	padding-bottom:5px;
}

article footer .tags {
	float:right;
	font-size:1.1em;
	color:#737373;
}

article footer .tags em {
	font-weight:700;
}

article footer .tags a {
	text-decoration:none;
}

.comments form label {
	display:block;
	clear:both;
	font-size:1.2em;
	margin-bottom:5px;
	color:#737373;
}

.comments form textarea {
	width:90%;
	height:100px;
	border:1px solid #d9d9d9;
	margin-bottom:5px;
	padding:10px;
	font-size:1.3em;
	color:#737373;
	border-radius:4px;
	background-color:#f3f2f1;
}

.comment {
	margin-bottom:25px;
}

.comment header {
	overflow:hidden;
	background:#f3f2f1;
	padding:3px;
	border-radius:4px;
	border:1px solid #d9d9d9;
	margin-bottom:10px;
}

.comment header .commenter-thumb {
	width:30px;
	height:30px;
	background:#fff;
	border-radius:4px;
	border:1px solid #d9d9d9;
	padding:3px;
	overflow:hidden;
	float:left;
	margin-right:15px;
}

.comment header .commenter-thumb img {
	width:30px;
	border:none;
}

.comment header cite {
	font-size:1.3em;
	color:#737373;
	position:relative;
	top:13px;
}

.comment header cite .commenter-name {
	font-weight:700;
	margin-right:10px;
}

aside.left ul[class*=list] li a,.comment header cite .commenter-name,article h3 a:hover {
	color:#599db0;
}

aside h6 {
	text-transform:uppercase;
	margin-bottom:8px!important;
}

article h3 {
	font-weight:700;
	font-size:1.8em;
	margin-bottom:0;
}

aside img {
	width:100%;
	margin-bottom:10px;
}

article h3 a {
	text-decoration:none;
}