/*
Theme Name: Leigh
Theme URI: http://blog.zhuli.me/2009/07/30/theme.html
Description: Modify from mg12's blocks v3.0 .Won't be shared.
Version: 1.83
Author: Leigh
Author URI: http://blog.zhuli.me/

/* base START */
* {
	margin:0;
	padding:0;
}
body {
	background-image:url(http://free.imgbed.com/pp/leigh04.jpg);
	background-attachment:fixed;
	background-position:center;
	color:#333;
	font-size:16px;
	font-family: Georgia, "Microsoft YaHei", serif;
}
#container {
	margin:16px auto 1px auto;
	padding-bottom:10px;
	width:960px;
}
#content {
	margin-top:16px;
}
small, .small {
	font-size:12px;
}
img {
	border:none;
}
.inline {
	display:inline;
}
.more-link {
	font-size:16px;
	color:#AA0066;
}
.sided {
	background:#FFF;
	border:1px solid #899EA6;
	padding:3px;
}
a .sided:hover {
	border-color:#496370;
}
.wp-caption {
	background:#F1F5F6;
	border:1px solid #DCE3E9;
	padding:5px 0;
	margin-bottom:5px;
	text-align:center;
}
.wp-caption img {
	margin:0 5px;
}
.wp-caption-text {
	text-align:center;
	padding:0 5px !important;
	padding:3px 5px 0;
}
.post .content .wp-caption p {
	margin:3px 0 0;
}
a {
	color:#258;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
    opacity: 0.8;
    -webkit-transition: all 0.2s ease-out;
}
 
a:hover img {
    opacity: 1;
    -moz-transform: scale(1.05) rotate(2deg);
    -webkit-transform: scale(1.05) rotate(2deg);
}
.button {
	text-decoration:none;
	padding:2px 5px;
	background:#7ACC00;
	border-top:1px solid #7ACC00;
	border-right:1px solid #B5C98F;
	border-bottom:1px solid #B5C98F;
	border-left:1px solid #7ACC00;
	color:#84985D;
}
.button:hover {
	text-decoration:none;
	border-top:1px solid #B5C98F;
	border-right:1px solid #7ACC00;
	border-bottom:1px solid #7ACC00;
	border-left:1px solid #B5C98F;
	color:#60743A;
}
blockquote,
pre {
	background:#EEF8FF;
	border:1px dashed #B0BEC7;
	color:#666;
	padding:5px 10px;
	margin:5px 0;
}
pre {
	overflow:scroll;
}
blockquote a {
	color:#258;
}
blockquote.adminquote {
	background:#F6F9E7;
	border-color:#D5E396;
}

.textfield,
.textarea {
	background: #FFF;
	border:1px solid #D6BBFF;
	padding:2px 1px;
	font-size:12px;
	font-family:"Microsoft YaHei",sans-serif;
}
textarea:focus, input:focus {
	background:#AADDFF;
	border: 1px solid #1D95C7;
	-moz-box-shadow:2px 3px 4px #6AADC9;
	-webkit-box-shadow:2px 3px 4px #6AADC9;
}

.clear, .fixed {
	clear:both;
}
.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.left {
	float:left;
	margin-right:10px !important;
	margin-right:7px;
}
.right {
	float:right;
	margin-left:10px !important;
	margin-left:7px;
}

.headnotice {
	margin:10px 30px 10px 30px;
	padding:3px;
	background:#e5ecf9;
	border:1px solid #999999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.naviinfo {
	background:#fff;
	margin:1px;
	padding:6px 10px;
}
.naviinfo {
	color:#000;
}
	

.boxcaption {
	border:1px solid #B0BEC7;
	border-bottom:none;
}
.boxcaption h3 {
	border:1px solid #FFF;
	background:#F1F5F6;
	padding:5px 10px;
	font-size:12px;
	color:#258;
}
.boxcaption a {
	text-decoration:none;
}
.box {
	border:1px solid #B0BEC7;
	border-top:none;
	padding:10px;
	margin-bottom:10px;
}
.w3c {
	color:#080;
	font-size:12px;
}

/* base END */

/* loading */
#loading{
	font-size:14px;
	background:#FF00FF;
	color:#FFFFFF;
	height:160px;
	padding:20px 0 5px 9px;
	position:absolute;
	top:0;
	left:0;
	width:26px;
	z-index:1;
	float:left;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
/* loading end */

/* header START */
#header {
	background:#000;
	height:100px;
	width:960px;
	margin:10px 0 0 0;
	opacity: 0.8;filter:alpha(opacity=60);
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
}

#header #title {
	color:#FFF;
	float:left;
	margin:30px 0 0 50px;
}
#header #title a {
	color:#FFF;
}
#header  h1 {
	font-size:28px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:-1px;
}
#header #tagline {
	font-size:14px;
	padding-left:20px;
}
#header .banner {
	float:right;
	padding:4px 4px 0 0;
}
#meta {
	margin:0 auto 10px 0;
	font-size:16px;
	height:20px;
}
/* header END */

