/*  
Theme Name: Fancy Pants Gangsters
Theme URI: http://www.fancypantsgangsters.com/
Description: Default FPG Theme
Version: 1.0
Author: Eric Price
Author URI: http://www.ericprice.cc/
*/


/* -----------------------------------------------
   Clear browser defaults
   ----------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}



/* -----------------------------------------------
   Global
   ----------------------------------------------- */

body {
	color: #2D5A68;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 6px;
}

cite, em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

a {
	outline: none !important;
}

a:link, a:visited {
	color: #FF2247;
	text-decoration: none;
}

a:hover, a:active {
	color: #BF1935;
	text-decoration: underline;
}



/* -----------------------------------------------
   Header
   ----------------------------------------------- */

#headerframe {
	background: #D5DEE1 url(images/skyline.png) no-repeat center;
	width: 100%;
}

#headerframe2 {
	background: url(images/header_bg.png);
	width: 100%;
}

#header {
	width: 852px;
	height: 175px;
	margin: 0 auto;
	overflow: hidden;
}

#logo {
	width: 141px;
	position: relative;
	float: left;
	margin-right: 30px;
}

#headeraux {
	position: relative;
	float: left;
}

#tagline {
	height: 45px;
	margin-top: 90px;
	margin-bottom: 16px;
}

#navigation ul, #navigation li {
	display: inline;
	list-style-type: none;
}

#navigation ul a {
	color: #FFF;
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 5px 9px 3px;
	margin-right: 6px;
	float: left;
	background: #2D5A68;
}

#navigation ul a:hover {
	background: #FF2247;
	text-decoration: none;
}

.new #new a, .subscribe #subscribe a, .blog #blog a, .hosts #hosts a, .about #about a, .support #support a {
	color: #2D5A68 !important;
	background: #FFF !important;
	cursor: default;
}


/* -----------------------------------------------
   Main
   ----------------------------------------------- */

#mainframe {
	clear: both;
	background: url(images/main_bg.gif);
	width: 100%;
}

#mainframe2 {
	background: url(images/main_bg2.png);
	width: 100%;
}

#main {
	width: 852px;
	margin: 0 auto;
}

#mainaux {
	width: 140px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-right: 30px;
}

#shows {
	background: #D5DEE1;
	margin-top: 14px;
	padding: 8px 12px 16px 12px;
	border-top: 6px solid #FFF;
	border-bottom: 6px solid #FFF;
}

#shows ul, #shows li {
	list-style-type: none;
	margin-top: 10px;
}

#shows img {
	opacity: .75;
	filter: alpha(opacity=75);
}

#shows img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#content {
	background: #FFF;
	width: 468px;
	margin: 21px 0 0;
	padding: 12px;
	position: relative;
	float: left;
}

#ad_left {
	margin-top: 30px;
	margin-left: 10px;
}

#ad1 {
	position: relative;
	float: left;
	width: 160px;
	margin-left: 30px;
	padding-top: 20px;
}

#ad2 {
	background: #FFF;
	clear: both;
	width: 468px;
	margin-left: 170px;
	padding: 0 12px 12px;
}

.item {
	margin-bottom: 18px;
	font-size: 13px;
	line-height: 18px;
	clear: both;
}

.podPress_content div {
	position: relative;
	float: left;
}

.podPress_content a {
	position: relative;
	float: right;
	margin-bottom: 20px;
	width: 75px;
	height: 25px;
}

#showheader {
	padding-bottom: 12px;
	margin-bottom: 18px;
	border-bottom: 1px solid #2D5A68;
}

#showheader p {
	color: #97AEB5;
	font-size: 18px;
	line-height: 20px;
}

h1 {
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	letter-spacing: -1px;
	margin-bottom: 6px;
}

h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 19px;
	letter-spacing: -1px;
	margin-bottom: 6px;
	margin-top: 12px;
}

h3 a {
	color: #2D5A68 !important;
}

h2 {
	font-family: 'Arial Black', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 1px;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.show, .date, .comments, .author {
	float: left;
	margin-right: 12px;
	padding-left: 15px;
	margin-bottom: 8px;
	font-size: 11px;
	line-height: 13px;
	color: #97AEB5;
}

.show {
	background: url(images/show_icon.gif) no-repeat 0 50%;
}

.date {
	background: url(images/date_icon.gif) no-repeat 0 50%;
}

.comments {
	background: url(images/comments_icon.gif) no-repeat 0 50%;
}

.author {
	background: url(images/author_icon.gif) no-repeat 0 50%;
}

.description {
	clear: both;
}

.description img {
	margin-left: 5px;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #97AEB5;
	float: right;
	position: relative;
}

.sociable {
	padding-bottom: 20px;
}

.sociable-tagline {
	display: none;
}

textarea#comment {
	width: 468px;
}

#commentform p, .commentlist {
	font-size: 13px;
	line-height: 16px;
}

#commentform input {
	padding: 2px 5px;
	border-top: 1px solid #97AEB5;
	border-left: 1px solid #97AEB5;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #FFF;
	background: #2D5A68;
}

.commentlist img {
	float: left;
	margin-right: 10px;
}

.commentlist p {
	clear: both;
	margin-top: 10px;
}

.commentlist li {
	margin: 20px 0;
}



/* -----------------------------------------------
   Footer
   ----------------------------------------------- */

#footerframe {
	clear: both;
	background-color: #2D5A68;
	margin-top: 6px;
	color: #FFF;
	width: 100%;
	padding: 10px 0 30px;
}

#footer {
	width: 852px;
	margin: 0 auto;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #97AEB5;
	font-weight: bold;
}

.more {
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 5px;
}

#badge {
	margin-top: 20px;
}

#feed a {
	padding: 3px 0 3px 19px;
	background: url(images/feed.gif) no-repeat 0 50%;
}

#footersearch {
	width: 160px;
	position: relative;
	float: left;
	margin-right: 10px;
}


#s {
	width: 100px;
	padding: 2px;
	margin-right: 5px;
	border: none;
}

#searchbutton {
	padding: 2px 5px;
	border-top: 1px solid #97AEB5;
	border-left: 1px solid #97AEB5;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	color: #FFF;
	background: #2D5A68;
}

img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

#footerabout {
	width: 468px;
	padding: 0 12px;
	position: relative;
	float: left;
	font-size: 15px;
	line-height: 20px;
}

#footerabout p {
	margin-bottom: 6px;
}

#copyright {
	border-top: 1px solid #FFF;
	margin-top: 12px;
	padding-top: 3px;
	font-size: 11px;
	line-height: 13px;
}
