/*
Theme Name: Good And Evil
Theme URI: http://themehybrid.com/themes/good-and-evil
Description: A child theme for the Options theme with a beautiful mixture of white and dark (good and evil).
Template: options
Author: Justin Tadlock
Author URI: http://justintadlock.com
Version: 0.1.2
*/

/* Import base CSS */
@import url('../options/library/css/base.css');

/* Body */
body {
	color: #333;
	background: #1b1b1b;
        background: #000;
	font: 85% "Trebuchet MS", Arial, "Lucida Grande", Tahoma, sans-serif;
	}
#body-container {
	width: 980px;
	overflow: hidden;
	margin: 10px auto;
	}

/**
* Elements
************************************************/
a:link, a:visited {
	color: #2c79d5;
	text-decoration: none;
	}
a:hover {
	color: #000;
	}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: "Trebuchet MS", Arial, "Lucida Grande", Tahoma, sans-serif;
	color: #2c79d5;
	}
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size:1.3em; }
h5 { font-size:1.2em; }
h6 { font-size:1.1em; }

/* Code */
code {
	font-size: 1.05em;
	background: #f7f7f7;
	}
pre {
	font-size: 1.05em;
	overflow: auto;
	margin: 0 0 18px 0;
	padding: 10px;
	background: #f7f7f7;
	}

/* Blockquotes */
blockquote {
	border-left: 2px solid #CADAE7;
	color: #555;
	font-style: italic;
	padding-left: 10px;
	margin: 0 2.5em 18px 2.5em;
	}
blockquote blockquote { color: #666; }

abbr {
	border: none;
	}

/* Alignment */
.left, .alignleft {
	float:left;
	}
.right, .alignright {
	float: right;
	}
.alignright {
	margin-left: 15px;
	}
.alignleft {
	margin-right: 15px;
	}
.center, .centered, .aligncenter {
	margin: 0 auto 18px auto;
	display: block;
	}

/**
* Header
************************************************/
#header-container {
	overflow: hidden;
	background: #1b1b1b;
	}
#header {
	float: left;
	width: 1025px;
	overflow: hidden;
	}
#header #site-title {
	margin: 0; padding: 0;
	}
#header #site-title a {
	width: 990px;
	height: 130px;
	display: block;
	background: url(images/wily_header.png) no-repeat 0 0;
	}
#header #site-title a span, #header #site-description  {
	display: none;
	}

/**
* Feed (header)
************************************************/
#feed {
	width: 120px;
	float: right;
	padding: 20px 0 0 0;
	}
#feed ul {
	list-style: none;
	margin: 0;
	height: 55px;
	}
#feed li {
	float: left;
	margin: 0;
	text-align: right;
	}
#feed li.feed-url a {
	display: block;
	width: 60px;
	height: 55px;
	background: url(images/feed-icon.gif) no-repeat 0 0;
	}
#feed li.feed-email a {
	display: block;
	width: 60px;
	height: 55px;
	background: url(images/feed-email.gif) no-repeat 0 0;
	}
#feed li a span { display: none; }

/**
* Navigation
************************************************/
#navigation, #sub-navigation {
	clear: left;
	color: #fff;
	letter-spacing: .03em;
	text-align: left;
	}
#navigation {
	height: 35px;
	background: url(images/menubg.gif) repeat-x 0 0;
	}
#sub-navigation {
	height: 25px;
	font-size: 0.9em;
	background: #383838;
	}

/* List items */
#nav, #nav ul, #nav ul ul, #sub-nav, #sub-nav ul, #sub-nav ul ul {
	list-style: none;
	margin: 0;
	}
#nav li, #nav li li, #nav li li li, #sub-nav li, #sub-nav li li, #sub-nav li li li {
	float: left;
	}

/* Page nav style */
#nav li { background: #1b1b1b url(images/menubg.gif) repeat-x 0 0; }
#nav li li, #nav li li li { background: #3f3f3f; border-bottom: 1px solid #333; }
#nav li a, #nav li a:visited {
	display: block;
	padding: 0 20px;
	line-height: 35px;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	}
