/*  
Theme Name:ZenLite Black Mandarin
Version: 2.0
Theme URI: http://quirm.net
Description: A black & orange child theme for ZenLite. 
Author: Mel Pedley
Author URI: http://www.blackwidows.co.uk
Template: zenlite
Tags: one-column, custom-header, black, orange, flexible-width,, theme-options, translation-ready, threaded-comments

*/

/* Import layout */
@import url(../zenlite/layout.css);

body {
	color:#999;
}
h1,h2,h3,h4,h5,h6 {
}
blockquote {
	border-left:1px solid #333;
}
acronym, abbr {
	border-bottom:1px dashed #ddd;
}
pre,ins {
	background:#111;
	color:#aaa;
}
pre {
	border:1px solid #333;
}
fieldset {
	background:#000;
}
fieldset fieldset {
	background:#111;
}
legend {
	background:#111;
	color:#aaa;
}
input, textarea {
	background:#000;
	color:#999;
	border:1px solid #333;
}
input:focus,input.focus,textarea:focus,textarea.focus {
	border-color:#A97149;
}
input[type=submit] {
	background:#A97149;
	color:#000;
}
ins {
	text-decoration:none;
}
table,th,td {
	border:1px solid #333;
}
th {
	background:#222;
	color:#aaa;
}
tr {
	background:#000;
	color:#999;
}
tr.alt {
	background:#111;
	color:#aaa;
}
a {
	 color:#A97149;
}
a:visited {
	 color:#808080;
}
a:hover {
	 color:#fff;
}
a:active,a:focus {
	background-color:#D47218;
	color:#000;
}
a img {
	border:5px solid #000;
}
a:hover img {
	border-color:#222;
}
a:active img, a:focus img {
	border-color:#D47218;
}

/* WRAPPER */
#wrapper {
	background:#000;
	color:#999;
}
.jumplinks a:active,.jumplinks a:focus {
	background:#D47218;
	color:#000;
}

/* HEADER */
#header h1,#header h1 a,#header h1 small {
	color:#999;
}
#header h1 {
	border-bottom:3px double #999;
}
#header h1 a:hover {
	 color:#A97149;
}
#header h1 a:active,#header h1 a:focus {
	background-color:#D47218;
	color:#000;
}
#header h1 small {
	color:#808080;
}

/* MENU */
.sidebar {
	border-top:3px double #333;
	border-bottom:3px double #333;
}
.sidebar a {
	background:#000;
	color:#999;
}
.sidebar .current_page_item a,.sidebar .current-cat a,
.sidebar .current-menu-item {
	background:#000;
	color:#fff;
}
.sidebar .current_page_item li a,.sidebar .current-cat li a {
	background:#000;
	color:#999;
}
.sidebar a:hover {
	background:#999;
	color:#000;
}
.sidebar a:active,.sidebar a:focus {
	background:#D47218;
	color:#000;
}

/* CONTENT */
#content {
	 background:#000;
	 color:#999;
}
.postfoot {
	border-bottom:3px double #aaa;
}
.author .posts-by {
	border-top:3px double #aaa;
}
.single {
	border:none;
}
#content ul li {
	list-style-image:url(images/bullet.jpg);
}
#content ul li ul li {
	list-style-image:url(images/bullet2.jpg);
}
#content ul li ul li ul li {
	list-style-image:none;
}
#content .prevnext li,#content .meta li {
	list-style-image:none;
	list-style:none;
}

/* no bullets */
#content #commentlist li,#content .comment-links li,
#content .result-list li,#content .page-tree ul li {
	list-style-image:none;
	list-style:none;
}

/* pagination */
.page-numbers a,.pagelist a {
	background-color:#222;
	color:#aaa;
}
.page-numbers a:hover,.pagelist a:hover {
	background-color:#444;
	color:#fff;
}
.page-numbers a:active,.page-numbers a:focus,
.pagelist a:active,.pagelist a:focus {
	background-color:#D47218;
	color:#000;
}

/* page tree */
.page-tree {
	background-color:#111;
}

/* COMMENTS */
#commentlist .even {
	background-color:#111;
}
#commentlist .odd {
	background:#000;
}
#commentlist .even,#commentlist .odd {
	border:1px solid #222;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#commentlist li .meta li {
	background:transparent;
	border:none;
}

/* gallery & captions */
.wp-caption img,#content .gallery img {
	border:10px solid #222;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.wp-caption a:hover img,#content .gallery a:hover img {
	border-color:#333;
}
.wp-caption a:active img,.wp-caption a:focus img,
#content .gallery a:active img,#content .gallery a:focus img {
	border-color:#D47218;
}

/* wp-calendar */	
#wp-calendar tbody td a {
	background:#222;
}
#wp-calendar td a:hover {
	background:#333;
	 color:#ccc;
}
#wp-calendar tbody td a:active,#wp-calendar tbody td a:focus {
	background:#D47218;
	color:#000;
}