/*--- page layout framework ------------*/

div#primary {
	float: left;
	width: 60em;
}

div#blogcontent {
	/*background: transparent url("../img/global/sep_vertical.png") 15em 0 repeat-y;*/
}


div#extra {
	float: left;
	width: 19.5em;
	margin: 0 0 0 1em;
	padding-left: 1.5em;
	background: transparent url("../img/global/sep_vertical.png") 0 0 repeat-y;
}

div.postmeta, div#commentsmeta {
	float: left;
	width: 15em;
}

div.post, div#comments {
	float: left;
	width: 43.5em;
	padding-left: 1.5em;
	background: transparent url("../img/global/sep_vertical.png") 0 0 repeat-y;
}

/*--- header ------------*/

p#feed {
	width: 20em;
	margin: 0;
	padding: 0.1em 0 1.1em 2.3em;
	float: left;
	background: transparent url("../img/global/subscribe_big.png") 0 0 no-repeat;
}

p#userinfo{
	background:transparent url("../img/global/userinfo.png") no-repeat scroll 0pt 0.2em;
	float:left;
	margin:0pt;
	padding:0pt 0pt 0pt 2.3em;
	width:20em;
}

p#admin, p#technorati {
	clear: left;
	width: 20em;
	margin: 0;
	padding: 0 0 0 2.3em;
	float: left;
}

p#admin {
	background: transparent url("../img/global/edit_off.png") 0 0 no-repeat;
}

a .edit{
	background: transparent url("../img/global/edit_off.png") 0 0 no-repeat;
}


p#technorati {
	background: transparent url("../img/social/technorati.png") 0 0 no-repeat;
}

/*div.post:hover a:link, div.post:hover a:visited {
	text-decoration: underline;
}*/

/*--- section headings ------------*/

p.archive, p.tagged, p.results {
	margin: 0;
	padding: 0.4em 0.8em 0.4em 2.5em;
	text-align: left;
	color: #fff;
	background-color: transparent;
	background-position: 0.35em 0.35em;
	background-repeat: no-repeat;
}

p.archive {
	background-image: url("../img/global/archive_off.png");
}

p.tagged {
	background-image: url("../img/global/tags_off.png");
	background-position: 0.4em 0.5em;
}

p.results {
	background-image: url("../img/global/search_off.png");
}

p.archive span.hilite, p.tagged span.hilite, p.results span.hilite {
	color: #79ff25;
}

/*--- postmeta ------------*/

div.postmeta {
	padding-bottom: 2em;
}

p.timestamp {
	margin: 0em 0.8em 1em 0 ;
	padding: 0 2.2em 0 0;
	background: transparent url("../img/global/archive_off.png") right center no-repeat;
	text-align: right;
}

p.timestamp:hover {
	background: transparent url("../img/global/archive_on.png") right center no-repeat;
}

span.time {
	font-size: inherit;
	color: #8a959e;
}

div.actions {
	padding: 1em;
	background: transparent url("../img/global/opaque_5.png") 0 0 repeat;
}

div.actions ul, ul.sharing, div#commentsmeta ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
}

div.actions ul, div#commentsmeta ul {
	border-bottom: 1px solid #5f676d;
}

div.actions ul li, ul.sharing li, div#commentsmeta ul li {
	margin: 0;
	padding: 0;
	background: none;
	font-size: 1em !important;
	display: block;
}

div.actions ul li a, div.actions ul li span.comment, div.actions ul li span.share, div#commentsmeta ul li a, div#commentsmeta ul li span.closed {
	display: block;
	padding: 0.4em 0 0.4em 2em;
	text-decoration: none;
	color: #b6bcc1;
	border-top: 1px solid #5f676d;
}

div.actions ul li a:hover, div.postmeta ul li span.comment:hover, div.actions ul li span.share:hover, div#commentsmeta ul li a:hover {
	color: #fff;
}

div.actions ul li span.share {
	cursor: pointer;
}

div.actions ul li a.comment, div#commentsmeta ul li a.comment {
	background: transparent url("../img/global/comment_off.png") 0 6px no-repeat;
}

div.actions ul li a.closed {
	background: transparent url("../img/global/comment_closed.png") 0 6px no-repeat;
}

div.actions ul li a.subscribe {
	background: transparent url("../img/global/subscribe_off.png") 0 5px no-repeat;
}

div.actions ul li a.trackback {
	background: transparent url("../img/global/trackback_off.png") 0 5px no-repeat;
}

div.actions ul li a.permalink {
	background: transparent url("../img/global/permalink_off.png") 0 4px no-repeat;
}

