/*
Theme Name: Total Bankruptcy
Theme URI: http://www.totalbankruptcy.com/
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 {
  background: #fff url(images/background.png) left top repeat-x;  
  font: 14px/22px Helvetica, tahoma, verdana, arial, sans-serif;
  color: #363636;
  margin: 0;
  padding: 0;
  border: 0;
}

* {
  margin: 0;
  padding: 0;
  }
  
a:active, a:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: #9d7990;
}

a:hover {
  text-decoration: underline;
}

#page {
  width: 960px;
  margin: 0 auto;
  background: transparent url(images/canvas-bg.png) left top no-repeat; 
}

#header h1 {
  display: none;
}

/* lists */

.narrowcolumn ul {
  margin: 20px 34px 20px 38px;
  list-style: square;    
}

.narrowcolumn ul li {
  padding: 6px 34px 6px 0;
  margin: 0 0 0 25px;  
  border-bottom: 1px dotted #363636;
}

.narrowcolumn #content ol {
  margin: 20px 34px 20px 38px;
}

.narrowcolumn #content ol li {
  padding: 6px 34px 6px 0;
  margin: 0 0 0 25px;   
  border-bottom: 1px dotted #363636;  
}

.narrowcolumn .sociable ul li {
  border: 0;
}

/* column left header */

.narrowcolumn #header-left {
  float: left;
  width: 380px;
  height: 275px;
  background: transparent url(images/header-left-bg.gif) 13px 103px no-repeat;   
}

.narrowcolumn #header-right {
  float: right;
  width: 253px;
  height: 275px;
  background: transparent url(images/header-right-bg.gif) right top no-repeat;    
}

.narrowcolumn #header-left #buttons {
  float: left;
  padding: 24px 0 0 13px;
}

.narrowcolumn #header-left #buttons a#home {
  float: left;
  width: 113px;
  height: 43px;  
  background: transparent url(images/button-home.gif) left top no-repeat; 
  display: block;
  text-indent: -9999px;
}

.narrowcolumn #header-left #buttons a:hover#home { 
  background: transparent url(images/button-home-over.gif) left top no-repeat; 
}

.narrowcolumn #header-left #buttons a#lawyer {
  float: left;
  width: 172px;
  height: 43px;  
  background: transparent url(images/button-lawyer.gif) 2px top no-repeat; 
  display: block;
  text-indent: -9999px;
}

.narrowcolumn #header-left #buttons a:hover#lawyer { 
  background: transparent url(images/button-lawyer-over.gif) 2px top no-repeat; 
}

.narrowcolumn #header-left #logo {
  float: left;
  padding: 60px 0 0 38px;
}

.narrowcolumn #header-left #logo a {
  float: left;
  width: 332px;
  height: 101px;  
  text-indent: -9999px;
}

.narrowcolumn #header-right #eval {
  float: left;
  padding: 200px 0 0 23px;
}

.narrowcolumn #header-right #eval a {
  width: 230px;
  height: 75px;  
  text-indent: -9999px;  
  background: transparent url(images/eval-pod.gif) left top no-repeat;  
  display: block;
  text-indent: -9999px;
}

.narrowcolumn #header-right #eval a:hover {
  background: transparent url(images/eval-pod-over.gif) left top no-repeat;  
}

/* Breadcrumb */

.breadcrumb {
  padding: 0 0 10px 25px;
  font-size: 11px;
}


/* column left content */


.narrowcolumn {
  float: left;
  width: 633px;
}

.narrowcolumn #content {
  margin: 0 0 0 13px;
}

.narrowcolumn #content p {
  padding: 6px 34px 6px 25px;
}

.narrowcolumn #content small {
   padding: 6px 34px 6px 25px;
}



.narrowcolumn #content h1, .narrowcolumn #content h2, .narrowcolumn #content h3, .narrowcolumn #content h4 {
  padding: 6px 34px 6px 25px;
}

/* header styles */

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a {
  text-decoration: none;
  color: #892427;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 15px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 13px;
}

.narrowcolumn #content h2 {
  color: #892427;
  font-size: 17px;  
}
	
/* blog title */

.narrowcolumn #content .title {
  clear: both;
  background: transparent url(images/icon-post.gif) 17px top no-repeat;
  height: 70px; 
}

.narrowcolumn #content .date {
  margin: 4px 34px 0 70px;
  color: #892427;
  font-size: 13px; 
}

h1.posttitle {
  margin: 0 34px 8px 25px;
  color: #892427;
  font-size: 17px; 
  line-height: 19px;
  font-weight: normal;
  border-bottom: 1px solid dotted #363636;    
}

