/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Verdana,Helvetica,Arial,sans-serif;
	background-color: white;
	color: #333;
	text-align: center;
	}

#fullpage {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}


h2 {
	font-size: 1.6em;
	}


h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	color:#006666;
	font-size:14px;
	}

a, h2 a:hover, h3 a:hover, .category-podcast a  {
color:#339999;
text-decoration:none;
	}

a:active, a:link, .category-podcast a:active, .category-podcast a:link	{ color: #006666; font-weight: bold; text-decoration: none }
a:visited, a:hover, .category-podcast a:visited, .category-podcast a:hover	{ color: #339999; font-weight: bold; text-decoration: none }


#sidebar h2 {
	font-family:  Verdana, Sans-Serif;
	font-size: 1.2em;
	}
	
h2.pagetitle {
	font-size: 1.6em;
	}

	
.date-header {
background:transparent url(images/date_icon_blue.gif) no-repeat scroll 0 50%;
color:#999999;
font-size:8pt;
margin:0;
padding-left:14px;
font-weight:bold;
}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif ; 
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

strong {
  color: #006666;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
.textwidget, .next-episode-widget, .slider-last-episodes-widget, .widget_search form{
	font-size:11px;
	margin:15px;
	margin-left:20px;
	color:#669999;
	font-size:110%;
	line-height:1.4em;
}

.dialog2 .textwidget
{
	margin:0;
	padding:20px 35px 15px 25px;
}

.form-donate, .sidebar-logo a {
text-align:center !important;
}


.widget_tag_cloud div{
margin:15px 15px 15px 20px;
}

.next-episode-widget{
	font-weight:bold;
}

.slider-last-episodes-widget{
margin-top:10px;
}
.slider-last-episodes-widget p{
/*text-align:right;*/
}
.slider-last-episodes-widget a{
/*color:#444444;
font-weight:normal;
*/
}
.slider-last-episodes-widget a:hover{
text-decoration:underline;
/*color:black;*/
}

#featured{ 
	width:309px; 	/* change here and in .ui-tabs-panel and 'left' of ul.ui-tabs-nav*/
	height:190px; 	/* change here and in .ui-tabs-panel */
	position:relative; 
	border:1px solid #339999;
	border-width:1px 0px;
	border-width:0px;
	overflow:hidden;
	background:#fff;
margin-left:5px;
margin-top:0;
padding-top:5px;
}
#featured ul.ui-tabs-nav{ 
z-index:1;
height:20px;
left:160px;
list-style:none outside none;
margin:0;
overflow-x:hidden;
overflow-y:hidden;
padding:0;
position:absolute;
top:11px;
width:150px;
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
	display:inline;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	height:20px; 
	text-decoration:none;
	color:#006666;
	background:#fff; 
	line-height:20px; 
	outline:none;
	padding:2px 4px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:309px; 
	height:190px; 
	background:#999; 
	position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	bottom:0; left:0; 
	height:80px; 
	background: url('images/transparent-bg.png'); 
	width:100%;
}
#featured .ui-tabs-panel .info a.hideshow{
	position:absolute; font-size:11px; font-family:Verdana; color:#f0f0f0; right:10px; top:-20px; line-height:20px; margin:0; outline:none; background:#333;
}
#featured .info h2{ 
	font-size:1.2em; 
	font-family:Georgia, serif; 
	color:#fff; 
	padding:5px; 
	margin:0; 
	font-weight:normal;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

#sidebar em{
	font-weight:bold;
	font-style:normal;
	}
	
.page em{
	font-weight:bold;
	font-style:normal;
	color:#669999;
	}

.tags {
font-size:0.8em;
margin-left:10px;
}

/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#fullpage {
	background-color: white;
	margin: 6px auto;
	padding: 0;
	width: 900px;
	border: 0px solid #959596;
	}

#header {
 background:transparent url(images/Banner_large.jpg) no-repeat 0px 7px;
 position:relative;
	}
#header .dialog_content {
height:148px;
	}
#header  a {
color:transparent;
display:block;
height:100%;
width:100%;
	}
	
#social-icons
{
bottom:-3px;
position:absolute;
right:20px;
}
#social-icons a
{
color:transparent;
display:inline;
height:auto;
width:auto;
}
#social-icons img
{
padding:0;
}

.narrowcolumn {
	float: left;
	padding: 0;
	margin:  0;
	width:570px;
	}
	
/* rounded corner dialog CSS (http://www.schillmania.com/content/projects/even-more-rounded-corners/)
  -- Even more rounded corners with CSS: Base stylesheet --
*/

.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:995px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
}

.dialog .dialog_content,
.dialog .t,
.dialog .t2,
.dialog .t2 div,
.dialog .b,
.dialog .b div {
 background:transparent url(images/box_big_transparent.gif) no-repeat top right;
}