div.actions ul li span.share {
	background: transparent url("../img/global/share_off.png") 0 5px no-repeat;
}

div.actions ul li a.edit {
	background: transparent url("../img/global/edit_off.png") 0 3px no-repeat;
}

div.actions ul li a.comment:hover, div#commentsmeta ul li a.comment:hover {
	background: transparent url("../img/global/comment_on.png") 0 6px no-repeat;
}

div.actions ul li a.subscribe:hover {
	background: transparent url("../img/global/subscribe_on.png") 0 5px no-repeat;
}

div.actions ul li a.trackback:hover {
	background: transparent url("../img/global/trackback_on.png") 0 5px no-repeat;
}

div.actions ul li a.permalink:hover {
	background: transparent url("../img/global/permalink_on.png") 0 4px no-repeat;
}

div.actions ul li span.share:hover, div.actions ul li span.active {
	color: #fff !important;
	background: transparent url("../img/global/share_on.png") 0 5px no-repeat !important;
}

div.actions ul li a.edit:hover {
	background: transparent url("../img/global/edit_on.png") 0 3px no-repeat;
}

div#commentsmeta ul li span.closed {
	background: transparent url("../img/global/comment_closed.png") 0 6px no-repeat;
}

ul.sharing {
	background: transparent url("../img/global/opaque_10.png") 0 0 repeat;
	border: none !important;
}

ul.sharing li a {
	font-size: 1.1em !important;
	padding: 4px 0 4px 50px !important;
	border-top: none !important;
	background-position: 26px 3px;
	background-color: transparent;
	background-repeat: no-repeat;
}

ul.sharing li.first {
	border-top: 1px solid #5f676d;
	padding-top: 1em;
}

ul.sharing li.last {
	padding-bottom: 1em;
}

ul.sharing li a:hover {
	text-decoration: underline;
}

a#share_365key {
	background-image: url("../img/social/365key.gif");
}

a#share_diglog {
	background-image: url("../img/social/diglog.gif");
}

a#share_wowa {
	background-image: url("../img/social/wowa.gif");
}

a#share_qqshuqian {
	background-image: url("../img/social/qqshuqian.gif");
}

a#share_fanfou {
	background-image: url("../img/social/fanfou.gif");
}

a#share_poco {
	background-image: url("../img/social/poco.gif");
}

a#share_zhuaxia {
	background-image: url("../img/social/zhuaxia.gif");
}

a#share_baidu {
	background-image: url("../img/social/baidu.gif");
}

a#share_google {
	background-image: url("../img/social/google.gif");
}

/*div.postpic {
	width: 100%;
	height: 12em;
	margin-bottom: 1em;
	background-color: #000;
	overflow: hidden;
}

div.postpic img {
}*/

/*--- post ------------*/

div.post label{
	clear:left;
	display:block;
	float:left;
	margin-right:1em;
	padding:0.3em 0pt;
	text-align:left;
	
}
div.post label input{
	width:100px;

}
div.post input{
	float:none;
	width:40px;
}

div.post ul, div.post ol{
/*	margin-top:-1em;  */
	font-size: 14px !important;
}

div.post input:hover {
	background-color: #509f24 !important;
}


div.post input:active{
	background-color:#880000 !important;
}

div.post {
	overflow: hidden; /* for big images, urls, etc. */
}

div.post.full p {
	font-size: 14px !important;
	line-height: 22px !important;
}

div.post.full li {
	font-size: 1.1em;
	line-height: 1.4em;
}

div.post a.footnote-link{
	text-decoration:none;
}


div.post ol.footnotes{
	margin-top:-1em;
} 


div.post ol.footnotes li{
	font-size:12px;
}

div.post.full blockquote {
	font-size: 1em;
}

div.full {
	min-height: 18em;
}

div.post a {
	text-decoration: underline;
}

div.post h2 a:link, div.post h2 a:visited {
	color: #fff;
	text-decoration: none;
}

div.post h3 a:link, div.post h3 a:visited {
	color: #fff;
	text-decoration: none;
}

div.tags {
	margin-bottom: 2em;
}

div.post_nav{
	background:transparent url(../img/global/sep_vertical.png) repeat-y scroll 0pt 50%;
	margin-left:182px;
	padding-left:14px;
}

div.tags p {
	margin: 0;
	padding: 0.5em 0.8em 0.5em 2.5em;
	font-size: 12px;
	color: #8a959e;
	background: transparent url("../img/global/tags_off.png") 0.5em 0.5em no-repeat;
}

