@charset "utf-8";
/*  
Theme Name: haipai
Theme URI: http://www.haipai.info/
Description: Haipai Wordpress theme created by <a href="http://www.haipai.info/theme-haipai">haipai.info</a>
Version: 1.0
Author: Codenow
E-mail: Codenow@qq.com
Author URI: http://www.haipai.info/
*/

/* 正在完善，稍后发布。 */

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	text-align: center;
	vertical-align: top;
	background: #fff url(bg_body.gif) repeat-x;
	color: #333;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	font-weight: normal;
}

a{
	text-decoration: none;
	color: #175CBB;
}

a:hover{ text-decoration: underline; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #f1f1f1;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #ddd;
}

code{
	background:#ebedef;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCC;
	color:#555;
	font:14px "courier new",courier,monospace;
	padding:0 2px;
	text-indent:0;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #9b9b9b;
	color: #9b9b9b;
}

small{
	font-size: 12px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 14px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container{
	margin: 0 auto;
	width: 780px;
	text-align: left;
}

#header .site-title{
	float: left;
	width: 780px;
	text-align: center;
}

#header .site-title h1{
	padding: 24px;
	font: bold 34px Georgia, "Times New Roman", Times, serif;

}

#header h1 a{
	padding: 0 0 10px;
	text-decoration: none;
	color: #333;
}

#header h1 a:hover{
	text-decoration: underline;
}

#header .topmenu{
	float: left;
	width: 780px;
	text-align: center;
}

#header .topmenu ul{
	list-style: none;
	margin: 0;
	padding: 0px 10px 10px 0;
	border-bottom: 1px solid #96bdd4;
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

#header .topmenu ul li{
	padding: 0 0 0 20px;
	display: inline;
}

.post{
	padding: 20px 0;
	clear: both;
}

.post h2.highlight{
	padding: 15px 20px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background: #008080;
	color: #fff;
}

.post .title-item, .post .title-item-alt{
    font-size: 14px;
	padding: 15px 20px;
	border-bottom: 1px solid #c9e2f1;
	background: #ebf7ff;
}

.post .title-item-alt{
	background: #fff;
}

.post .posttitle {
    font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	padding: 15px 20px;
	text-align: center;
	border-bottom: 1px solid #c9e2f1;
	background: #ebf7ff;
	}

.entry{
	font-size: 14px;
	padding: 0 20px;
	line-height: 24px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	font-weight: bold;
}

.entry h1{
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}

.entry h2{
	font-size: 18px;
}

.entry h3{
	font-size: 16px;
}

.entry  h4{ font-size: 14px; }

.entry h5{ font-size: 12px; }

.entry h6{ font-size: 11px; }

.entry img{
	border: 1px solid #c9e2f1;
	padding: 4px;
	background-color: #fff;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry p.postinfo{
	margin: 15px 0 0;
	border-top: 1px solid #c9e2f1;
}

.browse{
	padding: 15px 20px;
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
}

.browse a{
	font-weight: bold;
}

/* comments template */

h3#comments, h3#respond {
    font: bold 14px verdana;
	}

.comments-template{
	margin: 15px 0 0;
	border-top: 1px solid #c9e2f1;
	padding: 15px 20px;
	font-size: 14px;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}

.comments-template ol li{
	margin: 15px 0 0;
	line-height: 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #c9e2f1;
}

.comments-template p.nocomments{
	padding: 0;
}

/* end comments template */


#footer{
	float: left;
	width: 780px;
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	padding: 15px 0;
	border-top: 1px solid #96bdd4;
	text-align: center;
}

#footer ul{
	list-style: none;
	margin: 0;
	padding: 0px 10px 5px 0;
	font-family: Georgia, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

#footer ul li{
	padding: 0 0 0 20px;
	display: inline;
}

#footer p{
	padding: 0 20px;
	line-height: 18px;
}

/* 新CSS 2010-1-7 */

