/*
Theme Name: Notes
Theme URI: http://www.podbean.com/
Description: A responsive theme in full width. The design is fun and endearing and great for life topics.  
Version: 2.4
Author: Podbean
Author URI: http://www.podbean.com/
is_new:YES
*/

* {
	padding: 0;
	margin: 0;
}
body {
	background: url(http://www.podbean.com/wp-content/themes/notes/images/body-bg.png) repeat scroll 0 0 transparent;
	color: #817757;
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 27px;
}
ul, ol {
	list-style: none;
}
p {
	line-height: 26px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Lobster', Arial, sans-serif;
	font-weight:normal;
}
h1 {
	font-size: 35px;
	margin-bottom: 13px;
}
h1 a {
	color: #AA402B;
}
h2 {
	color: #AE0C0A;
	font-size: 20px;
	font-weight: normal;
}
h4 {
	color: #515151;
	font-size: 15px;
}
h6 {
	color: #6E886C;
	font-size: 14px;
	position: relative;
}
a {
	text-decoration: none;
	color: #AA402B;
}
a:hover {
	color: #404040;
}
input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #f7f7f7;
	color: #333;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	padding:2px;
}
#content {
	padding: 33px 0 45px;
	display: block;
}
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 {
	background: url(http://www.podbean.com/wp-content/themes/notes/images/content-bg.png) repeat scroll 0 0 transparent;
	position: relative;
	z-index: 1;
	margin: 0 0 0 19%;
	padding: 0 3%;
	width: 54%;
	min-height:800px;
	min-width:500px;
}
#wrapper:after, #wrapper:before {
	background: url(http://www.podbean.com/wp-content/themes/notes/images/content-bg-sep.png) repeat-y scroll 0 0 transparent;
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 2px;
}
#wrapper:after {
	right: -2px;
}
#wrapper:before {
	left: -2px;
}
#headercolumn1 h1 a {
	text-decoration: none;
	color: #ffffff;
	letter-spacing: -2px;
	font-family:Satisfy;
	line-height:normal;
}
#headercolumn1 {
	margin: 20px 0 0 0;
	padding: 10px;
	background:url(http://www.podbean.com/wp-content/themes/notes/images/logo-bg.png) repeat;
	text-align:center;
}
.headercolumn1 {
	border:1px solid #bb604b;
	padding:10px
}
.headercolumn1 h1 {
	margin:0px !important;
}
/* Header Styles */

