/* @override http://www.mybadthoughts.com/wp-content/themes/badthoughtstheme/style.css */

/*
Theme Name: 2 Column Fixed - Menu Left
Theme URI: http://www.tomorrows-laundry.com
Description: This is a blank Wordpress theme with a fixed width, laid out in 2 columns with the menu on the left
Author: Will Healey
Author URI: http://www.tomorrows-laundry.com


/*-----------Block Level Elements--------------*/

Body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	color: #444;
	text-align: left;
	margin: 0 0 30px;
	background-color: #0d2d3c;
}

#page {
	text-align: left;
	margin: 0 auto 0 50px;
	padding: 20px 0 10px;
	width: 650px;
}

* html #page { width: 710px }

#header {
	width: 470px;
	padding: 0;
	position: relative;
	height: 150px;
	background: #ffffff url(images/headerimg.gif) no-repeat left top;
	margin-left: 180px;
	margin-top: 0;
	margin-bottom: 0;
}

.description {
	font-size: 1em;
	margin: 0 40px;
	display: none;
}

#wrapper {
	width: 470px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 180px;
	clear: left;
	position: absolute;
}

#content {
	background-color: white;
	width: 440px;
	padding: 10px 15px 20px;
	clear: left;
	text-align: left;
}

#leftsidebar {
	width: 180px;
	color: #666;
	float: left;
	padding: 70px 0 10px;
	position: absolute;
}

#bottom {
	width: 440px;
	padding: 10px 15px;
	margin-top: 0;
	position: relative;
	overflow: hidden;
	background: #dddddd url(images/bg_bottom.gif) repeat-y 0 top;
}

#leftbottom {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 192px;
}

#rightbottom {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	width: 230px;
}

#footer {
	width: 100%;
	text-align:center;
	background-color: transparent;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-top: 10px;
	}

/*-------------Headings-------------*/

h1, h2, h3, h4 {
	margin-top: 15px;
	margin-bottom: 0;
}

h1 { /* H1 is the title in the header */
	display: none;
}

h2 {
	font: bolder 1.9em 'Trebuchet MS', Verdana, Sans-Serif;
}

h3 {
	font: 1.8em 'Trebuchet MS', Verdana, Sans-Serif;
	letter-spacing: 5px;
}

h4 {
	font: bolder 1.9em 'Trebuchet MS', Verdana, Sans-Serif;
}

h5 {
	font: bolder 1.9em 'Trebuchet MS', Verdana, Sans-Serif;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#bottom h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.5em !important;
	font-weight: normal !important;
	padding: 0 !important;
	display: inline;
	}





/*-------------Top Menu-------------*/





.menu {
	margin: 0 0 12px;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	font-weight: bold;
	font-size: 0.9em;
}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu,
ul.menu li a {
	margin-bottom: 13px;
	padding: 8px;
}

ul.menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	}

ul.menu li a:hover {
	background: #336666;
	color: #eee !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: white;
	text-decoration: none;
	}

.admintab {
	position: absolute;
	right: 0px;
	}

* html .admintab { padding: 5px 15px 6px }

/*-------------The Post-------------*/


h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #444;
	}

h2, h2 a, h2 a:hover, h2 a:visited,
h3, h3 a, h3 a:hover, h3 a:visited,
h4, h4 a, h4 a:hover, h4 a:visited {
	text-decoration: none;
	}
	
h2 a:hover, h2 span a:hover {
	color: #0d2d3c !important;
	}

.post {
	margin: 0;
	padding: 5px 0 15px;
	position: relative;
}

.post p {

}

.post a, .post a:hover {

}

.post a:visited {

}

.post ul {

}

.post li {

}

.entry, .entrytext {
	margin: 0;
}



.entry p, .entrytext p {
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: justify;
	color: #444;
	letter-spacing: -0.05px;
}

.entry a, .entrytext a {
	color: #0d2d3c;
	text-decoration: none;
}


.entry a:hover, .entrytexta:hover {
	text-decoration: underline;
}


.entry a:visited, .entrytext a:visited {
	color: #b41 !important;
	text-decoration: none;
}

.post small {
	font: bold 1em/3em Arial, Helvetica, Sans-Serif;
	color: #0d2d3c;
	word-spacing: 0.2em;
	letter-spacing: 0.15em;
	margin-right: 20px;
}

.postmetadata, .postmetadata spam {
	font: bold 1.3em/1.8em "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	color: #0d2d3c;
	padding-top: 4px;
	text-align: right;
}

.postmetadata alt {
	text-align: left;
}

.postmetadata small {
	display: block;
	color: #9f2a21;
}

.postmetadata a, .postmetadata a:visited {
	color: #0d2d3c;
}

.postmetadata a:hover {
	color: #21739a !important;
}

.comments-link {
	background: url('images/comment.gif') left center no-repeat;
	padding-left: 22px;
	margin-left: 15px;
	color: #ffffff;
}

.navigation {
	text-align: center;
	margin: 10px 0;
	padding: 0;
	width: 100%;
}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #333;
	background: url('images/quote.png') no-repeat 10px 0;
	border: none;
}

cite {

}

a img {
	border: none !important;
	text-decoration: none !important;
}

a img,:link img,:visited img { border:none }	

acronym, abbr {

}


/*-------Leftsidebar---------*/

