/*  
Theme Name: Thoughtcast 2008
Theme URI: http://www.likoma.com/
	Description: Based on <a href="http://www.doshdosh.com/wordpress-themes/Prosense-Adsense-Ready-SEO-Theme">Prosense</a> by  <a href="http://www.doshdosh.com">Dosh Dosh</a> and <a href="http://thewrongadvices.com">The Wrong Advices</a>
	 Author: <a href="http://www.likoma.com">Likoma</a>
Author URI: http://www.likoma.com/

*/

/* colors

#FF9220 orange (bg)
#D13800 post titles
#FFDDBB light orange bg border bottom


/*-----------Block Level Elements--------------*/

*{
	margin:0;
	padding:0;
}

body {
	/*font: 72% Verdana*/;
	/*line-height: 1.3em;*/
	margin: 0px;
	padding: 0px;
    color: #333;
	background-color: #ffffcc; 
	font: 0.8em Verdana;
}

body a, body a:visited {
	color: #D13800;
	text-decoration: none;
}

body a:hover {
	text-decoration: underline;
}

#page {
	width: 960px;
	margin: 0px auto;
	padding: 0 10px 0 10px;
	background-color: #FF9220;
}

#header {
	width: 100%;
	height: 286px;
	background-image: url(images/tc_001_960x286.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


#header h1 {
	font-size: 3.0em;
	padding: 0;
	margin: 0;
	color: #fff;
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;*/
	
}

#header h1 a {
	color: #fff;
}

.description {
	/*font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;*/
}

#header #header_right {
	float:right;
	width: 350px;
	text-align: right;
	font-size: 1.2em;
	color: #fff;
	padding: 20px 20px 20px 0;
}

#header #header_left {
	float:left;
	width: 450px;
	text-align: left;
	font-size: 1.2em;
	color: #fff;
	padding: 10px 0px 20px 20px;
}


.navigation {
	display:inline;
	margin-bottom: 10px;
}

#nav {
	position:absolute;
	top:260px;
	left:auto;
    list-style-type : none;
    text-align : center;
   	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	line-height: 3.0em;
	height : 30px;
	/*margin: 225px 0 0 6px;*/
}

#nav a {
   margin: 0px;
   /*width : 94px;*/
   height : 20px;
   font-weight : bold;
   font-style : normal;
   display : inline;
   padding: 0px 10px;
}

#nav a:hover {
	background: #000;
}

#nav li {
	float: left; 
	list-style-type: none;
	margin: 0px;
	border-right: solid 1px #fff;
}

#subscribe {
	text-align: right;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 495px;
	line-height: 1.6em;
	border-left: 6px solid #FF9220;
	border-bottom: 6px solid #FF9220;
	background-color: #ffffcc;
	/*padding: 10px;
       margin: 0px 0px 10px 0px; */
	font: 1.0em/1.4em arial,verdana,sans-serif;
	color: #333;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#sidebar {
	
	float: right;
	width: 425px;
	margin-left: 0px;
	padding-top: 0px;
	border-right: 6px solid #FF9220;
	border-bottom: 6px solid #FF9220;
	list-style: none;
}

#footer {
	color: #fff;
	width: 100%;
	clear: both;
	
}

#footer a, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer_left {
	padding: 10px 0 10px 20px;
	text-align: left;
	float: left;
	width: 450px;
	line-height: 1.6em;
}

#footer_right {
	padding: 10px 20px 10px 0;
	text-align: right;
	float: right;
	width: 350px;
	margin-left: 0px;
}



/*-------------Headings-------------*/

h1, h2, h3, h4 {
	
}

h1 {
	font-size: 3.0em;
}

h2 {
	/*font-size: 1em;*/
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1.0em;
}


/*-------------The Post-------------*/



.post h2, .post h2 a:hover, .post h2 a:visited, .post h2 a {
	font-size: 14px;
	text-decoration: none;
	color: #D13800;
	margin-bottom: 10px;
	margin-right: 20px;
	line-height: 1em;
	font-weight: bold;
}