/* menus START */
#menubar {
	float:left;
	padding:0;
}
#menubar li {
	background:#FFF;
	display:inline;
	list-style:none;
	float:left;
	margin-left:3px;

	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;

	-khtml-border-radius-topleft:0px;
	-khtml-border-radius-topright:0px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;

	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
#menubar li a {
	display:block;
	text-decoration:none;
	padding:2px 9px !important;
	padding:3px 9px;
	color:#AA0066;
}
*+html #menubar li a {
	padding:6px 9px !important;
}
#menubar li a:hover {
	background:#AA0066;
	color:#FFF;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;

	-khtml-border-radius-topleft:0px;
	-khtml-border-radius-topright:0px;
	-khtml-border-radius-bottomleft:5px;
	-khtml-border-radius-bottomright:5px;

	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
#menubar li a.current {
	background:#FFF;
	color:#AA0066;
}
#menubar .current_page_item {
	background:#FFF;
	font-weight:bold;
	color:#AA0066;
}
#menubar .current_page_item li {
	font-weight:normal;
}

/* menus END */

/* main START */
#main {
	width:690px;
	float:left;
	overflow:hidden;
	background:#FFF;
	opacity: 0.96;filter:alpha(opacity=96);
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
}

.post {
	border:none;
	margin-top:0px;
}
.post .title {
	margin:0px 14px;
	border-bottom:1px solid #999;
}
.post .title,
.post .title a{
	font-size:20px;
	padding:0 0;
	text-decoration:none;
	color:#AA0066;
}

.post .content {
	background:#FFF;
	margin-top:22px;
	padding:5px 12px 0;
	line-height:145%;
	overflow:hidden;
}
.part,
.post .content p {
	margin-bottom:10px;
}
.post .content p {
	text-indent:2em;
}
.post .content h4 {
	font-size:14px;
	margin-bottom:8px;
	color:#60743A;
}
.post .content ul,
.post .content ol {
	padding-bottom:10px;
}
.post .content li {
	list-style-position:inside;
	padding-left:20px;
}
.post .content table {
	border-collapse:collapse;
	background:#FFF;
	border:1px solid #B0BEC7;
	margin:5px 0 10px;
}
.post .content table tr td,
.post .content table tr th {
	border:1px #B0BEC7;
	border-style:solid dotted;
	text-align:left;
	vertical-align:middle;
	padding:5px 10px;
}
.post .content table tr th {
	background:#F6F9E7;
}
.post .meta {
	background:#EEE;
	padding:0px 12px 0px 12px;
	margin:1px 16px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
}
.post .author a {
	display:block;
	float:left;
	margin-top:2px !important;
	margin-top:4px;
	margin-left:-2px !important;
	margin-left:-1px;
	margin-right:8px !important;
	margin-right:6px;
	height:28px;
}
.post .author img {
	background:#FFF;
	border:1px solid #B0BEC7;
	padding:1px;
}
.post .info {
	float:right;
	clear:both;
	margin:0 20px;
	font-size:12px;
	color:#999;
}
.post .act {
	float:right;
}
.post .info a,
.post .tag a {
	color:#999;
}
.post .act a {
	color:#AA0066;
	font-size:14px;
}
.post .urls{
	clear:both;
	padding:2px 0 0 15px;
}
#copy {
	background:#F7F7F7;
	margin:10px 30px;
	padding-top:10px;
	font-size:10px;
	border-top:1px dotted #999;
}


#pagenavi,
#postnavi,
#commentnavi {
	font-size:12px;
}
#pagenavi .newer,
#postnavi .prev {
	float:left;
}
#pagenavi .older,
#postnavi .next {
	float:right;
}
.wp-pagenavi span.docs {
	margin:2px 4px;
}
/* main END */

/* sidebar START */
#sidebar {
	background:#000;
	float:right;
	width:250px;
	overflow:hidden;
	opacity: 0.8;filter:alpha(opacity=80);

	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
}
#sidebar li {
	list-style:none;
}
#sidebar li a {
	color:#FFF;
}
.widget {
	border:none;
	margin-top:0px;
	margin-bottom:1px;
}
.widget h3 {
	font-size:18px;
	margin:1px;
	padding:5px 10px;
	text-decoration:none;
	color:#FFF;
	border-bottom:1px solid #999;
}

