@charset "utf-8";
html,body{
	height: 100%;
	margin: 0;
	padding: 0;
	border:0;
}
body{
	background: #333;
	color: #444;
	font: 78%/1.6em "SimSun";
	text-align: center;
}
img{
	border: 0;
}
p{
	line-height: 1.6em;
	margin: 0.7em 0;
}
dl{
	margin: 1em 0;
}
dt{
	font-weight: bold;
}
dd{
	margin: 0.5em;
	padding: 0;
}
img.right, img.alignright{
	float: right;
	margin: 10px 0 0 10px;
}
img.left, img.alignleft{
	float: left;
	margin: 0 10px 10px 0;
}
hr{
	display: none;
}
a{
	text-decoration: none;
}
a:link, a:visited{
	color: #666;
}
a:hover, a:active{
}
h1, h2, h3, h4, h5, h6{
	font-family:"SimSun";
}

br.clear {
	clear: both;
}
#top{
	position:relative;
	margin:0 auto;
	width:960px;
}
#page {
	text-align: left;
	width: 960px;
	background: #efefef;
	margin: 20px auto 0;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
#pager {
	height: 130px;
	border-top: 1px solid #666;
	margin-bottom: 0;
	background: #E2CC22 url(images/headr.jpg) left bottom no-repeat;
	border-bottom: 4px solid #AA1D16;
}
#headr {
	width: 960px;
	text-align: right;
	margin: 0 auto;
}

#headr .description {
	color: #efefef;
	margin-left: 30px;
	line-height:30px;
}

#content {
	width: 680px;
	float: left;
	padding: 0 10px 10px 20px;
	padding-left: 0;
}
.post {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
}
.post:hover {
	border: 1px solid #666;
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
}
.postmetadata {
	font-size: .9em;
	color: #999;
}
.postmetadata  a{
	color: #666;
}

#sidebar {
	width: 260px;
	float: right;
	background: #fff;
	color: #666;
	padding-bottom: 20px;
	border: 1px solid #ccc;
}
#sidebar ul{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar:hover {
	width: 260px;
	float: right;
	background: #fff;
	color: #666;
	padding-bottom: 20px;
	border: 1px solid #666;
}
.side2 {
	float: left;
	padding-left: 15px;
	width: 230px;
}
#footer {
	width: 770px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	position: relative;
}
#footer p.right {
	position: absolute;
	right: 0;
	top: 10px;
	text-align: right;
}

#headr h1 {
	margin: 20px 0 0 30px;
	color: #efefef;
	font:normal 2.5em "SimHei";
}
#headr h1 a {
	color: #fff;
}
#sidebar  h2{
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
#sidebar a {
	color: #555;
}
#sidebar a:hover {
	color: #333;
}
#sidebar #avatr {
	border: 1px solid #666;
}
h2.pagetitle {
	text-align: right;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
.post h2 {
	font-size: 16px; 
}
.post h2 a {	
	color: #333;
}
.post h2 a:hover {
	color: #999;
}
.post ul {
	margin-left: 2em;
}
.post ol {
	margin-left: 2em;
}
p.postmetadata{
	color: #999;
	text-align:right;
	font-size: 12px;
	margin-bottom: 10px;
	border-bottom: 1px solid #efefef;
	padding: 5px 0;
}
p.postmetadata a{
	color: #666;
	text-decoration: none;
}
.post ul.postspermonth{
	list-style:none;
	padding: 0;
	margin: 0;
}
.post p a {
	border-bottom: 1px solid #ccc;
}
.post p a:hover {
	border: none;
	color: #000;
}
.post a img, .post img a {
	border: none;
}
img.border {
	border: none;
}
.tags {
	margin-bottom: 10px;
	font-weight: bold;
}
.tags a {
	font-weight: normal;
}
.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #ccc;
}
#footer {
	color: #efefef;
	font-size: 0.95em;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 12px;
}

.navigation a{
	color: #666;
}
.navigation .alignleft{
	float: left;
	width: 50%;
}
.navigation .alignright{
	float: right;
	text-align: right;
	width: 50%;
}
.ileft {
	float: left;
	margin-right: 5px;
}
p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #333;
	margin: 1em;
	padding: 0 0 10px 50px;
	font-size:13px;
}
#content .commentsfeedr{
	background: url(images/feed.png) no-repeat left center;
	padding-left: 20px;
}
#content .trackbackr{
	background: url(images/arrow_refresh.png) no-repeat left center;
	padding-left: 20px;
}
input.textbox, textarea{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #ccc 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #999 1px solid;
}
#submit{
	padding: 3px 5px;
}
.comment{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border-bottom: #ddd 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}
.alt{
	background: #f9f9f9;
}
.MyAvatars{
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px;
}
#comment {
	width: 100%;
}

h3#comments, h3#respond {
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
}

#navr{
	position:absolute;
	top:0;
	left:0;
}
.menu{
	list-style: none;
	margin:0;
	padding:0;
}
.menu li{
	float:left;
	margin:0 5px;
}
.menu li a{
	background: #efefef;
	border: #ccc 1px solid;
	border-top: none;
	color: #666;
	display: block;
	font-weight: bold;
	padding: 2px 10px;
	text-decoration: none;
}
.menu li a:hover {
	background: #999;
	border: #666 1px solid;
	border-bottom: none;
	color: #fff;
}
.menu li a:active, .menu li.current_page_item a{
	background: #666;
	border: #666 1px solid;
	border-bottom: none;
	color: #fff;
	font-weight: bold;
}

fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}

pre {
	width: 95%;
	overflow:auto;
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #666;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #ccc;
	padding: 5px;
	background: #efefef;
}

code {
        display:block;
        font: normal 12px/1.4 'Courier New', Courier;
	color: #666;
	padding: 5px;
        background:#f7f7f7;
        border:solid 1px #ccc;
        border-left-width:3px;
        margin-left:1em;
}
.entry{
	font-size:1.2em;
}
.entry ul,.entry ol{
        font-size:12px;
        line-height:1.6;
}
.runcode,.commentmetadata{
	font-size:12px;
	color:#333;
}
.commentlist{
        margin:0;
        padding:0;
        list-style:none;
}
.commentlist li{
        position:relative;
        width:96%;
        
}
.commentlist .comment strong{
        font-size:1.5em;
}
em.post-no{
        position:absolute;
        top:8px;
        right:0;
        color:#eee;
        font:50px "Georgia";
}
a.comment-edit-link{
        position:absolute;
        top:0;
        right:0;
        padding:0 8px;
        font-size:12px;
        background:#eee;
}
a.url:link,a.url:visited{
	color:#333;
	text-decoration: underline;
}
#commentform small{
        font-size:12px;
        color:#999;
}
#godaddy1{text-align:center}
#godaddy1 iframe{margin:5px auto;}
