/*  
Theme Name: WordPress Shine
Theme URI: http://caohui.com/
Description: The Shine's WordPress theme.
Version: 1.1
Author: caohui
Author URI: http://caohui.com/


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body{
	margin:0;
	padding:0;
	background:#F9F9F9;
	text-align:center;
	font-size: 12px;
	color: #333;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
a:link,a:visited{text-decoration:none;color:#5DB429;}
a:hover,a:active{text-decoration:none;color:#A1DC7D;}
input, textarea{
	border-width: 0;
	border-top: 1px solid #E7F5B1;
	border-bottom: 1px solid #E7F5B1;
	background-color: #F6FBE4;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
ul{margin: 0;padding: 0;}
img {
	border-width: 0;
}
h1,h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
blockquote {
	margin: 0;
	padding:0 0 0 25px;
	background:url(images/quote.png) no-repeat;
	color:#888;
}
code {
	color:#888;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
code.small{
	font-size:9px
}


#header{
	margin-right: auto;
	margin-left: auto; 
	padding: 20px 0px 0px 0px;
	width:776px;
	height: 90px;
	border: 1px solid #DDDBBB;
	border-top: 0;
	border-bottom: 0;
	background: White url(images/logo.png) no-repeat;
	text-align: right;
}
#header #blog_name {
	padding-right: 16px;
	line-height: 16px;
	font-size:14px;
	font-weight:bold;
	color:#999;
}
#header #blog_name #blog_title{ 
	font-size:12px;
	color:#CCC;
	font-weight:lighter;
}
#header #blog_menu{
	margin: 0 20px 0 20px;
	padding-top: 12px;
	height:18px;
	border-bottom: 3px double;
	font-size:12px;
}
#header #blog_menu ul{
	height:16px;
	float:right;
}
#header #blog_menu ul li{
	display: inline;
	list-style-type: none;
}
#header #blog_menu ul li a {
	padding:2px 4px 2px 4px;
}
#header #blog_menu ul li a:link, #header #blog_menu ul li a:visited{
	background-color: #fff;
	text-decoration:none;
	color:#b1ce4f;
}
#header #blog_menu ul li a:hover{
	background-color: #000;
	text-decoration:none;
	color:#deebb3;
}
#contain{
	margin-right: auto;
	margin-left: auto;
	padding:0;
	width: 776px;
	text-align: left;
	border: 1px solid #DDDBBB;
	border-top-width: 0px;
}
#mainbg{
	float: left;
	margin: -1px!important;
	margin: 0;
	border: 1px solid #DDDBBB!important;
	border-top-width: 0px!important;
	border: 0;
	background: white;
}
#content{
	float: left; 
	padding: 20px 20px 0px 20px; 
	width: 500px;
	text-align:left;
}
#sidebar{
	float:right; 
	padding:20px 10px 0 10px; 
	width:210px; 
	text-align:left;
}
#footer{
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	clear:both;
	width:765px;
	font-size:9px;
}

#sidebar a:link, #sidebar ul ul li a:visited{
} 
#sidebar a:hover {
	border-bottom: 1px solid #7CC631;
	background-color: #EFF9D1;
}
#sidebar .textwidget {
	padding: 10px 5px;
}
#sidebar .textwidget a:link, #sidebar .textwidget a:visited, #sidebar .textwidget a:hover {
	background-color: #FFF;
	border-width: 0;
	text-decoration: none;
}
/* Sidebar Nested lists? */
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul li h3 {
	margin: 0;
	padding:10px 0 0 5px;
	border-bottom: 1px solid #E6F2C5;
	color:#666;
	font-size:12px;
}
#sidebar ul li h3 a:link, #sidebar ul li h3 a:visited, #sidebar ul li h3 a:hover {
	border-bottom-width: 0;
	background-color: #FFF;
}
#sidebar ul ul {
	padding: 8px 0 0 0;
}
#sidebar ul ul li {
	padding: 0 0 3px 0;
	list-style: circle inside;
}
#sidebar ul ul ul {
	padding: 0;
}
#sidebar ul ul ul li {
	padding: 5px 0 0 15px;
	list-style: square inside;
}

/* Sidebar Search */
#searchform, #search {
	margin: 0!important;
	margin: -10px 0 10px 0;
	padding: 0;
}
#search_text{
	padding: 2px;
	background-color: #FCFCE9;
	vertical-align: middle;
	font-size: 12px;
}
.search_submit_L, .search_submit_H {
	margin-left: 2px;
	border: 0;
	height: 20px;
	width: 41px;
	background: url(images/search_submit.gif) no-repeat;
	cursor: pointer;
	vertical-align: middle;
}
.search_submit_L {
	background-position: 0 0;
}
.search_submit_H {
	background-position: 0 -20px;
}

.post {
	clear: both;
	padding: 0 8px 0 8px;
}
.post ul, .post ol, .post li {
	list-style: square inside;
}
.post .title h2{
	margin: 0;
	font-weight:bold;
}
.post .title a:link,.post .title a:visited{
	text-decoration:none;
	color:#5D7D19;
}
.post .title a:hover{
	text-decoration: underline;
	color: #D13E0D;
}
.post .date{
	color: #D3D3D3;
  	font-size: 9px;
 	font-weight:lighter;
}
.post .entry{
	overflow:hidden;
	font-size: 12px;
	line-height:150%;
}
.post .entry a:link,.post .entry a:visited{
	border-bottom: 1px dotted #558A22;
}
.post .entry a:hover{
	border-bottom: 1px solid #7CC631;
	background-color: #EFF9D1;
}
.post .entry a .more {
}
.post .entry img{
	border: 1px solid #b1ce4f;
	background-color: #EFF9D1;
	padding: 5px;
}
.post .meta{
	margin-bottom:18px;
	padding:0 8px 8px 0;
	height:12px;
	text-align:right;
	color: #CCC;
	border-bottom: 3px double #E6F2C5;
}
.post .title_center h2{
	text-align: center;
	color: #36634C;
}
.post .postmetadata{
	border-top: 1px solid #E7F5B1;
	border-bottom: 1px solid #E7F5B1;
	background-color: #F6FBE4;
	padding: 10px;
}
.post .postmetadata a:hover{
	border-bottom: 1px dotted #7CC631;
}
.post .postmetadata small{
	font-size: 12px;
	color: #4D7F66;
}

.nocomments, #comments, #respond{
	padding: 0 10px;
	font-weight: bold;
	font-size: 14px;
	color: #4D7F66;
}
.commentlist ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #E8E7D0;
	font-size: 12px;
}
.commentlist ul li {
	padding: 15px 15px 0 15px;
	border-bottom: 1px solid #E8E7D0;
}
.commentlist li.alt {
	background-color: #F8FCE9;
}
.commentlist li.alt2 {
	background-color: #FCFCE9;
}
.commentmetadata, .commentmetadata a:link, .commentmetadata a:visited{
	color: #CCC;
}

.reply, #submit_comment {
	padding: 2px 10px;
	width: 350px;
	font-size: 12px;
}
#commentform p label {
	vertical-align: top;
}
#submit_comment {
	width: 370px;
}

.navigation {
	padding: 0 10px 10px 10px!important;
	padding: 0 10px;
	text-align: center;
	float: right;
}
.alignright {
	float: right;
	display: inline;
}
.alignleft {
	float: left;
	display: inline;
}
