/*
-----------------------------------------------
WTF Basic Styles
Copyright (c) 2015
-
http://www.celisdesign.com

LAST UPDATE: 2015 - 02 - 22

----------------------------------------------- */

/* reset whitespace */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, hr, img {
    border: medium none;
    margin: 0;
    padding: 0;
}
body, html {
    background: none repeat scroll 0 0 #EBE8DF;
    color: #000000;
    font-family: Arial,sans-serif;
	font-weight:normal; 
    font-size: 13px;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
}
li {
    font-size: 11px;
    list-style: none outside none;
}

/* -----------------------------------------------
Layout / Structure
----------------------------------------------- */

#header {
    background-color: #000000;
    color: #CCCCCC;
    height: 290px;
    text-align: center;
    width: 100%;
}
#header-content {
    margin: auto;
    width: 990px;
	height: 294px;
	background: url("http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/wtf_logo.jpg") no-repeat scroll center top transparent;

}
#social-nav {
    float: left;
    height: 35px;
    margin: 13px 0 0;
    width: 100%;
}

/*
#facebook {
	float:right;
	width:150px;
	margin:0px 30px 0 0;
}
*/

#nav {
    float: left;
    font-size: 12px;
    margin: 5px 0 0 0;
    text-align: left;
	line-height:13px;
}

#wrap {
    margin: 0 auto;
    text-align: left;
    width: 990px;
}
div.banner {
    float: left;
    height: 420px;
    margin: -40px 0 0;
    width: 990px;
}
.narrow-page-banner-content {
    float: none;
    margin: 230px 0 0;
    width: 990px;
}

.narrow-page-banner-left {
    float: left;
    width: 880px;
}
.narrow-page-banner-right {
    float: right;
    padding: 121px 0 0;
    width: 110px;
}
#banner-blog-entry .narrow-page-banner-content {
    float: none;
    margin: 35px 0 0;
    width: 990px;
}
#banner-blog-entry .narrow-page-banner-right {
    float: right;
    padding: 70px 0 0;
    width: 110px;
}
#main {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
}
#main .left {
    float: left;
    padding-left: 15px;
    width: 425px;
}
#main .right {
    float: right;
    padding-right: 15px;
    width: 425px;
}

#main .span_1_of_4 {
	float:left;
	width:205px;
	margin-left:20px;
}


/**used on premium page**/
#main .left-wide{
	float:left;
	 padding-left: 15px;
    width: 550px;
}

#main .right-narrow {
    float: right;
    padding-right: 15px;
	width:300px;
}

.columns-container{
	float:left; 
	width:100%;
}

.narrow {
    width: 611px;
    /*min-height: 3750px; Pre Album Widget*/
   /* min-height: 4550px; Album Widget*/	
  /* min-height: 4950px;  Album DVD Widget*/	
    min-height: 6250px; /*Book Album DVD Widget*/	
    min-height: 6500px;
    padding: 35px;
    background-color: #FFFFFF;   
}
.wide {
    float: none;
    padding: 35px;
    width: 920px;
}
.wide-grid {
    padding: 25px 0 0 22px;
    width: 968px;
}
#sidebar {
    float: right;
    padding: 0;
    width: 309px;
	font-weight:normal;
}
div.sidebox {
	/*Must come before border rules*/
    background: none repeat scroll 0 0 #292929;
    float: left;
    width: 309px;
}


div.clear {
	clear:both;
}

#footer{
	width:100%;
	height:350px;	
	background-color:#000;	
}

#footer-content{
	width:990px;
	margin:auto;
}

#footer-top{
	height:110px;
	width:100%;
	float:left;
}


#footer-bottom{
	height:100px;
	width:681px;
	float:left;
	background-color:#000;
}


#footer-bottom-wide{
	height:100px;
	width:100%;
	float:left;
	background-color:#000;
}

#wrap-footer-left, #footer-top-left {
	background-color:#FFF;	
	width:681px;
	float:left;
}	

#wrap-footer-right, #footer-top-right {
	width:309px;
	float:right;
}

#footer-top-left {
	height:110px;	 
}

#footer-top-right {
	background:#000 url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/border_curved_grey.png) no-repeat;
	height:115px;	 
}

#footer-top-centered {
	background-color:#FFF;	
	width:100%;
	float:left;	
	height:65px;
}


#footer-links{
	width:681px;
	border-bottom: solid #999 1px;
	padding:60px 0 20px 0;	
	float:left;
	line-height:15px;
}

#footer-links-left{
	float:left;
	width:350px;
}

#footer-links-right{
	background:#066;
}

#footer-links li a{
	color:#CCC;
	font-size:11px;
}

#footer-links ul.left{
	float:left;
	width:150px;
}


div#footer-search{
	background: url("http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/input-rounded-footer.png") no-repeat scroll 0 0 transparent;	
	width:167px;
    height: 27px;	
	float:right;
	padding:7px 0 0 0;
	margin:60px 0 0 0;
}

input.rounded-footer {
	background:none;
    border: 0 none;
    color: #000000;
    font-weight: bold;
    outline: none;
	margin:0 0 0 28px;
}

#credit{
	float:left;	
	color:#ccc;	
	clear:both;
	width:681px;
	padding:20px 0 0 0;
	font-size:12px;
}

.site{
	float:right;
}

/* -----------------------------------------------
Social Nav
----------------------------------------------- */

#social-nav li {
    display: block;
    float: left;
    height: 31px;
    margin: 0 34px 0 0;
}
#social-nav ul li a {
    height: 31px;
    position: absolute;
    width: 32px;
}

/* -----------------------------------------------
Borders
----------------------------------------------- */

div.border-black {
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/border_curved_black.png) no-repeat;
}

div.border-black-up {
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/border_curved_black_up.png) no-repeat;
}

div.border-teal {
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/border_curved_teal.png) no-repeat;
}

div.border-grey {
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/border_curved_grey.png) no-repeat;
}

div.border-grey-up {
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/border_curved_grey_up.png) no-repeat;
}

div.border-light-grey {
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/border_curved_light_grey.png) no-repeat;
}

div.border-light-grey-up {
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/border_curved_light_grey_up.png) no-repeat;
}

div.border-dark-grey {
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/border_curved_dark_grey.png) no-repeat;
}

div.border-dark-grey-up {
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/border_curved_dark_grey_up.png) no-repeat;
}

div.border-yellow {
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/border_curved_yellow.png) no-repeat;
}

div.tip-black {
	background:#fff  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/tip_black.png) no-repeat center top;
}

div.tip-white {
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/tip_white.png) no-repeat center top;	
}


.border-solo {
	height:52px;
}

.tip-solo{
	height:20px;
	width:100%;
	float:left;
}

.border-wide-black {
	width:100%;
	height:15px;
	float:left;
	background-color:#000;
}

/* -----------------------------------------------
Colors (These must come after Borders
rules in CSS file!)
----------------------------------------------- */

div.black{
	background-color:#000;
}

div.blue {
	background-color:#09F;
}

div.grey {
	background-color:#333333;
}

div.light-grey {
	background-color:#DDDDDD;
}

div.dark-grey {
	background-color:#222222;	
}

div.neutral{
	background-color:#EBE8DF;
}

div.red {
	background-color:#900;
}

div.yellow {
	background-color:#F9FDCC;
}

