/*  
Theme Name: Succeed in Evil 4
Theme URI: 
Description: A special theme created for How to Succeed in Evil
Version: 4.0
Author: Michael Delaney
Author URI: http://www.michael-delaney.com

	
	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */

/* ---------------------------------
 This section deals with basic tags
-------------------------------------*/

body {
	text-align: center;
	font-family: arial, sans-serif;
	margin: 0px;
	font-size: 10pt;
	color: #000;
	background: #505050;
}
h2 {
	text-align: left;
	font-size: 20pt;
	color: #505050;
	margin: 0px;
	padding: 10px 0px 0px 20px;
}
h3 {
	color: #5da2ff;
	height: 100%;
	font-size: 16pt;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 3px 0px;
}

h3 a, h2 a {
	display: inline;
	padding: 0px;
	border: 0px;
	text-decoration: none;
	color: #505050;
}
h3 a {
	border-bottom: 1px solid #505050;
}

h3 a:hover, h2 a:hover {
	border-bottom: 1px solid #d62424;
}
#respond h3 {
	margin: 0px 0px 0px 15px;
}

a {
	text-decoration: none;
	color: #1b3b62;
}
a:hover {
	color: #d62424;
}
img {
	border: 0px;
}
p {
	margin-left: 15px;
	text-align: left;
}
/* ---------------------------------
 h1 is special
-------------------------------------*/
#header {
	margin: 20px auto 0px auto;
	padding: 0px;
	position: relative;
	width: 777px;
	height: 505px;
}
#smallheader {
	margin: 20px auto 40px auto;
	padding: 0px;
	position: relative;
	width: 777px;
	height: 58px;
}
#header h1 {
	margin: 0px auto 0px auto;
	height: 505px;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url("images/logo.png");
	background-color: #505050;
	width: 777px;
}
#smallheader h1 {
	margin: 0px auto 0px auto;
	height: 58px;
	background-image: url("images/entrypagelogo.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	width: 777px;
}

h1 span, .hidden , #header p, #smallheader p {
	visibility: hidden;
}

#contentwrapper {
	position: relative;
	margin: 0px auto 0px auto;
	padding: 0px;
	background-color: #fff;
	text-align: left;
	width: 1000px;
}
#searchform {
	position: absolute;
	right: 0px;
	top: 0px;
	background: #000;
	padding: 4px 6px;
	white-space: nowrap;
}
#searchform #s {
	width: 100px;
	padding: 0px;
	margin: 0px;
}
#searchform #s-button {
	width: 75px;
}
/* ---------------------------------
  The donate button
-------------------------------------*/
#donate_button {
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#donate_button a {
	padding: 2px 5px 1px 5px;
	background-color: #e89e01;
	color: #fff;
	text-decoration: none;
}
#donate_button a:hover {
	background-color: #fff;
	color: #e89e01;
}
/* ---------------------------------
  The subscription links are positioned specially
-------------------------------------*/
#subscription_links {
	font-size: 10px;
	position: absolute;
	top: 5px;
	right: 200px;
	padding: 0px;
	text-align: right;
	background: #000;
	color: #fff;
}
#subscription_links img {
	vertical-align: bottom;
}

/* ---------------------------------
  The blog box contains the blog entries on the front page
-------------------------------------*/
h2#content_box_header {
	margin: 0px 0px 0px 10px;
}
#content_box_wrapper {
	text-align: left;
	margin: 0px;
	padding: 0px 40px;
	background: #fff;
	width: 920px;
}
#content_box_wrapper.category h3 {
	font-size: 10pt;
	font-weight: normal;
}
#content_box_wrapper.category .entry {
	padding: 0px;
}
#content_box_wrapper .tags {
	margin: 0px;
}
#about_wrapper .scrippet {
	width: 330px;
}

.date {
	padding: 0px 0px 0px 20px;
}
.icon {
	text-align: center;
	font-size: 18px;
	float: left;
	width: 90px;
	padding: 5px;
	background-color: #eaeaea;
}
.icon p {
	font-weight: bold;
	text-align: center;
	padding: 0px 5px 0px 5px;
	width: 60px;
}
.icon ul, .Episodes_icon ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
.icon ul li, .Episodes_icon ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.icon .cat_title {
	font-size: 16pt;
	font-weight: normal;
	color: #000;
}
.episode-image {
	float: right;
	margin: 0px 20px 20px 20px;
}
.podcast_link {
	margin-left: 20px;
}


