/*  
Theme Name:ZenLite Black Mandarin
Version: 3.0
Theme URI: http://quirm.net/zenlite-black-mandarin/
Description: A black & orange child theme for ZenLite 4. 
Author: Mel Pedley
Author URI: http://blackwidows.co.uk
Template: zenlite
Template Version: 4.0	
Tags: one-column, custom-header, black, orange, flexible-width,, theme-options, translation-ready, threaded-comments
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

/*  Copyright 2009-2011  Mel P.  (email : esmi@quirm.net)

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2,
as published by the Free Software Foundation.

You may NOT assume that you can use any other version of the GPL.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
USA

The license for this software can also likely be found here:
http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Import layout */
@import url(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 */
.navbar {
	border-top:3px double #333;
	border-bottom:3px double #333;
}
.navbar ul ul,
.navbar ul li:hover,
.navbar ul a:hover {
	background:#222;
	color:#fff;
}
.navbar ul a {
	color:#999;
}
.navbar .current_page_item > a,
.navbar .current-cat > a,
.navbar .current-menu-item > a {
	color:#fff;
}
.navbar a:active,
.navbar a:focus {
	background:#D47218;
	color:#000;
}

/* CONTENT */
#content {
	 background:#000;
	 color:#999;
}
#content .hentry {
	border-bottom:3px double #333;
}
.single #content .hentry {
	border-bottom:none;
}
.author .posts-by {
	border-top:3px double #333;
}
.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;
}

/* page tree */
.page-tree {
	background-color:#111;
}

/* Post Formats */
.format-audio a img,
.format-chat a img,
.format-gallery a img,
.format-image a img,
.format-status a img {
	border:none;
	-moz-box-shadow:0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow:0 0 0 rgba(0,0,0,0);
	-box-shadow:0 0 0 rgba(0,0,0,0);
}	
.single .format-audio {
	background:url(images/audio.png) no-repeat right top;
}
.single .format-chat {
	background-image:none;
}
.format-link .post-title a {
	background:url(images/link.png) no-repeat right top;
}
.format-video .more-link a {
	background:url(images/video.png) no-repeat right top;
}
.format-quote .postcontent {
	background:#111 url(images/quotes.png) no-repeat left top;
	border:4px solid #111;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}
.format-quote .postcontent .inner {
	background:url(images/quotes2.png) no-repeat right bottom;
}
.format-quote .postcontent blockquote {
	border:none;
}
.format-chat .postcontent {
	background:url(images/paper.png);
	border-width:1px 2px 2px 1px;
	border-style:solid;
	border-color:#111 #141414 #141414 #111;
	padding-bottom:16px;
}
.single .format-image img {
	border:10px solid #222;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.single .format-image a:hover img {
	border-color:#333;
}
.single .format-image a:active img,
.single .format-image a:focus img {
	border-color:#f93;
}
.format-gallery .more-link img,
.format-image .more-link img {
	border-width:5px;
}

/* pagination */
.prevnext .next a {
	background-image:url(images/left.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.prevnext .prev a {
	background-image:url(images/right.png);
	background-repeat:no-repeat;
	background-position:right center;
}
.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;
}

/* 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;
}