#nav li a:hover, #nav li a:active:hover { text-decoration: underline; }

/* Cat nav style */
#sub-nav li { line-height: 25px; background: #383838; }
#sub-nav li a { display: block; padding: 0 15px; color:#e2e2e2; }
#sub-nav li a:hover { text-decoration: underline; }

/* Drop-down controls */
#nav ul, #sub-nav ul { float: left; }
#nav li ul, #sub-nav li ul { visibility: hidden; position: absolute; width: 15em; left: -999em; }
#nav li:hover ul, #sub-nav li:hover ul { left: auto; z-index: 1000; }
#nav li ul li, #sub-nav li ul li { width: 15em; }
#nav li ul ul { margin: -35px 0 0 15em; }
#sub-nav li ul ul { margin: -25px 0 0 15em; }
#nav li:hover ul ul, #sub-nav li:hover ul ul { visibility: hidden; }
#nav li:hover ul, #nav li li:hover ul, #sub-nav li:hover ul, #sub-nav li li:hover ul { left: auto; }
#nav li:hover ul ul, #sub-nav li:hover ul ul { visibility: hidden; }
#nav li:hover ul, #nav li li:hover ul, #sub-nav li:hover ul, #sub-nav li li:hover ul { visibility: visible; left: auto; }

/**
* Search
************************************************/
#search {
	float: right;
	width: 185px;
	margin-right: 15px;
	}
#search form {
	float: right;
	margin: .3em 0 0;
	padding: 0;
	}
#search input#s {
	font-style: italic;
	letter-spacing: 0.02em;
	color: #eee;
	width: 170px;
	background: #444;
	border: 1px solid #333;
	margin: 0;
	}
#search input#s:focus {
	background: #eee;
	color: #333;
	}
#search #search-submit { display: none; }

/**
* Content
************************************************/
#container {
        background: #000;
	height: 100%;
	clear: left;
	overflow: hidden;
	margin: 0;
	padding: 18px 12px 0 12px;
	background: #f9f9f9;
	}
#home, #content {
	width: 590px;
	margin: 0;
	}
#home.left, #content.left, #sidebar.left { float: left; margin: 0; }
#home.right, #home.right, #sidebar.right { float: right; margin: 0; }

/**
* Images
************************************************/
img {
	padding: 3px;
	background: #ebebeb;
	border: 1px solid #666;
	}
.post img {
	max-width:98%;
	}

/* Captions */
.wp-caption {
	padding: 3px 0 0 0;
	background: #ebebeb;
	border: 1px solid #ddd;
	text-align: center;
	}
.wp-caption p.wp-caption-text {
	margin: 0; padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #555;
	}
.wp-caption img {
	margin: 0; padding: 0;
	border: 1px solid #666;
	}
.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 15px;
	}
#feature img, #features-numbers img {
	float: left;
	margin-right: 15px;
	max-width: 270px;
	}
#author-box img {
	float: left;
	width: 70px;
	height: 70px;
	padding: 1px;
	margin-right: 15px;
	}
.author .post .avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 15px;
	}
/* this is for the mouseout and default settings */
  
.mouseover {
  background-color: #fff;
}
  
/* :hover is a pseudo selector to use to set the mouseover attributes */
.mouseover:hover {
  background-color: #db3b0f;
}
/**
* Sections of the site
************************************************/
.section {
	height: 100%;
	overflow: hidden;
	background: #fff;
	margin: 0 0 10px 0;
	}
.section-header {
	font-size: 1.2em;
	font-weight: bold;
	color: #1b1b1b;
	background: url(images/stop.png) no-repeat 0 4px;
	margin: 0 0 10px 0;
	padding: 1px 0 0 20px;
	}

#no-sidebar .section, #no-sidebar .post {
	width: 98%;
	background: #fff;
	border: 1px solid #eee;
	padding: 10px;
	}