.beige{color:#EBE8DF;}
.blue { color:#09F; }
.light-blue { color:#A8F2FF; }

.black { color:#000; }

.grey {color:#333333; }
.light-grey { color:#DDDDDD; }
.dark-grey {color:#222222;}

.red {color:#900; }

.white { color:#FFF;}
.yellow {color:#F9FDCC; }



/* -----------------------------------------------
Rounded Corners
----------------------------------------------- */
	
.rounded-corners {
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}	

.rounded-corners-top-right { 	
	border-top-right-radius:20px;
	-moz-border-radius-right:20px;  	
}

.rounded-corners-bottom-right {
	border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px; 
}


/* -----------------------------------------------
Banner: HOME
----------------------------------------------- */

#podcast-home { 
	padding:0px 0 20px 0;
	height:auto;
	background:#292929 url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/corner_rounded_black_big.png) no-repeat bottom right;	
}

#podcast-home .content{
	float:left;	
}

#guests h1.fontface{
	width:600px;	
}

#this-week{
	margin:25px 0 0 195px;
}

#this-week-menu{
	width:320px;
	width:450px;
	border-bottom:dotted #666 1px;
	margin:0 0 10px 0;
}

#this-week-menu li.fontface{
	color:#09F;	
}

#this-week-menu li , #this-week-menu  li a  {
	display:inline;
}


#this-week-menu li a.btn-more-arrow {
	position:absolute;
	width:100px;
	height:25px;
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-more-arrow.png) no-repeat 12px 1px;
	border-left:dotted #666 1px;
	margin:8px 0 0 19px;	
}

#this-week-menu li a.btn-more-arrow:hover {
	background-position:12px -27px;
}


#this-week-menu li.FB {
	margin-left:120px;
}

#FB {
	margin: 0 0 11px 0;
}

#podcast-home .narrow-page-banner-content{
	margin:0 !important;	
}

.narrow-page-banner-right-home{
	width:110px; 
	float:right;	
	padding:190px 0 0 0; /*reduced from OG to account for comment removal*/
}

#player-marquee {
	width:670px;
	height:130px;
	margin:20px 0 10px 80px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/marquee_back.png) no-repeat;
	padding:10px 0 30px 116px;
	overflow:hidden;
	float:left;
}

#flashcontent1{
	position:absolute;
	margin:-10px 0 0 -115px;
	border:none;
	outline:none;	
}

#player-marquee h2 {
	margin:0;
	padding:0;	
}

#player-marquee h2 a {
	color:#F9FDCC;
}

#player-marquee h2 a:hover {
	color:#09F;
}

#latest-episode{
	position:relative;	
	width:490px;	
	left:0px;
	margin:3px 0 0 0;
}

#latest-episode h2 {
	padding:2px 0 11px 0;
	font-size:18px;
}

#latest-title h2 {
	float:left;	
	margin:0 10px 0 0;
}

#latest-title .addthis_default_style{
	padding:2px 0 0 0;	
}

#latest-share li  {
	display:inline;	
}

/**Featured guests w/photos won't show up on homepage**/
#latest-summary img {
	display:none;	
}

#player-marquee p {
	color:#777;
	line-height:17px;
	padding:2px 0 0 0;
	-webkit-text-size-adjust:none;
}

#player-marquee p a {
	color:#09F;	
}

#podcast-home .episode-info {
	color:#301310;
	margin:0 0 0 193px;
	padding:0
}

#marquee-actions{
	float:left;
	width:480px;
}

#marquee-actions td.listen {
	width:55px; 
	height:33px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/marquee-listen.png) left center no-repeat;	
}

/*******FALL BACK IF NO FLASH******/
a.jp-play {
	position:absolute;
	width:187px;
	height:185px;
	margin:-6px 0 0 -120px;
	border:none;
	outline:none;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-audio.png) no-repeat;
	z-index:999;	
}

a.jp-play:hover {
	background-position: 0 -198px;
}


/* -----------------------------------------------
Page Banners
----------------------------------------------- */

#banner-404{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_404.jpg) no-repeat;	
}

#banner-about{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_about.jpg) no-repeat;	
}

#banner-apps{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_apps.jpg) no-repeat;	
}

#banner-blog{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_blog.jpg) no-repeat;	
}

#banner-blog-entry{
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_blog_entry.jpg) no-repeat;	
	height:175px;	
}

#banner-blog-archive{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_blog_entry.jpg) no-repeat;	
}

#banner-contact{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_contact.jpg) no-repeat;	
}

#banner-calendar{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_calendar.jpg) no-repeat;	
}

#banner-donate{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_donate.jpg) no-repeat;	
}

#banner-episode{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_episode.jpg) no-repeat;
}

#banner-gear{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_gear.jpg) no-repeat;
}


#banner-guide{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_guide.jpg) no-repeat;
}

#banner-links{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_links.jpg) no-repeat;	
}

#banner-merch{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_merch.jpg) no-repeat;	
}

#banner-photos-video{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_photos_video.jpg) no-repeat;	
}

#banner-podcast{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_podcast.jpg) no-repeat;	
}

#banner-podcast-archive{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_podcast_archive.jpg) no-repeat;
}

#banner-premium{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_premium.jpg) no-repeat;	
}

#banner-press{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_press.jpg) no-repeat;	
}

#banner-press-article{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_press_article.jpg) no-repeat;	
}

#banner-search{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_search.jpg) no-repeat;	
}

#banner-sold-out{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_sold_out.jpg) no-repeat;	
}


/* -----------------------------------------------
Banner: About
----------------------------------------------- */

#banner-about-content{
	padding:137px 0 0 52px;
	width:485px;
	height:auto;
	color:#FFF;
	font-size:14px;
	font-style:italic;
	line-height:20px;
}

#aboutnav { margin:17px 0 0 0; }
#aboutnav li { list-style: none; display:inline; }
#aboutnav a { width: 15px; float: left;  margin: 0 15px 0 0;}
#aboutnav a:hover { background-position: 0 -17px;}
#aboutnav a.activeSlide { background-position: 0 -17px; }
#aboutnav a:focus { outline: none; }

a.cyclenav {
	width: 15px; 
	height:17px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-cycle.png) no-repeat 0 0;
}

/* -----------------------------------------------
Sidebar: Donatebox
----------------------------------------------- */

div#donatebox {
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/donatebox.png) no-repeat;
	height:264px;
	color:#333;
	font: Helvetica, sans-serif;
}

a.btn-donate{
	position:absolute;
	width:238px;
	height:44px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-donate.png) no-repeat;	
	margin:223px 0 0 35px;
}

a.btn-donate:hover {
	background-position: 0 -43px;
}

/* -----------------------------------------------
Sidebar: Bonus
----------------------------------------------- */

div#bonusbox {
	height:200px;
	padding:83px 0 0 0;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:16px;
}

#bonusbox p {
	width:235px;
	margin:0 0 0 36px;	
	line-height:20px;
	text-align:center;
}

a.btn-join{
	position:absolute;
	width:75px;
	height:70px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-join.png) no-repeat;	
	margin:27px 0px 0px 118px;
}

a.btn-go-sans{
	position:absolute;
	width:75px;
	height:70px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-go-sans.png) no-repeat;	
	margin:27px 0px 0px 118px;
}

a.btn-go-sans:hover {
	background-position: 0 -73px;
}

/* -----------------------------------------------
Sidebar: WTF Shop
----------------------------------------------- */
/*
div#merchbox {
	background:#EBE8DF url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/merchbox.png) no-repeat;
	height:255px; 
	color:#333;
	text-align:right;
	font: Helvetica, sans-serif;
}

div#merchbox-album {
	background:#EBE8DF url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/merchbox_album.png) no-repeat;
	height:780px;
	color:#333;
	font: Helvetica, sans-serif;
}


div#merchbox-dvd-album {
	background:#EBE8DF url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/merchbox_dvd_album.png) no-repeat;
	height:1200px;
	color:#333;
	font: Helvetica, sans-serif;
}

div#merchbox-dvd-album ul {
	display:block;
	width:140px;
	margin:610px auto;
}	

div#merchbox-dvd-album ul li a.btn-get-it-wide {
	position:absolute;
	width:115px;
	height:37px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-get-it-wide.png) no-repeat;	
	margin:0 0 0 23px;
	background-position: 0 -36px;
}

div#merchbox-dvd-album ul li a.btn-get-it-wide:hover {
	background-position:0 0;
}

div#merchbox-dvd-album ul li a.btn-info-blue {
	position:absolute;
	width:22px;
	height:20px;
	margin:7px 0 0 0;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-info-blue.png) no-repeat;	
}

div#merchbox-dvd-album #album-widget {
margin:740px 0 0 4px;
}

*/


