/*  
Theme Name: Pod-Rhythm
Theme URI: http://www.podbean.com
Description: Comes with beating rhythm, the dancing body, and spinning out of joy.
Version: 1.0
Author: Rong
Author URI: http://www.podbean.com
*/

/* Begin Typography & Colors */

body {
	background-color: #003399;
	background-image: url(../../wp-content/themes/pod-rhythm/images/bg.jpg);
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body, div, dl, dd, #content h2.postheader {
	margin: 0;
	padding: 0;
}
input, textarea, select {
	border: 1px solid #195693;
	background: #fff;
	color: #444;
	font-size: 1em;
}
.top {
	background: url(../../wp-content/themes/pod-rhythm/images/top.jpg) repeat-x scroll 0 0 transparent;
}
#content {
}
.narrowcolumn {
	width: 583px;
	float: left;
	min-height: 480px;
	overflow: hidden;
	padding: 10px 28px 25px 32px;
}
.widecolumn .entry p {
	font-size: 1.04em;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.narrowcolumn .entry {
    clear: both;
    float: left;
    width: 100%;
}
.narrowcolumn .entry p {margin:5px 0px;}
.meta {
	float: left;
	padding-left: 3%;
	width: 97%;
	margin:0px 0px 10px;
}
.meta2 {
    background: url(../../wp-content/themes/pod-rhythm/images/tag.jpg) repeat-y scroll 0 0 transparent;
    margin-top: 5px;
    padding: 3px 1%;
	float:left;
	width:90%;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: Verdana, 'Trebuchet MS', 'Lucida Grande', Arial, Sans-Serif;
	font-weight: bold;
}
h1 {
	font-size: 1.9em;
	text-align: left;
}
.description {
	margin-top:5px;
	margin-left:5px;
}
h2 {
	font-size: 1.4em;
}
h2.pagetitle {
	font-size: 1.4em;
	color: #4F9AE5;
}
h3 {
	font-size: 1.4em;
}
#header h1 {
	margin: 0;
	padding: 0;
}
#header h1 a {
	color: #FFFFFF;
	display: block;
	font-size: 35px;
	font-weight: bold;
	text-shadow: 2px 2px 3px #000000;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #555555;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.entry p a:visited {
	color: #b85b5a;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
small, #sidebar ul ul li, #sidebar ul ol li, .postmetadata, blockquote, strike {
	color: #333;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}
a {
	text-decoration: none;
	color:#555555;
}
a:visited {
	color: #597A94;
}
a:hover, a:active {
	color: #FC6948;
}
/* End Typography & Colors */



/* Begin Structure */
body, form, fieldset, #header {
	margin: 0;
	padding: 0;
}
#header {
	color: #FFFFFF;
	margin: 0 auto;
	min-height: 120px;
	padding-top: 8px;
	width: 985px;
}
.search-block {float:right; margin-right:25px;}
#searchbutton {background:#fc6948; border-radius:5px; color:#ffffff; border:1px solid #fc6948;}
.search-block input[type='text'] {border-radius:2px; padding:2px 2px;}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 130px;
	width: 530px;
}
.post {
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}
.entry img {
	float: left;
	margin: 2px 8px 6px 0;
	padding: 4px;
	background: #fff;
	border: 1px solid #DDE8F1;
}
img.wp-smiley {
	border:none;
	border:0px;
	background:#fff;
	float:none;
	padding:0;
	margin:0
}
.postheader {
	background: url(../../wp-content/themes/pod-rhythm/images/round_orange.jpg) no-repeat scroll left 2px transparent;
	float: left;
	width: 100%;
	margin:0px 0px 5px !important;
}
.postheader a {
	font-size: 14px;
	margin-left: 20px;
}
.postheader a:hover, .postheader a:active {
	color:#FC6948;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
#footer {
    float: left;
    height: 73px;
    width: 100%;
}
#footer p {
    color: #E6E6E6;
    font-size: 11px;
    height: 20px;
    text-align: center;
}
#footer a {color:#FC6948;}
#footer a:hover {text-decoration:underline;}
/* End Structure */



/*	Begin Headers */
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li {
	margin: 0;
	padding: 0;
	}

/* End Entry Lists */


/* Begin Comments*/
ol.commentlist {
	width: 520px;
	overflow: hidden;
	margin:0;
	padding:20px 0 0 0;
	list-style-type: none;
}
.commentlist li {
	border: 1px solid #C9D7E3;
	padding: 2px 6px;
	background: #FFF;
	margin: 0 0 14px 0;
}
.alt {
	background: #EAF2F9!important;
	border: 1px solid #C9D7E3;
}
.commenttitle {
	margin-bottom: 0;
	font-size: 1.1em;
}
.commentmeta {
	text-align:right;
	font-size: 0.9em;
	color: #999;
}
#comment {
	width: 98%;
}
#commentform input {
	width:170px
}
/* End Comments */