/* Posts */
.post {
	overflow: hidden;
	margin-bottom: 20px;
	background: transparent;
	border: 1px solid #ddd;	
         padding: 15px;
	}
.post-title {
	font-size: 1.4em;
	margin-bottom: 9px;
	}
.byline {
	font-size: .9em;
	color: #666;
	font-style: italic;
	}
.post-meta-data {
	font-size: .9em;
	font-style: italic;
	}
.gallery {
	margin-bottom: 18px;
	}

/* Navigation links */
.navigation-links {
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 15px;
	}
.navigation-links .previous {
	font-weight: bold;
	float: left;
	max-width: 50%;
	}
.navigation-links .next {
	font-weight: bold;
	float: right;
	max-width: 50%;
	text-align: right;
	}
/* WP PageNavi */
.wp-pagenavi {
	font-family: "Trebuchet MS", Arial, "Lucida Grande", Tahoma, sans-serif;
	margin-bottom: 20px;
	}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a {
	padding: 3px 6px !important;
	background: #f7f7f7 !important;
	}
.wp-pagenavi .pages {
	border: none !important;
	}
.wp-pagenavi .pages, .wp-pagenavi .current {
	color: #333 !important;
	}
.wp-pagenavi .current, .wp-pagenavi a {
	border: 1px solid #eee !important;
	}

/* Author box */
#author-box {
	padding: 15px;
	border: 1px solid #ddd;
	}
#author-box h4 {
	margin-bottom: 3px;
	font-size: 1em;
	font-weight: bold;
	}

/* Breadcrumbs */
.breadcrumb {
	padding: 7px 15px;
	border: 1px solid #ddd;
	margin-bottom: 7px;
	}

/* Related posts */
#related {
	padding: 15px;
	border: 1px solid #ddd;
	}
#related ul {
	list-style: none;
	margin: 0 0 0 15px;
	}

#related ul li {
	padding: 0 0 0 20px;
	background: url(images/list.gif) no-repeat 0 0; 
	}

/* Custom home sections */
#home-insert-1, #home-insert-2, #home-insert-3 {
	padding: 15px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #eee;
	}

/* Full Posts */
#full-posts .post {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	}
#full-posts h2.post-title {
	margin-bottom: 9px;
	}

/* Features Gallery */
#myGallery {
	height: 240px;
	margin-bottom: 20px !important;
	padding: 0px;
        margin-right: 0px;
	border: 1px solid #ddd;
	}
#myGallery .imageElement { display: none; }
.jdGallery .slideInfoZone { width: 98%; }
.jdGallery .slideInfoZone h2, .jdGallery .slideInfoZone h2 a { color: #f7f7f7 !important; }

/* Feature */
#feature .post {
	margin: 0;
	}

/* Features numbers */
#features-numbers {
	background: transparent !important;
	}
#features-numbers .post {
	margin: 0;
	padding: 0;
	border: none;
	}

/* Gallery stream / Flickr */
div.gallery-stream, #home div.flickr {
	margin-bottom: 20px;
	padding: 15px 0 15px 15px;
	border: 1px solid #ddd;
	}
div.gallery-stream img, #home div.flickr img {
	width: 80px;
	height: 80px;
	margin: 2px 9px 2px 0;
	}

/* Excerpts */
#excerpts {
	background: #f7f7f7;
	margin: 0;
	}
#excerpts .post {
	margin-bottom: 20px;
	background:#fff;
	border: 1px solid #ddd;
	}
#excerpts .post-title a { color:#06d; }
#excerpts .post-title a:hover { color:#06f; }

/* Tag cloud, category cloud, author cloud, bookmark cloud */
#home div.cloud {
	padding: 15px;
	background: #fff;
	border: 1px solid #eee;
	}

/* Post blocks */
#post-blocks {
	padding: 0;
	margin: -20px 0 20px 0;
	background: #ddd;
	}