div#merchbox-book-album {
	background:#EBE8DF url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/merchbox_book_album.jpg) no-repeat;
	height:1470px;
	color:#333;
	font: Helvetica, sans-serif;
}

a.btn-merch {
	position:absolute;
	width:115px;
	height:37px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-merch.png) no-repeat;	
	margin:175px 0 0 187px;
	background-position: 0 -36px;
}	

div#merchbox-album a.fallBack, div#merchbox-dvd-album a.fallBack,  div#album-widget a.fallBack {
	position:absolute;
	background:#EBE8DF url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/merchbox_album_fallback.jpg) no-repeat;
	width:294px;
	height:399px;
	margin:318px 0 0 7px;
	margin:0 0 0 7px;
}


div.ribbon-shop {
	position:absolute;
	width:341px;
	height:70px;
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/ribbon_shop.png) no-repeat;	
	margin:70px 0 0 -17px;	
}

a.btn-merch:hover{
	background-position: 0 0;
}

div#book-widget {
	text-align:center;
}

div#book-widget ul {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

ul#book-info {
	margin-top:750px;
	width:140px;	
}

div#book-widget ul li a {
	/*color:#EBE8DF;*/
	color:#111;
	font-size:13px;
}

div#book-widget ul li a:hover {
	color:#09f;
}

 div#book-widget ul li a.btn-info-blue  {
 	position:absolute;
	width:22px;
	height:20px;
	margin:7px 0 0 0;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-info-blue.png) no-repeat;	
}

 div#book-widget ul li a.btn-more {
	position:absolute;
	width:115px;
	height:37px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-more.png) no-repeat;	
	background-position: 0 -36px;
	margin:0 0 0 23px;	
}

div#book-widget ul li a.btn-more:hover {
	background-position:0 0;
}

div #album-widget{
	/*margin:320px 0 0 4px;*/
	margin:90px 0 0 4px;
}

/*---------------------------------------------------
SIDEBAR: DVD
-----------------------------------------------------*/

#sidebox-dvd {
	/*width:295px;
	height:295px;
	margin:400px 0 0 0;
	background:#000000 url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/wtf_dvd.jpg) no-repeat;	*/
	background:#000;
	height:410px;
	background:#000000 url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/merchbox_dvd.jpg) 0 top no-repeat;
}

div#sidebox-dvd ul {
	display:block;
	width:140px;
	margin:360px auto;
}	

div#sidebox-dvd ul li a.btn-get-it-wide {
	position:absolute;
	width:115px;
	height:37px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-get-it-wide.png) no-repeat;	
	background-position: 0 -36px;
	margin:0 0 0 23px;	
}

div#sidebox-dvd ul li a.btn-get-it-wide:hover {
	background-position:0 0;
}

div#sidebox-dvd ul li a.btn-info-blue {
	position:absolute;
	width:22px;
	height:20px;
	margin:7px 0 0 0;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-info-blue.png) no-repeat;	
}



/* -----------------------------------------------
Sidebar:  Archives
----------------------------------------------- */

#wtf-archive {
	float:left;
	color:#333;
	font: Helvetica, sans-serif;
	padding:25px 0 25px 0;
	padding:85px 0 25px 0;
	margin:0;
}

.archive-left{
	float:left;	
	height:auto;
	width:170px;
}
	
#wtf-archive h3{
	color:#000;	
}

#wtf-archive h3.fontface{
	color:#900;
	text-align:center;
}

ul.archive{
	float:left;	
	text-align:right;
	display:block;
}


ul.months{
	width:154px;	
	float:left;	
	padding:5px 0 10px 0;
}

ul.months li a{
	color:#333;
	font-weight:bold;
	font-size:14px;
}

div.archive-subscribe{
	float:right;
	width:139px;
	text-align:left;	
	margin:65px 0 0 0;
}

div.archive-itunes{
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/icons/icon-itunes.png) no-repeat;
	background-position:right top;
	width:103px;
	height:40px;		
	padding:15px 0 0 0;
}


div.archive-rss{
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/icons/icon-subscribe.png) no-repeat;	
	background-position:right top;
	width:81px;
	height:40px;		
	padding:15px 0 0 0;
}

div.archive-subscribe div a{
	font-size:14px;	
	font-weight:bold;
	color:#09F;	
}

div.archive-subscribe div a:hover, ul.months li a:hover{
	color:#900;	
}

/* -----------------------------------------------
Sidebar & Banner & About: Next Gig
----------------------------------------------- */

#sidebar #next-gig{
	padding:80px 0 20px 0;	
	text-align:center;
	min-height:155px;		
}

#sidebar #next-gig a, #next-gig-calendar a:hover{
	color:#900;	
}

#next-gig-calendar a{
	color:#F9FDCC;	
}

#sidebar #next-gig a.more-dates{
	color:#000;	
	font-weight:bold; 
}

#sidebar #next-gig a.more-dates:hover, #sidebar #next-gig a:hover{
	color:#09F;	
}

#next-gig p, #next-gig-calendar p{
	color:#666;
	line-height:11px;
	margin:11px 0 0 0;
}

#sidebar #next-gig p{
	color:#333;	
}

#next-gig-calendar{
	text-align:left;	
	color:#666;
	padding:120px 0 0 580px;
}

.wide #next-gig{
	text-align:center;
	min-height:155px;
	padding:20px 0 10px 0;			
}

.wide #next-gig h3{
	color:#900;
}

.wide #next-gig p{
	color:#222;
	line-height:11px;
}

.wide #next-gig a {
	color:#900;
	line-height:11px;
	font-weight:bold; 
}

.wide #next-gig a:hover, .wide #next-gig a.more-dates:hover{
	color:#000;	
}

.wide #next-gig a.more-dates {
	color:#09F;
}

/* -----------------------------------------------
Sidebar: Twitter
----------------------------------------------- */

#twitter-maron{
	height:auto;
	padding:75px 0 0 0;	
	color:#900;	
}

#twitter-feed{
	height:auto;
	padding:75px 0 0 0;	
	color:#09F;	
}

#twitter-feed h3{
	color:#CCC;	
}

#twitter-feed h3, #twitter-maron h3 {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:20px;	
	text-align:center;	
}

#twitter-maron h3{
/*needed to match spacing of twitter-feed h3;*/	
	padding:0 0 9px 0;	
}
	
.tweet, .tweet_list {
	width:235px;
	line-height:20px;
	text-align:center;
	margin: 0 auto;
}

.tweet li {
	font-size:12px;
}

#twitter-maron a{
	font-weight:bold;
	color:#000; 
}

#twitter-maron a:hover{
	font-style:normal;
	color:#900; 
}

#twitter-feed a{
	color:#CCC;
}

#twitter-feed a:hover{
	color:#900;	
}

#twitter-feed div.twitter, #twitter-maron div.twitter {
	text-align:left;	
	margin:5px 0 0 41px;	
}

#twitter-feed .status, #twitter-maron .status {
	width:235px;	
	margin:15px 0 5px 35px;
}

#twitter-maron .status a{
	color:#09F; 
}

#twitter-maron .status a:hover{
	color:#000;
}

/* -----------------------------------------------
Sidebar: Stay-Connected
----------------------------------------------- */

#stay-connected{
	width:309px;
	height:auto;
	padding:80px 0 10px 0;	
}

ul.stay-connected {
	line-height:26px;
}

ul.stay-connected a {
	font-weight:bold;
}

ul.stay-connected li {
	line-height:43px;	
}

div.fb{
	width:200px;
	height:30px; 	
	padding:15px 0 0 43px;	
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/icons/icon-fb.png)  no-repeat;	
	background-position: 0 0;
}


