* {
	margin:0;
	padding:0;
	}

body {
	font-size: 12px;
	font-family: Tahoma,宋体,Helvetica,Arial,Verdana,Sans-Serif;
	background: #F9F9F9;
	color: #333;
	text-align: center;
	line-height:1;
	}

	
#page {
	text-align: left;
	width: 100%;
	}
	
#main {
	width:920px;
	margin:0 auto;
	}
/**/
#header {
	height:100%;
	border-top:1px solid #ccc;
	}

#innerheader {
	width:920px;
	margin:0 auto;
	padding:4px 0;
}	
.description {
	line-height:1.5;
	padding:0 10px;
	}
	
#footer {
	border-top:1px solid #ccc;
	clear: both;
	background:#f1f1f1;
	margin:30px auto 0;
	padding:10px;
	}

#footer p {
	font:11px Verdana,"Microsoft YaHei";
	text-align: center;
	}
	
#footer span {
	color:#999;
	margin:0 10px;
	}

/*Begin Font Size*/
small {
	font-family: "Microsoft YaHei", Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height:1.5;
	}

h1, h2, h3 {
	line-height:1.5;
	font-weight:normal;
	}

h1 {
	font-size: 28px;
	margin: 0;	
	}
	
h2 {
	font-size: 16px;
	margin: 0;
	}

#content h2 {
	}

h3 {
	font-size: 15px;
	padding: 0;	
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
	
h4 {
	font:bold 14px Verdana,"Microsoft YaHei";
	color:#999;
	}
	
h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color:#000;
	font-family:Tahoma,"Microsoft YaHei";
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	font-weight:bold;
	text-shadow:0 1px 1px #999;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	font-family:Tahoma,"Microsoft YaHei";
	}
	
small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 12px/20px 'Courier New',Courier,Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a:hover ,h2 a:hover, h3 a:hover {
	color: #333;
	text-decoration: none;
	}
	
a {
	color: #666;
	text-decoration: none;
	}

/*sidebar*/
#sidebar a{
	color:#666;
	}
#sidebar ul li ul li:hover, .related_post li:hover,.randome_post li:hover {
background:#f1f1f1;
border-right:2px solid #999;
}
	
#sidebar h2 {
	padding: 0;
	margin-left:10px;
	}

#sidebar h2 a{
	color:#000;
	text-shadow:0 1px 1px #666;
	line-height:1.5;
	font-size: 15px;
	font-weight:bold;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 4px;
	border-bottom:1px solid #ccc;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol,#sidebar ul div {
	margin: 0 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
#sidebar ul li ul, #sidebar ul li div {
	margin:0 10px 6px;
	overflow:hidden;
	height:100%;
	}
#sidebar ul ul li, #sidebar ul ol li {
	margin: 0;
	padding: 0;
	}
#sidebar ul li ul li {
	border:none;
	margin:2px 0;
	line-height:1.5;
	*margin:-1px 0;
	}
	
#sidebar ul li ul li a{
	line-height:1.5;
	}

#sidebar ul li div a{
	line-height:1.5;
	}
	
#sidebar {
	float:left;
	margin-left:10px;
	margin-right:20px;
	margin-top:30px;
	width:290px;
	display:inline;
	}

/*content*/
.entry p {
	font-size:12px;
	line-height:1.6;
	margin-bottom:6px;
	}
.entry p a:visited {
	color: #9a9a9a;
	}
.entry blockquote p {
-moz-border-radius:0 8px 8px 0;
background:none repeat scroll 0 0 #333333;
color:#EEEEEE;
font-size:12px;
padding:10px;
	}
.sticky {
	background: #f7f7f7;
	}

.narrowcolumn {
	float:left;
	margin-top:30px;
	margin-left:20px;
	width:570px;
	display:inline;
	margin-right:10px;
	}

.widecolumn {
	float:left;
	margin-left:20px;
	margin-top:30px;
	width:570px;
	display:inline;
	margin-right:10px;
	}

