/*

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 */

.haus {
	height:30px;
}
.haus a img {
	visibility:hidden;
}
.haus a {
	height:30px;
	background:url(images/state1.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.haus a:hover {
	text-decoration:none;
	background:url(images/state2.png);
	background-position:top center;
	background-repeat:no-repeat;
}
body {
	/*background:url(http://www.heroesforautism.com/wp-content/uploads/2010/03/heroes_bg_rev11.jpg) #000;*/
	background-image:url('images/background-2.jpg');
	background-position:top center;
	background-repeat: no-repeat;
	background-color:#000000;
	color: black;
	font: 85% Helvetica, Arial, "Lucida Grande", Tahoma, sans-serif;
}
#top-container {
	height: 252px;
}
#top-container a {
	display: block;
	width: 800px;
	height: 252px;
	margin:0px auto;
}
#body-container {
	width: 800px;
	margin-bottom:320px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
/**







* Elements







************************************************/







a:link {
	color: #518fca;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: black;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-weight: bold;
	font-size: 1.3em;
}
h3 {
	font-weight: bold;
	font-size: large;
}
h4 {
	font-size:1.3em;
}
h5 {
	font-size:1.2em;
}
h6 {
	font-size: xx-small;
}
/* Code */







code {
	font-size: 1.05em;
}
pre {
	font-size: 1.05em;
	overflow: auto;
	margin: 0 0 18px 0;
	padding: 10px;
}
/* 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 {
	height: 14px;
	width: 800px;
	/* background: url(http://www.heroesforautism.com/wp-content/uploads/2010/03/header-bg1.jpg); */
	background: url(images/header-bg1.png);
	background-position:top;
	background-repeat:no-repeat;
	background-color:transparent;
	overflow: hidden;
}
#header {
	float: left;
	overflow: hidden;
}
#header #site-title {
	margin: 0;
	padding: 0;
}
#header #site-title a {
	width: 800px;
	height: 0px;
	display: block;
}
#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: #ededed;
	letter-spacing: .03em;
	text-align: left;
}
#navigation {
	font-weight: bold;
	background-image: url(/images/menubg.gif);
	background-color: #ededed;
	height: 35px;
	background-position:0 0;
	background-repeat:repeat-x;
}
#sub-navigation {
	height: 25px;
	font-size: 0.9em;
}
/* 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: #ededed url(images/menubg.gif) repeat-x 0 0;
}
#nav li li, #nav li li li {
	border-bottom-style: none;
	background: #ededed;
}
#nav li a, #nav li a:visited {
	color: #417dc2;
	margin: 0 15px;
	line-height: 35px;
	font-size: .9em;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration:none;
	border-bottom:1px dotted #518fca;
}
#nav li a:hover, #nav li a:active:hover {
	color: black;
	text-decoration: none;
	border-bottom:1px dotted #000;
}
/* Cat nav style */







#sub-nav li {
	line-height: 25px;
	background: #ededed;
}
#sub-nav li a {
	display: block;
	padding: 0 15px;
	color:#e2e2e2;
}
#sub-nav li a:hover {
	text-decoration: none;
}
/* 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







************************************************/







#extra-container {
/*	background-color: #ededed;*/
}
#container {
	background-color: #ededed;
	height: 100%;
	clear: left;
	overflow: hidden;
	padding: 24px;
	background: #KKKKK;
}
#home, #content {
	background-color: #e0e0e0;
	border-color: #bebebe;
	border-width: 1px;
	border-style: solid;
	width: 524px;
	padding-left: 0px;
	position: relative;
	float: right;
}
#home.left, #content.left, #sidebar.left {
	float: left;
	margin: 0;
}
#home.right, #home.right, #sidebar.right {
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	float: right;
}
/**







* Images







************************************************/







img {
	padding: 3px;
	background: #eee;
	border: 1px solid #666;
}
.post img {
	max-width:98%;
}
/* Captions */







.wp-caption {
	padding: 3px 0 0 0;
	border: 1px solid #eee;
	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;
}
/**







* Sections of the site







************************************************/







