/*
Theme Name: Mike O'Meara Show
Theme URI: http://mikeomearashow.com
Description: Mike O'Meara Show Wordpress Theme
Version: 2.8
Author: Dustin Pfeifer
Author URI: http://dustinpfeifer.com
*/


/* Resets
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { 
	margin:0; 
	padding:0; 
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
}

fieldset, img { 
	border:0; 
}

address, caption, cite, code, dfn, em, strong, th, var { 
	font-style:normal; 
	font-weight:normal; 
}

ol, ul, li { 
	list-style:none; 
}

caption, th { 
	text-align:left;
}

h1, h2, h3, h4, h5, h6 { 
	font-size:100%; 
	font-weight:normal; 
}

q:before, q:after { 
	content:'';
}

strong { 
	font-weight:bold;
}

em { 
	font-style:italic;
}

a img { 
	border:none 
}

div {
	position:relative;
}


/* Layout
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
	background:#202020;
	text-align:center;
	margin:0 auto;
	font:12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#fff;
}

#wrap {
	background:#080808 url(images/background.jpg) repeat-x top;
	padding:12px 0 0;
}

.leaderboard {
	padding:20px 0;
}

#header {
	position:relative;
	background:url(images/background_header_02.jpg) no-repeat top;
	height:288px;
	width:973px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}

h1.logo a {
	background:url(images/logo.jpg) no-repeat;
	display:block;
	width:380px;
	height:49px;
	text-indent:-9999px;
	margin:68px 0 0;
}

.donate {
	position:absolute;
	bottom:3px;
	left:60px;
}

#summary {
	width:973px;
	margin:0 auto;
	padding:13px 0 0;
	text-align:left;
}

#summary p {
	float:left;
	width:300px;
	margin:0;
	font-size:16px;
}

#summary h1 {
	float:right;
	width:633px;
}

#content, #footer, #subcontent {
	width:973px;
	margin:0 auto;
	padding:13px 0 40px 0;
	text-align:left;
}

#main {
	width:633px;
	float:right;
}

#single {
	margin:0 0 40px;
}

#sidebar {
	width:300px;
	float:left;
}

#subcontent {
	background:url(images/background_podcast.jpg) no-repeat top center;
	padding:40px 0;
}

.subleft {
	width:423px;
	float:left;
}

.subright {
	width:520px;
	float:right;
}

#footer {
	padding:30px 0;
	font-size:12px;
}

#footer a {
	color:#fff;
}

.footerleft {
	float:left;
}

.footerright {
	float:right;
}

a.facebook, a.twitter {
	display:block;
	float:left;
	height:16px;
	padding:0 0 0 21px;
	margin:0 10px 0 0;
	text-decoration:none;
}

a.facebook {
	background:url(images/icon-facebook.jpg) no-repeat left center;
}

a.twitter {
	background:url(images/icon-twitter.jpg) no-repeat left center;
}


/* Podcasts
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#podcasts {
	width:973px;
	margin:0 auto;
	padding:40px 0 0;
	text-align:left;
}

#podcast {
	background:url(images/background_podcast.jpg) no-repeat top center;
	padding:40px 290px 40px 0;
}

#podcast .podimage {
	float:left;
	margin:0 40px 0 0;
	height:180px;
	overflow:hidden;
}

#sidebar .podimage {
	margin:0 0 20px;
	height:180px;
	overflow:hidden;
}

#podcast .comments {
	background:url(images/icon-comments.jpg) no-repeat left center;
	position:absolute;
	height:25px;
	width:160px;
	padding:5px 0 0 40px;
	top:40px;
	right:0;
}

#podcast .date {
	background:url(images/icon-calendar.jpg) no-repeat left center;
	position:absolute;
	width:250px;
	height:20px;
	padding:8px 0 0;
	right:0;
	top:40px;
}

#podcast .day {
	display:block;
	float:left;
	text-align:center;
	width:30px;
	margin:0 10px 0 0;
}

#podcast .podcastrss a {
	background:url(images/icon-podcastrss.jpg) no-repeat left center;
	position:absolute;
	height:24px;
	width:210px;
	padding:5px 0 0 40px;
	color:#fff;
	text-decoration:none;
	top:40px;
	right:0;
}

#podcast .itunes a {
	background:url(images/icon-itunes.jpg) no-repeat left center;
	position:absolute;
	height:23px;
	width:210px;
	padding:5px 0 0 40px;
	color:#fff;
	text-decoration:none;
	top:79px;
	right:0;
}

#podcast .powerpress_player {
	position:absolute;
	top:127px;
	right:0;
}

#podcast .powerpress_links {
	position:absolute;
	width:250px;
	top:152px;
	right:0;
}


/* Comment Styling
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.commentlist {
	margin:20px 0;
}
	
.commentlist li {
	list-style-type:none;
	margin:10px 0;
	background:#1f1f1f;
	padding:20px;
}

.commentlist li.alt {
	background:#181818;
}

.commentlist p {
	margin:10px 0 0;
}

.commentlist p.postmetadata {
	margin:0;
}

.commentlist p.author {
	margin:0;
}

.commentlist .avatar {
	float:left;
	margin:0 10px 0 0;
}

#commentnav {
	margin:0 0 40px;
}

.commentnav-left a {
	background:#700f0f;
	color:#fff;
	text-decoration:none;
	padding:4px;
	border-left:4px solid #1f1f1f;
	float:left;
}

.commentnav-left a:hover {
	background:#1f1f1f;
	color:#fff;
	padding:4px;
	border-left:4px solid #700f0f;
}

.commentnav-right a {
	background:#700f0f;
	color:#fff;
	text-decoration:none;
	padding:4px;
	border-right:4px solid #1f1f1f;
	float:right;
}

.commentnav-right a:hover {
	background:#1f1f1f;
	color:#fff;
	padding:4px;
	border-right:4px solid #700f0f;
}


/* Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#nav {
	float:left;
	margin:28px 0 0;
	font-size:12px;
	border:1px solid #444;
	border-width:0 1px;
	padding:0 0 0 2px;
}

#nav li {
	float:left;
}

#nav a {
	display:block;
	border:1px solid #444;
	border-width:0 1px;
	padding:1px 15px;
	margin:0 2px 0 0;
	text-decoration:none;
	color:#fff;
}

#nav a:hover {
	color:#7c7c7c;
}

#secondary {
	margin:0 0 20px;
}

#secondary li {
	padding:5px 0;
	border:1px solid #444;
	border-width:0 0 1px 0;
}

#secondary li a {
	text-decoration:none;
}

#secondary li a:hover {
	color:#7c7c7c;
}


/* Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	margin:10px 0;
	line-height:150%;
	font-size:14px;
}

a {
	color:#fff;
}

a:hover {
	color:#7c7c7c;
}

h1 {
	font-size:44px;
	color:#700f0f;
}

h2, h2 a {
	font-size:32px;
	color:#700f0f;
	text-decoration:none;
}

h3 {
	color:#fff;
}

h4 {
	font-size:22px;
	color:#700f0f;
	margin:0;
}


/* Wordpress Defaults
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.aligncenter { 
	display:block; 
	margin:0 auto;
}

.alignleft { 
	float:left;
	margin:0 10px 0 0;
}

.alignright { 
	float:right;
	margin:0 0 0 10px;
}

.wp-caption { 
	border:1px solid #666; 
	text-align:center; 
	background:#ccc; 
	padding:10px; 
	margin:10px 
}

.gallery {
	margin:10px auto;
}

.gallery .gallery-item {
	float:left;
	margin:10px 0 10px 0;
	text-align:center;
}

.gallery img {
	border:none;
	width:200px;
	height:133px;
}

.gallery .gallery-caption {
	margin-left:0;
	font-size:12px;
}

#commentform  #author{
	background:#fff;
	border:3px solid #333;
	width:389px;
	padding:10px 0;
	margin:5px 0;
}

#commentform  #email {
	background:#fff;
	border:3px solid #333;
	width:389px;
	padding:10px 0;
	margin:5px 0;
}
	
#commentform  #url{
	background:#fff;
	border:4px solid #333;
	width:389px;
	padding:10px 0;
	margin:5px 0;
}
	
#commentform  #comment{
	background:#fff;
	border:4px solid #333;
	width:100%;
	padding:10px 0;
	margin:5px 0;
}
	
#commentform #submit {
	font-family:Georgia, serif;
	background:#700f0f;
	color:#fff;
	text-decoration:none;
	padding:10px;
	border:4px solid #1f1f1f;
	border-width:0 0 0 4px;
	margin:10px 0;
	float:left;
}
	
#commentform #submit:hover {
	background:#1f1f1f;
	color:#fff;
	border-left:4px solid #700f0f
}


/* Miscellaneous
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footerblock {
	margin:0 0 20px 0;
}

#twitter {
	position:relative;
}

#twitter_update_list {
	background:url(images/twitter-bubble-top.jpg) no-repeat top left;
	padding-top:10px;
	margin:10px 0 -10px 0;
	font-size:14px;
}

#twitter_update_list li {
	background:#1e1e1e url(images/twitter-bubble-bottom.jpg) no-repeat bottom left;
	display:block;
	width:338px;
	margin:0;
	padding:5px 15px 35px 15px;
}

.twitter-head {
	position:absolute;
	bottom:-55px;
	right:0;
}

.powerpress_links {
	font-size:12px;
}

.powerpress_link_pinw {
	/*text-decoration:blink;*/
}

.donorbox {
	margin:0 0 20px;
}

.donorbox .currency, .donorbox .date, .donorbox .time {
	display:none;
}


/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */