/*
THEME NAME: Hertao
THEME URI: http://www.hertao.com
AUTHOR: Hertao.com
DESCRIPTION: Hertao blog based on the Limitless template.
LICENSE: GNU General Public License
LICENSE URI: license.txt
TAGS: gray, fixed-width, two-columns, right-sidebar, custom-background
*/

@import "reset.css";

/* --MAIN-- */

body {
	background: #313131 url(http://www.hertao.com/images/top-back.gif) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 0 0 0 0;
	color: #2e2e2e;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.3;
}

h2 {
	font-size: 140%;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
}

h3 {
	font-size: 110%;
	font-weight: 700;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

a {
	color: #950909;
	text-decoration: none;
}

a:hover {
	color: #d60c0c;
	text-decoration: underline;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
	margin: 10px 0;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#wrapper {
	width: 942px;
	background: #ffffff url(http://www.hertao.com/images/blog-background.gif);
	margin: 0 auto;
	margin-top: 0px;
}

/* --HEADER-- */

#header {
	overflow: hidden;
	width: 942px;
	margin: 0 auto;
}

/* --NAVBAR-- */

#navbar {
	width: 940px;
	height: 18px;
	background: url(images/blog-navbar.gif) no-repeat;
	font-size: 13px;
	padding: 2px 0 0 0px;
}

#navbar a {
	font-size: 105%;
	padding: 10px 0px 0px 25px;
	font-weight: bold;
	color: #ffffff;
}

#navbar a:hover {
	color: #d60c0c;
	text-decoration: none;
}

/* --CONTENT-- */

#container {
	width: 902px;
	overflow: hidden;
	margin: 0px auto;
	margin-left: 20px;
}

#content {
	float: left;
	width: 620px;
	padding: 15px 0 0 10px;
}

.post {
	margin: 0 0 30px 10px;
	border-bottom: 1px solid #313131;
}

.post-title {
	font-size: 200%;
	font-weight: normal;
	padding: 15px 0 0px 0 0;
}

.post-title a {
	color: #242424;
}

.post-title a:hover {
	color: #d60c0c;
	text-decoration: none;
}

.post-meta {
	font-size: 85%;
	color: #999999;
	margin: 5px 0 5px 0;
}

.post-meta a {
	color: #666666;
}

.page-subtitle {
	padding: 0 0 10px 10px;
	color: #dddddd;
}
	

.post-content {
	margin-top: 15px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.navigation {
	width: 640px;
	padding: 0 0 0 10px;
}

.navleft {
	float: left;
}

.navright {
	float: right;
}

.section-title {
	font-size: 140%;
	margin: 0 0 10px 5px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.wp-caption {
	background: #e8e8e8;
	border: solid 1px #d4d4d4;
	text-align: center;
	padding: 4px 0 0px 0;
	margin: 5px 0 10px 0;
}

.wp-caption img {
	float: none;
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	font-style: italic;
	padding-top: 2px;
	margin: 0px;
}

/* --COMMENTS-- */

#comment {
	width: 550px;
	padding: 20px 0 0 0;
}

#reply-title {
	padding: 0px 0 5px 5px;
}

#comments ol li {
	list-style-type: upper-alpha;
}

#comments ul li {
	list-style-type: circle;
}	

.commentlist li {
	margin-top: 2px;
	border-bottom: 1px solid #000000;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-body {
	padding: 3px 0 7px 7px;
}

.comment-body a {
	padding: 3px 7px 7px 0;
	color: #000000;
}

.comment-body a:hover {
	color: #2b00d6;
}

.comment-body li {
	border-bottom: 0px;
	padding: 0 0 0 15px;
	list-style-type: disc;
	list-style-position: inside;
}

.avatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#comment-form {
	margin: 15px 30px 10px 10px;
	width: 460px;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#reply-title {
	margin: 0px;
}

.comment-notes {
	margin: 0 0 10px 5px;
	font-size: 90%;
	font-style: italic;
}

#comment-form label {
	display: block;
	margin: 0 0 5px 5px;
}

.comment-form-url input {
	margin: 0 0 0 5px;
}

.comment-form-comment textarea {
	margin: 0 0 0 5px;
}

.form-allowed-tags {
	font-size: 80%;
	font-style: italic;
	margin: 0 0 10px 5px;
}

.search-header {
	padding: 0 0 0 10px;
	font-style: italic;
	font-size: 110%;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

/* --SIDEBAR-- */

#sidebar {
	float: right;
	width: 200px;
	line-height:1.5;
	background:#f5f5f5;
	padding:10px 10px 0 10px;
}

#sidebar a 
{
	color: #303030;
	font-size:100%;
	list-style-type:none;
}

#sidebar a:hover {
	color: #d60c0c;
}

#sidebar h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #bababa;
	padding: 0 0 0 0;
	color: #333333;
	font-weight: bold;
}

#sidebar ul li {
	padding: 5px 0 0 0;
	line-height: 1.2;
	border-bottom: 1px solid #bababa;
}

#sidebar p {
	margin-top: 8px;
	line-height: 1.3;
}

.sidepanel {
	margin-bottom: 25px;
}

/* --FOOTER-- */

#footer {
	background: #313131;
	margin: 0 auto;
	width: 902px;
	height: 20px;
	padding: 20px 0 10px 0px;
	margin-bottom: 10px;
}

#footer-text {
	padding: 0 0 0 0;
	text-align: center;
	color: #ffffff;
}

#footer-text a {
	color: #ffffff;
}

#footer-links {
	list-style: none;
}

#footer-links li {
	float: left;
}

#footer-shadow {
	float:bottom;
	width:942px;
	padding-bottom: 0px;
	background: url(http://www.hertao.com/images/blog-bottom-back.gif) repeat-x;
}

#credits {
	font-size: 80%;
	padding: 0 0 10px 0;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}