div.full div.tags p {
	padding: 0.4em 0.8em 0.4em 2.5em;
	font-size: 1em !important;
}

div.tags:hover p {
	background: transparent url("../img/global/tags_on.png") 0.5em 0.5em no-repeat;	
}

div.tags a:link, div.tags a:visited {
	text-decoration: none;
	color: #8a959e;
}

div.tags a:hover {
	text-decoration: underline;
	color: #cdd3d9;
}

/*--- extract ------------*/

div.extract h3 {
	margin-top: 0.4em;
}

div.last div.blocked {
	margin-bottom: 0;
}

/*--- comments ------------*/

div#comments .comment .avatar{
	background-color:#CCCCCC;
	border:1px solid #000000;
	float:right;
	margin:10px;
	padding:1px;
}

div#comments h3 {
	margin: 0.7em 0 1.7em 0;
	font-size: 1.6em;
	color: #a1ff66;
}

div#comments h3.closed {
/*	margin: 0;*/
}

div#comments h3#addcomment {
	margin: 0 0 0.8em 0;
}

div#comments p.timestamp {
	float: left;
	width: 9em;
	margin: 0.3em 0 0 -14em;
	padding-right: 2.3em;
}

div#comments a.editlink{
	padding-left:15px;
}

div#comments li{
	
}

li.comment {
	margin-bottom: 1em;
	background:none;
	display:block;
	list-style:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

li.comment a {
	text-decoration: none;
}

li.bypostauthor cite,li.comment-author-admin cite {
	color:LightCoral;
	font-weight:bold;
}

li.bypostauthor cite a,li.comment-author-admin cite a{
	color:LightCoral;
	font-weight:bold;
}

li.comment cite {
	display: block;
	margin: 0 0 0.5em 0;
	color: #c5e2b5;
	font-size: 1.1em;
	font-style: normal;
}

li.comment cite a {
/*	color: #c5e2b5; */
	text-decoration: none;
}

li.comment p.moderation {
	margin: 0 0 1.8em 1em;
	padding: 0 2em 0 1em;
	color: #fff;
	border-left: 3px solid #a1ff66;
}

li.comment p.timestamp a {
	color: #d8dfe5;
	text-decoration: none;
}

li.comment:hover{
	background:none;
}

li.comment div.reply{
	background-color:#000000;
	width:3em;
	text-align: center;
	margin:-5px 0;
	padding:2px 0;
	cursor:default;
}
li.comment div.reply:hover{
	background-color: #509f24;
}

li.comment div.reply:active{
	background-color: #800;
}

li.comment div.reply a{
	text-decoration: none;
	color:#FFFFFF;
	cursor:default;
}

li.comment div.cancel-comment-reply small{
	margin-left: 15px;
}

li.comment div.cancel-comment-reply{
	margin:0 0 15px;
	padding:5px 0 0;
}

li.comment div.cancel-comment-reply a{
	text-decoration: none;
	font-size:14px;
}

li.comment div.cancel-comment-reply a:hover{
	text-decoration: underline;
}

div.comment_nav{
	background:transparent url(../img/global/comment_page.png) no-repeat scroll 0 6px;
	margin:-5px 0 15px;
	padding:5px 0 0 27px;
}

div.comment_nav>.page-numbers{
	color:#999999;
	margin:0 3px;
	padding:1px 4px;
	text-decoration:none;
	font-weight:bold;
}

div.comment_nav em{
	font-style:normal;
}

div.comment_nav>.dots{
	margin:0 -5px;
}

div.comment_nav a{

}

div.comment_nav a:hover{
	background:#35383a none repeat scroll 0 50%;
	border:1px solid #5c6066;
	font-weight:bold;
	padding:4px 8px;
	margin:0 -2px;
	color:#FFFFFF
}


div.comment_nav>.current{
	background:#35383a none repeat scroll 0 50%;
	border:1px solid #5c6066;
	font-weight:bold;
	padding:4px 8px;
	color:#FFFFFF;
}


div.comment_nav>a.next:hover{
	background:#509f24 none repeat scroll 0 50%;
	color:#fff;
}

div.comment_nav>a.prev:hover{
	background:#509f24 none repeat scroll 0 50%;
	color:#fff;
}

li.comment div#respond a{
	text-decoration: none;
}


li.comment div#respond a:hover{
	text-decoration: underline;
}

div#respond {
	clear:both;
}

div#comments label {
	margin: 0 0 0 -12.8em;
	display: inline;
	position: relative;
}