#post-blocks .post {
	width: 43.5%;
	padding: 15px;
	margin: 20px 0 0 0;
	background: #ddd;
	border: 1px solid #000;
	}
#post-blocks .even { float: right; clear: none; }
#post-blocks .odd { float: left; clear: both; }
#post-blocks h3 { font-size: 1em; }

/* Post sections */
#post-sections, #post-sections .section {
	padding: 0; margin: 0;
	background: transparent;
	}
#post-sections .post {
	overflow: hidden;
	margin: 0 0 20px 0; padding: 15px;
	background: #fff;
	}
#post-sections .post-title { font-size: 1em; }

/* Post tabs */
#post-tabs .post, #post-list-tabs .post, #post-block-tabs .post {
	padding: 0; margin: 0;
	border: none;
	}
#post-tabs .post-title, #post-list-tabs .post-title, #post-block-tabs .post-title {
	font-size: 1em;
	}
#post-tabs .tab-content {
	padding: 10px;
	}
#post-list-tabs .odd, #post-block-tabs .odd {
	float: left;
	width: 50%;
	}
#post-list-tabs .even, #post-block-tabs .even {
	float: right;
	width: 47%;
	clear: none;
	}
#post-list-tabs .tab-content ul {
	margin: 0 0 0 5px;
	list-style: none;
	}
#post-list-tabs .tab-content ul li {
	margin: 4px 0; padding: 0 0 0 15px;
	background: url(images/list.gif) no-repeat 0 0;
	}
#post-list-tabs .tab-content ul li a {
	font-size: 1em;
	font-weight: normal;
	}

/* Video tabbed */
#video-tabbed {
	padding: 15px;
	border: 1px solid #eee;
	}
#video-tabbed .v {
	float: left;
	width: 47%;
	}
.video-list {
	float: right;
	width: 45%;
	}
.video-list ul {
	list-style: none;
	margin: 0; padding: 0;
	}
.video-list ul li {
	font-size:1em;
	height: 16px;
	margin: 4px 0 12px 0;
	padding: 1px 0 0 25px;
	background:url(images/television.png) no-repeat 0 0;
	}
.video-list li a {
	color: #666;
	}
.video-list li a:hover {
	color: #2c79d5;
	}
.video-list li a.tab-current{
	font-weight: bold;
	color: #2c79d5;
	}

/* Video numbers */
#video-numbers {
	background: transparent !important;
	}
#video-numbers .post {
	margin: 0;
	padding: 0;
	border: none;
	}
#video-numbers .post-title { font-size: 1em; }
#video-numbers object { margin-right: 12px; }

/**
* Sidebar
************************************************/
#sidebar {
	width: 350px;
	margin: 0;
         background: #f9f9f9;
	}
#sidebar .menu {
	overflow: hidden;
	padding: 5px 9px;
	background: #ebebeb;
	border: 1px solid #ddd;
	}
#sidebar .menu, #sidebar .tabbed {
	clear: left;
	margin: 0 0 15px 0;
        padding: 10px;
	}

.tabbed .tab-content { padding: 10px 2%; 
        background: #transparent;
        border: 1px solid #ddd;
}


#sidebar .menu li a, #sidebar .tabbed div li a {
	color: #333;
	padding: 3px 0 4px 0;
	}
#sidebar .menu li a:hover {
	text-decoration: underline;
	}

/* Recent widget */
#sidebar .recent .post {
	clear:left;
	margin: 0 0 0px 0;
	padding: 0;
	border: 1px #ebebeb;
        background: #ebebeb;
	}
#sidebar .recent .post-title {
	margin-bottom: 0px;
	font-size: .95em;
	line-height: 1em;
	}
#sidebar .recent .entry { font-size: .95em; }

/* Video widget */
#sidebar .video div { padding: 2px 0; }
#sidebar .video object {
	width: 100%;
	height: 230px;
	margin-bottom: 6px;
	}