.post {
	font: 1.0em/1.4em arial,verdana,sans-serif;
	/*font-size: 12px;*/
	margin-bottom: 30px;
	text-align: left;
	padding-right: 15px;
}

.post p {
	padding: 5px 20px 5px 0px;
	margin: 5px 0px;
}

.post ul, .post ol {
	margin: 10px 0 10px 0;
	padding-left: 40px;
	
}

.post li {
	padding: 2px 0 2px 0;
}

/*.post img{
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
	margin: 9px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 4px;
	}*/

.entry {
	margin-bottom: 10px;
	text-align: left;
}

.entrytext #postmetadata {
	margin-top: 20px;
	text-align: left;
}

.entry, .entrytext {
	font-size: 1.0em;
	line-height: 125%;
}

#postmetadata {
	clear:both;
	border-bottom: 2px solid #FF9220;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: center;
}

#postmetadata alt {
	border-top: 1px solid #ccc;
	padding-top: 2px;
	margin-bottom: 40px;
	text-align: left;
}

 
.alignleft {
	float:left;
	text-align:left;
}

.alignright {
	float:right;
	text-align:right;
}

.pagetitle {
	font-size: 1.6em;
	margin-bottom: 20px;
}

blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}


code{
	/*font:1.2em 'Courier New',Courier,Fixed;*/
	display:block;
	overflow:auto;
	text-align:left;
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #FBF5DF;
	border-top: solid 1px #EDE0B3;
	border-bottom: solid 1px #EDE0B3;
}

#sidebar img, #sidebar img a, a img #sidebar {
	border: 0;
}

a img {
	border: 0;
}
/*
img {font-size:60%}

p img { padding: 0; max-width: 100%; }

img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 4px; margin: 0 7px 2px 0; display: inline; }*/

.right { float: right; }
.left { float: left; }

/* author bio images */
/*.biopic, .photo {
	font-size: smaller;
	clear: left; float: left;
	margin-left: 0; margin-bottom: 5px;
	margin-top: 0; margin-right: 5px;
	padding: 0; border: none;
	color: black; background: transparent;
	text-align: center;
}
.biopic p, .photo p { font-weight: bold; margin-top: 0.5em; margin-bottom: 0;text-align: center; }
.biopic p.credit, .photo p.credit {
	font-size: 90%;
	font-weight: normal;
	margin-top: 0;
	color: #666;
	text-align: center;
}*/

.credit {
	text-align: center;
	margin-bottom: -22px;
}
/*--------------Sidebar------------*/

#sidebar ul {
	margin-bottom:20px;
	list-style: none;

}

#sidebar h2 {
        font-family: Verdana;
        font-size: 14px;
        font-weight: 600;
}

#sidebar {
	margin-bottom:20px;
	list-style: none;
/*letter-spacing: -.5px;*/
}		


#sidebar . ul h2 {
	/*padding-bottom: 10px;*/

}
	

#sidebar ul li {
	list-style:none;
	line-height:1.4em;
}

#sidebar ul ul {

}

#sidebar .sidebar_left ul ul li, #sidebar .sidebar_left ul li {
font: 1.0em/1.4em arial,verdana,sans-serif;
letter-spacing: -.1px;
	
}

#sidebar .sidebar_right ul ul li/*#category-cloud*/ {
font: 1.0em/1.4em arial,verdana,sans-serif;
letter-spacing: -.1px;
	
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .sidebar_left {
	width: 184px;
	float: left;
	padding: 20px 10px 0 10px;
	border-right: 6px solid #FF9220;
	border-left: 6px solid #FF9220;
	background-color: #ffffcc; 
}

#sidebar .sidebar_right {
	width: 180px;
	float: right;
	padding: 20px 10px 0 10px;
	background-color: #ffffcc;
}

/*--------------Comments--------------*/

#comments {
	/*font-size: 1.0em;*/
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom:20px;
	width: 450px;
}

#respond {
	/*font-size: 1.6em;*/
	margin-bottom: 5px;
}

ol.commentlist {
	list-style-type : none;
	/*font-size: 1.2em;*/
	width: 450px;
}

ol.commentlist li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFDDBB;
}