.section {
	height: 100%;
	overflow: hidden;
	margin: 0 0 20px 0;
}
.section-header {
	font-size: 1.2em;
	font-weight: bold;
	color: black;
	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 {
	border-style: none;
	width: 98%;
	background: #fff;
	padding: 10px;
}
/* Posts */







.post {
	padding-left: 24px;
	padding-right: 50px;
	line-height: 1.8;
	height: auto;
	overflow: hidden;
}
.post-title {
	margin-top: 20px;
	font-size: 1.4em;
}
.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: #ededed;
	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: Georgia, "Times New Roman", Times;
	margin-bottom: 20px;
}
.wp-pagenavi .pages, .wp-pagenavi .current, .wp-pagenavi a {
	padding: 3px 6px !important;
	background: #ededed !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 #eee;
}
#author-box h4 {
	margin-bottom: 3px;
	font-size: 1em;
	font-weight: bold;
}
/* Breadcrumbs */







.breadcrumb {
	padding: 7px 15px;
	border: 1px solid #eee;
	margin-bottom: 7px;
}
/* Related posts */







#related {
	padding: 15px;
	border: 1px solid #eee;
}
#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;
	border: 0px solid #eee;
}
/* Full Posts */







#full-posts .post {
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0px;
	background: #d3d3d3;
	border: 1px solid #eee;
}
#full-posts h2.post-title {
	margin-bottom: 9px;
}
/* Features Gallery */















#myGallery {
	border-style: solid;
	border-color: #eee;
	margin: 0px;
	width: 525px;
	height: 350px;
!important;
	padding: 0;
}
#myGallery .imageElement {
	display: none;
}
.jdGallery .slideInfoZone {
	width: 100%;
}
.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 #eee;
}
div.gallery-stream img, #home div.flickr img {
	width: 80px;
	height: 80px;
	margin: 2px 9px 2px 0;
}
/* Excerpts */







#excerpts {
	background: #dcdcdc;
	margin: 0;
	padding: 0;
}
#excerpts .post {
	margin-bottom: 20px;
	padding: 15px;
	background:#dcdcdc;
	border: 1px solid #eee;
}
#excerpts .post-title a {
	color: black;
}
#excerpts .post-title a:hover {
	color: black;
}
/* Tag cloud, category cloud, author cloud, bookmark cloud */







#home div.cloud {
	padding: 15px;
	border: 1px solid #eee;
}
/* Post blocks */







#post-blocks {
	padding: 0;
	margin: -20px 0 20px 0;
	background: transparent;
}
#post-blocks .post {
	width: 43.5%;
	padding: 15px;
	margin: 20px 0 0 0;
	background: #ededed;
	border: 1px solid #eee;
}
#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: #ededed;
}
#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 {
}
#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: #417dc2;
}
.video-list li a:hover {
	color: #417dc2;
}
.video-list li a.tab-current {
	font-weight: bold;
	color: #417dc2;
}
/* 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 {
	padding-right: 24px;
	width: 175px;
	float: left;
	border-color: #d3d3d3;
	border-width: 1px;
	background-color: #e0e0e0;
	border-style: solid;
}
#sidebar .menu {
	text-align: center;
	padding: 10px;
	margin: 5px;
	width: 100%;
	overflow: hidden;
}
#sidebar .menu, #sidebar .tabbed {
	clear: left;
	margin: 0 0 15px 0;
}
.tabbed .tab-content {
	padding: 10px 2%;
}
#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 9px 0;
	padding: 0;
	border: none;
}
#sidebar .recent .post-title {
	margin-bottom: 3px;
	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: 0;
}
/* Tabs */







.tabbed {
	background: #ededed;
}
/* 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 #eee;
}
.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 #eee;
}
.tab-content ul {
	list-style: none;
	margin-left: 10px;
}
.tab-content ul li {
	margin-bottom: 3px;
}
.tab-content ul li a:hover {
	color: #417dc2;
	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: #ededed;
	color: #1b1b1b;
	margin: 4px 0;
}
#sidebar .search-submit {
	display: none;
}
/**







* Comments Template







************************************************/







#comments-template {
	margin-bottom: 15px;
	background: #dcdcdc;
	border: 1px solid #eee;
	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: #ededed;
	border: 1px solid #eee;
}
#comments-template li li li, #comments-template li li li li li {
	background: #eee;
	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 {
	bottom: 25px;
	margin-bottom: 10px;
	padding:0px 10px 5px 10px;
	visibility: visible;
	background-color: #ededed;
	clear: left;
	width: 800px;
	color: black;
	background: url(images/footer-bg.gif) no-repeat 0 bottom;
	background-color: #ededed;
}
#footer a {
	text-decoration:none;
	font-style: italic;
	border-bottom:1px dotted #518fca;
	color: #417dc2;
}
#footer a:hover {
	color: #000;
	border-bottom:1px dotted #000;
}
element {
}
