/*
edit 2010.1.16 by slowsay
*/

body {
	margin:0;
	padding:0;
	text-align:center;
	color:#333;
	font-size:12px;
background:#000000;/*d0cbb6*/
line-height:20px;
font-family:arial;
}
a {
	font-size:12px;
	text-decoration:none;
	color:#00ffff;
}
a:hover {
	text-decoration:underline;
}
a.post-edit-link {
	padding:9px;
	padding-left:24px;
	color:#555;
	font-family:tahoma, Arial;
	background:transparent url("images/edit.png") no-repeat center left;
}
img {
	border:0px solid #000;
}
a.rss {
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
	background:transparent url("images/rss.png") no-repeat center left;
}
a.quote-link, a.reply-link {
	padding:3px;
	color:#444;
	margin:7px 3px;
	font-size:12px;
	font-family:Tahoma, Arial;
}
a.quote-link:hover, a.reply-link:hover {
	color:#00ffff;
}
a.reply-link {
	padding-left:12px;
	background:transparent url("images/reply_comment.png") no-repeat center left;
}
a.quote-link {
	padding-left:12px;
	background:transparent url("images/comment_quote.png") no-repeat center left;
}
ul,li, dt, dd, dl {
	margin:0;
	padding:0;
	list-style-type:none
}


/************************* IDs *************************************/
#page {
	margin:0 auto;
	text-align:left;
	width:970px;
	padding-top:0px;
	background:#000000;
}
#header {	
	height:215px;
	background:#000000 url(images/logo2.jpg) no-repeat center 0;
}
/************************ NA V I G AT I O N **************/
#navigation {
	margin: 0;
	padding:0 0 0 16px;
	height:43px;
}
#navigation ul{margin:0;padding:0}
#navigation li {
	float: left;
	list-style-type: none;
	font: 12px Tahoma, Arial;
	padding: 10px;	
	background:#000;
}
#navigation li a {
	text-decoration: none;
	color: #fff;
}
#navigation li a:hover {
	text-decoration: underline;
}

/************* TOP NAVIGATION *******************/
#top-nav {
	height:30px
}
#top-nav li {
	float: left;
	list-style-type: none;
}
#top-nav li.first {
	margin-left:30px;
}
#top-nav li a {
	padding: 14px 10px;
	text-decoration: none;
	color: #333;
	white-space: nowrap
}
#top-nav li a:hover {
	color:#999;
}
/***************Begin SIDEBAR************************/
#sidebar {
	margin-right:18px;
	margin-left:700px;
}
#sidebar h2 {
	color:#333;
	font-size:12px;
	cursor:pointer;
	margin:4px;
	padding:15px 5px 5px 5px;
	border-bottom:1px solid #555;
}
#sidebar ul, #sidebar ul li {
	padding:0;
	margin:0;
	list-style:none;
	font-size:12px;
	color:#999
}
#sidebar>ul {
	padding-bottom:5px;
}
#sidebar a {
	text-decoration:none;
	color:#333;
}
#sidebar a:hover {
	text-decoration:underline;	
}
#sidebar>ul>li>ul>li {
	padding:3px;
/*border-bottom:1px solid #ddd;修改于09.12.17*/}
#sidebar li.current_page_item>a, #sidebar li.current-cat>a {
	color:#111 !important;
}
#sidebar a:hover {
	color:#00ffff;
}
#sidebar>ul>li ul {
	margin-left:5px;
}
li#twitter {
	background:#eef;
	border:4px solid #ccf;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	margin:10px !important;
	padding:12px !important;
}
li#twitter h2 {
	font-family:'tahoma', sans-serif;
}
#followBtn {
	display:block;
	width:150px;
	background:#07a;
	padding:6px;
	color:#fff !important;
	font-family:Tahoma, sans-serif;
	border:2px solid #059;
	-moz-border-radius: 7px;
	-khtml-border-radius: 7px;
	-webkit-border-radius: 7px;
}
/*********** f e a t u r e d *****************************/
#content {
	float:left;
	width:600px;	
	padding-left:15px;
	padding-right:15px;
	margin:0 50px 0 10px;
}
#content div.entry {
	
}
/********************* classes *********************************/
h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
}
h1{margin:0;padding:0;font-size:14px;}
h1.post-title {
	margin:12px 0;
	line-height:25px;	
}
h1.post-title a {
font-size:14px;	
color:#333;
	text-decoration:none
}
h1.post-title a:hover {
	text-decoration:underline
}
h1.pagetitle {
	display:none
}
h1.search {
	padding-left:36px;
}
/******** PAGINATION ************/
 ul.page-numbers {
	list-style:none;
	margin:20px;
	padding:0;
	float:right;
}
ul.page-numbers li {
	float:left;
	color:#333;
	font-family:Arial;
	font-size:12px;
}
a.page-numbers {
	background:#eee url("images/pagination.png") repeat-x top center;
	border:1px solid #ddd;
	color:#555;
	padding:5px 9px;
	margin:3px;
}
a.page-numbers:hover {
	background:#eee url("images/pagination.png") repeat-x bottom center;
	color:#00ffff;
}
/****** PAGINATION END ***************/
div.divider {	
border-bottom:1px solid #efefef;
}
/******************** next - prev **********************/