ol.commentlist li.alt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFDDBB;
}

#comment_title {
	margin-bottom: 5px;
}

#commentform {
	margin-bottom: 20px;
}

#commentform p {
	margin-bottom: 10px;
}

#commentform textarea {
	width:400px;
	padding:2px;
	font-size: 12px;
	background-color: #fff;
	border: 1px solid #ccc;
	}
	

/*--------------Search Form-------------*/

#search {
	margin-bottom: 20px;
	text-align: right;
}

#searchform {
	margin-bottom: 20px;
}

#searchform input {
	width: 160px;
	background: #fff;
}

/*-------------Calendar-----------------*/

#wp-calendar {
	width: 160px;
	text-align: left;
	margin-top: 5px;
}

#wp-calendar th {
	margin-top: 5px;
}

#wp-calendar caption {
	font-size: 1.2em;
	margin-top: 5px;
}

/*-------------Other------------------*/

hr {
	display: none;
}

#adsense_singlepost_top_square {
	float: right;
	margin-left: 10px;
}

#adsense_singlepost_bottom_square {
	margin-bottom: 30px;
}

#adsense_singlepost_top_banner {
	margin-bottom: 5px;
}

#adsense_singlepost_bottom_banner {
	margin-bottom: 30px;
}

#adsense_homepage_linkunit {
	margin-bottom: 30px;
}

#adsense_homepage_banner {
	margin-bottom: 30px;
}

.sidebar_left #text-1 .textwidget {
	/*color: #000000!important;
	font-family: arial, verdana, sans-serif;*/
	/*font-size: 1.2em;
	font: 1.4em/1.4em arial,verdana,sans-serif;*/

	/*line-height: 1.4em;*/
	/*letter-spacing: .1px;*/
font: 1.0em/1.4em arial,verdana,sans-serif;
color: #333;
padding-bottom: 10px;
margin-left: 5px; 
margin-right: 4px;
	}
.sidebar_left #text-1 h2 {
	color: #D13800!important;
font: 1.0em/1.4em arial,verdana,sans-serif;
	/*font-family: arial, verdana, sans-serif;*/
        /*font-family: Verdana;*/
        font-size: 18px;
	margin-top: -5px;
		margin-bottom: -5px;
/*font-weight: 600;*/
        /*margin: 0;
        padding: 0;*/
        /*color: #222;*/
	letter-spacing: -.3px;
	font-weight: normal;
	}
	
#php-code-1 ul li, #execphp-129526991 ul li {
	list-style-type: disc !important;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFDDBB;
	}

#php-code-1 h2, #sidebar h2 {
	margin-top: 14px;
	margin-bottom: 12px;
	font-weight: bold;
	}
#execphp-129526991 h2 {
	margin-top: 18px;
	margin-bottom: 12px;

	}

.now_on_thoughtcast {
	color: #222;
	font-size: 1.5em;
	font-weight: 600;
	padding: 2px;
	margin-bottom: 13px;
}

/*.imagecaptioneasy {
  padding: 5px;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  line-height: 1.15em;
  text-align: left;
  border: 1px solid #808080;
  background: #EAEAEA;
  color: #333;
}
.imagecaptioneasy img { border: 0px solid #fff; margin-bottom:5px; }
.imagecaptioneasy span { text-align: center; }
.imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }
.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }
.imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }
.imagecaptioneasy_left { margin: 11px 11px 11px 0; float: left; }
.imagecaptioneasy_right { margin: 11px 0 11px 11px; float: right; }
.imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: none; }*/

.entry ul li, .entrytext ul li  {
	list-style:none;
	background: url(images/sound.png) no-repeat 0 3px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	margin: 2px;
	line-height: 150%;
	}

.entry .no_bullet ul li, .entrytext .no_bullet ul li  {
	list-style:none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 30px;
	margin: 2px;
	line-height: 150%;
	}
	
/*.entry img.alignright, .entry div.alignright {
	float: right;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px;
}*/

/* Organize Series CSS Begin */

.imgset {
	float: left;
	/*overflow: visible;*/
	border: none;
	margin-right: 6px;
}

