/*
Theme Name: Babe Transcript
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

*/


  

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.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;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.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;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

 
.clear {
	clear: both;
}
 


/* 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 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;
	}
 

.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 */

 

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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;
}
 

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* 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 */

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 body {

	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
	background: #4aad6a url(images/background.png) repeat-x;
}

#outer_container {
	
	width: 1000px;
	margin:0 auto;
	background: url(images/footer.png) no-repeat bottom;
 	

}

.minheight {
height: 94px;
width:1px;
float:left;
}
.foot {
width: 870px;
float:left;
margin-left:80px; 
margin-top:30px;
height: 40px;
text-align:right;
font-size:11px;
color: #0e6a6f;
padding-top:20px;

}
.foot a { 
color: #0e6a6f;
text-decoration:underline;

}
#container {

	background: url(images/repeat-bg.png) repeat-y

}

#inner_container { 
	background: url(images/main_bg.jpg) no-repeat;


}

#header { 
	height: 145px;
}


.logo {
	
	float:left;
	width: 334px;
	height: 145px;
	

}

#search {

	float: left;
	width: 256px;
	

}


#rss {

	float: left;
	width: 165px;
margin-top:81px;

}

a img { border : 0;}
.clearme { 
	
	clear:both;

}
#navigation {
	 
	margin-top: 17px;
	height: 42px;
	width: 695px;
	margin-left:45px;
	overflow: hidden;
}

#navigation ul {
	list-style:none;
	margin: 0;
	padding: 0 0 0 5px;;
}
#navigation ul li a{
	display: block;
	float:left; 
	text-decoration:none;
	cursor: hand;
cursor: pointer;
	margin: 0 2px;
}
#navigation ul li a span{
	display: block;
	float:left;
	margin: 0;
	padding: 0;
	font-family: arial,sans-serif;
	font-size:16px;
	color: #ffcddc;
	height: 32px;
	padding:10px 10px 0 10px;
	font-weight:bold;
	text-decoration: none; 
	cursor: hand;
cursor: pointer;
}
#navigation ul li a:hover, #navigation ul li.selected a {
	background: url(images/nav_hover_left.png) no-repeat;
	color: #ffffff;
}
#navigation ul li a:hover span, #navigation ul li.selected a span {
	background: url(images/nav_hover_right.png) no-repeat right;
 	
}
#navigation ul li {
	display : block;
	float:left;
	margin: 0;
	padding: 0;
	
}

#featured {
	padding-top:14px;
	height:54px;
	overflow:hidden;
	text-align:center; 
	width: 680px;
	margin-left: 35px;

}
#featured  img {
	border:1px solid #000;
	margin: 0 4px;
	
}
#featured a:hover img {
	border-color:blue;
}



#content {}

#sidebar1 {
	width: 235px;
	float:left; 
}

#post_area {
	width: 543px;
		float:left; 
}

#sidebar2 {
	width: 200px;
	float:left; 
}



.sidebar h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight:normal;
	color: #430807;
	font-family: arial,sans-serif;
}

.sidebar ul, .sidebar ul ol {
	margin: 0;
	padding: 0;
	}

.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 0px;
	}

.sidebar ul ul ul, .sidebar ul ol {
	margin: 0 0 0 0px;
	}

ol li, .sidebar ul ol li {
	list-style: decimal outside;
	}
.sidebar ul li ul li {

	margin-bottom:4px;

}
.sidebar ul ul li, .sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
	.sidebar ul.outersidebar {
	padding-top:15px;
	}
	
	.sidebar ul li { 
	
	}
	.sidebar ul li h2 {
		margin-top:15px;
		color: white;
		background: url(images/h2_sidebar_bg.png) no-repeat;
		width: 184px;
		overflow:hidden;
		height: 45px;
		margin-left: 19px;
		padding: 23px 0 0 14px;
		
	
	}
	.sidebar ul li ul li a:hover{ 
		text-decoration: underline;
	}
	.sidebar ul li ul li a{ 
	
		color: #324923;
		text-decoration: none;
		font-family: arial,sans-serif;
		font-weight: bold;
		font-size:11px;
		
	
	}
	.sidebar ul li ul li { 
	
		margin: 0 0 4px 25px; 
		font-size: 13px;
		padding-left:35px;
		background: url(images/point.png) no-repeat 0 5px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
#sidebar2 h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight:normal;
	color: #430807;
	font-family: arial,sans-serif;
}

