@charset "utf-8";
/*
Theme Name: pzg
Theme URI: http://pzg.me
Description: theme by pzg's blog
Version: 0.2
Author: countmeon
Author URI: http://pzg.me/
Tags: pzg, countmeon, pzg's blog
*/
body {
	margin: 0;
	font-size: 15px;
	text-align:center;
	font-family: "微软雅黑", Verdana, Arial;
}
a{
	color:#036;
	text-decoration:none;
}
a:hover{
	color:#F60;
	text-decoration:none;
}
#wrapper{
	margin:0 auto;
	width:960px;
	text-align:left;
	background-color: #EBF5FA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-left-color: #333;
}
#header{
	width:935px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-left: 25px;
}
#header h1,h3{
	margin: 5px;
}
#nav{
	float: left;
}
#search{
	float: right;
	margin-top: 36px;
	margin-right: 18px;
}
#main{
	float:left;
	width:663px;
	overflow:hidden;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-right: 18px;
	padding-left: 18px;
}
#comments{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;	
}
#comments h2{
	float:left;
	margin: 10px;
}
#sidebar{
	float:right;
	width:260px;
}
#sidebar h2{
	font-size:14px;
	margin: 10px;
}
#sidebar ul,ol,li{
	margin:0;
	float:none;
	border:none;
	text-align:left;
	list-style-position: inside;
	list-style-type: none;
	padding-left: 6px;
	padding-right: 3px;
}
#footer{
	width:950px;
	padding: 5px;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.title {
	z-index: 1;
	width: 663px;
	height: 50px;
	position: relative;
}
.title h2{
	margin: 0;
	position: absolute;
	z-index: 2;
	left: 0px;
	bottom: 0px;
}
.comments{
	position: absolute;
	z-index: 2;
	right: 0px;
	bottom: 0px;
}
.post{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.respond{
	float:right;
	padding-top: 20px;
}
.commentlist li.depth-1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;	
}
.navigation{
	padding: 5px;
	text-align:right;
}
.menu{
	margin:0;
	padding: 0px;
}
.menu-item:hover{
	background-color: #666;
}
.menu li {
	display: inline;
}
.fixed{
	clear:both;
}