#header h1 {
	margin: 0;
}
#header h1 a {
	text-decoration: none;
	font-size: 2.3em;
	color: #3d0e02;
}
#nav {
	position: relative;
	margin-top:20px;
	float:right;
}
/* Column 1 */
#column1 {
	left: -30%;
	padding-right: 2%;
	width: 28%;
	position: absolute;
	text-align: right;
	top: 0;
	z-index: 2;
}
#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;
}
#column1 li {
	position:relative;
}
#main-menu > ul > li.current_page_item > a:after {
	background: url(http://www.podbean.com/wp-content/themes/notes/images/current-item.png) no-repeat scroll 0 0 transparent;
	content: "";
	height: 13px;
	position: absolute;
	right: -6px;
	top: 10px;
	width: 6px;
}
#nav > ul > li > a {
	display: inline-block;
	margin-bottom: 6px;
	position: relative;
}
#nav li a {
	background: #867c63; /* Old browsers */
	background: -moz-linear-gradient(top, #867c63 0%, #716750 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #867c63), color-stop(100%, #716750)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #867c63 0%, #716750 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #867c63 0%, #716750 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #867c63 0%, #716750 100%); /* IE10+ */
	background: linear-gradient(top, #867c63 0%, #716750 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#867c63', endColorstr='#716750', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:1px solid #62563b;
	font-style:italic;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,0.5);
	padding:3px 14px;
	text-decoration:none;
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.3);
}
#nav li.current_page_item a:after {
	background: url(http://www.podbean.com/wp-content/themes/notes/images/current-item.png) no-repeat scroll 0 0 transparent;
	content: "";
	height: 13px;
	position: absolute;
	right: -6px;
	top: 10px;
	width: 6px;
}
#nav li.current_page_item a {
	color:#FFE69B;
}
#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 {
	text-decoration:underline;
}
/* Column 2 */
#column2 {
	right: -32%;
	width: 30%;
	padding-top: 5px;
	position: absolute;
	top: 0;
}
#column2 p {
	margin: 0 0 20px 0;
	padding: 0px 10px 0px 0px;
	border-top: 1px dashed #d7d7d7;
	border-bottom: 1px dashed #d7d7d7;
	line-height: 20px;
}
#column2 img {
	margin: 0;
}
#column2 a img {
	border: 1px solid #a3a675;
	margin: 0px;
	padding:1px;
}
#column2 a:hover img {
	border: 1px solid #6E886C;
}
.widget {
	background: url(http://www.podbean.com/wp-content/themes/notes/images/widget-bottom-line.png) no-repeat scroll left bottom transparent;
	padding-bottom: 15px;
	padding-left: 30px;
	padding-top: 25px;
}
.widget h3 {
	color: #6E886C;
	font-size: 17px;
	margin-bottom: 6px;
}
.widget a {
	color:#817757;
}
/* Footer Styles */
#footer {
	border-bottom: 1px solid #E3E3D7;
	border-top: 1px dashed #E3E3D7;
	bottom: 0;
	clear: both;
	font-size: 0.9em;
	text-align: center;
	width: 100%;
}
#footer p {
	font-size: 20px;
	margin: 0;
	padding: 30px 0 50px;
}
.podPress_content {
	font-size:100% !important;
}
div.float {
	float: left;
	padding-left: 13px;
}
div.float p {
	text-align: center;
}
div.spacer {
	clear: left;
}
/* Blog */
.post {
	margin-top: 38px;
	position: relative;
	z-index: 1;
}
.post:after {
	background: url(http://www.podbean.com/wp-content/themes/notes/images/left-set.png) no-repeat scroll 0 0 transparent;
	content: "";
	height: 24px;
	left: -11px;
	position: absolute;
	top: 30px;
	width: 12px;
}
.post-bg {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
	background-image: url(http://www.podbean.com/wp-content/themes/notes/images/posts-bg.png);
	background-repeat:repeat;
	border:1px solid #f0eaca;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}
.post img {
	margin: 4px auto 4px 0px;
	padding: 4px;}
.post-content {
	margin-left: 30px;
	padding: 10px 40px 10px 29px;
	position: relative;
}
.post-content:after {
	background: url(http://www.podbean.com/wp-content/themes/notes/images/posts-content-bg.png) repeat-y scroll 0 0 transparent;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1px;
}
.post-title {
	background: url(http://www.podbean.com/wp-content/themes/notes/images/posts-header-bg.png) repeat scroll 0 0 transparent;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
	margin: 0 -40px 0 -28px;
	padding-left: 29px;
	padding-top: 11px;
}
.podPress_previewImage {
	line-height:normal !important;
}
.postmeta {
	margin-top: 0;
	padding-top: 2px;
	color: #5b564d;
}
.postfeedback, input[type='submit'] {
	background: url(http://www.podbean.com/wp-content/themes/notes/images/button-bg.png) repeat scroll 0 0 #82785F;
	border-top: 1px solid #FFFFFF;
	bottom: -2px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.4) inset;
	color: #FFFFFF;
	display: inline-block;
	font-size: 11px;
	font-style: italic;
	height: 24px;
	line-height: 24px;
	padding: 0 13px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.postfeedback:after, .postfeedback:before, input[type='submit']:after, input[type='submit']:before {
	content: "";
	height: 21px;
	position: absolute;
	top: 0;
	width: 5px;
}
.postfeedback:after, input[type='submit']:after {
	background: url(http://www.podbean.com/wp-content/themes/notes/images/button-right-bg.png) no-repeat scroll 0 0 transparent;
	right: -6px;
}
.postfeedback:before, input[type='submit']:before {
	background: url(http://www.podbean.com/wp-content/themes/notes/images/button-left-bg.png) no-repeat scroll 0 0 transparent;
	left: -6px;
}
input[type='submit'] {
	cursor:pointer;
}
.postfeedback a {
	color:#ffffff;
	margin:0px 5px;
}
.postfeedback a:hover {
	text-decoration:underline;
}
.postfeedback {
	margin:0px 0px -2px 0px;
}
.postentry {
	margin: 0;
	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;
}
.commentslink {
	padding: 0 0 0 17px;
}
/* Comments */

#commentlist {
	margin: 12px 0;
	padding: 0;
	list-style-type: none;
}
#commentlist li {
	padding: 1px 20px;
	border-top:1px dashed #D8E2D0;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.0em;
	font-weight:bold;
}
.commentmeta {
	margin-top: 0;
	font-size: 0.9em;
	color: #999;
}
/* calendar START */
.widget_calendar h3 {
	display:none;
}
#wp-calendar {
	width:100%;
}
#wp-calendar #today {
	background:#E6E6E6;
}
#wp-calendar tbody a {
	font-weight:bolder;
}
#wp-calendar caption {
	font-family:Arial;
	font-weight:bolder;
	letter-spacing:-0.05em;
	font-size:150%;
	text-align:left;
	padding-bottom:5px;
}
#wp-calendar th, #wp-calendar td {
	text-align:center;
}
#wp-calendar tbody td {
	border:1px solid #CCC;
}
#wp-calendar tbody td.pad {
	border:0 none;
}
#wp-calendar th {
	background:#999;
	color:#FFF;
}
#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;
}
.PSR_stars {
    line-height: 15px !important;
}

.show_visits span, .BlogEpisodeCount span {color: #AA402B}
.wtf-widget .ul.list li .tit {padding-left: 5px;}
.wtf-widget .follow-btn {padding-left: 5px;}

.show_visits span, .BlogEpisodeCount span {color: #AA402B}
#profilebottomaction .btns-nomal a.pb-follow {background: #AA402B; color: #fff; border: 0px;}