.widget ul {
	padding:4px 7px 10px;
}
.widget .space {
	padding:4px 12px 8px;
}
.widget li {
	line-height:18px;
	padding:3px 5px;
}
#searchbox {
	padding:5px;
	margin:1px;
}
#searchbox .textfield {
	width:236px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
}
#searchbox .tip {
	float:left;
	color:#FFF;
	padding:6px 0 0;
	font-size:12px;
}
#searchbox .button {
	float:right;
	margin:4px 0 0;
	color:#FFF;
	font-size:12px;
	cursor:pointer;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
}
.widget ul li ul {
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
}
.widget li li {
	padding:3px 5px 0;
	border:none;
	line-height:18px;
	margin-top:3px;
	margin-right:-5px;
}
.widget_tag_cloud {
	padding:0 11px 8px 11px;
}
.widget_tag_cloud h3 {
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:4px;
}
.tMsg {
border-bottom:1px dashed #666;
height:100%;
margin:0;
overflow:hidden;
padding:10px 10px 5px;
position:relative;
letter-spacing:0em;
color:#FFF;
}


.tDate {
color:#333;
font-size:1px;
float:right;
}

#sidebar .ffox_most_active li{
list-style:none;
float:left;
border:none;
line-height:0;
}
#sidebar .ffox_most_active img.avatar{
width:38px;
height:38px;
border:1px solid #ddd;
padding:2px;
margin:0 1px 0 0;
}

/* sidebar END */

/* footer START */
#footer {
	background:#000;
	padding:1px;
	font-size:12px;
	margin:2px auto;
	width:960px;
	opacity: 0.8;filter:alpha(opacity=60);
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-khtml-border-topright-radius:10px;
	-khtml-border-topleft-radius:10px;
	-moz-border-topright-radius:10px;
	-moz-border-topleft-radius:10px;
}
#footer .content {
	padding:10px;
}
#footer .content,
#footer .content a {
	color:#FFF;
}
#footer #about {
	float:left;
}
#gotop {
	float:right;
	font-weight:bolder;
}
/* footer END */

/* commnets START */
.commentlist .comment {
	list-style:none;
	border:1px solid #B0BEC7;
	margin:10px 5px 0 5px;
	position:relative;
	padding-bottom:10px;
}
.commentlist .comment .header {
	border:1px solid #FFF;
	border-bottom:none;
	height:23px;
	overflow:hidden;
}
.commentlist .comment .body {
	margin:0 10px;
	line-height:145%;
	overflow:hidden;
}
.commentlist .comment p,
.commentlist .comment blockquote {
	margin:10px 0 0;
}
.commentlist .author {
	float:left;
	font-weight:bold;
	border-right:1px solid #FFF;
	width:128px;
	overflow:hidden;
}
.commentlist .with_avatar {
	width:146px;
}
.commentlist .author a,
.commentlist .author span {
	background:#a3c6ec;
	display:block;
	padding:4px 10px !important;
	padding:5px 10px;
	text-decoration:none;
}
.commentlist .author a:hover {
	background:#F6FCFF;
}
.commentlist .with_avatar a,
.commentlist .with_avatar span {
	padding:4px 10px 4px 42px !important;
	padding:5px 10px 5px 42px;
}
.commentlist .avatar {
	background:#FFF;
	padding:1px;
	border:1px solid #a3c6ec;
	position:absolute;
	top:3px !important;
	top:4px;
	left:8px;
}
.commentlist .regularheader {
	background:#fff;
}
.commentlist .regularheader .avatar {
	border-color:#a3c6ec;
}
.commentlist .regularheader .author a,
.commentlist .regularheader .author span {
	background:#a3c6ec;
}
.commentlist .regularheader .author a:hover {
	background:#F6FCFF;
}
.commentlist .adminheader {
	background:#fff;
}
.commentlist .adminheader .avatar {
	border-color:#c299a7;
}
.commentlist .adminheader .author a,
.commentlist .adminheader .author span {
	background:#c299a7;
}
.commentlist .adminheader .author a:hover {
	background:#fff6f9;
}
.commentlist .date,
.commentlist .items {
	font-size:12px;
	margin:4px 9px !important;
	margin:4px 5px 4px 9px;
}
.commentlist .items {
	float:left;
}
.commentlist .date {
	float:right;
}
#respond {
	background:#FFF;
	border:1px solid #B0BEC7;
	margin:10px 5px 0 5px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
}
#respond .body {
	background:#ddf1ff;
	margin:1px;
	padding:0 10px 10px !important;
	padding:0 10px 1px;
}
#respond .header {
	padding:5px 0;
}
#respond .header .title {
	font-size:14px;
	float:left;
}
#respond #cancel-comment-reply-link {
	float:right;
	font-size:12px;
}

