.article {margin-bottom: 40px;}
.article p a,
.article li a {
	font-size: 11px;
	line-height: normal;
}
.article h1 {
	margin-left: -15px;
}

#Content .article-info {
	background-color: #eee;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	line-height: 20px;
	clear: both;
}
#Content .article-info a{
	font-size: 10px;
	line-height: normal;	
}
#Content .article-info a:visited {color: #b33;}
#Content .article-info .cn {
	background: url(/img/r-eee.gif);
}
#Content .article-info ul {
	margin: 0;
}
#Content .article-info li {
	display: inline;
}
#Content .article-info li.tags {
	display: block;
}



#Content pre {
	overflow: auto;
	background: #eee;
	padding: 10px;
	margin-bottom: 20px;
	max-height: 300px;
}

#Content pre,
#Content code {
	font-family: Monaco,"Andale Mono","Lucida Console","Bitstream Vera Sans Mono","Courier New",monospace;
	font-size: 12px;
	line-height: 20px;
}

.rsx-page-num-list {
	list-style: none;
	margin-left: 0;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
}
.rsx-page-num-list li {
	display: inline;
	vertical-align: middle;
}
.rsx-page-num-list a,
.rsx-page-num-list span {
	/display: block;
	display: -moz-inline-box;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
}
.rsx-page-num-list a:link,
.rsx-page-num-list a:visited {
	color: #b33;
}
.rsx-page-num-list a:hover,
.rsx-page-num-list a:focus {
	border: 0;
	color: #fff;
	background: #b33;
}
.rsx-page-num-list .unlinked {
	background: #fc3;
}