div#comments textarea {
	width: 43em;
	height: 12em;
	margin-bottom: 0;
}

div#comments form fieldset button {
	float: left;
	text-indent: -300em;
	width: 6em;
	background-color: #000;
	background-image: url("../img/global/submit_button_off.png");
	background-position: center center;
	background-repeat: no-repeat;
}

div#allowedtags {
	clear: left;
/*	width: 40.35em;*/
	margin: 0 0 1em 0;
	background: transparent url("../img/global/opaque_20.png") 0 0 repeat;
}

div#allowedtags p {
	margin-bottom: 0;
	padding: 0.3em 0.5em;
	font-size: 0.8em;
}

div#allowedtags p code {
	font-size: 1em;
	color: #b6bcc1;
}

/*--- search ------------*/

form#searchform fieldset {
	margin-bottom: 1em;
	background: transparent url("../img/global/opaque_10.png") 0 0 repeat;
}

form#searchform fieldset input {
	margin: 0;
	padding: 0.4em 0 0.3em 2.5em;
	background: transparent url("../img/global/search_off.png") 0.4em 0.4em no-repeat;
}

form#searchform fieldset input:focus {
	background: transparent url("../img/global/search_on.png") 0.4em 0.4em no-repeat;
}

form#searchform fieldset button {
	float: right;
	text-indent: -300em;
	width: 6em;
	background-image: url("../img/global/search_button_off.png");
	background-position: center center;
	background-repeat: no-repeat;
}

div#searchbox form#searchform input {
	width: 10em;

}

div#primary form#searchform fieldset {
	width: 27em;
}

div#primary form#searchform input {
	width: 16em;
}

/*--- extra ------------*/

div#tagcloud {
	background: transparent url("../img/global/sep_horizontal.png") 0 0 repeat-x;
	padding: 1em 0;
}

div#cloud {
	position: relative;
	font-family: "微软雅黑", "Arial", "Helvetica", "Nimbus Sans L", sans-serif;
	text-align: left;
	line-height: 1.7em;
	vertical-align: middle;
}

div#cloud a:hover {
	text-decoration: none;
	color: #a1ff66 !important;
}

/*div#tagcloudflash {
	width: 250px;
	height: 250px;
	overflow: hidden;
	margin: -1.3em 0 -1.3em -1em;
}*/

ul.sidebar ul {
	margin-bottom:0;
}

ul.sidebar {
	margin: 0 0 1.5em 0;
	padding: 0;
	list-style-type: none;	
	border-bottom: 1px solid #5f676d;
}

ul.sidebar li {
	margin: 0;
	padding: 0;
	background: none;
}

ul.sidebar li a, ul.sidebar li a:visited {
	display: block;
	padding: 0.3em 0;
	text-decoration: none;
	color: #C5CBD0;
	border-top: 1px solid #5f676d;
}

ul.sidebar li a:hover {
	color: #fff;
}

div#recent-comments, div#similar {
	background: transparent url("../img/global/sep_horizontal.png") 0 0 repeat-x;
	padding-top: 1em;
}

div#recent-comments ul {
	border: none;
}

div#recent-comments span.date {
	font-size: inherit;
	color: #8a959e;
}

div#recent-comments li.post a {
	color: #fff;
	border-top: none;
	border-bottom: 2px solid #5f676d;
	margin-top:8px;
}

div#recent-comments ul.comments {
/*	margin-bottom: 1em; */
	margin:0 0 0 0 !important;
	margin:-7px 0 0 0;
	border-bottom: 1px solid #5f676d;


}

div#recent-comments ul.comments a {
	font-size: 1.1em;
	font-weight: normal;
/*	border-top: 1px solid #5f676d;
	border-bottom: none;*/
	border-top:none;
	border-bottom:none;
}

div#recent-comments ul.comments a:link, div#recent-comments ul.comments a:visited {
	color: #b6bcc1;
}

div#recent-comments ul.comments a:hover {
	color: #fff;
}

/*
div#blogroll ul.sidebar li a {
	padding: 0.2em 1.7em;
	background: transparent url("../img/global/li_off.png") 0.2em 0.3em no-repeat;
}

div#blogroll ul.sidebar li a:hover {
	background: transparent url("../img/global/li_on.png") 0.2em 0.3em no-repeat;
}
*/

div#popularity li a:visited, div#blogroll li a:visited {
	color: #8a959e;
}

/*
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
 
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
 
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
 
.alignright {
	float: right;
}
 
.alignleft {
	float: left;
}*/


/*
Hacks
*/
.dp-highlighter span {
	font-size:12px;
}