#respond .text {
	float:left;
}
#respond .info {
	float:right;
	width:150px;
	font-size:12px;
}
#respond .info .feed {
	text-align:center;
}
#respond .textfield {
	width:150px;
}
#respond #comment {
	width:480px;
	height:200px;
}
#notify {
	margin-bottom:9px;
}
#submit {
	font-size:12px;
	cursor:pointer;
	width:150px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
}
#submit_comment {
	margin:5px 0;
}
#trackbacks .header {
	background:#F1F5F6;
	margin:1px;
	padding:6px 10px;
	font-size:12px;
}
#trackbacks .header .title {
	font-weight:bold;
	color:#258;
}
#trackbacks_show,
#trackbacks_hide {
	float:right;
	font-size:12px;
}
#trackbacks ul {
	padding:4px 7px 10px;
}
#trackbacks li {
	list-style:none;
	border-bottom:1px solid #DCE3E9;
	line-height:18px;
	padding:3px 5px;
}
.commentlist .children {
	padding-left:10px;
	padding-right:10px;
}
.commentlist #respond .body {
	margin:1px;
	line-height:100%;
}
.commentlist #respond .header {
	background:#E4BBFF;
	margin:0 -10px 10px;
	padding:5px 10px 6px;
	line-height:145%;
}
.commentlist .children #respond .header {
	padding:3px 10px 2px;
	border:0;
}
.commentlist #respond .header .title {
	font-size:12px;
}
.commentlist #respond .notice {
	display:none;
}
.commentlist .children #commentform #comment {
	width:456px;
}
.commentlist .children .children #commentform #comment {
	width:434px;
}
.commentlist .children .children .children #commentform #comment {
	width:412px;
}
.commentlist .children .children .children .children #commentform #comment {
	width:390px;
}
.commentlist .children .children .children .children .children #commentform #comment {
	width:368px;
}
.commentlist .children .children .children .children .children .children #commentform #comment {
	width:346px;
}
.commentlist .children .children .children .children .children .children .children #commentform #comment {
	width:324px;
}
.commentlist .children .children .children .children .children .children .children .children #commentform #comment {
	width:302px;
}
*+html #respond .body {
	padding:0 10px 1px !important;
}
#commentnavi a.page-numbers {
	padding:6px 8px; 
	text-decoration:none;
	margin:0 -2px;
}
#commentnavi a.page-numbers:hover {	
	text-decoration:none;
	background:#DEECBE;
}
#commentnavi span.pages {
	margin:0 9px 0 0;
	float:left;
}
#commentnavi span.current {
	background:#FFF;
	padding:6px 8px; 
	font-weight:bold;
	margin:0 -2px;
}
/* comments END */

/* calendar START */
#calendar_wrap {
	padding:1px;
}
.widget_calendar h3 {
	display:none;
}
#wp-calendar {
	width:100%;
	border-collapse:collapse;
}
#wp-calendar #today {
	font-weight:bold;
}
#wp-calendar tbody a {
	text-decoration:underline;
	font-weight:bold;
}
#wp-calendar caption {
	background:#a3c6ec;
	padding:5px 10px;
	font-size:11px;
	font-weight:bold;
	margin-bottom:1px;
	text-decoration:none;
	color:#258;
	text-align:left;
}
#wp-calendar th,
#wp-calendar td {
	text-align:center;
	font-size:10px;
}
#wp-calendar th {
	background:#F1F5F6;
	padding:4px 0;
	border-top:1px solid #FFF;
}
#wp-calendar td {
	font-size:11px;
	padding:4px 0 0;
}
#wp-calendar td#prev {
	text-align:left;
	padding:10px 0 5px 10px;
	font-size:10px;
}
#wp-calendar td#next {
	text-align:right;
	padding:10px 10px 5px 0;
	font-size:10px;
}
/* calendar END */

/* links START */
.post .linkcat {
	padding-bottom:10px;
}
.post .linkcat li{
	float:left;
	list-style:none;
	padding-left:0;
	padding-bottom:8px;
	width:25% !important;
	width:24%;
	height:16px;
	line-height:24px;
	overflow:hidden;
}
/* links END */

/* archive START */
#archive {
	margin-bottom:-10px !important;
	margin-bottom:0;
}
#archive li {
	list-style:none;
	list-style-position:outside;
	padding:8px 10px;
}
#archive h3,
#archive h3 a {
	font-size:14px;
	font-weight:bold;
	color:#AA0066;
}
.archive-post .excerpt {
	margin-top:10px;
}
.archive-post {
	background:#DDF1FF;
	margin-bottom:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	-moz-border-radius:10px;
}
.archive-post:hover {
	background:#FFF1BB;
}
/* archice END */

/* related posts START */
#related_posts {
}
.related_posts {
	margin:5px 10px;	
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
}
.related_posts h2 {
	color:#009193;
	font-size:14px;
	padding-top:2px;
}

.related_post li {
	list-style:square;
	padding:2px 5px;
	font-size:12px;
}
.related_post li a {
	color:#000;
}
.related_post li .count {
	font-size:12px;
}
.related_post li small {
	display:block;
	color:#999;
}
/* related posts END */
