/*
Theme Name: Xiami
Theme URI: http://www.enjoyeasy.com.cn/
Description: <a href="http://www.enjoyeasy.com.cn">Kevin's</a> first theme based on <a href="http://xiami.com">xiami.com</a>.
Version: 2.7
Author: Kevin Yu(baljeans)
Tags:blue,two-columns,fixed-width
*/

* {
	margin:0;
	padding:0
}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/mbg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
}
a {
	color:#318dff;
	text-decoration:none;
}
a:hover {
	color:#999999;text-decoration:underline;
}
img{border:0;}
li{list-style-type:none;}
.header {
	background:url(images/navi_mbg.png) repeat-x scroll center top;
	margin:5px auto 0;
	width:100%;
	color:#FFFFFF;
	font-size:12px;
	overflow:hidden;
}
.header a:hover {
	text-decoration:none;
	color: #F0F0F0;
}
.menu {
	list-style: none;
	height:45px;
	line-height:47px;
	font-size:12px;
	margin:auto;
	padding-left:10px;
	width:980px;
	overflow:hidden;
}
.menu a {
	text-decoration:none;
	color:#FFFFFF;
}
.nav1 {
	background:transparent url(images/sub_bg.gif) repeat-x scroll left center;
	margin:-6px auto 0;
	width:100%;
}

.nav {
	list-style:none;
	height:33px;
	margin:auto;
/**margin-top:-7px;*/
	padding-left:20px;
	width:980px;
}
.nav li {
	float:left;
	margin:0 10px;
	line-height:35px;
}
.nav a {
	text-decoration:none;
	color:#FFE6CD;
	display:block;
}
.nav .current-cat a {
	background:transparent url(images/snavi_icon.png) no-repeat scroll center 30px;
*background:transparent url(images/snavi_icon.png) no-repeat scroll center 31px;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:5px;
}
.menu li {
	float:left;
	position:relative;
	left:5px;
	padding-right:5px;
}
.menu a {
	display:block;
	float:left;
	padding-left:12px;
	padding-right:12px;
}
.menu .current_page_item li {
	float:left;
	background:url(images/navi_tab.png) no-repeat scroll right center;
	position:relative;
	left:5px;
	padding-right:5px;
}
.menu .current_page_item a {
	background:url(images/navi_tab.png) no-repeat scroll left center;
	display:block;
	float:left;
	padding-left:17px;
	padding-right:12px;
	font-weight:bold;
}
#main {
	margin: 15px auto 0;
 *margin-top:20px;
	padding:0;
	width:1000px;
}
.main {
	text-align: left;
}
#content {
	padding: 2px 20px;
	width: 660px;
	float: left;
	overflow: hidden;
	line-height: 150%;
	background:#FFFFFF;
	border-top:solid 1px #E5E5E5;
	border-right:solid 1px #E5E5E5;
}
#sidebar {
	padding:2px 20px 0;
 *padding:31px 20px 0;
	float: right;
	width:259px;
	border-top:solid 1px #E5E5E5;
	background:#F5F5F5;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
#content h2 {
	font-family:"微软雅黑", "黑体", "宋体", Arial;
	margin: 30px 0pt 0pt;
	padding: 0px;
         
	font-size: 14pt;
}
#content h2 a {
	font-family:"微软雅黑", "黑体", "宋体", Arial;
	color:#318dff;
}
.widgettitle{
         font-family:"微软雅黑", "黑体", "宋体", Arial;
         padding:3px;
         border-bottom:1px #DBDBDB solid;
         list-style-type: none;
}

#content .postedby, #content .postedin {
	padding:15px 0 5px;
 *padding:10px 0 6px 0;
	font-size: 10px;
	color: #666666;
}
#content .entry blockquote, #content .entrytext blockquote {
	padding: 0 0 0 10px;
	color: #666;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #557700;
}
#content .postmetadata {
	border-top: 1px solid rgb(227, 227, 227);
	border-bottom: 1px solid rgb(227, 227, 227);
	padding: 5px;
	background-color: rgb(255, 255, 243);
}
.navigation {
	line-height: 30px;
	height: 30px;
	font-weight:bold;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}