div.twitter-wtf{
	width:200px;
	height:30px; 	
	padding:15px 0 0 43px;	
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/icons/icon-twitter-2.png)  no-repeat;	
	background-position: 0 0;
}

div.twitter-maron{
	width:200px;
	height:30px; 	
	padding:15px 0 0 43px;	
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/icons/icon-twitter.png)  no-repeat;	
	background-position: 0 0;
}

div.mailing{
	width:200px;
	height:30px; 	
	padding:15px 0 0 43px;	
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/icons/icon-mailing.png)  no-repeat;	
	background-position: 0 0;
}

div.rss{
	width:200px;
	height:30px; 	
	padding:15px 0 0 43px;	
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/icons/icon-rss.png)  no-repeat;	
	background-position: 0 0;
}

div.rss-dispatches{
	width:200px;
	height:30px; 	
	padding:15px 0 0 43px;	
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/icons/icon-rss-blog.png)  no-repeat;	
	background-position: 0 0;
}

div.itunes{
	width:200px;
	height:30px; 	
	padding:15px 0 0 43px;	
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/icons/icon-itunes.png)  no-repeat;	
	background-position: 0 0;
}

.ribbon-content-red div.rss, .ribbon-content-red div.itunes{
	width:300px;	
}

#sidebar div.fb, #sidebar div.twitter-wtf, #sidebar div.twitter-maron, #sidebar div.mailing, #sidebar div.rss, #sidebar div.rss-dispatches,  #sidebar div.itunes {
	margin:0 0 0 40px;
}

.ribbon-red div.fb, .ribbon-red div.twitter-wtf, .ribbon-red div.twitter-maron,  .ribbon-red div.itunes, .ribbon-red div.rss, .ribbon-black div.mailing {
	margin:0 0 0 30px;		
}


#stay-connected div.odd a, .ribbon-red div.odd a {
	color:#A8F2FF;	
}

#stay-connected div.even a, .ribbon-red div.even a {
	color:#FFF;	
}

.ribbon-red div a:hover, #stay-connected div a:hover{
	color:#000;	
}


.ribbon-black div.mailing a{
	color:#A8F2FF;
}

.ribbon-black div.mailing a:hover{
	color:#FFF;	
}

/* -----------------------------------------------
Sidebar: Search
----------------------------------------------- */
#search{
	float:right;
	height:40px;
	padding:15px 0 10px 0;	
}

#search table{
	width:200px;
	margin:0 0 0 38px;
	background: url("http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/input-rounded.png") no-repeat scroll 0 0 transparent;
}


input.rounded {
	background:none;
    border: 0 none;
    color: #000000;
    font-weight: bold;
    outline: none;
	width:150px;
    height: 35px;
    margin: 0 0 0 35px;

}
input.go {
	width:35px;
    height: 35px;
    outline: none;
	padding:0;
	margin:0 0 0 5px;
    background: url("http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-go.png") no-repeat scroll 0 0 transparent;
    border: 0 none;	
}
input.go:hover {
    background-position: 0 -37px;
}

/* -----------------------------------------------
Sidebar:  App
----------------------------------------------- */

#appbox h3 {
	color:#FFF;	
}

div#appbox {
	height:345px;
	padding:20px 0 0 0;
	background:#222222 url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/wtf-phones.png) no-repeat;
	background-position:42px 75px; 
}


a.btn-app{
	position:absolute;
	width:95px;
	height:95px;
	margin:214px 0 0 188px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-app.png) no-repeat;
}

a.btn-app:hover{
	background-position: 0 -97px;
}


/* -----------------------------------------------
Sidebar: Most Popular
----------------------------------------------- */

div#most-commented{
	height:auto;	
	padding:80px 0 0px 0; 	
	text-align:center;
	color:#fff;
}

#boxing{
	height:240px;
	margin:5px 0 0 0;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/maron-boxing.png) no-repeat;	
}

#most-commented ul {
	padding: 0 30px 0 30px;
}

#most-commented ul li{
}

#most-commented ul li a{
	color:#333;	
	font-size:12px;
	font-weight:bold;	
	line-height:20px;
}

#most-commented ul li a:hover{
	color:#09F;	
}

/* -----------------------------------------------
Main: Entries
----------------------------------------------- */

.entry {
	width:100%;	
	padding:35px 0 15px 0;
	border-bottom:dotted #999 1px;  
}

.listing {
	width:100%;	
	padding:30px 0 10px 0;
	border-bottom:dotted #999 1px;  
}

.listing-actions{
	margin:15px 0 0 0;	
}


.listing p strong a, .entry p strong a, .listing p a strong,  .entry p a strong, .entry p a, .listing p a, .blog-listing a, .entry a {
	color:#000;
	font-weight:bold;
}


.listing p strong a:hover, .entry p strong a:hover, .entry p a:hover, .listing p a:hover, .blog-listing a:hover, .blog-listing a:hover, .entry a:hover {
	color:#900;	
}


div.episode-actions {
	margin:20px 0 13px 0;	
}

.episode-actions table{
	width:611px;
	padding:0;
}

.entry img, .listing img {
	padding:0 0 15px 0;	
}


#audioplayer_1{
}

div.episode-header, div.blog-entry-header{
	float:left;
	width:100%;
	margin:0 0 30px 0;
}

.episode-header h1.fontface, .blog-entry-header h1.fontface{
	float:left;	
}

.episode-header ul, .blog-entry-header ul{
	float:right;
	padding:18px 0 0 0;
}

.episode-header ul li, .blog-entry-header ul li, ul.player-nav li{
	display:inline;	
	margin-right:8px;
}

.episode-header ul li a, .blog-entry-header ul li a, ul.player-nav li a {
	color:#900;
	font-weight:bold;
}

.episode-header ul li a:hover, .blog-entry-header ul li a:hover{
	color:#000;	
}

div.subtitle{
	float:left;	
	width:100%;
	margin:0 0 20px 0;
}

div.subtitle a {
/*width:100%;*/
	color:#900;	
}

div.subtitle a:hover {
	color:#000;	
}

.entry-date{
	float:left;
	width:100%;	
}

div.share, .listing .addthis_toolbox, .listing .addthis_default_style,  .entry .addthis_toolbox, .entry .addthis_default_style, .article-header .addthis_toolbox {
	float:left;
	margin:13px 0 0 -2px;
}

.entry blockquote, .listing blockquote {
	margin:15px auto 15px;
	width:525px;
	padding:20px; 
	background-color:#fbface;
	color:#000;
	font-weight:bold;
}

.entry blockquote a, .listing blockquote a{
	color:#900;	
}

.entry blockquote a:hover, .listing blockquote a:hover{
	color:#09F;	
}

/* -----------------------------------------------
Entries: Entry Comments
----------------------------------------------- */

div.comment{
	width:100%;
	padding:15px 0 20px 0;
	border-bottom:#999 dotted 1px;	
}

div.comment strong{
	font-size:14px;	
	color:#900;
}

div.comment p {
	text-align:left;
}

div.comment a {
	color:#000;
	font-weight:bold;	
}

div.comment br {
	display:block;
	margin:0 0 20px 0;
	line-height:30px;
}

div.maron{
	background:#900;	
}

div.maron p {
	color:#fff;
	padding:0 0 0 10px;
}

div.maron strong {
	color:#F9FDCC;	
}
div.brendan{
	background:#F9FDCC;
}

.comment-count{
	width:43px;
	height:42px;
	text-align:center;
	/*Need the line-height to get padding uniform across browsers */	
	line-height:10px;	
	padding:9px 0 0 0;
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/comment_bubble.png) no-repeat center top;			
}

div.comment-count-first{
	width:73px;
	height:42px;
	text-align:center;
	line-height:10px;		
	padding:9px 0 0 0;
	margin:0 0 0 10px;
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/comment_bubble_first.png) no-repeat center top;				
}

div.listing .comment-count {
	margin:0 0 0 -6px;	
}

div.listing .comment-count-first{
	margin:0 0 0 -4px;			
}