/* Begin Sidebar */
#sidebar {
    background: url(../../wp-content/themes/pod-rhythm/images/side_bg.jpg) repeat-y scroll 0 0 transparent;
    float: right;
    width: 246px;
}
#sidebar li {
	line-height:2em;
}
#sidebar ul li a {
    background: url(../../wp-content/themes/pod-rhythm/images/arrow_grey.jpg) no-repeat scroll left 5px transparent;
    margin-left: 10px;
    padding-left: 15px;
}
#sidebar ul li a:hover {
	background:url(../../wp-content/themes/pod-rhythm/images/arrow_orange.jpg) no-repeat left 5px;
}
#sidebar ul {
    padding: 10px 25px 10px 15px;
	list-style-type:none;
	margin:0px;
}
.sidemain {
}
.sidemain h2 {
    background: url(../../wp-content/themes/pod-rhythm/images/side_title.jpg) no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 14px;
    height: 22px;
    padding: 4px 10px 0 0;
    text-align: center;
    width: 236px;
	margin:0px;
}
.sidelower {
}
.sidebar-bottom {
    background: url(../../wp-content/themes/pod-rhythm/images/sidebottom.jpg) no-repeat scroll left bottom transparent;
    float: right;
    padding-bottom: 10px;
    width: 246px;
}
.resource {
	font-weight:bold;
	color: #1976D4;
	text-align:center;
	padding: 0 0 6px 0;
	margin:0;
}
li#linkcat-1, li#linkcat-2, li#linkcat-3, li#linkcat-4, li#linkcat-5, li#linkcat-6 {
	background: none;
}
li#linkcat-1 h2, li#linkcat-2 h2, li#linkcat-3 h2, li#linkcat-4 h2, li#linkcat-5 h2, li#linkcat-6 h2 {
	margin:0 0 9px 0;
	padding: 0;
	text-indent: -16px;
	list-style: none;
	color: #4C4C4C;
	font-size: 1.2em;
}
/* End Sidebar */


/* Begin Calendar */
#wp-calendar {
	border: 1px solid #91B3CE;
	empty-cells: show;
	margin: 0 0 4px 4px;
	width: 90%;
	text-align: center;
}
#wp-calendar #next a {
	padding-right: 2px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 2px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
    font-weight: bold;
    margin: 0 0 3px;
    text-align: center;
    width: 95%;
}
#wp-calendar td {
	color: #444;
	font: normal 10px Arial, Verdana, Helvetica;
	letter-spacing: normal;
	text-align: center;
	border:1px solid #ffffff;
}
#wp-calendar td.pad:hover {
	background: #fff;
}
#wp-calendar td:hover, #wp-calendar #today {
	background: #DBEBF8;
	border:1px solid #91B3CE;
	color: #bbb;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
hr {
	display: none;
}
a img {
	border: none;
}
#nav {
	margin: 0;
	padding: 25px 0 0 35px;
	width: 580px;
}
#nav li {
	float: left;
	list-style: none outside none;
	margin-bottom: 5px;
	padding-right: 15px;
	position: relative;
}
#nav li a {
	background: url(../../wp-content/themes/pod-rhythm/images/nav_normal.jpg) repeat-x scroll 0 0 transparent;
	border-radius: 5px 5px 5px 5px;
	color: #555555;
	display: block;
	float: left;
	font-size: 14px;
	height: 19px;
	padding: 2px 15px 0;
	white-space: nowrap;
}
#nav li a:hover, #nav li a.current {
	background: url(../../wp-content/themes/pod-rhythm/images/nav_active.jpg) repeat-x scroll 0 0 transparent;
}
.wrap {
	margin: 0 auto;
	width: 985px;
}
.homepage {
	background: url(../../wp-content/themes/pod-rhythm/images/main_bg_index.jpg) repeat-y scroll 0 0 transparent;
	float: left;
	width: 100%;
	padding-bottom:30px;
}
.index_top {
	float: left;
	font-size: 0;
	height: 15px;
	margin: 0;
	width: 100%;
}
.homepage .index_top {
	background: url(../../wp-content/themes/pod-rhythm/images/index_top.jpg) no-repeat scroll 0 0 transparent;
}
.index_bottom, .single_bottom {
	background: url(../../wp-content/themes/pod-rhythm/images/index_bottom.jpg) no-repeat scroll 0 0 transparent;
	float: left;
	font-size: 0;
	height: 13px;
	width: 100%;
}
/* End Various Tags & Classes*/
.donations form, .donations label, #premium_wrap form {margin:5px 30px 5px 15px !important;}
.donations form, .donations label, #premium_wrap form {margin:0px !important;}





#sidebar .wtf-widget .ul.list li .pic {background: none; margin-left:-60px; padding: 0px;}
#sidebar .wtf-widget .ul.list li a {background: none; margin: 0px; padding: 0px;}
.wtf-widget .more-block {margin-right: 25px;}
#sidebar .h3css {margin: 0 25px 15px 15px !important; font-size: 14px; font-weight: bold;}



table.profileinfo img {width: 150px;}
.show_block, #profilebottomaction {width: 150px;}
.show_visits, .BlogEpisodeCount {width: 70px;}


.show_visits span, .BlogEpisodeCount span {color: #fc6948}
#profilebottomaction .btns-nomal a i.pbicon-export {font-size: 16px; display: block;}
#profilebottomaction .btns-nomal a.pb-follow {background: #fc6948; color: #fff; border: 0px; width: 86px}
#profilebottomaction .btns-nomal a.shares {width: 30px; overflow: hidden;}