#comments {
	font-size: 14px;
}
#content .commentlist {
	font-size: 12px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}
.commentlist .alt {
}
.commentlist li {
	margin-bottom: 10px;
	color: #444;
	border:dashed 1px #ffffff;
	background:#F7F7F7;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
}
.commentlist li:hover {
	background:#F7F7F7;
	border:dashed 1px #D3D3D3;
}
.commentlist cite {
	font-style: normal;
}
.commentmetadata {
	width:100%;
	text-align:right;
	display:inline-block;
	padding:10px 0;
	font-size:11px;
}
.commentlist p {
	margin: 0px;
	padding: 3px 0;
}
#comments, #respond {
	color:#444444;
	font-family:verdana;
	font-size:13px;
	font-weight:bold;
	line-height:30px;
	margin:5px 0 0 0;
}
#commentform p {
	padding:0 0 5px 0;
}
#commentform #comment {
	width: 500px;
}
#commentform input {
	font-size: 11px;
}
#searchform #s {
	width: 220px;
	height:29px;
	border: solid 1px #333333;
}
#sidebar form {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0pt;
	margin-bottom: 15px;
	margin-left: 0pt;
}
#searchsubmit {
	display: none;
}
#wp-calendar {
	margin: 0pt;
	text-align: center;
}
#wp-calendar caption {
	font-size: 9px;
}
#wp-calendar th {
	font-size: 9px;
}
#wp-calendar td {
	height: 24px;
	width: 24px;
	line-height: 20px;
	background-image: url(images/day.png);
	background-repeat: no-repeat;
	background-position: center;
	font-size: 10px;
	color: rgb(79, 79, 53);
}
#wp-calendar .pad {
	background-image: url(images/do.png);
}
#wp-calendar td a {
	display: block;
	width: 24px;
	height: 24px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/linkday.png);
	background-position: center;
	line-height: 24px;
	background-repeat: no-repeat;
}
#wp-calendar #prev, #wp-calendar #next {
	background-image: url(images/do.png);
}
#wp-calendar #prev a {
	width: 49px;
	background-image: url(images/linkday2.png);
	background-position: center;
}
#wp-calendar #next a {
	margin: 0pt 0pt 0pt 30px;
	width: 49px;
	background-image: url(images/linkday2.png);
	background-position: center;
}
#wp-calendar #today {
	background-image: url(images/today.png);
	background-position: center;
	color: rgb(255, 255, 255);
	background-repeat: no-repeat;
}
#wp-calendar #today a {
	background-image: url(images/today.png);
	background-position: center;
	color: rgb(255, 255, 255);
	font-weight: bold;
	background-repeat: no-repeat;
}
#sidebar a {
	text-decoration: none;
	line-height: 150%;
}
#sidebar h2 {
	font-family:"微软雅黑", "黑体", "宋体", Arial;
	margin: 10px 0 0 0;
	font-size: 14px;
	color:#333333;
}
#sidebar ul {
	padding: 7px 0;
	width:240px;
	overflow: hidden;
}
#sidebar li h2{ *margin-left:-14px; list-style-type: none;}
#sidebar ul li {
	background-image:url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	padding-left: 12px;
	margin-left:2px;
	height:24px;
	line-height:26px;
	display:block;
	overflow:hidden;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	vertical-align: middle;
}
#sidebar li ul li:hover {
	background-image:url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left -20px;
	padding-left: 12px;
	margin-left:2px;
	height:24px;
	line-height:26px;
	display:block;
	overflow:hidden;
}
.linkcat {
	list-style:none;
}