.row {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.col_body div, .col_body span, .col_body h1, .col_body h2, .col_body h3, .col_body h4, .col_body h5, .col_body h6, .col_body p, .col_body ul, .col_body li {
	padding: 0px;
	margin: 0px;
	border: none;
	font-weight:normal;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
}
h1, h2, h3, h4, h5 {
	color: #333333;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.row a:link, a:visited {
	color: #336699;
	text-decoration: none;
}
.row a:active, a:hover {
	color: #3366CC;
	text-decoration: underline;
	cursor: pointer;
}
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix{
	display: inline-block;
}
html[xmlns] .clearfix{
	display: block;
}
 * html .clearfix {
 	height: 1%;
}
/** 华丽的分割线 **/
.col {
	margin-bottom: 10px;
}
.col_head {
	border-bottom: 1px solid #ddd;
	position: relative;
	height: 25px;
}
.col_head h3 {
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	height: 25px;
}
.col_head .more {
	font-size: 12px;
	line-height: 22px;
	margin: 0px;
	padding: 0px 10px;
	height: 22px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.col_head .more a {
	color: #666;
}
.col_body {
	padding: 10px 0px;
	overflow: hidden;
}
.row {
	margin-bottom: 10px;
}
.row .col {
	float: left;
	margin: 0px;
	overflow: hidden;
}
/** row_2原#FFCC66 **/
#row_2 .col_head {
	border-bottom: 1px solid #96BDD4;
}
#haipai_a {
	width: 260px;
}
#haipai_a .col_head {
	margin-right: 10px;
}
#haipai_b {
	width: 260px;
}
#haipai_b .col_head {
	margin: 0px 5px;
}
#haipai_c {
	width: 260px;
}
#haipai_c .col_head {
	margin-left: 10px;
}
#haipai_c .col_body {
	padding: 10px;
}
#row_2 .articles li {
	width: 220px;
}

ul.articles li {
	display: block;
	padding: 3px 0px 3px 20px;
	width: 230px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(li_gray.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
}

div.note {
	font-size: 95%;
	background-color: #ffffe6;
	padding: 0.8em 1.6em;
	border: 1px solid #eee;
	font-weight: bold;
	color: #666;
}
div.note strong {
	color: #000;
}
/* 更新 CSS 2011-12-2 */
#row_2 .articles_new li {
	width: 100px;
	float:left;
}

ul.articles_new li {
	display: block;
	padding: 3px 0px 3px 20px;
	width: 230px;
	line-height: 18px;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(li_gray.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	overflow:hidden;
}
/* 分页 CSS 2010-1-11 */
#page_nav_bar {color:#ddd;text-align:center;margin:18px 0;font-family: Arial, Helvetica, sans-serif, simsun;font-size:10.5pt;}
#page_nav_bar a,#page_nav_bar a:visited {padding:3px 6px 2px 6px;border:1px solid #eee;margin:1px;text-decoration:none;color:#175CBB}
#page_nav_bar a:hover {background:#225EB3;color:#FFF;text-decoration:none;}
#page_nav_bar a.next {border-width:2px;padding:2px 5px 1px 5px;}
#page_nav_bar a:hover {border-color:#386098;}
#page_nav_bar .current {padding:3px 5px 2px 5px;margin:1px;color:#3399FF;font-weight:bold;}
#page_nav_bar a.current{background-color:#94E642 !important;}
#page_nav_bar div {padding-top:8px;font-size:0.9em;color:#999;text-align:center;}
#page_nav_bar p{padding:0.3em 0;}
/* 评论提示 CSS 2010-1-14 */
.CommentTips {	
	background: #f9f9f9;
	border: 1px solid #e6e6e6;
	margin: 15px 0 0 0;
	padding: 10px;
	color: #333;
	line-height: 18px;
}
/* Authorbox提示 CSS 2010-1-25 */
.authorbox {
	background: #F7F7F7;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
	border: 1px solid #E6E6E6;
}
.authorbox p {
	margin: 0px;
	padding: 0px;
}
.authorbox img {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
.authorbox a {
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
}
/* HideHp隐藏 CSS 2010-1-26 */
.HideHp,.HideHp p,.HideHp div,.HideHp b{font-size:14px}
.hidden{display:none}
/* -- Post Date CSS 2010-1-27 -- */
div.date p{
	width: 45px;
	height: 60px;	/*-55px-*/
	float: right;	/*-right-*/
	display: inline;
	margin: 0 0 0 10px;
	text-align: center;
	font-size: 60%;
	color: #666;
	overflow: hidden;
}
div.date span.month{
	display: block;
	font-size: 110%;
}
div.date span.day{
  display: block;
	font: normal 325% Georgia, "Times New Roman", Times, serif;
	margin-top: -9px;
}
div.date p span.year{
	display: block;
	margin-top: -3px;
}
