/*  
Theme Name: The Lost Podcast with Jay and Jack
Theme URI: http://www.jayandjackshow.com
Description: The official WordPress theme of Jay and Jack!
Version: 1.0
Author: Agee Design
Author URI: http://www.ageedesign.com

*/



/* Begin Typography & Colors */
body {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	text-align: center;
	background-color: #585858;
	background-image: url(images/body_bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
h1#header {
	background-color: #000000;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 134px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: relative;
}
img {
	behavior: url(/wp-content/themes/jayandjackshow/iepngfix.htc);
}
#header #award {
	position: absolute;
	left: 650px;
	top: 40px;
}
#wrapper {
	background-image: url(images/shadow_bg.png);
	width: 900px;
	background-repeat: repeat-y;
	background-position: center top;
	margin: auto;
	behavior: url(/wp-content/themes/jayandjackshow/iepngfix.htc);
}
#wrapper .padding {
	padding-right: 25px;
	padding-left: 25px;
}
.swap span {
	display: none;
}
ul#nav {
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	height: 43px;
	margin: 0px;
	padding: 0px;
}
ul#nav li {
	display: inline;
	list-style-type: none;
}
ul#nav li a {
}
ul#nav li a img {
	margin-top: 12px;
	margin-right: 15px;
	margin-left: 15px;
}
#content_container {
	text-align: left;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-top: 0px;
	margin: 0px;
}
#content_top {
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 9px;
	width: 580px;
}
#content_bottom {
	background-image: url(images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 9px;
	width: 580px;
}
#content {
	background-color: #FFFFFF;
	width: 580px;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
}
#content .padding {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#content a {
	color: #2B480E;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
h2 {
	margin: 0px;
}
#content p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer {
	background-image: url(images/footer_bg.png);
	height: 181px;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #0C314D;
	position: relative;
	clear: both;
}
#footer #credit {
	font-size: 10px;
	color: #999999;
	text-align: center;
	padding-top: 135px;
}
#footer #credit a {
	color: #999999;
	text-decoration: none;
}
#footer #credit a b {
	text-decoration: underline;
	color: #FFFFFF;
}
#sidebar {
	text-align: left;
}
#sidebar .padding {
}
#sidebar li h4 {
	font-size: 10px;
	font-weight: bold;
	color: #FBEF03;
	padding: 0px;
	text-transform: uppercase;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	font-size: 11px;
	color: #CCCCCC;
	list-style-image: none;
	list-style-type: none;
}
#sidebar li {
	list-style-image: none;
	list-style-type: none;
}
#sidebar li ul li {
	margin-left: 0px;
}
#sidebar ul li {
	list-style-type: none;
	text-align: left;
}
.spacer {
	clear: both;
}
#sidebar ul li a {
	color: #CCCCCC;
	text-decoration: none;
}
#sidebar ul li a:hover {
	color: #FFCC00;
}
#sidebar .graphic_link {
	padding-bottom: 15px;
}

#content h3 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -2px;
}
#content .post {
	padding-bottom: 35px;
}
#content .post h2 {
	font-size: 22px;
	font-weight: bold;
	color: #2c480d;
	letter-spacing: -2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content .post h2 a {
	color: #0C4A7F;
	text-decoration: none;
}
#content .post small {
	color: #666666;
}
#content .post .postmetadata {
	font-size: 11px;
	color: #666666;
	text-align: center;
}
#content .navigation a {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
#content .post .entry a {
	text-decoration: underline;
}