#sidebar2 ul, #sidebar2 ul ol {
	margin: 0;
	padding: 0;
	}
	#sidebar2 ul {
	width: 180px;
	}
	#sidebar2 {
	
	padding-top: 70px;
	}

#sidebar2 ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	
	}
	

#sidebar2 ul p, #sidebar2 ul select {
	margin: 5px 0 8px;
	}

#sidebar2 ul ul, #sidebar2 ul ol {
	margin: 5px 0 0 0px;
	}

#sidebar2 ul ul ul, #sidebar2 ul ol {
	margin: 0 0 0 0px;
	}

ol li, #sidebar2 ul ol li {
	list-style: decimal outside;
	}
#sidebar2 ul li ul li {

	margin-bottom:4px;

}
#sidebar2 ul ul li, #sidebar2 ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
	#sidebar2 ul.outersidebar {
	padding-top:15px;
	}
	
	#sidebar2 ul li { 
	
	}
	#sidebar2 ul li h2 {
		margin-top:15px;
		 
		padding: 23px 0 0  0px;
		
	
	}
	#sidebar2 ul li ul li a:hover{ 
		text-decoration: underline;
	}
	#sidebar2 ul li ul li a{ 
	
		color: #324923;
		text-decoration: none;
		font-family: arial,sans-serif;
		font-weight: bold;
		font-size:11px;
		
	
	}
	#sidebar2 ul li ul li { 
	
		margin: 0 0 4px 0px; 
		font-size: 13px;
		padding-left:0px;
		 
	}
	
	
	
	
	
	
	
	
	#breadcrumb {
	
		font-weight:bold;
		color: #0e6a6f;
		font-size:13px;
		font-family:arial,sans-serif;
		margin-top:30px;
		margin-left: 20px;
	
	}
	
	#breadcrumb a:hover {
		text-decoration:underline;
	}
	
	
	#breadcrumb a {
		color: #0e6a6f;
		text-decoration:none;
		
	}

.post_entry_area {

width: 480px;
margin-left:20px;

}


.post_date {
width: 86px;
height: 80px;
float:left;
background: url(images/date.png) no-repeat;
overflow:hidden;
}

.post_date .day {
text-align:center;
width: 78px;
color: #51693e;
font-size:24px;
font-weight:bold;
padding-top:10px;
}

.post_date .month {
text-align:center;
width: 78px;
color:#51693e;
font-size:11px;
font-weight:bold;

}

				
	.post_header_area h1 {
	
	font-size:18px;
	font-weight:normal;
	font-family: arial,sans-serif;
	color: #f7447b;
	margin: 0;
	padding: 4px 0 0 0 ;

}	

.post_header_area h1 a {
	text-decoration: none;
	color: #f7447b;
	
}
.post_header_area h1 a:hover {
	text-decoration: underline;
 
	
}
			
.post_header_area .meta {
	font-size:11px;
	font-weight: normal;
	color: #86a871;
}			

.post_header_area .meta a {
	color: #86a871;
	text-decoration:underline;
	font-weight: normal;
}

.post {
padding-bottom: 30px;
background: url(images/mid.gif) bottom center no-repeat;
margin-bottom:20px;
}
		
.entry {
	clear:both;
	width: 480px;
	overflow: hidden;
	color: #053d40;
	font-size:13px;
	line-height:18px;
	
}
.post_meta2_left {
float:left;
width: 340px;
}
.post_meta2_right {
float:left;
text-align:right;
width: 140px;

}
.entry a {

color: #F5487E;
text-decoration:underline;
font-weight:bold;

}
.entry a:hover {
color: #51693E ;
 
}
.post_meta2 {

font-size:11px;
color: #053d40; 

}
.post_meta2 a {
color: #053d40;
text-decoration:underline;
font-weight:bold;

}
.post_meta2 a:hover {
color: #51693E;
}

.searchtext {
background : #fff url(images/search.gif) no-repeat;
border: 0;
height: 25px;
width: 174px;
padding: 0;
font-size:15px;
padding-top:7px;
margin: 0;
padding-left: 33px;
font-weight:bold;
color: #54ada1;float:left;

}

.topsearch {
margin-top:81px;

}

.submitbox {
width: 27px;
height: 33px;
margin: 0;
padding: 0;
border: 0;
background: url(images/submit.gif) no-repeat;
float:left;
}