/* ---------------------------------
 This section deals with the navigation bar at the top of the page 
-------------------------------------*/
#nav_bar_wrapper {
	background-color: #000;
	border-bottom: white 1px solid;

}
.nav_bar {
	text-align: left;
	padding: 5px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-color: #000;
	font-size: 10px;
	z-index: 10;
	width: 1000px;
	height: 36px;
}
#nav_title {
	font-size: 16pt;
	color: #fff;
}
.nav_bar ul {
	font-size: 14pt;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}
.nav_bar ul li ul {
	background: #fff;
	color: #000;
	border: 1px solid white;
	display: block;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
}
.nav_bar ul li#podcast_links {
text-align: center;
font-size: 8pt;
margin: 0px 0px 0px 10px;
}
.nav_bar ul li ul li {
	margin: 0px 8px;
	padding: 0px;
	float: none;
	display: inline;
}
.nav_bar ul li ul li a, .nav_bar ul li ul li a:hover {
	padding: 0px;
	background: #fff;
	color: #000;
}
.nav_bar ul li { margin-top: 8px; margin-left: 3px; float: left; display: inline-block; color: #fff; }

.nav_bar li a {
	height: 100%;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	background-color: #000;
	color: #fff;
}

.nav_bar ul li a:hover {
	background-color: #fff;
	color: #000;
	padding: 0px 10px 0px 10px;
}

#navselected span, #navselected a {
	height: 100%;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	color: #000;
	background-color: #fff;
}/* ---------------------------------
 Store Page Stuff
-------------------------------------*/
#product-page-paragraph {
	font-size: 12pt;
}
.textcol {
float: none;
}

/* ---------------------------------
 page styles
-------------------------------------*/

blockquote {
	padding: 10px;
	background: #eaeaea;
}
.post {
	margin: 0px auto 10px auto;
	padding: 20px 10px 0px 0px;
	zoom: 1;
	border-bottom: 1px solid #eaeaea;


}
.post p {
	line-height: 14pt;
	margin: 0px 0px 10px 0px;
}
.tags {
	text-align: left;
	font-size: 10px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
}
.post .tags {
	padding: 0px;
}

#callouts ul {
	list-style-type: none;
	position: relative;
	margin: 10px 0px;
	padding: 0px;
}
#callouts ul li { 
	display: block;
}
#callouts ul li a {
	color: #dba60f;
	display: block;
	clear: left;
	padding-top: 50px;
	width: 250px;
	height: 0px;
	margin: 2px 10px 30px 10px;
	background: none;
	background-repeat: no-repeat;
	background-position: top left;
}
#callouts ul li a {
	background-image: url(/images/banners/default-banner.jpg);
}

#callouts ul li img {
	position: absolute;
	right: 0px;
	top: 0px;
}
.postmetadata {
	text-align: center;
	font-size: 8pt;
	padding-top: 25px;
	background: #eaeaea;

}
.postmetadata span, .icon ul, .Episodes_icon ul {
	display: block;
	border-bottom: 1px solid #fff;
}
.complete-list-link {
	text-align: center;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 10pt;
	font-weight: bold;
}
#episodes_tray, #blog_tray {
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.entry {
	padding: 0px 0px 0px 130px;
	margin: 0px;
}
.page {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.page img {
	border-width: 8px 8px 40px 8px;
	border-style: solid;
	border-color: #fff;
	margin: 0px 0px 20px 20px;
}
.entry ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.entry img {
	padding: 5px;
}
.more-link {
	white-space: nowrap;
	margin: 0px;
}
#comments {
	background-color: #fff;
	color: #000;
	padding: 0px 0px 10px 0px;
}
#comments h2 {
	font-size: 14pt;
}
#comments li {
	list-style-type: none;
	list-style-position: outside;
	padding: 10px;
	margin: 0px;
	background: #909090;
	color: #fff;
}
#comments li.alt {
	background: #505050;
}
#comments li a {
	color: #fff;
}
#comments li a:hover {
	color: #fff;

}
.comment-meta {
	font-size: 8pt;
}
#footer_wrapper {
	position: relative;
	margin-top: 20px;
	color: #fff;
	background-color: #000;
	border-top: 1px solid #fff;
	font-size: 10pt;
	clear: both;
}
#footer {
	padding: 10px;
}
#footer a {
	color: #fff;
}
.alignright {
	float: right;
}	
.alignleft {
	float: left
}
.center {
	text-align: center;
}
.clearline {
	clear: both;
}
#shoppingcart {
	background: url(images/hat.png) top left no-repeat;
}