div.comment-count a {
	color:#F9FDCC;
	font-size:10px;
}
div.comment-count-first a {
	color:#F9FDCC;	
	font-size:11px;
}

div.comment-count a:hover,  div.comment-count-first a:hover{
	color:#09F;	
}

#podcast-home div.comment-count a, #podcast-home div.comment-count-first a {
	color:#09F;	
}

#podcast-home div.comment-count a:hover, #podcast-home div.comment-count-first a:hover {
	color:#F9FDCC;	
}

.comment-date{
	font-size:10px;
	color:#666;
}

.comment-date strong{
f	ont-size:10px;	
}

div.pagination{
	margin:20px 0 0 0;	
}

div.pagination a{
	color:#09f;	
}

/*----------
Entries: PREMIUM CONTENT
-----------*/

#premium-content{
	margin:20px 0 0 0;	
}

#premium-content h3 {
	color:#900;
}

#premium-content p {
	font-style:italic;	
}

#premium-options {
    width: 300px;
    display: inline;
    padding: 0 0 5px;
}
#premium-options li {
    display: inline;
    margin: 0 10px 0 0;
}
#premium-options li a {
    color: #900;
	font-weight:bold;
}
#premium-options li a:hover {
	color: #09F;
}


/* -----------------------------------------------
Main: Premium Page
----------------------------------------------- */

.premium-page a{
	color:#900;	
	font-weight:bold;
}

.premium-page a:hover{
	color:#09F;	
}

div.premium-category {
	position:absolute;	
	width:420px;
	height:65px;
	margin: 0 0 0 -75px;
	padding:15px 0 0 23px;
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/ribbon_dark_left.png) no-repeat;	
}

/* -----------------------------------------------
Main: Donate
----------------------------------------------- */

div.donate h1, div.donate h3{
	text-align:center;
}

div.donate h1 {
	color:#900;	
}

div.column{
	float:left;
	width:300px;
	margin:0 0 0 5px;
	padding:0 0 90px 0;
	color:#FFF;
}

div.outer{
	margin:65px 0 0 5px;		
}

div.column-content p {
	width:300px;
	text-align:center;
	padding:245px 0 0 0;
}

div.column-content{
	height:425px;
}

div.donate-column-black{
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/donate_column_black.png) no-repeat;	
}

div.donate-column-red{
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/donate_column_red.png) no-repeat;
}

a.btn-donation-tier1{
	position:absolute;
	width:145px;
	height:150px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-donation-tier1.png) no-repeat;
	margin:80px 0 0 78px;	
}

a.btn-donation-tier1:hover{
	background-position:0px -150px;	
}

a.btn-donation-tier2{
	position:absolute;
	width:145px;
	height:150px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-donation-tier2.png) no-repeat;
	margin:80px 0 0 78px;	
}

a.btn-donation-tier2:hover{
	background-position:0px -152px;	
}

a.btn-donation-tier3{
	position:absolute;
	width:145px;
	height:150px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-donation-tier3.png) no-repeat;	
	margin:80px 0 0 78px;	
}

a.btn-donation-tier3:hover{
	background-position:0px -150px;	
}

a.btn-donate-circle{
	position:absolute;
	width:110px;
	height:115px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-donate-circle.png) no-repeat;	
	margin:30px 0 0 93px;
}

a.btn-donate-circle:hover {
	background-position: 0 -116px;
}

/* -----------------------------------------------
Main: Gear
----------------------------------------------- */

.gear {
	text-align:center;
	margin-bottom:35px;
}

/* -----------------------------------------------
Main: Merch
----------------------------------------------- */

.merch-page .left{
	width:100% !important;
}

div#merch-shirts, div.merch-wide{
	float:left;	
	width:100%;
}

div.merch-item{
	float:left;	
	width:430px;
	margin:10px 0 55px 0;
}

div.merch-album{
	float:left;	
	width:430px;
}

div.merch-item-left{
	float:left;	
	width:430px;
}

div.merch-item-right{
	float:right;	
	width:425px;
	padding:0;
}

div.merch-row{
	float:left;
	width:100%;
	padding:0 0 50px 0;
}


div.merch-item-narrow{
	float:left;	
	width:50%;
	margin:10px 0 85px 0;
}

div.merch-item-info{
	float:left;	
	width:520px;
}

div.merch-item-info h3{
	width:330px;
}

div.merch-item img {
	float:left;
}

div.merch-item ul, div.album-info ul {
	float:left;	
	width:175px;
	margin:0;
}

div.merch-item ul li,  div.album-info ul li{
	width:160px;
	font-size:12px;	
	line-height:18px;
	color:#222;
}

div#album-deals{
	float:right;	
}

.merch-page h2{
	padding:0 0 15px 0;	
}

.merch-page h2.fontface{
	float:left;	
	width:100%;
}

#get-it-album-deal1{
	margin:148px 0 0 165px;	
}

#get-it-album-deal2{
	margin:478px 0 0 200px;	
}

/* -----------------------------------------------
Main: App
----------------------------------------------- */

div#android{
	float:right;
	width:295px;	
}

#app-links{
	margin:20px 0 0 150px;	
}

#app-links p{
	color:#000;	
	font-style:italic;
}

#app-info{
	margin:45px 0 0 0;	
}

#app-info ul li, #app-links ul li {
	font-size:12px;	
	line-height:18px;
	color:#222;	
}

#app-info ul li{
	font-style:italic;
}


#app-links ul li a {
	color:#900;	 
	font-weight:bold;
}

#app-links ul li a:hover {
	color:#09F;	 
}

a.btn-get-it-standard {
	position:absolute;
	width:128px;
	height:120px;
	margin:330px 0 0 10px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-getit-standard.png) no-repeat;
	background-position: 0 0px;
}

a.btn-get-it-premium {
	position:absolute;
	width:128px;
	height:120px;
	margin:65px 0 0 145px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-getit-premium.png) no-repeat;
	background-position: 0 0px;
}

a.btn-get-it-upgradeable {
	position:absolute;
	width:128px;
	height:120px;
	margin:330px 0 0 220px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-getit-upgradeable.png) no-repeat;
	background-position: 0 0px;
}

a.btn-get-it-standard:hover, a.btn-get-it-premium:hover, a.btn-get-it-upgradeable:hover {
	background-position: 0 -126px;
}

.app-page .right, .right-narrow{
	margin:35px 0 10px 0;
	color:#A8F2FF;	
}

#app-links h2{
	color:#000;	
}

.app-page .right .ribbon-content-black h3, .right-narrow .ribbon-content-black h3{
	color:#FFF;	
	padding:0 0 0 20px;
}

.premium-names {
	font-weight:bold;
	display:block;
	padding:0 0 10px 20px;
	margin:-7px 0 0 0;
}

a.episode-guide {
	color:#fbface;
	font-size:11px;
	letter-spacing:2px;
	padding:0 0 0 20px;
}

.btn-premium-wtf{
	position:absolute;
	width:199px;
	height:37px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-premium-wtf.png) no-repeat;
	background-position: 0 -36px;		
}


#app-links .btn-premium-wtf{
	margin:5px 0 0 0;
}

#app-links .btn-premium-wtf:hover{
	background-position: 0 0;		
}

/*------------------------------------------------
Main: Press
-------------------------------------------------*/

div.press-listing{
	margin:0 0 30px 0;
}

div.press-listing p {
	margin:0 0 5px 0;	
}

div.press-listing a {
	color:#09F;
}

div.press-listing a:hover {
	color:#900;
}

div.article-header{
	width:100%;
	float:left;
}

.press-column {
	float:left; 
	width:50%;	
}

.press-column p {
	padding:0 15px 0 15px;
	text-align:justify;
}

div.columns-container .press-column {
	margin:0 0 30px 0;		
}

div.more-press h2.fontface{
	padding:20px 0 10px 25px;	
	color:#F9FDCC;
}

div.more-press ul {
	padding:0 0 0 40px;		
	width:80%;	
	line-height:13px;	
}