.serieslist-content {
	font-size: 1.2em;
	color: #000;
	text-align: left;
}

.serieslist-box {
	background: #fff;
	width: 90%;
	/*height: 100px;*/
	padding: 6px;
	margin: 10px auto 0 auto;
	border: 1px solid #1E3A96;
	border-bottom: 2px solid #1E3A96;
}

html>body .serieslist-box {
	height: auto;
	/*min-height: 100px;*/
} 	

h2.series-title {
	font-size: 1em;
	color: #1E3A96;
	text-align: center;
}

ul.serieslist-ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li.serieslist-li {
	margin: 0;
	padding: 0;
}

.seriesbox {
	color: #777;
	text-align: left;
	font: .8em Arial, Tahoma, Verdana, Sans-Serif;
	min-width: 125px;
	width: 450px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 12px;
	padding-left: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2E69B;
	border-right-color: #E2E69B;
	border-bottom-color: #E2E69B;
	border-left-color: #E2E69B;
}

.seriesbox {
}

.seriesbox .series_title {
	font-size: 1.1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

.seriesbox ul li a {
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.seriesbox img {
	margin: 0px 12.5px 0 12.5px;
}

h3.series-title-post-page {
	font-size: 1.1em;
	color: #1E3A96;
	text-align: center;
}

p.series-description {
	font-style: italic;
}

.seriesmeta {
	font-size: .8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
}

.series-nav-left {
	float: left;
}

.series-nav-right {
	float: right;
}
	
/* Organize Series CSS End *** */ 

/*.entry img.center, .entry div.center {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important; }

.entry img.alignright, .entry div.alignright {
	float: right;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 2px; }

.entry img.alignleft, .entry div.alignleft {
	float: right;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 10px; }

.entry div.img div {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: center;
	/*background-color: #fffde5;*//*
	border-top: 1px solid #f2f0d9;
	border-bottom: 1px solid #FFDDBB;
	padding: 2px;
	margin-top: 0px; }*/

/*.aligncenter { display:block; margin-left:auto; margin-right:auto; }
.alignleft { display:block; margin-right:auto; }
.alignright { display:block; margin-left:auto; }*/

/*.imagecaptioneasy {
  padding: 5px;
  font-family: arial,helvetica,sans-serif;
  font-size: 10px;
  line-height: 1.15em;
  text-align: center;
  border: 1px solid #808080;
  background: #EAEAEA;
  color: #333;
}
.imagecaptioneasy img {
	border: 0px solid #fff;
	margin-bottom:5px;
	clear:none;
}
.imagecaptioneasy span { text-align: center; }
.imagecaptioneasy_top_left { margin: 0 11px 11px 0; float: left; }
.imagecaptioneasy_top_right { margin: 0 0 11px 11px; float: right; }
.imagecaptioneasy_top_nowrap { margin: 0 0 11px 0; float: none; }
.imagecaptioneasy_left { margin: 11px 11px 11px 0; float: left; }
.imagecaptioneasy_right { margin: 11px 0 11px 11px; float: right; }
.imagecaptioneasy_nowrap { margin: 11px 0 11px 0; float: none; }
*/
/*.entrytext img, .entrytext img a {
	/*background:url(images/shadow.gif) no-repeat right bottom;*/
	/*border-top:#eee 1px solid;
	border-left:#eee 1px solid;
	margin: 9px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
}*/

/* image caption start */

img.center, div.center {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important; }

img.alignright, div.alignright {
	float: right;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-left: 9px;
}

img.alignleft, div.alignleft {
	float: left;
	margin-top: 0;
	margin-right: 9px;
	margin-bottom: 2px;
	margin-left: 15px;
}

div.img div {
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: center;
	/*background-color: #fffde5;*/
	border-top: 1px solid #f2f0d9;
	border-bottom: 1px solid #FFDDBB;
	padding: 6px;
	margin-top: 5px; }
	
/* image caption end */

.entrytext img a, .entrytext img a:link, .entrytext img a:visited {
	border-top-style: none !important;
	border-right-style: none !important;
	border-bottom-style: none !important;
	border-left-style: none !important;
}
