/*
Theme Name: Broad
Theme URI: http://thebroadcast.us/
Description: Theme for The BROADcast, a podcast by <a href="http://darbiworley.com">Darbi Worley</a> and <a href="http://lizzwinstead.com">Lizz Winstead</a>.
Version: 1.0
Author: Joseph Moore
Author URI: http://josephrogermoore.com/
Tags: broadcast, darbi, lizz, politics, shit we care about
*/

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

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style : normal;font-weight : bold;}

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* GENERAL STYLES */

body {
	font-family: Century Gothic, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	line-height: 1.3;
	background-image:url(i/background.jpg);
	text-align:center;
	color: #3e2c2c;
	}
	
h1 {
	width:800px;
	height:250px;
	background:url(i/header.jpg) no-repeat;
	text-indent:-9999px;
	}
	
h1 a {
	display: block;
	width:800px;
	height:250px;
}
	
h2 {
	font-size:2em;
	margin:10px 0;
	clear:both;
	}
	
h3 {
	color:#865B6C;
	font-size:1.1em;
	margin:10px 0;
	}
	
ul {
	list-style:none;
	}

embed {
	display:block;
	text-align:center;
	margin:0 auto;
	background: #000000;
	}

a:link{color:#3e2c2c; text-decoration:underline;}
a:visited{color:#4b4141; text-decoration:underline;}
a:hover{color:#8b3a55; text-decoration:underline;}
a:active{color:#3e2c2c; text-decoration:underline;}

/* WHOLE DOCUMENT - LAYOUT */

#wrapper {
	text-align:left;
	width:800px;
	margin:25px auto 0 auto;
	position:relative;
	font-size:1.2em;
	border:solid 3px #8b3a55;
	background:url(i/bkstrip.gif) repeat-y;
	}
	
#content-main {
	width:460px;
	padding:10px;
	min-height:850px;
	}

#footer{
	background:#ddded2;
	padding:10px;
	text-align:center;
	font-size: 0.8em;
/*	border-top:solid 3px #8b3a55; */
	}
	
/* SIDEBAR */
	
#content-sub {
	position:absolute;
	width:300px;
	padding:10px;
	left: 480px;
	top:250px;
	font-size:1.1em;
	}

/* bold for non-link menu items */	
#content-sub span {
	font-weight: bold;
}

#content-sub li {
	margin-bottom:15px;
	font-weight: bold;
	}
	
#links ul {
	margin-left:15px;
	font-size:0.9em;
	}
	
#links ul li {
	font-weight: normal;
	margin:0;
}
	
.paypal a, .email a {
	display: block;
	clear: both;
	margin-left: 15px;
	font-weight: normal;
	font-size: 0.9em;
}

.subscribe{
	display:inline-block;
	float:left;
	margin:10px 20px 0 0;
	}
	
li.paypal form {
	margin-top: 10px;
	}
	
.subscribe span{
	display:block;
	text-align:center;
	}
	
a.subscribe{
	text-decoration:none;
	}
	
#facebook-widget{
	height:215px;
	overflow:hidden;
	}

/* POST STYLES */

.page-title {
	line-height: 1;
	margin-bottom: 25px;
}

h2.post-title {
	line-height: 1.1;
	}

.date {
	margin: 8px 0;
	font-size: 0.8em;
}

.entry {}

.entry p {margin: 10px 0;}
	
.share{
	display:block;
	position:relative;
	bottom:18px;
	left: 380px;
	}
	
.post {
	margin-bottom: 30px;
	position:relative;
	}
	
p.disclaimer {
	text-align:center;
	font-size:0.8em;
	margin: 0;
	}
	
.player{
	margin:15px 0;
        clear:both;
	}
	
.social-plugin {
	float: right;
}

.social-plugin img {
	height:28px;
	width:28px;
	margin-right: 5px;
	}

.postmetadata {
	margin-top:10px;
	font-size: 0.8em;
	height:28px;
	line-height:28px;
	width:350px;
	}
	
.narrowcolumn .postmetadata {
	line-height: 1;
	height: auto;
	margin-top: 0;
}

/* Links */

.links-list li {
	margin: 10px 0;
}
	
/* Navigation */

.navigation {
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #BD9FAB;
	font-size: 0.8em;
}

#older, .alignleft {
	float:left;
	}

#newer, .alignright {
	float:right;
	}
	
/*images */

.aligncenter {text-align: center; margin: 0 auto;}

.alignleft img, .alignright img {padding: 5px; margin-bottom: 0;}
	
.alignright a, .alignleft a, .aligncenter a {border:none;}	

.alignright {float: right; margin: 0 10px 5px 10px; border: 1px solid #BD9FAB;}

.alignleft {float: left; margin: 0 10px 5px 10px; border: 1px solid #BD9FAB;}

.wp-caption-text {padding: 0 5px; text-align:center;margin: 0.25em 0; font-size: 0.9em;}

/* ARCHIVES PAGE */

.archives-temp ul {margin-bottom:20px;}
	
/* Comments */

#comments, #respond {
	clear: both;
}

#commentform label {
	display: block;
	margin-bottom: 5px;
}

#commentform input, #commentform textarea {
	margin-bottom: 10px;
}

.commentlist {
	padding-left: 18px;
}

.commentlist li {
	position: relative;
	margin: 15px 0 30px 0;
}

.commentlist li img {
	position: absolute;
	left: 0;
	top: 0;
}

.comment-author, .comment-meta {
	margin-left: 40px;
}

.comment-meta {
	margin-bottom: 10px;
	font-size: 0.9em;
}


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

}