#next-prev>div {
	line-height:30px
}
#next-prev .prev {
	float:left;
}
#next-prev .prev a {
	padding:0;
	color:#00ffff;
	text-decoration:underline;
}
#next-prev .prev a:hover {
	text-decoration:none;
}
#next-prev .next {
	float:right;
}
#next-prev .next a {
	padding:0;
	color:#00ffff;
	text-decoration:underline;
}
#next-prev .next a:hover {
	padding:0;
	text-decoration:none;
}
#next-prev a {
	color:#666;
	font-family:'Tahoma', 'Arial';
}
#cats, #tags {	
line-height:30px;	
}
a.readmore, a.more-link {
	width:50px;
	color:#00ffff;
	display:block;
	text-decoration:underline
}
a.readmore:hover, a.more-link:hover {
	text-decoration:none
}
small.date, small.author, small.comments_count {
line-height:20px;
color:#999;
font-size:10px;
}
div.clear {
	clear:both;
}

div.comment_part {
	margin-left:5px;
	padding-left:10px;
}
h3#comments {
	cursor:crosshair;
}
ul.commentlist {
	list-style:none;
	margin:0;
	padding:0;
}
ul.commentlist li {
	margin:0 10px;
	margin-left:0;
	padding:10px;
	background:#fff;
	border-bottom:1px solid #00ffff;
}
ul.commentlist li.authcomment {
	/*background:url("images/admin_comment.png") no-repeat center right !important;*/
}
ul.commentlist li.trackback {
	border-left:3px solid #ccc !important;
	margin-left:30px !important;
}
ul.commentlist li.alt {
	background-color:#f3f3f3 !important;
}
ul.commentlist img.avatar {
	display:block;
}
cite.comment_author {
	text-transform:capitalize;
	font-style:normal;
}
em.awaiting_moderation {
	color:#a00;
	display:block;
	padding:3px;
	font-size:12px;
	font-family:'Georgia', serif;
	font-style:italic;
	margin:0px;
}
hr {
	display:none;
}
/**************** FOOTER ***********************/
#footer-wrapper {
	clear:both;
}
#footer {
	margin:0px auto;
	padding:10px 0;
	height:100px;
	line-height:25px;
	text-align:left;
	color:#666 !important;
	font-size:14px !important;
	background:#000000;
	text-align:center
}
#footer a {
	color:#fff !important;
}
#footer h2 {
	color:#fafafa;
}
#footer #center {
	text-align:center;
	color:#fff;
}
#footer input {
	color:#fff !important;
}
div.footer-box {
	width:480px;
	float:left;
}
/*** Custom Classes **************/
.note, .highlight {
	background:#ffd;
	padding:5px;
	margin:5px;
	font-size:14px;
	border:1px solid #cca;
}
a.download {
	font-family:Tahoma, sans-serif;
	border-bottom:1px solid #ddd;
	color:#555;
	padding:4px;
	margin:5px;
}
a.download:hover {
	color:#f60;
}
#content .entry img.frame, #content .entry img.border {	
	border:0px solid #ccc;	
	margin:10px;
}
#content .entry img.frame:hover, #content .entry img.border:hover {
	
}
/* Begin Calendar */



#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 12px;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar {
}
#wp-calendar caption {
	font: normal 1.3em Tahoma, Arial, sans-serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align:center;
	font-family:Tahoma, Arial;
	color:#444;
}
#wp-calendar {
	empty-cells:hide;
	margin: 0px auto 0;
	width: 240px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
	color:#b00;
	font-weight:bold;
	border:none;
}
#wp-calendar caption {
	text-align: center;
	font-weight:normal;
}
#wp-calendar td {
	padding: 3px 0;
	text-align:center;
	margin:-1px;
	font-family:Georgia, serif;
	color:#666;
}
#wp-calendar td:hover {
	background:#eee;
	cursor:pointer;
}
/* End Calendar */
/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding:10px;
	text-transform:lowercase;
	background:#EEE6E6;
	border-top:4px solid #dcc;
	font-family:'Georgia', sans-serif;
	color:#666;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
hr {
	display: none;
}
img.avatar {
	background:#fff;
	padding:3px;
	border:1px solid #aaa;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #eee;
	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: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
input, textarea {
	background:#f9f9f9;
	border:1px solid #ddd;
	padding:4px;
	color:#777;
	font-size:14px;
	font-family:Georgia, serif;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin:5px;
}
input[type="submit"] {
	font-family:Tahoma, 'Arial Narrow';
}
input[type="submit"]:hover {
	cursor:pointer;
	background:#00ffff;
	border-color:#800;
	color:#fff;
}
textarea#comment {
	width:90%;
	height:300px;
}
label {
	cursor:pointer;
}
/*gallery begin*/
.gallery {
	line-height:10px !important;
}
.gallery {
	margin: auto;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
.gallery img {
	border: 2px solid #ccc;
}
.gallery-caption {
	margin-left: 0;
}
.gallery-icon {
}
/*gallery end*/
tt {
	color:green;
}

