/*
Theme Name: Pilcrow
Theme URI: http://www.podbean.com/
Description: Pilcrow comes with both left and right sidebar in extended width, adaptable to any podcast topics.  
Version: 1.7
Author: automattic
Author URI: http://profiles.wordpress.org/automattic
*/

* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 14px;
	font-family: Georgia, "Bitstream Charter", serif;
	color: #333333;
	text-align: center;
	background:url(//www.podbean.com/wp-content/themes/pilcrow/images/bg-image.png) repeat;
}
#container {
	max-width: 990px;
	clear: both;
	margin: 0 auto;
}
#header_img img {
    border-bottom: 2px solid #222222;
    height: auto;
    max-width: 100%;
    width: auto;
}
ul, ol {
	list-style:square outside none;
	line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
}
h3, h4 {
	margin-top: 10px;
}
h1 {
	font-family: Arial, sans-serif;
	color: #404040;
	font-size: 17px;
	font-weight: bold;
}
#nav {
    border-color: #222222;
    border-style: solid;
    border-width: 1px 0 2px;
    display: block;
    float: left;
    margin: 0 auto;
    width: 100%;
}
#nav ul {
    font-size: 12px;
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
}
#nav li {
    float: left;
    position: relative;
}
#nav a {
    color: #222222;
    display: block;
    letter-spacing: 0.3em;
    line-height: 42px;
    padding: 0 16px;
    text-decoration: none;
    text-transform: uppercase;
}
#nav .current_page_item a, #nav li:hover a {
    background: none repeat scroll 0 0 #222222;
    color: #FFFFFF;
}
h1 a {
	color: #6eb700;
}
h2 {
	font-family: Arial, sans-serif;
	color: #AE0C0A;
	font-size: 20px;
	font-weight: normal;
}
#column1 h3 {
    color: #999999;
    font-size: 24px;
    font-weight: normal;
    line-height: 21px;
    margin: 0 0 3px;
}

.post{
	margin-bottom: 35px;
	
}


.post h1 {
    clear: both;
    color: #000000;
    font-size: 28px;
    line-height: 33px;
    margin: 0 0 10px;
    padding: 10px 0 0;
	font-weight:normal;
}
.post h1 a {color:#000000;}
h4 {
	font-family: Arial, sans-serif;
	color: #515151;
	font-size: 13px;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #218dd1;
}
a:hover {
	color: #1873A1;
}
input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #f7f7f7;
	color: #333;
	/*font-size: 1em;*/
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}
input[type="text"] {padding:1px;}
#commentform input, #commentform textarea, #commentform select {
	margin:5px 0px;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
}
code {
	font-family: monospace;
	color: #666;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
.small {
	font-size: 0.9em;
	color: #999;
}
/* Layout */

#wrapper {
	text-align: left;
}
#headerwrap {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
#headercolumn1 h1 a {
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    line-height: 72px;
    text-decoration: none;
}
#headercolumn1 {
	text-align:right;
}
/* Header Styles */

#header h1 {
	margin: 0;
}
#header h1 a {
	text-decoration: none;
	font-size: 2.3em;
	color: #3d0e02;
}
#content {
	float: left;
	/*
	background: url(//www.podbean.com/wp-content/themes/pilcrow/images/bg_article.gif) repeat-y;
	*/
	margin: 0 3% 50px;
	width: 52%;
}
/* Column 1 */
.post h6 {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    display: inline;
    float: left;
    font-size: 11px;
    line-height: 24px;
    padding: 0 6px;
    text-transform: uppercase;
}
#column1 {
	float: left;
}
#flickr-photos a {
	float: left;
	display: inline;
	margin: 10px 0 0 10px;
	padding:0;
	width: 75px;
	height: 75px;
	border: 1px solid #555;
	overflow: hidden;
}
#flickr-photos {
	margin: 0 0 15px 0;
	padding: 0 0 20px 0;
}
#headercolumn3 fieldset {
	border:none;
}
#headercolumn3 form.search {
	width: 205px;
	display:inline;
	padding: 0px;
	margin: 0;
}
#headercolumn3 input.text {
	font:11px Arial, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #d8d8d8;
	height: 14px;
	width:205px;
	padding:2px;
	margin: 5px 0 0 15px;
}
#headercolumn3 input.button {
	border:none;
}
#column1 ul {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    margin-left: 0;
    padding: 10px 10px 10px 20px;
	margin-bottom:1.7em;
}
#column1 li {
    padding: 3px 0;
}
#column1 li p {
	width:186px;
	margin: 0 0 0 0;
	padding: 8px 20px 8px 20px;
	font-size: 1.0em;
	line-height: 1.5em;
	background-color: #f8fcef;
	border-bottom: 1px dashed #d7d7d7;
}
#column1 li a:hover, #column2 li a:hover, #column1 li p a:hover {
	background-color: #fff;
}
html>body #column1 {
	width: 20%;
}
/* Footer Styles */