.dialog570 .dialog_content {
 background:transparent url(images/box_570.gif) repeat-y top left;
}
.dialog900 .dialog_content {
 background:transparent url(images/box_900.gif) repeat-y top left;
}

.dialog .dialog_content {
 position:relative;
 padding:10px 15px 0px 12px;
 zoom:1;
 _overflow-y:hidden;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:15px; /* top slice width */
 margin-left:0;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .t2 {
 position:absolute;
 width:100%;
 height:12px; /* height of bottom cap/shade */
 background-position:top right;
 font-size:1px;
 right:0;
 top:0;
}
.dialog .t2  div{
 height:12px; /* height of bottom cap/shade */
 background-position:top left;
 position:absolute;
 width:15px; /* bottom corner width */
 left:0;
 top:0;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
 background-position:bottom right;
}

.dialog .b,
.dialog .b div {
 height:12px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b div {
 position:relative;
 width:15px; /* bottom corner width */
 margin-left:0;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

/* rounded corner dialog CSS that comes on top of content (http://www.schillmania.com/content/projects/even-more-rounded-corners/)
*/

.dialog2 {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:995px; /* based on image dimensions - not quite consistent with drip styles yet */
 z-index:1;
}

.dialog2 .r,
.dialog2 .t,
.dialog2 .l,
.dialog2 .b,
.dialog2 .b div {
 background:transparent url(images/box_big_transparent.gif) no-repeat top right;
}

.dialog2 .dialog_content {
 position:relative;
 padding:10px 15px 0 12px;
 zoom:1;
 _overflow-y:hidden;
}

.dialog2 .l {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:0;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog2 .r {
 /* right vertical slice */
 position:absolute;
 right:0px;
 top:0px;
 width:20px; /* top slice width */
 margin-left:0;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top right;
}

.dialog2 .t {
 /* top horizontal slice */
 position:absolute;
 left:0px;
 top:0px;
 width:100%;
 _width:1600px; /* arbitrary long height, IE 6 */
 margin-left:0;
 height:15px;
 background-position:top right;
}

.dialog2 .b {
 /* bottom */
 position:relative;
 width:100%;
 margin-top:-5px;
}

.dialog2 .b,
.dialog2 .b div {
 height:12px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog2 .b {
 background-position:bottom right;
}

.dialog2 .b div {
 position:relative;
 width:15px; /* bottom corner width */
 margin-left:0;
 background-position:bottom left;
}


/* END rounded corners */
	/*
.side-border{
	background:transparent url(http://www.robotspodcast.com/images/content_side_border.png) repeat-y 0 0;
	}
	
.side-border .top-border{
background:transparent url(http://www.robotspodcast.com/images/content_top_border.png) no-repeat 0 0;
}

.side-border .bottom-border
{
background:transparent url(http://www.robotspodcast.com/images/content_bottom_border.png) no-repeat bottom left;
}*/

.transcript {
	padding:10px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

	
a.mp3, a.rss, a.www, a.avi, a.mov, a.mpg {
  padding-left: 30px;
  margin-bottom: 10px;
  /*font-family: "Gill Sans MT", "Gill Sans", "Lucida Sans Unicode", "Century Gothic", "Trebuchet MS", Tahoma;*/
  /*font-size: 130%;*/
  font-weight: bold;
}
a.mp3 {  background: url(images/mp3dot2.gif) no-repeat 0 0;  }
a.rss {  background: url(images/rssdot2.gif) no-repeat 0 0;  }
a.www {  background: url(images/wwwdot2.gif) no-repeat 0 0;  }
a.avi {  background: url(http://robotspodcast.com/images/avidot2.gif) no-repeat 0 0;  }
a.mov {  background: url(http://robotspodcast.com/images/movdot2.gif) no-repeat 0 0;  }
a.mpg {  background: url(http://robotspodcast.com/images/mpgdot.gif) no-repeat 0 0;  }

.interv{
font-size:0.8em;
}

.listen_link, .talking_robots_button {
	float:right;
	margin:0;
	padding:0;
}
.listen_link a, .talking_robots_button a {
	padding:5px 15px 5px 20px;
	margin:0;
	/*border:1px solid #3399A8;*/
}

.listen_link a:hover{
	color:#FF9E14;
	background-color:#FFF9F0;
	border-color:#FFBA58;
}

.h2_talking_robots_link {
}

.h2_talking_robots_link img {
float:right;
margin-left:15px;
}

.h2_talking_robots_link span {
text-decoration:underline;
font-size:0.8em;
padding-top:5px;
padding-bottom:5px;
display:block;
}

.robots-net {
/*background:white url(images/robots-net-logo-bright.gif) no-repeat scroll bottom right;*/
}

.robots-net a, .robots-net a:visited{
color:#152328;
}
.robots-net a:hover{
color:#3A626F;
}

.robots_net_link, .robots_net_link:visited, .robots_net_link:hover, .robots_net_link:link  {
position:absolute;
right:10px;
right:20px;
bottom:6px;
color:#949A9C !important;
font-size:0.8em;
}

.robots_net_link span
{
position:relative;
top:-2px;
}


.talking_robots_button img{
vertical-align:middle;
}

/* apply background to TR category AND if dialog */
.category-talking-robots.dialog{
	background-color:#F8FAFF;
}
.category-talking-robots h2, .category-talking-robots h3 {
	color:#A82800;
	color:#1643AF;
	color:#003366;
}
.category-talking-robots a {
	color:#CF3100;
	color:#2061FF;
	color:#003366;
}
.category-talking-robots a:visited {
	color:#CF3100;
	color:#2061FF;
	color:#336699;
}
.category-talking-robots a:hover {
	color:#A62D02;
	color:#336699;
}

	
#content .dialog_content{
	text-align: justify;
	}

.post .dialog_content, .page .dialog_content{
	text-align: justify;
	padding:23px 40px 18px 28px !important;
	}
	
.post hr {
	margin:10px -10px 10px;
	padding:0;
	display: block;
	border:0;
	border-top:1px solid #339999;
	border-top:1px solid #918F8F;
	border-top:1px solid #339999;
	border-bottom:2px solid #F3EFEF;
	border-bottom:0px solid #F3EFEF;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	color: black; 
	font-size: 9px; 
	font-weight: normal; 
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular, sans-serif ; 
	font-style: italic;
	}

	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 15px 10px 10px 0px;
	}

h2.pagetitle {
	text-align: center;
}
#sidebar h2 {
	margin: 10px;
	margin-left:7px;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 10px 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

.post img {
  padding: 6px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  }
 .comment-body img{
	border:0;
	padding:0;
 }
#wpusmls img{
	border:0;
	padding:0;
 }
/*	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 3px 10px;
	display: inline;
	}

img.alignleft {
	/*padding: 4px;*/
	margin: 0 10px 3px 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:0 0 20px 30px;
	padding:0;
	list-style: none;
	}

html>body .entry li {
	padding:0 0 0 14px;
	margin:0 0 5px 0;
	}

/*
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}
*/

.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;
	}
	
/* cancels the change of color for top sidebar links */
#sidebar-top a:visited, #sidebar-top a:hover { color: #006666;}
	
#sidebar-top ul{
	margin: 0;
	padding: 0;
	display:inline;
	}
#sidebar-top .dialog_content{
padding-top:15px;
padding-bottom:5px;
padding-left:5px;
}
#sidebar-top .textwidget{
	font-size:100%;
	margin:0;
	display:inline;
	line-height:default;
}
#sidebar-top .wpulogininfo {
	float:right;
	margin:0;
}

#sidebar-top .wpulogininfo form{
	margin:-2px 0 0;
	padding: 0;
	}
#sidebar-top .wpulogininfo .wpuloginsubmit {
border:0;
background-color:transparent;
color: #006666; 
font-weight: bold; 
text-decoration: none;
font-size:13px;
}

#sidebar-top .wpulogininfo #phpbb_username, #sidebar-top .wpulogininfo #phpbb_password {
	width:6.5em;
	border:1px solid #3399A8;
	color:#3399A8;
	}