.linkcat h2{ color:#FF0000;}
#footer {
	padding: 20px 0 25px;
	color:#999;
	margin:10px 0 0 0;
	clear:both;
	border-top:solid 1px #E5E5E5;
	width:960px;
	margin:20px auto 0;
}
#footer a {
	color:#999;
	text-decoration: none;
	margin:0 5px;
}
#footer a:hover {
	color:#ccc;
}
.post-footer {
	text-align:right;
	padding:10px 0 15px 0;
	border-bottom:dashed 1px #ccc;
	width:100%;
}
.entry p {
	line-height:24px;
	padding:5px 0;
}
.entrytext p {
	line-height:24px;
	padding:5px 0;
	color:#666;
}
.post-fileunder {
	background:transparent url(images/file.gif) no-repeat scroll 0 3px;
	padding:0 5px 0 16px;
}
.post-comments {
	background:transparent url(images/comment.gif) no-repeat scroll 0 2px;
	padding:0 0 0 18px;
}
.post-tags {
	font-weight:500;
	padding:10px 0 5px 0;
	line-height:30px;
	font-weight:bold;
}
.post h3 {
	font-family:"微软雅黑", "黑体", "宋体", Arial;
	margin: 30px 0pt 0pt;
	padding: 0px;
	font-size: 14px;
}
textarea, input, select, button {
	font:14px Arial, sans-serif;
}
textarea {
	line-height:150%;
	overflow:auto;
	padding:4px;
}
.formfield {
	font-size:107%;
	margin-top:.3em;
	padding:.3em;
	clear:left;
	border-color:#7C7C7C rgb(206, 206, 206) rgb(195, 195, 195) rgb(124, 124, 124);
	border-style:solid;
	border-width:1px;
	padding:5px 6px 4px 6px;
	margin:5px 0;
}
button {
	color:#333333;
	padding:0 15px;
 *padding:0 10px;
	line-height:26px;
	height:26px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #999999;
	background-attachment: scroll;
	background-color: #999999;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
button:hover {
	background-color: #CCCCCC;
}
.wp-pagenavi {
	margin:22px 0 20px;
}
.loading {
	z-index:1;
	text-align:center;
	padding:9px 20px;
	left:0;
	top:0;
	font-size:12px;
	position:fixed;
	background-color:#990000;
	color:#FFFFFF;
}
#search-form {
	background:transparent url(images/search.png) no-repeat scroll 0 0;
	height:39px;
	padding-left:10px;
	width:231px;
}
#search-form .submit {
	border-width:0;
	cursor:pointer;
	float:left;
	height:27px;
	margin:0;
	margin-left:21px;
	margin-top:6px;
	text-indent:-9999px;
	width:55px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/search.png);
	background-repeat: no-repeat;
	background-position: 55px center;
}
#search-form .input {
	background:#FFFFFF none repeat scroll 0 0;
	border-width:0;
	float:left;
	height:15px;
	margin-left:13px;
	margin-top:13px;
	width:136px;
	font-size:12px;
	color:#CCCCCC;
}
.suggestion {
	color:#CCCCCC;
}
.suggestion a {
	color:#CCCCCC;
}
.suggestion a:hover {
	color:#999999;
}
.topmenu {
	width:1000px;
	margin:10px auto 0;
	position:relative;
	overflow:hidden;
}
.logo a {
	background:url(images/logo.gif) no-repeat scroll center top;
	width:300px;
	height:85px;
	display:block;
	float:left;
	text-indent:-9999px;
}
.logo a:hover {
	background:url(images/logo.gif) no-repeat scroll center bottom;
}
.msg {
	color:#FFFFFF;
	display:block;
	list-style:none;
	position:absolute;
	right:0;
	top:0;
}
.msg li {
	margin-left:10px;
	float:left;
}
.search {
	width:231px;
	height:39px;
	float:right;
	margin-top:-25px;
}
#hint_bar {
	border-bottom:1px solid #E5E5E5;
	color:#333333;
	font-size:12px;
}
#hint_bar p {
	background:#DDDDDD none repeat scroll 0 0;
	border-bottom:1px solid #BBBBBB;
	padding:8px 0;
}
#hint_bar p a {
	padding:0 3px;
}
 .post a[href^="http://"] {
background:url(images/externalLink.gif) no-repeat scroll right top;
padding-right:10px;
}
.post a[href^="http://localhost"] {
background:none;
padding-right:0;
}
.AboutMe{
margin-right:20px;}
.AboutMe p{
padding:5px 0;
text-indent:2em;
line-height:24px;}
.AboutMe img{
display:block;
margin:0 auto;}