﻿/* 
	Theme Name: 源E码
	Theme URL: 源E码
	Description: 源E码
	Author: 源E码
	Author URI: 源E码
	Version: 1.4.0
*/
@font-face {
font-family: Politica;
src:url(http://we.alading.cn/wp-content/themes/Btime_V.1.4.0/fonts/politicaregular.ttf);
font-weight: normal;
}
/* 
 * article tags
 * ====================================================
*/
.body{ background-color:#fff !important;}
.article-tags {
	margin-bottom: 30px;
	text-align: center;
}
.article-tags a {
	display:inline-block;
	padding:0px 8px 0px;
	margin:0 4px 4px 0;
	color:#fff;
	font-size:12px;
	background-color:#be0008;
	opacity: 0.85;
	filter:alpha(opacity=85);
	text-decoration: none;
}
.article-tags a:hover {
	opacity: 1;
	filter:alpha(opacity=100);
	color: #fff;
}
.tag-clouds {
	overflow: hidden;
}
.tag-clouds li {
	float:left;
	width:25%;
	margin-bottom:12px;
	padding-bottom:2px;
	height:76px;
	border-bottom:1px dotted #ddd;
	overflow: hidden;
}
.tag-clouds strong {
	color:#666;
	margin-left:2px;
	margin-bottom: 10px;
	display: inline-block;
}
.article-info-text {
	margin-top:15px;
	font-size:14px
}
.article-content pre, .comment pre {
	margin:20px 0;
	font:12px/20px 'courier new';
	background:#4A4A4A;
	padding:10px 20px;
	color:#F8F8D4;
	border:none
}
.article-content blockquote {
	margin:15px auto;
	border:1px solid #e6e6e6;
	border-left-width:3px;
	padding:15px 27px 10px;
	background-color:#fbfbfb;
	font-size:14px;
	line-height: 20px;
	clear: both;
}
.article-content blockquote p {
	margin:0;
	padding:0;
	margin-bottom:5px;
	font-size:14px;
	line-height: 20px;
	text-indent: 0;
}
.article-paging {
	text-align: center;
	font-size: 12px;
	overflow: hidden;
	clear: both;
	padding: 20px 0;
}
.article-paging span {
	display: inline-block;
	padding: 4px 12px;
	background-color: #ddd;
	border: 1px solid #ddd;
	border-radius: 2px;
	color: #666;
}
.article-paging a span {
	background-color: #fff;
	color: #666;
}
.article-paging a:hover span {
	border-color: #bbb;
}
.tagslist {
	overflow: hidden;
	list-style: none;
	padding: 20px 0;
	margin: 0
}
.tagslist li {
	float: left;
	width: 18%;
	font-size: 12px;
	height: 106px;
	overflow: hidden;
	color: #999;
	border-bottom: 1px solid #eee;
	padding: 10px 0
}
.tagslist .tagname {
	display: inline-block;
	margin-right: 5px;
	background-color: #e6e6e6;
	color: #666;
	padding: 2px 7px;
	margin-bottom: 4px;
}
.tagslist strong {
	font-weight: normal;
	color: #999;
}
.tagslist a {
	color: #666;
	margin-right: 10px;
	display: inline-block;
}
.tagslist .tagname:hover {
	color: #fff;
	background-color: #be0008;
}