/*
Theme Name: zBench MCW
Description: Simply, little images, designed and created by zwwooooo. It is a simply WordPress theme without any plugins needed (support plugin WP-PageNavi, WP Page Numbers, WP-PostViews, wp-utf8-excerpt, Related Posts of Simple Tags, WP-RecentComments), widgets, threaded-comments, Valid CSS3 & HTML.
Version: 1
Author: zwwooooo. MadCat
Author URI: http://zww.me/
Tags: threaded-comments, two-columns, fixed-width, right-sidebar, theme-options

The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

* {
	margin: 0;
	padding: 0;
}
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

abbr[title], acronym[title] {
	border-bottom: thin solid;
	cursor: help;
}

body {
	background: #f7f7f7;
	font-size: 12px;
	font-family: "droid-sans-1", "droid-sans-2", "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
	color: #333;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	font-family: "adelle-1", "adelle-2", "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
}

h1 {
	font-size: 24px;
	line-height: 30px;
}

h2 {
	font-size: 21px;
	line-height: 26px;
	color: #990000;
}

h3 {
	font-size: 16px;
	line-height: 24px;
}

h4 {
	font-size: 14px;
	line-height: 20px;
}

h5 {
	font-size: 14px;
	line-height: 20px;
}

h6 {
	font-size: 14px;
	line-height: 20px;
}

small {
	font-size: 10px;
	line-height: 16px;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #990000;
}

fieldset,img {
	border: none;
}

hr {
	display: none;
}

.toggle {
	display: none;
}

.fixed {
	clear: both;
	margin: 0;
	padding: 0;
}

#search {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
}

#submit {
	-moz-border-radius: 3px;
	-webkitz-border-radius: 3px;
	border-radius: 3px;
}

#menus li,#menus a {
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px 6px;
	border-top-right-radius: 6px 6px;
}

#nav {
	margin: 0 auto;
	padding-top: 20px;
	clear: both;
	height: 31px;
	background: #950000;
}

#menus {
	font-size: 14px;
	margin: 0 auto;
	height: 31px;
	width: 700px;
	padding-right: 260px;
	position: relative;
}

#menus a {
	border-bottom: none;
	color: #FFFFFF;
	display: block;
	line-height: 31px;
	background: #555555;
	padding: 0 10px;
}

#menus li {
	list-style: none;
	float: left;
	position: relative;
	margin-right: 8px;
}

#menus ul.children,#menus ul li ul {
	display: none;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	left: -1px;
	top: 30px;
	width: 150px;
	background: #454546;
	border: 1px solid #555;
}

#menus ul.children li,#menus ul li li {
	float: none;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

#menus ul li li a {
	display: inline;
	border: none;
	background: none;
}

#menus li:hover ul.children,#menus li:hover ul {
	display: block;
}

#menus li.current-cat a,#menus li.current_page_item a, #menus a:hover {
	color: #333;
	background: #f7f7f7;
}

#search {
	background: #F7F7F7 url('images/magnifier.png') no-repeat 206px 4px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 230px;
	height: 26px;
}

#search form {
	padding: 0;
}

#search input#s {
	width: 190px;
	background: transparent;
	border: none;
	color: #333;
	padding: 6px;
	font-size: 12px;
}

#search input#searchsubmit {
	border: 1px solid #e5e5e5;
	background: #f2f2f2;
	padding: 3px 5px;
	font-size: 12px;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
}
#header {
	z-index: 1;
	position: relative;
	margin: 30px auto;
}

#header h1 {
	padding: 0 0 0 5px;
	font-size: 51px;
}

#header h1 a {
	color: #222;
	line-height: 30px;
}

#header h2 {
	margin-top: 10px;
	line-height: 18px;
	padding: 10px 0 0 6px;
	color: #222;
	font-size: 16px;
	font-weight: normal;
}

#rss {
	position: absolute;
	bottom: -40px;
	right: 120px;
}

#rss a {
	background: url("images/icons.gif") no-repeat 0 0;
	display: block;
	width: 66px;
	height: 20px;
	text-indent: -9999em;
}

#twitter {
	position: absolute;
	bottom: -40px;
	right: 95px;
}

#twitter a {
	background: url("images/icons.gif") no-repeat -70px 0;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
}

#facebook {
	position: absolute;
	bottom: -40px;
	right: 191px;
}

#facebook a {
	background: url("images/icons.gif") no-repeat -95px 0;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
}

#content {
	overflow: hidden;
	float: left;
	width: 620px;
	padding: 0;
	margin-right: 40px;
}

.post {
	position: relative;
	padding: 0 0 10px;
	margin: 0 0 20px;
}

div.post-single {
	margin: 0;
	padding: 0;
}

.post h2.title {
	font-size: 26x;
	margin: 0;
	padding: 2px 10px;
	color: #990000;
}

.post h2.title a {
	color: #990000;
}

.post h2.title a:hover {
	color: #990000;
}

.post h2.title-single {
	color: #990000;
}

.post ul,.post ol {
	margin: 0 30px 18px;
}

.post li {
	line-height: 18px;
}

.post hr {
	display: block;
}

.post p {
	line-height: 1.7em;
	margin: 0 0 18px 0;
}
.post h1,.post h2,.post h3,.post h4,.post h5,.post h6 {
	margin: 0 0 18px 0;
	color: #555;
}

.post .entry {
	font-size: 14px;
	overflow: hidden;
	padding: 0 10px;
}

.post .entry a {
	color: #990000;
	text-decoration: underline;
}

.post .entry a.external {
	background: url(images/shape_move_forwards.png) no-repeat right 1px;
	padding-right: 20px;
}

.post .entry table {
	background: #fff;
	border: 1px solid #ccc;
	border-width: 2px;
	border-collapse: collapse;
	margin: 5px 0 10px;
}

.post .entry th,.post .entry td {
	border: 1px solid #ccc;
	padding: 3px 10px;
	text-align: left;
	vertical-align: top;
}

.post .entry .entry tr.even td {
	background: #f7f7f7;
}

.post .entry th {
	background: #edeff0;
}

.post .entry blockquote {
	color: #555;
	padding: 10px;
	margin: 0 0 20px;
	border: 1px solid #ddd;
	background: #eee;
}

.post .entry code {
	background: #333;
	color: #ddd;
}

.post .entry pre {
	font-size: 12px;
	width: 95%;
	line-height: 16px;
	overflow: auto;
	font-family: "droid-sans-mono-1", "droid-sans-mono-2", "Courier New", FixedSys;
	color: #555;
	background: #fafafa;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 15px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 5px 16px;
	margin: 0 0 20px;
}

.post .post-info-top {
	position: relative;
	overflow: hidden;
	display: block;
	background: #FDF0CA;
	border-top: 2px solid #FFCC33;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 10px;
	padding: 6px;
}

.post .post-info-top a {
	color: #000000 !important;
	text-decoration: none !important;
}

.post .post-info-top a:hover {
	color: #990000 !important;
}

.post .post-info-bottom {
	border-bottom: 1px solid #fff;
	line-height: 24px;
	position: relative;
	color: #999;
	margin: 0;
	padding: 2px 10px;
	overflow: hidden;
	display: block;
}

.post .post-info-top a,.post .post-info-bottom a {
	color: #999;
}

.post .post-info-top a:hover,.post .post-info-bottom a:hover {
	color: #4a630f;
	text-decoration: underline;
}

.post .entry p.read-more a,.post .entry p a.more-link,.post-info-date,.post-info-category,.post-info-tags,#gotocomments,#addcomment {
	display: block;
	padding-left: 20px;
	background: url("images/icons.gif") no-repeat scroll 0 0;
}

.post-info-date {
	float: left;
	background-position: 0 -40px;
}

.post .comment-feed-link {
	display: block;
	padding-left: 20px;
	float: left;
	background: url("images/feed.png") no-repeat scroll 0 0;
	margin-left: 20px;
}

.post-info-category {
	display: inline;
	background-position: -35px -60px;
}

.post-info-tags {
	display: inline;
	background-position: -20px -240px;
	margin-left: 10px;
}

#gotocomments {
	background-position: 0 -100px;
	margin-left: 20px;
	display: inline-block;
}

#addcomment {
	float: right;
	background-position: 0 -120px;
}

.post .entry p.read-more a,.post .entry p a.more-link {
	color: #990000;
	background: none !important;
	padding: 0 !important;
}

.nav_link {

}

.sticky {
	width: 638px;
	background: #f2f2f2;
	border: 1px solid #ccc;
}

.post h2.sticky-h2 a {
	color: #ff4e00;
}

.post .add-info {
	padding: 0 10px;
}

#content .list.year {
	float: left;
	width: 155px;
	list-style-type: none;
	margin: 10px 0;
	font-size: 14px;
	line-height: 1.7em;
	min-height: 320px;
}
	
	#content .list.year li {
		padding-left: 6px;
	}
		
		#content .list.year li a {
			color: #000000;
		}
			
			#content .list.year li a:hover {
				color: #990000;
			}
			
		#content .list.year li.title {
			padding: 0;
		}
			
			#content .list.year li.title h2 {
				color: #990000;
				font-size: 17px;
			}
			
.post .add-info h3 {
	line-height: 16px;
	font-size: 12px;
	color: #4a630f;
	margin-bottom: 5px;
	background: #e5e5e5;
}

.post .add-info ul {
	list-style: square;
}

#sidebar {
	overflow: hidden;
	float: left;
	width: 300px;
	padding: 0 0 10px 0;
}

#sidebar a {
	color: #000000;
}

#sidebar a:hover {
	color: #990000;
}

#sidebar h2,#sidebar h3 {
	font-size: 16px;
	margin: 0;
	padding: 0 5px;
	line-height: 30px;
	border-bottom: 1px dotted #990000;
	color: #990000;
	font-weight: normal;
	font-family: "droid-sans-1","droid-sans-2", "Lucida Grande", "Lucida Sans Unicode", tahoma, verdana, arial, sans-serif;
}

#sidebar li {
	line-height: 20px;
}

#sidebar li.widget {
	margin-bottom: 10px;
}

#sidebar li.widget div div {
	padding: 0;
	border-top: none;
}

#sidebar li.widget div.fixed {
	padding: 0;
	margin: 0;
	border: none;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul ul, #sidebar .textwidget {
	padding: 8px 5px;
}

#sidebar ul ul ul {
	padding: 0;
	border-top: none;
}

#sidebar .widget_tag_cloud {
	text-align: center;
	line-height: 2em;
}
	
	#sidebar .widget_tag_cloud a {
		margin: 0 6px;
		display: inline-block;
	}
	
	#sidebar .widget_tag_cloud h3 {
		text-align: left;
		margin-bottom: 10px;
	}
	
#zbench-cat select,#zbench-archives select {
	background: #fff;
	color: #555;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 260px;
	height: 25px;
	line-height: 25px;
}

#sidebar ul ul li.rc_item,#sidebar ul ul li#rc_nav {
	background: none;
	padding: 0;
	margin: 3px 0;
}

#sidebar ul ul li.rc_item div {
	padding: 0;
	border: none;
}

#sidebar ul ul li.rc_item .rc_avatar img {
	border: 1px solid #ddd;
}

#comments-div {
	border-top: 1px solid #ddd;
	position: relative;
	line-height: 24px;
	height: 24px;
	text-shadow: 1px 1px 1px #999;
	text-align: right;
	margin: 0 0 30px;
	padding: 2px 10px;
}

h2#comments {
	line-height: 24px;
	font-size: 12px;
	font-weight: normal;
	width: 300px;
	float: right;
}

span#comments-addcomment {
	position: absolute;
	left: 10px;
	top: 2px;
	padding-left: 20px;
	background: url("images/icons.gif") no-repeat 0 -115px;
}

span#comments-addcomment a {
	color: #047;
	text-decoration: none;
}

span#comments-addcomment a:hover {
	color: #4a630f;
	text-decoration: none;
}

ol.commentlist li {
	position: relative;
	list-style: none;
	height: 1%;
	margin: 0 20px;
	padding-bottom: 20px;
}

ol.commentlist li div em.approved {
	margin-left: 55px;
	color: #ff0000;
}

ol.commentlist li div.comment-author {
	margin: 0;
	padding: 0;
	line-height: 16px;
	height: 16px;
	border-bottom: 1px solid #ddd;
	display: block;
}

ol.commentlist li div.vcard img.avatar {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	padding: 2px;
	border: 1px solid #ddd;
}

ol.commentlist li div.vcard cite.fn {
	margin-left: 55px;
	font-style: normal;
	font-weight: bold;
}

ol.commentlist li div.vcard cite.fn a.url {
	color: #047;
}

ol.commentlist li div.vcard cite.fn a.url:hover {
	color: #aaa;
}

ol.commentlist li span.comment-meta {

}

ol.commentlist li span.comment-meta a {
	color: #aaa;
}

ol.commentlist li span.comment-meta a:hover {
	color: #555;
}

ol.commentlist li div.comment-text {
	border-top: 1px solid #fff;
	margin: 0 0 10px;
	padding-top: 10px;
}

ol.commentlist li p,ol.commentlist li blockquote {
	margin: 0 50px 0 55px;
	padding-bottom: 10px;
}

ol.commentlist li blockquote {
	padding: 5px;
	border: 1px dotted #ddd;
	color: #999;
	background: #fafafa;
}

ol.commentlist li blockquote p {
	margin-left: 0;
}

ol.commentlist li code {
	margin-bottom: 10px;
	padding: 2px;
	background: #777;
	color: #ddd;
}

ol.commentlist li div.reply {
	position: absolute;
	right: 0;
	top: 8px;
}

ol.commentlist li div.reply a {
	display: block;
	width: 30px;
	text-align: center;
	color: #aaa;
	padding: 0 5px;
	background: #fafafa;
	border: 1px solid #dfdfdf;
	moz-border-radius: 12px;
	webkitz-border-radius: 12px;
	border-radius: 12px;
}

ol.commentlist li div.reply a:hover {
	background: #f2f2f2;
}

ol.commentlist li ul.children li {
	margin: 0 0 0 30px;
	padding-bottom: 0;
	border-bottom: none;
}

ol.commentlist li ul.children li.depth-2 {
	margin: 0 0 0 55px;
}

ol.commentlist li ul.children li div {
	border-top: 1px solid #dfdfdf;
}

ol.commentlist li ul.children li div div {
	border-top: none;
}

ol.commentlist li ul.children li div.comment-author {
	border-top: 1px solid #fff;
	border-bottom: none;
}

ol.commentlist li ul.children li div.vcard img.avatar {
	top: -8px;
	width: 24px;
	height: 24px;
}

ol.commentlist li ul.children li div.vcard cite.fn {
	margin-left: 40px;
}

ol.commentlist li ul.children li p,ol.commentlist li ul.children li blockquote {
	margin: 0 0 0 40px;
}

ol.commentlist li ul.children li blockquote p {
	margin-left: 0;
}

ol.commentlist li ul.children li div.reply {
	top: -8px;
}

ol.commentlist li ul.children li div.reply a {
	background: #f2f2f2;
}

ol.commentlist li ul.children li div.reply a:hover {
	background: #fafafa;
}

#pagination,#nav-below {
	display: block;
	line-height: 18px;
	margin: 0;
	padding: 2px 10px;
	border-top: 1px dotted #990000;
	text-align: right;
}

.navigation {
	border-bottom: 1px solid #fff;
	text-align: right;
	line-height: 24px;
	margin: 0;
	padding: 2px 10px;
}

#nav-below {
	display: inline-block;
	padding: 20px 10px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
}

.nav-previous {
	float: left;
	width: 50%;
}

.nav-next {
	float: right;
	width: 50%;
	text-align: right;
}

#respond {
	margin: 0 0 20px 0;
	padding: 20px 0 0 55px;
	border-top: 1px solid #ddd;
}

#respond h2 {
	margin-bottom: 10px;
}

#respond .cancel-comment-reply a {
	color: #920017;
}

#respond .cancel-comment-reply a:hover {
	color: #FF4E00;
}

#commentform {
	margin: 0 55px 0 0;
	padding: 0;
}

#commentform p {
	margin: 0 0 10px;
	padding: 0;
}
#commentform a {

}

#commentform textarea {
	padding: 3px;
	background: #fff;
	border: 1px solid #ddd;
}

#comment {
	width: 80%;
	height: 125px;
}

#author,#email,#url {
	height: 12px;
}

#author,#email,#url {
	padding: 3px;
}

#submit {
	background: #222;
	font-weight: bold;
	color: #ccc;
	width: 80px;
	height: 25px;
	padding: 2px 5px;
	border: 1px solid #555;
}

#submit:hover {
	color: #fff;
}

.trackbacks-pingbacks h3 {
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	color: #555;
	padding: 3px 0;
}

.trackbacks-pingbacks ul {
	margin: 5px 20px 15px;
	list-style-type: circle;
}
.trackbacks-pingbacks ul li {
	margin-bottom: 4px;
}

#footer {
	margin: 20px auto 0;
	background: #454546;
	height: 50px;
}

#footer-inside {
	position: relative;
	width: 640px;
	margin: 0 auto;
	padding: 5px 320px 5px 0;
	color: #aaa;
}

#footer-inside a {
	border-bottom: 1px dashed #aaa;
	color: #aaa;
}

#footer-inside #back-to-top {
	position: absolute;
	top: 5px;
	right: 150px;
	color: #f2f2f2;
	font-size: 14px;
}

#footer-inside #back-to-top a {
	border: none;
	color: #f2f2f2;
}

.aligncenter,div.aligncenter {
	display: block;
	margin: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

b, strong {
	color: #990000;
}