#sidebar-top .wpulogininfo label{
	display:none;
	}
#sidebar-top .wpulogininfo #phpbb_autologin{
	display:none;
	}
	
	
	
	
#sidebar-top ul li {
	list-style-type: none;
	list-style-image: none;
	display: inline;
	margin: 0;
	padding:0;
	}


#sidebar-top a{
font-weight:bold;
margin:0;
padding:0.25em 1em;
text-decoration:none;
font-size:13px;
}

.addthis_toolbox {
	margin-top:10px;
}


/* Begin Sidebar */
#sidebar
{
	margin-left: 570px;
	width:330px;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding:0 10px 10px;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	padding:0;
  list-style: none;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	

	
.textwidget table{
	width:100%;
}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding: 5px 3px;
	}
#content #searchform {
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}
#searchform input , .textwidget input{
	border:1px solid #006666;
	color: #006666;
	}
.form-donate input
{
border:0;
}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */





/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#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;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	margin:6px 10px 0;
	display: block;
	text-align: center;
	}
.navigation hr {
	visibility: hidden;
clear:both;
display:block;
margin:0;
}

.navigation .alignleft, .navigation .alignright{
margin:0;
margin-bottom:5px;
padding:0;
}

.navigation .alignleft{
text-align:left;
margin-right:10px;
}
.navigation .alignright{
text-align:right;
margin-left:10px;
}
/* Podcast list style */
#podcast_list img{
	float:left;
	margin-right:5px;
}