div.more-press ul li{
	margin:0 0 4px 0;
}

div.more-press ul li a {
	width:100%;
	font-size:12px;
	color:#666;
}

div.more-press ul li a:hover {
	color:#FFF;
}

	
/* -----------------------------------------------
Contact & Links & Press Ribbon (to do: consolidate ribbon classes across site)
----------------------------------------------- */

div.ribbon-heading {
	position:absolute;	
	width:420px;
	height:65px;
	margin: 0 0 0 -60px;
	padding:15px 0 0 23px;
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/ribbon_dark_left.png) no-repeat;	
}

div.ribbon-red{
	width:510px;
	height:309px;
	margin:0 0 30px -3px;
	text-align:left;
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/ribbon_corner_red.png) no-repeat right bottom;		
}

div.ribbon-content-red{
	width:470px;
	height:290px;
	margin:0 0 0 40px;
	text-align:left;
	background:#900;	
}

div.ribbon-red-narrow{
	width:325px;
	height:309px;
	margin:0 0 30px -3px;
	text-align:left;
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/ribbon_corner_red.png) no-repeat right bottom;		
}

div.ribbon-content-red-narrow{
	width:285px;
	height:290px;
	margin:0 0 0 40px;
	text-align:left;
	background:#900;	
}

div.ribbon-border-medium{
	float:left;
	width:40px;
	height:290px;
	background:#900 url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/border_curved_vertical_med.png) no-repeat;
}

div.ribbon-black{
	width:380px;
	height:129px;
	text-align:left;
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/ribbon_corner_black.png) no-repeat right bottom;		
}

div.app-page div.ribbon-black, div.contact-page div.ribbon-black {
	margin:0 0 0 128px;	
}

div.right-narrow  div.ribbon-black{
	margin:0;
}

div.right-narrow  div.ribbon-red-narrow{	
	margin:0 0 0 58px;
}

div.ribbon-content-black{
	width:340px;
	height:110px;
	margin:0 0 0 40px;	
	text-align:left;
	background:#000;
}

div.ribbon-border-small{
	float:left;
	width:40px;
	height:110px;
	background:#000 url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/border_curved_vertical_sm.png) no-repeat;
}


div.ribbon-grey{
	width:510px;
	height:344px;
	margin:0 0 30px -3px;
	color:#FFF;
	text-align:left;
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/ribbon_corner_black.png) no-repeat right bottom;			
}

div.ribbon-content-grey{
	width:470px;
	height:325px;
	margin:0 0 0 40px;
	background-color:#1F1E1E;
}

div.phones {
	background:#1F1E1E url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/wtf-phones.png) no-repeat 3px 25px;	
}

a.ribbon-btn-app{
	position:absolute;
	width:95px;
	height:95px;
	margin:225px 0 0 145px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-app.png) no-repeat;	
}

a.ribbon-btn-app:hover{
	background-position: 0 -97px;	
}

div.ribbon-border-tall{
	float:left;
	width:40px;
	height:325px;
	background:#1F1E1E url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/borders/border_curved_vertical_tall.png) no-repeat;
}


/**IPHONE on LINKS**/
div.phones h3{
	float:right;
	width:200px;
	padding:60px 34px 0 0;
	font-size:15px;
}

div.phones ul{
	padding:20px 0 0 245px;
	line-height:20px;
	float:left;	
}

div.phones ul li a{
	color:#A8F2FF;
	font-size:12px;
}

div.phones ul li a:hover{
	color:#900;
}

/*****/

.ribbon-content-black h2, .ribbon-content-red h2{
	padding:20px 0 5px 20px;	
}

.ribbon-content-red ul{
	margin:0px 0 0 45px;	
}

.ribbon-content-black a {
	margin:0px 0 0 0;	
}


/* -----------------------------------------------
Calendar Table
----------------------------------------------- */

#calendar table {
	width:100%;
	padding:10px;
	color:#EBE8DF;	
	background:#A40000;
}

#calendar table thead{
	font-weight:bold;
	font-size:16px;
	border-bottom: solid #333 1px;
	color:#000;
	text-decoration:underline;
}

#calendar table tr{
	height:45px;
}

#calendar table td{
	border:none;	
	padding:7px;
}

#calendar table tr.even{
	background:#900;
}

#calendar table a{
	color:#000;
	font-weight:bold;
}

#calendar table a:hover{
	color:#FFF;
}

/* -----------------------------------------------
Photo / Video Grids
----------------------------------------------- */

ul.grid {
	width: 100%; 
	float:left;
	padding: 0;
	list-style: none;
	margin: 16px 0 22px 0;
}

.grid li {
	float: left;
	padding: 0;
	margin: 0 8px 8px 0;
} 


.grid li a:hover img, .video-grid li a:hover img {
	opacity:0.75;  filter:alpha(opacity=75);
}

.grid li img {
	width: 175px;
	height: 131px;
	padding: 4px; margin: 0;	
	background-color:#000;
}

.grid li a, .video-grid li a {
	display: block;
}

ul.video-grid {
	width: 100%; 
	float:left;
	list-style: none;
	padding: 0;
	margin: 16px 0 22px 6px;
}

ul.video-grid li {
	float: left;
	padding: 0;
	margin: 6px 3px 4px 3px;
} 

ul.video-grid li img {
	background-color:#000;
	padding: 3px; margin: 0;
	width: 222px;
	height: 166px;
}
 
/* -----------------------------------------------
POP-UP PLAYER
----------------------------------------------- */

.player-wrap{
	padding:0 0 0 15px;		
	float:left;
	width:600px;
	height:250px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banners/banner_player.jpg) 0 0 no-repeat; 	
}

.player-wrap h2.fontface{
	color:#F9FDCC;
	font-size:28px;	
	float:left;
	margin:125px 0 3px 0;	
}

.player-wrap h2.shrink {
	font-size:20px;	
}

.player-wrap ul.player-nav{
	margin:10px 0 0 0;		
	float:left;	
}

.player-wrap .entry-date {
	margin:5px 0 10px 0;	
	font-size:11px;
	float:left;
}

.player-wrap #flashplayer{
	width:100%;	
	float:left;
}

 ul.player-nav li a:hover{
	color:#09F;	 
 }
 
 
/* -----------------------------------------------
Mailing Corner
----------------------------------------------- */

div.mailing-corner{
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/mailing-list/wtf-mailing-list.png) 32px 0 no-repeat;		
	position:absolute;	
	width:227px;
	height:65px;
	margin:20px 0 0 789px;
	padding:31px 0 0 0;
}

div.mailing-black{
background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/mailing-list/wtf-mailing-list-black.png) 32px 0 no-repeat !important;		
}

div.mailing-corner form{
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/mailing-list/mailing_back_111.png) no-repeat;	
	width:227px;
	height:65px;	
	padding:3px 0 0 0;
}
div.mailing-corner table {
	margin: 0 0 0 31px;	
}

div.mailing-corner .input-dark   {
	font-style:italic;
	color:#CCC;
	font-size:11px;
	background:#222;	
	padding:0 0 0 3px;
	margin:0;
	height:22px;
	width:150px;
	font: Helvetica, sans-serif;
	outline:none;	
}

input.arrow-yellow {
	background: url("http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-arrow-yellow.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	width:28px;
	height: 33px;
	outline: none;
	padding:0;
	margin:5px 0 0 4px;
}
input.arrow-yellow:hover {
	background-position: 0 -33px;
}


/* -----------------------------------------------
HOME FEATURE RIBBON
----------------------------------------------- */


div#feature-ribbon{
	/*position:absolute;*/	
	width:517px;
	height:162px;
	padding:25px 0 0 27px;	
	margin: 0px 0 0 -62px;
	color:white;
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banner_ribbon_left.png) no-repeat;		
}

div#feature-ribbon h2 {
	color:#fbface;
}

div#feature-ribbon p {
	margin:10px 0 0 0;
}