#footer {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
}
#footer p {
	background: #f5f5f5;
	margin: 0 auto;
	overflow: hidden;
	padding: 6px 20px;
	width: 640px;
	filter: progid: DXImageTransform.Microsoft.Alpha( opacity=90 );
	opacity:0.9;
}
.podPress_previewImage {margin-bottom:5px;}
.blog-info {float:left; color:#1C9BDC; font-weight:bold;}
div.float {
	float: left;
	padding-left: 13px;
}
div.float p {
	text-align: center;
}
div.spacer {
	clear: left;
}
/* Blog */
.post img {
	
	margin: 4px auto 4px 0px;
	padding: 4px;
	background-color: #ffffff;
	border: 1px solid #a3a675;
}
.postmeta {
	margin-top: 0;
	padding-top: 2px;
	color: #5b564d;
}
.postfeedback {
    background:url(//www.podbean.com/wp-content/themes/pilcrow/images/cabinet.png) no-repeat 10px center scroll #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    clear: both;
    margin: 0 0 3.4em;
    overflow: hidden;
    padding: 10px 10px 10px 30px;
}
.postfeedback a:hover {
	background: #ffffff;
	color: #482601;
}
.postentry {
	margin-bottom: 5px;
	padding: 0;
	text-align: justify;
}
.postentry ul {
	list-style:square;
	margin: 20px 20px 20px 10px;
}
.postentry ul li {
	margin: 10px 0;
	font-size: 1.1em;
}
.permalink {
	margin: 0 2.5em 0 0;
	padding: 0 0 0 14px;
}
.commentslink {
	padding: 0 0 0 17px;
}
/* Comments */

#commentlist {
	margin: 2em 0;
	padding: 0;
	border-bottom: 1px dashed #d7d7d7;
	list-style-type: none;
}
#commentlist li {
    background-color: #FFFFFF;
    border-top: 1px dashed #D7D7D7;
    padding: 10px;
}
.alt {
	background-color: #f3f3f3 !important;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.0em;
	color: #8caf51;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}
/* calendar START */
.widget_calendar h3 {
	display:none;
}
#wp-calendar {
	width:100%;
	margin-bottom:20px;
}
#searchform {margin-bottom:20px;}
#wp-calendar #today {
    background: none repeat scroll 0 0 #F5F5F5;
    border-bottom: 1px solid #DDDDDD;
    padding: 3px 0;
}
#wp-calendar tbody a {
	font-weight:bolder;
}
#wp-calendar caption {
    color: #888888;
    font-size: 13px;
    font-weight: bold;
    margin: 6px 0;
    padding: 0 2px 6px;
    text-align: left;
}
#wp-calendar th, #wp-calendar td {
	text-align:center;
}
#wp-calendar tbody td.pad {
	border:0 none;
}
#wp-calendar th {
}
#wp-calendar td#prev {
	text-align:left;
	padding-top:5px;
}
#wp-calendar td#next {
	text-align:right;
	padding-top:5px;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
.postentry p {margin:5px 0px;}
#column1 > li {list-style-type:none;}
table.profileinfo img {width: 150px;}
.show_block, #profilebottomaction {width: 150px;}
.show_visits, .BlogEpisodeCount {width: 70px;}

.show_visits span, .BlogEpisodeCount span {color: #218dd1}
#profilebottomaction .btns-nomal a i.pbicon-export {font-size: 16px; display: block;}
#profilebottomaction .btns-nomal a.pb-follow {background: #218dd1; color: #fff; border: 0px; width: 86px}
#profilebottomaction .btns-nomal a.shares {width: 30px; overflow: hidden;}
#content .post {margin-bottom: 35px;}