.post {
	margin: 0 0 30px;
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	padding:5px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

html>body .entry ul {
	margin-left: 0px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin:8px;
	line-height:1.5;
	}


.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
/*comments*/
.thread-alt {
	background-color: #F9F9F9;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border-bottom: 1px solid #ddd;
}

.even, .alt {
}

.commentlist li .avatar { 
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist .commentcontent {
	background:#F2F2F2;
	margin-left:50px;
	-moz-border-radius:8px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;

	}

.commentlist p {
	font-weight: normal;
	line-height:1.5;
	text-transform: none;
	}

#commentform input {
	width: 130px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	font-size:13px;
	width:340px;
	margin-top:23px;
	float:right;
	height:118px\9;
	border:1px solid #ccc;
	}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
#commentform #submit {
background:#FFF;
border:1px solid #CCC;
color:#999;
float:right;
font-family:Verdana;
font-weight:bold;
margin:10px 0;
cursor:pointer;
	}
#commentform #submit:hover {
border:1px solid #999;
}

#cancel-comment-reply-link  {
border:1px solid #CCC;
font-weight:bold;
left:174px;
padding:4px;
position:relative;
top:-28px;
color:#999;
}

#cancel-comment-reply-link:hover {
border:1px solid #999;
}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin:0;
	padding:10px;
	list-style: none;
	height:100%;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin-top:-10px;
	padding:6px;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	padding:6px;
	color:#999;
	}
	
.commentmetadata .url{
	color:#000;
	font-weight:bold;
	}
/*images*/
p img {
	padding: 0;
	max-width: 100%;
	}


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;
	font-weight:bold;
	margin-top:3px;
	}

.alignleft {
	float: left;
	font-weight:bold;
	margin-top:3px;
	}
	
/*other*/
#searchform {
	margin: 2px auto;
	padding-bottom:4px;
	text-align: center;
	}

#searchform #s {
	width: 188px;
	padding: 2px;
	border:1px solid #ccc;
	font:bold 12px Verdana,"Microsoft YaHei";
	color:#999;
	background:none;
	+background:#fff;
	}

#searchsubmit {
	background:url("images/search.gif") no-repeat scroll 0 0 transparent;
	border:none;
	font:bold 12px Verdana,"Microsoft YaHei";
	color:#999;
	cursor:pointer;
	width:20px;
	height:16px;
	position:relative;
	top:3px\0;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
-moz-border-radius:6px 8px 8px 6px;
-moz-box-shadow:0 0 2px #333333;
border-left:5px solid #CCCCCC;
margin:10px 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height:1.5;
	padding: 0 4px 5px;
	margin: 0;
}
/*menu*/
#topnavigation {
	background:#F1F1F1;
	padding:2px 0;
	}

#topmenu {
	margin:0 auto;
	width:920px;
}

#topmenu li {
	list-style:none;
	float:right;
	margin:0 10px;
	padding:0 10px;
	display:inline;
}

#topmenu  li a{
	color:#999;
	font-size:12px;
	text-shadow:0 1px 1px #ccc;
	line-height:1.5;
	}
	
#topmenu  li a:hover{
	color:#000;
	text-shadow:0 1px 1px #666;
	}

#navigation {
	/*background:url("./images/menubg.png") repeat-x scroll 0 0 transparent;*/
	margin-top:-14px;
	margin-left:-1px;
	}
#menu {
	margin:0 auto;
	width:920px;
	border-bottom:1px solid #ccc;
}

#menu li{
	list-style:none;
	float:left;
	margin-right:10px;
	display:inline;
	padding:1px 10px;
}

#menu li a{
	color:#999;
	font-size:14px;
	text-shadow:0 1px 1px #ccc;
	line-height:1.5;
	font-weight:bold;
	}
	
#menu li a:hover{
	color:#000;
	text-shadow:0 1px 1px #666;
	}
	
#menu li.current {
}

#menu li.current a {
	color:#000;
	text-shadow:0 1px 1px #666;
}

/*diy*/
#commentscount {
	border-bottom:1px solid #ccc;
	text-align:center;
	}
#related_posts {

	}
.related_post li {
	list-style:none;
	padding:2px 0;
line-height:14px;
	}

#commentscount h3 a{
	color:#999;
	padding:3px;
	line-height:1.5;
	font-weight:bold;
	font-family:Verdana;
	text-shadow:none;
	}
	