#bodyleft {
	background: #99cccc url(images/bg_leftsidebar.gif) repeat-y left top;
	margin-top: 0;
	padding-top: 8px;
	padding-left: 10px;
	padding-bottom: 8px;
}

	
.feed {	
	padding: 0;
	margin: 0;
	background: url(images/bg_feed.gif) no-repeat;
}

#leftsidetop {
	
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/bg_leftsidetop.gif) no-repeat left top;
	margin-bottom: 0;
}


#leftsidebottom {
	
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/bg_leftsidebottom.gif) no-repeat left top;
	margin-top: 0;
}


.assine {
	padding: 0 0 7px;
	margin: 0;
	background: url(images/bg_feed2.gif) repeat-y;
}


/*--Feeds Count--------------*/

.feedcountdiv p{
	margin: 0;
	padding-top: 0px;
	padding-bottom: 25px;
	padding-left: 62px;
}.feedcount {	padding: 0;

}.subscribers {
	text-align: left;	color: #ffcc99;
	font: bolder 4.3em "Lucida Grande", Lucida, Verdana, sans-serif;
}


.subscribers a {	color: #ffcc99 !important;
}

.subscribers a:hover {	color: cc6633 !important;
}


/*--------------Bottom------------*/



#leftbottom h2 { 
	clear: both; 
	margin-bottom: 0.1em;
	font-size: 1.4em;
	font-weight: bold !important;
	letter-spacing: -0.05em;
	list-style-type: none;
	list-style-image: none;
	color: #9f2a21;
}


#rightbottom h2 { 
	clear: both; 
	margin-bottom: 0.1em;
	font-size: 1.4em;
	font-weight: bold !important;
	letter-spacing: -0.05em;
	list-style-type: none;
	list-style-image: none;
	color: #0d2d3c;
}

#rightbottom p { 
	font-size: 1em;
	line-height: 1.3em;
	text-align: justify;
	color: #222222;
	letter-spacing: -0.05px;
}
	
#bottom h3 { 
	clear: both; 
	margin-bottom: 0.1em;
	font-size: 1.3em;
	font-weight: normal;
	letter-spacing: -0.05em;
	list-style-type: none;
	list-style-image: none;
	}
	
#bottom ul {
	margin-left: 0;
	padding-left: 0;
}

#bottom ul h2 {
	list-style-type: none;
	list-style-image: none;
}

#bottom ul li {
	margin-top: 20px;
	list-style-type: none;
	list-style-image: none;
}

#bottom ul ul {
	margin-top: 2px;
	list-style-type: none;
	list-style-image: none;
}

#bottom ul ul li {
	list-style-type: none;
	list-style-image: none;
}

#bottom ul ul ul {
	list-style-type: none;
	list-style-image: none;
}

#bottom p {
	margin: 0 0 0.5em;
}

#bottom a {

}
#bottom a:hover {

}

#bottom a:visited {

}

.sb-badge img {
	border: 1px dotted #555;
	padding: 5px;
}

.sb-badge img:hover {
	border: 1px solid #555;
	background: #cccccc;
}

.sb-badge ul { margin-top: 5px; }

.sb-badge li, .sb-badge ul li, .sb-badge ul ul{
	padding: 0px;
    list-style-type: none !important;
    display: inline;
}

/*--------------Comments--------------*/

ol.commentlist {
	list-style-type: decimal-leading-zero;
}

ol.commentlist li {
	margin: 10px 0 0;
	padding: 10px 5px 5px;
	margin: 0;
	position: relative;
	font: 13px/1.1 Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

ol.commentlist li.alt {
	font: 13px/1.1 Georgia, "Times New Roman", Times, serif;
	color: #777777;
	background-color: #e2e8d5;
	padding: 10px 5px 5px;
	}

ol.commentlist a {
	color: #0d2d3c;

}

ol.commentlist cite {
	color: #336666;
}

ol.commentlist cite a {
	background: url(images/linkcomments.gif) no-repeat 0 4px;
	text-indent: 20px;
	padding-left: 15px;
}

small.commentmetadata {
	margin: 0;
	padding: 10px 0 20px;
	position: relative;
	color: #336666;
	font: bold 9px "Lucida Grande", Lucida, Verdana, sans-serif;
}

small.commentmetadata a, small.commentmetadata a:visited {
	color: #336666;
}


.nocomments {
	font: bold 2.2em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	color: #9f2a21;
}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}



/*--------------Links-------------*/

a {
	color: #0d2d3c;
	text-decoration: none;
}


a:hover {
	color: #21739a;
	text-decoration: none;
}

#bottom a:hover, #bottom a:visited:hover {
	text-decoration: underline;
	}

/*-------------Images------------------*/

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	margin-left: 5px;
}
	
.alignleft {
	float: left;
	margin-right: 5px;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright, img[align="right"] {
	padding: 4px !important;
	margin: 0 0 2px 7px !important;
	display: inline;
	}

img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
	
img.noborder {
	border: none !important;
	}	

/*-------------Footer------------------*/


#footer p {
	color: #ffffff;
	}

#footer a {
	color: #b41;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: black;
	}
	
	
/*-------------Pagination------------------*/

div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	
	text-decoration: none; 
	color: #aaa;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #a0a0a0;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #e0e0e0;
	font-weight: bold;
	background-color: #f0f0f0;
	color: #aaa;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}

/*-------------Other------------------*/

hr {
	display: none;
}