.narrowcolumn #content .title h1 {
  margin: 0 34px 8px 70px;
  padding: 0 0 0 0;
  color: #892427;
  font-size: 17px; 
  line-height: 19px;
  border-bottom: 1px solid dotted #363636;
  font-weight: bold;
}

h1.pagetitle {
  color: #363636;
  font-size: 17px; 
  font-weight: bold;
  text-align: left;	
  padding: 6px 0 6px 25px;
  margin: 0;
  margin: 0;
	}

/* blog post bottom section */

.bottom { 
  float: left;
  font-size: 12px;
  padding: 12px 0 12px 24px;
}

.bottom a {
 color: #9d7990;
 text-decoration: underline;
}

.bottom a:hover {
  color: #a08293;
  text-decoration: none;
}

.bottom .grey {
  float: left;
  width: 560px;
  background: #eaeaea;
  border-top: 1px dotted #363636;  
  border-bottom: 1px dotted #363636;
  padding: 0;  
}

.bottom .grey .comments {
  float: left;
  padding: 0 0 0 10px; 
}

.bottom .grey small {
  line-height: 16px;
  text-align: center;
}

#respond {
  width: 560px;
}


/* Social Icons */

.sociable {
  padding: 0 0 0 25px;
}

.sociable_tagline {
  padding: 0 0 10px 0;
  font-size: 13px;
  color: #363636;
}

/* site map options */

.ddsg-wrapper h2 {
  padding: 0 0 0 25px;
  font-weight: normal;
  color: #773858;
}

.ddsg-wrapper ul li {
  padding: 0 0 0 25px;
}

iframe#fbLikeIframe{
 margin:8px 0 14px 25px;
}


/* Navigation */

.navigation {
  clear: both;
  display: block;
  text-align: center;
  margin: 10px 25px 30px 25px;
  border: 0;
	}
	
.navigation a {
  font-size: 11px;
  color: #a08293;   
}


/* comments page stylings */

.fn {
  padding: 0 0 0 25px;
}

.comment-meta {
  padding: 6px 0 0 25px;
  font-size: 12px;
}

.commentlist {
  width: 480px;
}


/* Search Box */

#search-wrap {
  float: left;
  padding: 15px 0 0 39px;
  margin: 0;  
}

#searchform {
  float: left;
  width: 220px;
  height: 28px; 
  background: transparent url(images/search.gif) left bottom no-repeat;  
}

#sidebar #searchform .s {
  float: left;
  margin: 0 0 0 32px;
  padding: 8px 3px 2px 3px;
  line-height: 16px;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  border: 0;
  color: #fff;
  background: transparent;
}

#sidebar .searchsubmit  {
    float: right;
	background: transparent url(images/go.gif) left top no-repeat;
	width: 29px;
	height: 28px;
	display: block;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}


#search-pod a:hover.submitbutton {
	background: transparent url(images/go-over.gif) left top no-repeat;
}


/* Search Box */

.narrowcolumn #content #searchform {
  float: left;
  padding: 20px 0 0 25px;
  background: none; 
}

#sidebar #searchform .s {
  float: left;
  margin: 0 0 0 32px;
  padding: 8px 3px 2px 3px;
  line-height: 16px;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  border: 0;
  color: #fff;
  background: transparent;
}

#sidebar .searchsubmit  {
    float: right;
	background: transparent url(images/go.gif) left top no-repeat;
	width: 29px;
	height: 28px;
	display: block;
	border: 0;
	text-indent: -9999px;
	cursor: pointer;
}


#search-pod a:hover.submitbutton {
	background: transparent url(images/go-over.gif) left top no-repeat;
}

	
/* sidebar */

#sidebar {
  float: right;  
  width: 320px;
  margin: 0;
  padding: 0;
}

#sidebar ul.sidebar-main {
  float: left;
  padding: 60px 0 0 0;
  list-style: none;
  margin: 0;  
}

#sidebar ul li ul {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}

#sidebar ul li ul li.headers, #sidebar ul li.widget_twitter {
  padding: 0 0 0 0;
  margin: 0;
  list-style: none; 
}

#sidebar ul li ul li {
  padding: 0 5px 0 10px;
  font-size: 12px;
  color: #363636;  
  margin: 0;
}

#sidebar ul li ul li.widget_recently_popular{
 padding:0;	
}

#sidebar ul li ul li.widget_recently_popular ul li{
 padding-right:18px;
 line-height:14px;
 margin-top:4px;
 margin-bottom:10px;
}

#sidebar ul li.linkcat {
  padding: 0;
  margin: 0;
  list-style: none;
}