#sidebar .video .post-title { margin: 0; font-size: 1.1em; }

/* Gallery stream / flickr widget */
#sidebar .gallery-stream, #sidebar .flickr {
	padding: 0;
	border: none;
	}
#sidebar .gallery-stream img, #sidebar .flickr img {
	width: 90px; height: 90px;
	margin: 0 8px 5px 6px;
	}

/* Ads widget */
#sidebar .ads img { margin: 1%; }

/* Tabs */
.tabbed { background: #f7f7f7; }

/* Actual tabs */
.tabbed ul.tabs {
	float: left;
	list-style-type: none;
	margin: 0 0 3px 0;
	padding: 0;
	background: transparent;
	}
.tabbed ul.tabs li {
	display: inline;
	float: left;
	}
.tabbed ul.tabs li a {
	display: block;
	float: left;
	margin: 0 3px 0 0;
	padding: 6px 8px;
	color: #666;
	font-size: .95em;
	font-weight: bold;
	background: #ddd;
	border: 1px solid #ddd;
	}
.tabbed ul.tabs li a:hover {
	background: #f7f7f7;
	}
ul.tabs li a.tab-current {
	background: #fff;
	color: #333;
	}

/* Tab content */
.tab-content {
	height: 100%;
	overflow: hidden;
	clear: left;
	background: #fff;
	border: 1px solid #fff;
	}
.tab-content ul { list-style: none; margin-left: 10px; }
.tab-content ul li { margin-bottom: 3px; }
.tab-content ul li a:hover { color: #2c79d5; text-decoration: underline; }

/* Recent comments */
#sidebar ul.recent-comments { list-style: none; }
#sidebar ul.recent-comments li { margin: 2px 0 5px; }
#sidebar ul.recent-comments li a { color: #2c79d5; display: inline; }

/* Search */
#sidebar .search input {
	width: 94%;
	background: #fff;
	color: #1b1b1b;
	margin: 4px 0;
	}
#sidebar .search-submit { display: none; }

/**
* Comments Template
************************************************/
#comments-template {
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	}
#comments-template ol {
	overflow: hidden;
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0 9px;
	}
/* Comments */
#comments-template li {
	clear: both;
	height: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #ddd;
	}
#comments-template li li li, #comments-template li li li li li {
	background: #ddd;
	border: 1px solid #ddd;
	}
#comments-template li li, #comments-template li li li li {
	background: #f9f9f9;
	border: 1px solid #ddd;
	}

/* Comment images */
#comments-template img {
	padding: 0;
	border: none;
	}
#comments-template .avatar {
	float: left;
	width: 40px; height: 40px;
	margin-right: 15px;;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Comment meta data */
#comments-template .comment-meta-data {
	font-size: 1.1em;
	margin-bottom: 15px;
	}
#comments-template ol li .comment-meta-data a.time {
	margin-left: 5px;
	color: #4e4e4e;
	}
abbr {
	text-transform: normal;
	}

/* Comment text */
#comments-template ol li .comment-text {
	clear: both;
	margin-bottom: 10px;
	}
#no-sidebar #comments-template ol li .comment-text {
	width: 92%;
	}

/* Comment form */
#comments-template textarea {
	width: 95%;
	padding: 9px;
	font-size: 1.1em;
	color:#444;
	background: #fff;
	border: 1px solid #ccc;
	}
#no-sidebar #comments-template textarea {
	width: 98%;
	}
#comments-template input.submit-comment, #comments-template input.reset-comment {
	width: 100px;
	margin-right: 10px;
	padding: 7px;
	}

/**
* Footer
************************************************/
#footer {
	clear: left;
	width: 960px;
	padding: 20px 10px 5px;
	color: #f7f7f7;
	background: #000 url(images/footer-bg.gif) no-repeat 0 top;
	}
#footer a {
	font-style: italic;
	color: #b5d3ee;
	}
#footer a:hover {
	text-decoration: underline;
	}