#author_info {
	float:left;
	margin-top:2px;
	}
	
.gravatarouter {
	float:left;
	}
	
.reply {
	line-height:1;
	}
.reply a {
	float:right;
	margin-top:-24px;
	padding:4px;
	color:#999;
	}
	
.innercomment {
	}
	
.commentlist .comment-author-admin .avatar {

	}

.commentlist .children li {
	border-top:1px dashed #ddd;
	margin:6px 0 0 6px;
	padding:6px 0 0 6px;
	}

#welcome {
font-family:Verdana,"Microsoft Yahei";
font-size:13px;
font-weight:bold;
margin-top:14px;
text-align:center;
color:#000;
}

#commentform #author,#email,#url {
border:1px solid #ccc;
height:15px;
}
#commentform #author:focus,#email:focus,#url:focus,#commentform textarea:focus,#searchform #s:focus{
border:1px solid #999;
}

#authoravatar {
float:left;
position:relative;
top:32px;
left:64px;
padding:2px;
}

.localavatar  {
height:35px;
width:35px;
border:1px solid #ddd;
padding:2px;
}

.activecommenter {
}

#sidebar .mostactive  {
display:inline;
margin:2px;
}
#sidebar .recentcomment li {
margin-bottom:4px;
}

.recentcotent {
display:inline;
margin-left:4px;
*margin-left:0px;
position:relative;
top:-2px;
}
.recentname {
margin-top:-2px;
margin-left:4px;
display:inline;
position:absolute;
font-weight:bold;
color:#000;
line-height:1.5;
cursor:pointer;
}
.rencentavatar {
height:24px;
width:24px;
border:1px solid #ddd;
padding:2px;
}
#sidebar .widget_links ul li ,#sidebar .widget_categories  ul li, #sidebar .widget_archive ul li{
float:left;
height:20px;
padding-top:1px;
height:100%;
width:50%;
display:inline;
}

#sidebar .widget_links ul li:hover ,#sidebar .widget_categories  ul li:hover, #sidebar .widget_archive ul li:hover{
background:none;
border:none;
}

#sidebar .widget_links ul li a:hover ,#sidebar .widget_categories  ul li a:hover, #sidebar .widget_archive ul li a:hover {
background:#f1f1f1;
border-right:2px solid #999;
padding-right:10px;
}

.navigation {
text-align:center;
}

.navigation a {
color:#999;
width:100%;
line-height:1.5;
margin:0 4px;
padding:0 4px;
}
.navigation .current {
color:#333;
font-weight:bold;
border-bottom:2px solid #333;
}
.copyright {
line-height:1.5;
color:#000;
}
#sidebar .monthactive ul li:hover {
background:none;
border:none;
}

#link ul li {
list-style:none;
float:left;
margin:20px;
}

#link .linkcat ul li {
float:left;
margin:10px;
padding:5px;
list-style:square;
}
#digu {
position:relative;
left:170px;
top:-18px;
height:20px;
line-height:1.5;
}

.diguload {
position:relative;
top:-20px;
margin-left:580px;
}

#digux ,#wudiShow h4,#wudiShow p,#wudiShow ul li a{
display:none;
}

#wudiShow ul li{
list-style:none;
border-bottom:1px dashed #DDD;
color:#999;
font-size:12px;
width:440px;
overflow:hidden;
display:block;
white-space:nowrap;
}

#wudiShow {
position:relative;
right:200px;
text-align:right;
top:-30px;
margin-left:480px;
_margin-bottom:-80px;
}

.yearcommenter {
list-style:none;
float:left;
margin:2px;
}
#commenter {
margin:20px;
}

#headsearch {
float:left;
position:relative;
margin-bottom:-60px;
top:-30px;
left:190px;
}

.postlist {
float:left;
width:50%;
border-top:1px solid #CCC;
}

.randome_post li{
list-style:none;
padding:2px 0;
line-height:14px;
}

.entry p img{
-moz-border-radius:5px 5px 5px 5px;
-moz-box-shadow:0 0 2px #CCCCCC;
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
padding:1px;
}