#sidebar ul li ul h2, li.widget_recently_popular h2.widgettitle{
  float: left;
  width: 317px;
  height: 40px; 
  background: transparent url(images/section.gif) right 2px no-repeat; 
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-indent: 12px;
  line-height: 38px;
  color: #363636;
}

li.widget_recently_popular h2.widgettitle{
 margin-bottom:5px;	
}

li.widget_recently_popular li a{
 margin-bottom:12px;
 line-height:14px;
 display:block;
 width:290px;
}

h2.widgettitle a.twitterwidget{
  float: left;
  width: 317px;
  height: 54px; 
  background: url(images/section-twitter.gif) right 2px no-repeat; 
  background-color:none;
  font-size: 16px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  line-height: 38px;
  clear:both;
}

#sidebar ul li ul h2.widgettitle a {
  width: 317px;
  height: 54px;   
  padding: 0;
  margin: 0;
}

#sidebar ul li.widget_twitter ul {
  clear: both;
  width: 300px;
  padding-bottom: 0;
  margin-bottom: 0;
}

#sidebar ul li.widget_twitter ul li {
display:block;
font-size:12px;
line-height:18px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding:0 40px 10px 10px;
}

#sidebar ul li.widget_twitter ul li a {
  text-decoration: underline;
}

#sidebar ul li.widget_twitter ul li .entry-meta a {
  color: #be97ac;
  font-size: 11px;
  text-decoration: none;
}

#rss {
  width: 220px;
  height: 109px;
  background: transparent url(images/rss.gif) 75px top no-repeat;  
  display: block;
  text-indent: -9999px;   
}

/* smaller txt */

.sml {
  font: 11px tahoma, verdana, arial, helvetica, sans-serif;  
}

/* footer */

#footer {
  clear: both;
  font: 11px tahoma, verdana, arial, helvetica, sans-serif;
  color: #5e5e5e;
  width: 960px;
  height: 97px;
  background: transparent url(images/footer-bg.gif) 35px top no-repeat;  
  }

#footer a {
  color: #946c85;
  text-decoration: underline;
  }
  
.purple {
  color: #68234c;
}  

#footer a:hover {
  text-decoration: none;
  }

#footer #copy {
  float: left;
  padding: 40px 0 0 70px;    
  }

#footer #links{
  float: right;
  padding: 40px 77px 0 0;  
  }

#footer ul {
  float: right;
  display: inline;
  padding: 0;
  margin: 0;
  border: 0;
  list-style: none;
  }
  
#footer ul li {
  display: inline;
  border-right: 1px solid #cfcfcf;
  padding: 4px 4px 0 5px;
  list-style: none;  
} 

#footer ul li.last {
  border: 0;
}   
  
#footer p {
  clear: both;
  text-align: center;
  color: #8f8f8f;
  line-height: 15px;
  padding: 6px 50px 0 50px; 
  line-height: 14px; 
}

/* Main Page Search */

.narrowcolumn .searchsubmit, .narrowcolumn #submit {
  float:left;
  width: 83px;
  height: 27px;
  cursor: pointer;
  border: 0;
  overflow: hidden;
  text-indent: -9999px;
  background:none;
  display: block;
  background:url(images/submit.gif) 3px top no-repeat;
}

.narrowcolumn #submit value {
  display: none;
}

.narrowcolumn input {
  float: left;
  margin: 0 0 10px 0;
  padding: 4px 3px 2px 3px;
  height: 18px;
  font-family: tahoma, verdana, arial, helvetica, sans-serif;
  font-size: 11px;
  color: #fff;
  border: 1px solid #9e9e9e;
  color: #363636;
  vertical-align: middle;
  background: #f3f3f3 url(images/input_bg.gif) left bottom repeat-x;
}

/* Default Old Styles - Not Moved or Changed */

.narrowcolumn .entry {
	line-height: 1.4em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#wp-calendar caption, cite {
	text-decoration: none;
	}




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

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

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

/* Begin Structure */

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

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

/* End Entry Lists */

#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 Sidebar */

#sidebar form {
	margin: 0;
	}
	
#sidebar p {
  font-size: 11px;
  line-height: 18px;
  padding: 10px 22px 4px 12px;
  color: #7b7b7b;
}	
/* 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;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

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

.navigation .alignleft {
  float: left;
  width: 250px;
  text-align: left;
  line-height: 14px;
  padding: 0 0 20px 0;
}

.navigation .alignright {
  float: right;
  width: 250px;
  text-align: right;  
  line-height: 14px;  
  padding: 0 0 20px 0;  
}


/* End captions */



