/*  
Theme Name: Spectrum
Theme URI: http://www.podbean.com/
Description: Spectrum comes as a colorful and fresh theme sporting a clean layout with one main column and a sidebar on the right. 
Version: 1.0.2
Author: Ignacio Ricci
Author URI: http://profiles.wordpress.org/ignari

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



/* Begin Typography & Colors */
body {
	font-size: 100%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background:url(//www.podbean.com/wp-content/themes/Spectrum/images/kubrickbgcolor.jpg) repeat;
	color: #333;
}
#page {background:url(//www.podbean.com/wp-content/themes/Spectrum/images/body.jpg) no-repeat top center;}
p {
	margin:0px;
}
#main-wrap {
	margin: 0 auto;
	width: 1000px;
}
#main {
	background:#ffffff;
	background:-webkit-gradient(linear, 0 0, 0 160, from(rgba(255,255,255,0.5)), to(rgba(255,255,255,1)));
	background:-moz-linear-gradient(100% 0% 270deg, rgba(255,255,255,0.5), rgba(255,255,255,1) 160px);
	filter:alpha(opacity=50 finishopacity=100 style=1 startx=0,starty=0,finishx=0,finishy=60);
	border:1px solid #fff;
	color:#333;
	margin:0px 30px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	-webkit-border-bottom-right-radius:2px;
	-webkit-border-bottom-left-radius:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-bottomleft:2px;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
}
#content, .description, #sidebar {position:relative;}
#sidebar  li {list-style-type: none;}
.description {
	background: url(//www.podbean.com/wp-content/themes/Spectrum/images/siteDescription.png) no-repeat scroll center bottom transparent;
	padding: 25px 35px;
}
.description h2 {
	color: #666666;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 150%;
	text-shadow: 1px 1px #FFFFFF;
	font-family: Cambria, Georgia, serif;
	margin:0px;
}
.narrowcolumn .entry {
	clear: both;
	color: #447223;
	overflow: hidden;
	padding: 30px 50px 15px 70px;
	font-size:0.8em;
}
.entry p {
	margin:8px 0px;
}
.post-date {
	color: #51892A;
	font-size: 1.6em;
	position: absolute;
	right: 15px;
	text-shadow: 1px 1px #84C050;
	top: 13px;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h1 {
	font-size: 4em;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
ol, ul {
	list-style: none outside none;
}
h2 {
	font-size: 1.6em;
}
h2.pagetitle {
	font-size: 1.6em;
}
#nav {
	float: right;
	margin: -45px 30px 0 0;
	padding-top: 10px;
	width: 500px;
}
#nav li {
	float: right;
	margin-left: 5px;
	position: relative;
}
#nav li a {
	background: #000000;
	filter:alpha(opacity=60);
	opacity:0.6;
	color: #FFFFFF;
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 7px 12px;
	text-shadow: 1px 1px 1px #000000;
}
#nav li.current_page_item a, #nav li:hover a {
	filter:alpha(opacity=100);
	opacity:1;
}
#most-popular-episodes h2{
	color: #7F7F7F;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 5px;
    padding: 16px 15px 12px 25px;
    text-shadow: 1px 1px #FFFFFF;
    text-transform: uppercase;
}