.podcast-list_h2_span {
text-decoration:underline;
}

.title_span a {
font-size:13px !important;
}

.attachment-post-thumbnail{
	border:0 !important;
	padding:0 !important;
}

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* for interactive transcript thing : */

.page_binding
{
	height:400px;
	width:510px;
	overflow:auto;
	float:left;
	position:relative;
	margin-bottom:5px;
	z-index:10;
	text-align:center;
}


.page_contents
{
	cursor:move;
	//float:left;
	font-size:14px;
	font-family:arial;
}

.page_box
{
	background:#fff;
	padding:5px;
	min-height:0px;
	width:95%;
	margin:auto;
	margin-left:auto;
	margin-right:auto;
	cursor:default;
	text-align:left;
	font-size:14px;
	font-family:arial;
}

.page_box p{
	line-height:1.5em;
}

.quote_transcript {
background-image: url(images/open-quote.png);
background-repeat: no-repeat;
background-position: left 5px;
padding-left: 40px;
font-style: italic;
border:0;
float:right;
width:40%;
}
.quote_transcript span {
background-image: url(images/close-quote.png);
background-repeat: no-repeat;
background-position: right bottom;
display: block;
padding-right: 40px;
}

.page_box
{
}
.page_box .hl
{
	background:#F1FF64; /*#F9FFB9,*/
	/*border-bottom:#FFB400 2px dotted;*/
	border:none;
	padding:0px;
	padding-left:0px;
	padding-right:0px;
	cursor:pointer;
}

.page_box .ul
{
	background:#BBCEFF; /*#EBEFF9*/ /*#F4F6FB,*/
	/*border-bottom:#376FE3 2px dotted;*/
	border:none;
	padding:0px;
	cursor:pointer;
	color:#000;
	font-weight:normal;
}

.slice 
{
	cursor:pointer;

	/*font-size:inherit;*/
}

.untranslated 
{
	background:#efefef;
	color:#bbb;
}
.bold_translated
{

}
#trans_tip
{
	position:absolute;
	z-index:1000;
	display:none;
	padding:10px;
	border:#ccc 1px solid;
	background-color:#fff;
	color:#888;
	font-weight:bold;
}

.m_over
{
	background-color:#D6D6D6;
}


.page_size
{
	min-height:0px;

	font-size:14px;
}
.pagenumber
{
	position:relative;
	display:block;
	width:50px;
	text-align:center;
	top:-50px;
	margin:auto;
	color:#000;
}

.search_black
{
	color:#000;
}

* :focus { outline:none }

/* Slider
----------------------------------*/
.ui-slider { position: relative; text-align: left;}
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; margin-left:-8px; width:16px;height:16px; cursor: default; background:url('../images/vhandle.png') center no-repeat; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { width:16px;height:16px;  }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.format_option
{
	display:block;
	margin-bottom:5px;
	padding:5px;
	cursor:pointer;
	border:#fff 1px solid;
}

.select_hover
{
	background-color:#E9EFFF;
	border:#ccc 1px solid;
}

#save_as_window label
{
	cursor:pointer;
}
.video_box,#player
{
	font-size:12px;
}

/* donate box */

.donatetextbox1 {
    display: table-cell;
    padding: 10px 0;
    vertical-align: middle;
    width: 90%;
}
.donatetextbox2 {
    display: none;
    padding: 10px 0;
    vertical-align: middle;
    width: 90%;
}
.donatebak {
    background-color: #FCF12C;
    color: #6D6F71;
    line-height: 1.5em;
    text-decoration: none;
}
.donatebak a:link {
    background: none repeat scroll 0 0 #FFF873;
    color: #0A5B9A;
    font-weight: bold;
    padding: 3px;
    text-decoration: none;
}
.donatebak a:visited {
    color: #0A5B9A;
    text-decoration: none;
}
.donatebak a:hover {
    background: none repeat scroll 0 0 #FFF992;
    color: #0096FF;
    text-decoration: none;
}
.closeButton {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    color: #F4E811;
    display: inline-block;
    float: right;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    opacity: 0.6;
    padding: 11px 15px;
    text-decoration: none;
}
.closeButton:hover {
    background-color: #FFFFFF;
    opacity: 0.9;
}
.closeButton:active {
    position: relative;
    top: 1px;
}
.clear {
    clear: both;
}
.donationboxfix {
    margin-left: 0;
}
.yellowgrad {
    background: linear-gradient(#F4E811, #FFF541) repeat scroll 0 0 rgba(0, 0, 0, 0);
}