/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

#header {min-height: 100px; width: 600px; padding:12px 0 28px 10px; border: 0;}

/* NAV BAR */

.custom .menu { border:0; }

/* FEATURE BOX */

#feature_box { background: none; border: none; margin-bottom: 3em;}

#feature_box .survey {
	background-color:#ef326c; 
	color: #fff; 
	font-size: 16px; 
	font-weight: bold;
	padding: .5em;
	text-align: center;
	}

#feature_box .survey a{
	color: #fff;
	text-decoration: underline;
}

#feature_box .survey a:hover {
	color: #fff;
	text-decoration: none;
}

/* TEASERS */

.custom .teaser {
	width: 100%;
	border-bottom: 1px dotted #BBB;
	padding: 2em 0 2em 0;
	}

.custom .teasers_box {
	border-top: none;
	padding: 0;
	}
	
.custom .teaser .podPress_content {display: none;}
	
.custom .teasers_box h2 a { color: #2361a1; }
.custom .teasers_box h2 a:hover { color: #111; }

/* ARCHIVE HEADERS */

#archive_intro {
	border-width: 0 0 1px 0;
	margin: 1em;
	padding-left: 0;
}

#archive_intro h1 {text-transform: capitalize;}

/* CONTENT BOX */

.custom #content {
	border-right: 1px solid #ddd;
}

.custom .entry-content {
	margin-top: 1em;
}

.custom .entry-content h4 {
	margin-bottom: .5em;
}

.custom .entry-content ul li {
	margin-bottom: .5em;
}

/* IMAGE FRAME */

.custom img.post_image { 
	margin-top: 4em; 
	margin-bottom: 1em !important;
	padding: 2px;
	border: 1px solid #eee;
	-moz-box-shadow: 0 0 3px #ddd;
	-webkit-box-shadow: 0 0 3px #ddd;
	box-shadow: 0 0 3px #ddd;
	}
.custom img.thumb { 
	margin-top: 1.5em; 
	margin-bottom: 1em;
	padding: 2px;
	border: 1px solid #eee;
	-moz-box-shadow: 0 0 3px #ddd;
	-webkit-box-shadow: 0 0 3px #ddd;
	box-shadow: 0 0 3px #ddd;
	}
.custom img.thumb.frame, .custom img.post_image.frame {
	background: #fff;
	border: 0;
	padding: 0;
	}
	
/* SIDEBAR */

.custom .sidebar { padding-left: 1em;}

.custom .sidebar a {text-decoration: none;}
.custom .sidebar a:hover {text-decoration: underline;}


.custom .sidebar h3 {
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 0;
	color: #333;
	}

.sidebar .subscribe {margin-top: 1em;}

.sidebar .subscribe p {
	margin-bottom: .75em;
}

.sidebar .subscribe img {vertical-align:bottom;}

.sidebar img.icon-jb {
	float: right;
	padding: 2px;
	border: 1px solid #ddd;
	-moz-box-shadow: 0 0 3px #ddd;
	-webkit-box-shadow: 0 0 3px #ddd;
	box-shadow: 0 0 3px #ddd;
	margin: 3px 2px;
	}
	
.custom .sidebar .pop-eps {color: #999;}

/* AUDIO PLAYER */

.podPress_content {
	font-size: 16px;
	margin-bottom: 1em !important;
	margin-left: -3px !important;
	font-weight: bold;
	/* background: #eee;
	padding: 1px 10px 1px 10px !important; */
}

.podPress_downloadlinks {margin-top: 1em !important; clear:none !important;}

/* #podPressPlayerSpace_1 {
	margin-bottom: 3em;
} */


/* RELATED EPISODES */

#related_posts_thumbnails { list-style-type:none; margin-left: .5em; margin-top: .5em;}
#related_posts_thumbnails li { margin-bottom: 1em; }
#related_posts_thumbnails li img { 
	margin-right: .75em; 
	vertical-align:middle;
	padding: 2px;
	border: 1px solid #eee;
	-moz-box-shadow: 0 0 3px #ddd;
	-webkit-box-shadow: 0 0 3px #ddd;
	box-shadow: 0 0 3px #ddd;
	} 

/* LIKE BUTTONS */

.like-buttons { margin-left: 1em; margin-top: 2em;}
.tw_button { margin-right: 0 !important; }

/* COMMENTS */

#disqus_thread { 
	padding: 0 2.5em 0 1em; }
	
#dsq-comments-title h3, #dsq-new-post h3 {
	font-weight: bold;
	font-size: 1em;
	margin: 2em 0 1em 0;
}

.dsq-brlink {display: none;}

.dsq-global-toolbar-container {display:none;}

/* PREV-NEXT LINKS */

.custom .prev_next {
	border: none;
	margin-top: 1em;
	font-weight: bold;
	letter-spacing: 0;
	font-size: 12px;
	}

/* FOOTER */

.custom #footer {
	margin: 3em 0 0 0;
	border: 0;
	text-align: left;
	font-variant: normal;
}

/* SHARE SECTION */

.custom .agg_post_meta { 
	line-height: 2em; 
	height: 2em; 
	text-align: left; 
	margin: 2em 0 1.3em 0; 
	}
	
.custom .agg_post_meta a { 
	float: left; 
	display: inline-block; 
	line-height: 100%; 
	margin: 0px 5px; 
	text-decoration: none;
	}