#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}
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;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li {
	font-weight: bold;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
}
#wp-calendar #prev a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
}
#header {
	padding-bottom: 35px;
	margin: 0 auto;
	width: 1000px;
}
#header #headerimg h1 {
	font-family: 'Lobster', 'lobster-1', 'lobster-2', Cambria, Georgia, serif;
	font-size: 2.9em;
	font-weight: normal;
	line-height: 130%;
	padding: 24px 0 0 50px;
	text-rendering: optimizelegibility;
	width: 440px;
}
#header #headerimg h1 a {
	color: #11242E;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
}
.narrowcolumn {
	float: left;
	margin-left: -30px;
	width: 660px;
	margin-top: 30px;
}
.post {
	clear: both;
	float: left;
	padding-bottom: 30px;
	width: 100%;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.postmetadata {
	clear: left;
}
.main-title {
	background: url(//www.podbean.com/wp-content/themes/Spectrum/images/main-title.png) no-repeat scroll 0 0 #6AB32E;
	border-bottom: 1px solid #5A962F;
	min-height: 39px;
	padding: 7px 0 9px 65px;
	position: relative;
}
.main-title h2 {
	font-size: 1.9em;
	font-weight: normal;
	line-height: 130%;
	margin-right: 200px;
	text-shadow: 1px 1px #5A962F;
}
.main-title h2, .main-title h2 a {
	color: #FFFFFF;
}
.left-fold {
	background-image: url(//www.podbean.com/wp-content/themes/Spectrum/images/sprite.png);
	display: block;
}
.left-fold {
	background-position: 0 -66px;
	left: 0;
	bottom: -30px;
	height: 29px;
	width: 29px;
	position: absolute;
	z-index: 1;
}
.main-title .edge {
	background: url(//www.podbean.com/wp-content/themes/Spectrum/images/main-title-edge.gif) no-repeat scroll 0 0 transparent;
	right: -11px;
	top: 0;
	height: 55px;
	width: 11px;
	position: absolute;
	z-index: 1;
}
#footer {
	clear: both;
	font-size: 0.7em;
	margin: 0 auto;
	padding: 20px 20px 40px;
	text-align: center;
	width: 760px;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding: 0;
	margin: 0;
}
h2 {
	margin: 0;
}
h3 {
	padding: 0;
	margin: 30px 0 0;
}
h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}
/* End Headers */

.posttitle h2 a {
	font-size:1em;
}
/* 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

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}
#sidebar ul {
	margin: 0 50px 0 0;
	overflow: hidden;
	list-style: none outside none;
}
.sidebar-box #most-popular-episodes li{ background: transparent;    padding-left: 30px; }
.sidebar-box li {
	border-bottom: 1px solid #DDDDDD;
	display: block;
	line-height: 130%;
	padding: 14px 14px 14px 55px;
	background: url(//www.podbean.com/wp-content/themes/Spectrum/images/arrow-sidebar.gif) no-repeat scroll 0 0 transparent;
}
.sidebar-box li.widget 	{
	border-bottom: none;
	padding: 14px 0px 14px 55px;
}
.sidebar-box li.widget ul {margin:0px !important;}
.sidebar-box li.widget li {
	border-bottom: 1px solid #DDDDDD;
	display: block;
	line-height: 130%;
	padding: 5px;
	background: none;
}
#wp-calendar {margin-bottom:20px;}
#wp-calendar caption {
    color: green;
    font-size: 20px;
    margin-bottom: 10px;
}
.sidebar-box li a {color:#999999; font-size: 1.15em;}
.sidebar-box li a:hover {
	color:#73B73A;
	background-position:-246px 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform input[type="text"] {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #DDDDDD;
	color: #999999;
	font-family: inherit;
	font-size: 1em;
	margin-right: 5px;
	padding: 5px;
	width: 138px;
}
#searchform input[type="submit"] {
	background-position: 0 0;
	position: relative;
	top: -5px;
	width: 42px;
	cursor: pointer;
	display: inline;
	height: 32px;
	font-size: 0;
	text-indent: -9999em;
	background-image: url(//www.podbean.com/wp-content/themes/Spectrum/images/sprite.png);
	border:none;
}
#searchform input[type="submit"]:hover {
	background-position:0 -33px;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#commentform #submit {
	margin: 0;/* float: right; */
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	float: right;
	margin-right: -30px;
	width: 300px;
	margin-top: 30px;
}
#sidebar form {
	margin:10px 0px 0px 0px;
}
/* End Sidebar */



/* Begin Calendar */
.sidebar-box {
	font-family: Cambria, Georgia, serif;
	padding-bottom: 30px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
.sidebar-title {
	background: url(//www.podbean.com/wp-content/themes/Spectrum/images/sidebar-title.jpg) repeat-y scroll 100% 0 transparent;
	border-bottom: 1px solid #E0E0DF;
	position: relative;
}
.sidebar-title h2 {
	color: #7F7F7F;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 5px;
	padding: 16px 15px 12px 25px;
	text-shadow: 1px 1px #FFFFFF;
	text-transform: uppercase;
}
.sidebar-title .edge {
	background: url(//www.podbean.com/wp-content/themes/Spectrum/images/sidebar-title-edge.gif) no-repeat scroll 0 0 transparent;
	bottom: -1px;
	left: -11px;
	height: 55px;
	width: 11px;
	position: absolute;
	z-index: 1;
}
.sidebar-title .right-fold {
	background-position: -120px -66px;
	right: 0;
	bottom: -30px;
	height: 29px;
	width: 29px;
	position: absolute;
	z-index: 1;
	background-image: url(//www.podbean.com/wp-content/themes/Spectrum/images/sprite.png);
	display: block;
}
#wp-calendar td {
	border: 1px solid #EEEEEE;
	padding: 3px 6px;
	text-align: center;
}
#wp-calendar td:hover {
	background:#eeeeee;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* 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;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-left:70px;
	margin-bottom: 60px;
}
#before-footer {
	background: url(//www.podbean.com/wp-content/themes/Spectrum/images/zig-zag.png) repeat-x scroll left bottom transparent;
	clear: both;
	margin: 0 -1px -10px;
	padding-bottom: 50px;
}
#commentform input[type="submit"]:before {
	color: #BDBDBD;
	font-size: 12px;
	font-weight: bold;
	height: 14px;
	line-height: 10px;
	margin-right: 10px;
	width: 14px;
}
#commentform input[type="submit"] {
	background-color: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	color: #B9B9B9;
	font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 55px;
	padding: 12px;
	text-transform: uppercase;
	border:1px solid #dddddd;
	cursor:pointer;
}
#commentform input[type="submit"]:hover {
	color: #aaaaaa;
}
.podPress_previewImage {margin:3px 0px 4px;}
.donations form, .donations label, #premium_wrap form {margin: 5px 50px 5px 0px !important;}
.more-block {margin: 0 50px 15px 0 }
.wtf-widget .h3css {border-bottom: none !important;} 
.post-toolbar {
margin-bottom: 3px;
display: block;
}

.show_visits span, .BlogEpisodeCount span {color: #5A962F}
#profilebottomaction .btns-nomal a.pb-follow {background: #5A962F; color: #fff; border: 0px;}
#content .entry .navigation{ 
    margin-top: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
 }
#content .post .entry .podPress_content{ margin:10px 0px; }
#searchform{ margin-left: 50px !important; }