div#feature-ribbon p a {
	color:#09f;
	text-transform:uppercase;
}

div#feature-ribbon p a:hover {
	color:white;
}


/* -----------------------------------------------
GEAR - consolidate these classes when possible
----------------------------------------------- */

div#gear-ribbon{
	position:absolute;	
	width:517px;
	height:162px;
	padding:11px 0 0 27px;	
	margin: 215px 0 0 -25px;
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banner_ribbon_left.png) no-repeat;		
}

div#gear-ribbon ul {
	color:#CCC;
	font-style:italic;	
	margin:0 0 0 5px;
}

div#gear-ribbon ul li {
	font-size:12px;	
	line-height:15px;
}


/* -----------------------------------------------
Download Guide
----------------------------------------------- */


div#download-guide-ribbon{
	position:absolute;	
	width:517px;
	height:162px;
	padding:11px 0 0 27px;	
	margin: 215px 0 0 -25px;
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/banner_ribbon_left.png) no-repeat;		
}

div#download-guide-ribbon ul {
	color:#CCC;
	font-style:italic;	
	margin:0 0 0 5px;
}

div#download-guide-ribbon ul li {
	font-size:12px;	
	line-height:15px;
}


a.btn-guide {
	position:absolute;
	width:20px;
	height:20px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-guide.png) no-repeat;	
	margin:-2px 0 0 0;	
}

a.synonpsis {
	background-position:0 0; 
}

.table-synopsis {
	display:none;	
}

a.site {
	background-position:-35px 0px; 
}

a.standard-app {
	background-position:-70px 0; 
}

a.premium-app {
	background-position:-105px 0; 
}

a.pod-shop {
	background-position:-180px 0;		
}

a.membership {
	background-position:-145px 0;	
}



#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#000;
	display:none;
}

#boxes .window {
	position:absolute;
	left:0;
	top:0;
	width:480px;
	height:200px;
	display:none;
	z-index:9999;
	padding:20px;
}

#boxes #dialog {
	width:520px; 
	height:275px;
	background-color:#09F;
	color:#fff;
	float:left;
	padding:40px; 
}

#boxes #dialog p {
	color:#333;
}

#boxes #dialog2 {
	width:520px; 
	height:275px;
	background-color:#fff;
	float:left;
	padding:40px; 
}

#boxes #dialog2 p {
	color:#666;
}


#boxes .dialog-content div {
	float:left;
	width:230px;
}

#boxes .dialog-content div.right {
	margin:0 0 0 45px;
}

#boxes .dialog-content p{
	text-align:justify;
	height:125px;
}


/* -----------------------------------------------
Instant Search
----------------------------------------------- */

div.instant-search{
	background: url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/ribbon_dark_left.png) no-repeat;	
	position:absolute;	
	width:420px;
	height:65px;
	margin: 0 0 0 -62px;
	padding:7px 0 0 12px;
	color:#FFF;
}

div.instant-search h3 {
	font-weight:normal !important;	
	margin:5px 0 0 10px;
}

div.instant-search table {
	width:100%;	
	height:20px;
}

div.instant-search table td {
	vertical-align: top;
}

div.instant-search form{
	width:227px;
	height:65px;	
	padding:3px 0 0 0;
	margin:0 0 0 3px;
}

div.instant-search .input-light   {
	width:150px;
	height:22px;
	color:#000;
	font: Helvetica, sans-serif;	
	font-size:11px;
	font-style:italic;	
	background:#fbface;	
	padding:0 0 0 3px;
	margin:0;
	outline:none;	
}

/* -----------------------------------------------
Buttons
----------------------------------------------- */

/*ADVERT AUDIBLE*/
a.btn-audible{
	position:absolute;
	width:642px;
	height:92px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/ads/audible.png) no-repeat;	
	margin: 0 0 0 -62px;
}

/**Use negative margin to leave as much room as possible for episode title**/
a.btn-support-corner{
	position:absolute;
	width:113px;
	height:42px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-support-corner.png) no-repeat;	
	margin: 0 0 0 -45px;
}

a.btn-support-corner:hover{
	background-position:0 -46px;	
}

div.premium-ribbon, div.dispatch-ribbon{
	float:left;
	width:100%;	
	height:50px;
}

#premium-pricing{
	width:100%;
	height:100%;	
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/premium_pricing.png) 23px 25px no-repeat;		
}

.btn-premium{
	position:absolute;
	width:250px;
	height:55px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-premium.png) no-repeat;	
	margin: 0 0 0 -62px;
}


a.btn-dispatch{
	position:absolute;
	width:164px;
	height:55px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-dispatch.png) no-repeat;	
	margin: 0 0 0 -62px;
}

a.ribbon{
	position:absolute;
	height:50px;	
}

a.ribbon:hover{
	background-position:0 -51px;	
}

a.podcast {
	position:absolute;	
	width:208px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-ribbon-podcast.png) no-repeat;	
	margin:60px 0 0 835px;
}	

a.more-podcast {	
	position:absolute;
	width:220px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-ribbon-more-podcast.png) no-repeat;	
	margin:60px 0 0 824px;
}	

a.bonus-content{
	position:absolute;
	width:220px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-ribbon-bonus.png) no-repeat;	
	margin:110px 0 0 806px;	
}

a.ribbon-app{
	position:absolute;
	width:142px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-ribbon-app.png) no-repeat;	
	margin:110px 0 0 883px;
}

#banner-podcast a.ribbon-app, #banner-podcast-archive a.ribbon-app  {
	margin:60px 0 0 883px;
}

#banner-404 a.ribbon-app{
	margin:160px 0 0 883px;	
}

a.ribbon-donate{
	position:absolute;
	width:147px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-ribbon-donate.png) no-repeat;	
	margin:60px 0 0 883px;
}

.wide .right a.ribbon-donate{
	margin:-65px  0 0 365px;
	float:right;
}


a.btn-download{
	position:absolute;
	width:100px;
	height:34px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-download.png) no-repeat;	
	margin:-16px 0 0 0;
}

a.btn-itunes{
	position:absolute;
	width:70px;
	height:34px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-itunes.png) no-repeat;	
	margin:-16px 0 0 0;
}

a.btn-player{
	position:absolute;
	width:132px;
	height:34px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-player.png) no-repeat;
	margin:-16px 0 0 0;
}

a.btn-download:hover, a.btn-itunes:hover, a.btn-player:hover{
	background-position:0px -32px;	
}

a.btn-get-episode{
position:absolute;
	width:145px;
	height:30px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-get-episode.png) no-repeat;
	background-position: 0 -31px;
}

a.btn-get-episode:hover{
	background-position: 0 0;
}

/*** MERCH ***/
a.btn-get-it {
	position:absolute;
	width:97px;
	height:100px;
	background:  url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-getit.png) no-repeat;
	background-position: 0 0px;
	margin:280px 0 0 -50px;
}



/*add !IMPORTTANT FOR IE*/
a#get-it-shirts, a.get-it-wide{
	margin:185px 0 0 -105px !important;
}

a.btn-get-it:hover, a#get-it-shirts:hover, a.get-it-wide:hover{
	background-position: 0 -102px;
}

div.mugs a.btn-get-it{
	margin:270px 0 0 -110px;	
}

#ipad a.btn-get-it{
	margin:350px 0 0 230px;
}

#android a.btn-get-it{
	margin:350px 0 0 108px;
}

/* -----------------------------------------------
Social Nav
----------------------------------------------- */

a.btn-twitter-wtf{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-twitter-2.png)  no-repeat;	
}
a.btn-twitter-maron{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-twitter.png)  no-repeat;	
}
a.btn-fb{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-fb.png)  no-repeat;	
}
a.btn-mailing{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-mailing.png)  no-repeat;	
}
a.btn-rss{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-rss.png)  no-repeat;	
}
a.btn-rss-blog{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-rss-blog.png)  no-repeat;	
}
a.btn-itunes-icon{
	background:url(http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-itunes-icon.png)  no-repeat;	
}


/* -----------------------------------------------
Type
----------------------------------------------- */
#main p, div.blog-body {
	line-height:18px;
}

#main .left a {
	color:#09f;	
}

#main .left a:hover{
	color:#000;		
}

#main div.episode p{
	text-align:left;
}

h1 {
	margin:0;
	color:#fff;
}

h2 {
	font-weight:bold;
}


.entry h2, .blog-listing h2 {
	font-size:18px;
	color:#000;	
	margin:0 0 10px 0;
}

.podcast-listing h2 {
	font-size:16px;
	color:#000;	
	margin:0 0 8px 0;	
}


.entry h3, #entry_comments_container h3{
	margin:0 0 10px 0;	
}

.sidebox h3 {
	text-align:center;	
}

.entry h4, #entry_comments_container h4 {
	margin:0 0 10px 0;		
	color:#000;
}

/*******
@FONTFACE
*******/

@font-face {
	font-family: 'ChunkFiveRegular';
	src: url('http://potus.wtfpod.com/wtf-assets/fonts/Chunkfive-webfont.eot');
	src: local('☺'), url('http://potus.wtfpod.com/wtf-assets/fonts/Chunkfive-webfont.woff') format('woff'), url('http://potus.wtfpod.com/wtf-assets/fonts/Chunkfive-webfont.ttf') format('truetype'), url('http://potus.wtfpod.com/wtf-assets/fonts/Chunkfive-webfont.svg#webfontb5K2fJwj') format('svg');
	font-weight: normal;
	font-style: normal;
}

h1.fontface, 
#this-week-menu li.fontface {	
	font: 30px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 2px;
	line-height:45px;
	font-weight:normal;
}

.shrink {
	font-size:24px;	
	letter-spacing: 1px;
}


h1.underlined{
	border-bottom:dotted #666 1px;
	width:234px;
	margin:0 0 10px 0;
}

#banner-episode h1,#banner-blog-entry h1, #banner-podcast-archive h1, #banner-blog-archive h1, #banner-search h1,  #banner-search h1, #banner-press-article h1  {
	width:920px;
	padding:0 0 0 35px;
	color:#F9FDCC;
	font-size:48px;
}

#banner-blog-entry h1{
	padding:35px 0 0 35px;
	width:700px;	
}

#banner-episode .shrink, #banner-blog-entry .shrink {
	font-size:42px;	
	letter-spacing: 1px;
	line-height:40px;
}


#banner-press-article .shrink {
	font-size:42px;	
	letter-spacing: 1px;	 
}

#banner-calendar h1{
	font-size:48px; 
}

h2.fontface {	
	font: 22px 'ChunkFiveRegular', Arial, sans-serif;
	letter-spacing: 2px;
	font-weight:normal;
	color:#900;
}

#main h2.fontface{
	margin:5px 0 5px 0;	
}

h3.fontface {
	font: 18px 'ChunkFiveRegular', Arial, sans-serif;
	font-weight:normal;
	color:#900;
	letter-spacing: 1px;	
}

#sidebar #next-gig h3{
	color:#900;	
}

#sidebar #next-gig h3.fontface{
	color:#000;
}

.sidebox h3.fontface, #twitter-feed h3, .wide #next-gig h3.fontface {
	padding:0 0 10px 0;	
}

.wide #next-gig h3.fontface {
	color:#000;	
}

h4.fontface {
	font: 15px 'ChunkFiveRegular', Arial, sans-serif;
	font-weight:normal;
}

ul.archive h4.fontface{
	padding:25px 0 0 0;
	color:#000;	
}


h2.tab {
	background:#292929;	
	margin:-37px 0 0 0;
	padding:10px 12px 0 12px;
	width:123px;
	color:#EBE8DF;
}

h2 a {
	color:#000;	
}

h2 a:hover{
	color:#09F;	
}


h3 a {
	color:#F9FDCC;	
}

h3 a:hover {
	color:#900;	
}

.episode h3 a {
	color:#000;	
}

.episode h3 a:hover{
	color:#09f;	
}

h4 a {
	color:#000;	
}

h4 a:hover {
	color:#900;	
}


.serif {
	font-family:"Times New Roman", Times, serif;
}

.page-title{
	margin:35px 0 0 35px;	
}


ul.actions li{
	display:inline;	
}


#nav a, #footer-links a {
	color:#CCC;	
}

#nav a:hover, #footer-links a:hover, #nav li a.current_page_item,  #footer li a.current_page_item{
	color:#900;	
}

a.comments {
	color:#111;	
}


/* -----------------------------------------------
VIDEO
---------------------------------------------- */

.cycle-child {
	height:800px;
}

ul#conan-nav{
	margin:25px 0 0 20px;	
}

ul#conan-nav li a{
	font-size:	16px;
	font-weight:bold;
	color:#999;
}

ul#conan-nav li a.activeSlide, ul#conan-nav li a:hover { 
	color: #FFF; 
}

/******************************
COMMENT FORMS 
/*****************************/

div#entry_comments form {
    margin-bottom: 30px;
    position: relative;
}
div#entry_comments fieldset#comment_fields label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
}
div#entry_comments fieldset#comment_fields label span {
    float: left;
    position: relative;
    top: 5px;
    width: 80px;
}
div#entry_comments fieldset#comment_fields label input {
    background: none repeat scroll 0 0 #CCCCCC;
	color:#000;
    float: left;
    height: 25px;
    outline: medium none;
    width: 228px;
}
div#entry_comments fieldset#comment_fields label textarea {
    background: none repeat scroll 0 0 #CCCCCC;
	color:#000;
    float: left;
    height: 150px;
    outline: medium none;
    width: 520px;
    font-family: Arial,sans-serif;	
	font-size:12px;
}
/*div#entry_comments fieldset#comment_fields label textarea:focus, div#entry_comments fieldset#comment_fields label input:focus {
    background: none repeat scroll 0 0 #333333;
}*/
div#entry_comments div#comment_guidelines {
    background: none repeat scroll 0 0 #9F9995;
	color:#000;
    margin: 10px 0 10px 80px;
    padding: 10px;
    width: 418px;
}
div#entry_comments div#comment_guidelines h6 {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 0;
}
div#entry_comments div#comment_guidelines p {
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
    margin: 10px 0 0;
}
div#entry_comments fieldset#comment_action {
    font-size: 11px;
    font-weight: bold;
    padding: 10px;
    position: relative;
}
div#entry_comments fieldset#comment_action label {
    display: block;
    padding: 5px 0;
}
div#entry_comments fieldset#comment_action label input {
    background: none repeat scroll 0 0 #CCCCCC;
	color:#000;
    height: 25px;
    left: 5px;
    outline: medium none;
    position: relative;
    width: 180px;
}
/*div#entry_comments fieldset#comment_action label input:focus {
    background: none repeat scroll 0 0 #333333;
}
*/div#entry_comments fieldset#comment_action input#submit_comment {
    bottom: 10px;
    font-size: 12px;
    position: absolute;
    right: 10px;
}
#comment-total, #facebook-options {
    display: inline;
    padding: 0 0 5px;
    width: 300px;
}

#facebook-options {
	margin: 0 0 10px 0;	 
}

#comment-total li, #facebook-options li {
    display: inline;
    margin: 0 10px 0 0;
}
#comment-total li a, #facebook-options li a {
    color: #990000;
}
#comment-total li a:hover, #facebook-options li a:hover {
	color: #0099FF;

}
input.add-comment {
    background: url("http://potus.wtfpod.com.s3-website-us-west-2.amazonaws.com/wtf-assets/images/buttons/btn-comment.png") no-repeat scroll 0 -32px transparent;
    border: 0 none;
    height: 35px;
    outline: medium none;
    width: 115px;
}
input.add-comment:hover {
    background-position: 0 0;
}

#captcha{
	max-width:180px; 
}

