/*
Theme Name: Simpblue
Theme URI: http://www.tomorrows-laundry.com
Description: This is a simple blue theme that leaves a lot to the imagination.  Feel free to leave it as it is or customize it to meet your needs.
Author: Mitch Keeler
Author URI: http://www.mitchkeeler.com


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

Body {
	background:#FFFFFF;
	background-image:url(images/bback.png);
	background-repeat:repeat-x;
	background-attachment: fixed;
	font: 12px "ms tahoma", verdana, arial, helvetica;
	color: #333333;
}

a, a:visited { color: #336699; text-decoration: none; }
a:hover { color: #990000; text-decoration: underline; }

#container {
	margin: 0 auto;
	width:750px;
	background:#FFFFFF;
	position:relative;
  }

#header {
	padding:10px;
	padding-top:10px;
	background-image:url(images/headback.png);
	background-repeat:no-repeat;
}

.description {

}

#wrapper {
	width: 100%;
}

#content {
	width: 490px;
	float: left;
	display:inline;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: justify;
}

#sidebar {
	margin-left: 70%;
	padding:15px;
	background:#EEEEEE;
	border-left:1px solid #C0C0C0;
	border-bottom:1px solid #C0C0C0;
}

#footer {
	width: 100%;
	padding:10px;
	clear: both;
}

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

h1 {
	font-size:14px;
	padding:0px;
	margin:0px;
	padding-top:10px;
}

h2 {
	font-size:13px;
	padding:0px;
	margin:0px;
	padding-top:10px;
}
h3 {
	font-size:13px;
	padding:0px;
	margin:0px;
	padding-top:10px;
}
h4 {
	font-size:13px;
	padding:0px;
	margin:0px;
	padding-top:10px;
}
h5 {
	font-size:13px;
	padding:0px;
	margin:0px;
	padding-top:10px;
}
/*-------------The Post-------------*/

h2 a:hover, h2 a:visited, h2 a {

}

.postmetadata {	text-align:right;}

.entrytext .postmetadata {
	text-align:right;

}

/*--------------Sidebar------------*/

#sidebar ul {
	font-size:11px;
	list-style-type: none;
	margin:0px; padding:0px;

}

#sidebar ul h2 {  
	margin:0px; padding:0px;
	margin-bottom:10px;
	padding-left:5px;
	border-left:3px solid #C0C0C0;
	font-size:14px;

}

#sidebar ul li { padding-bottom:3px;
	padding-left:15px;

}

#sidebar ul ul {
	padding-bottom:15px;
}


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

ol.commentlist {  	
	list-style-type: none;

}

ol.commentlist li {  
	border-bottom:1px solid #C0C0C0;
	margin-bottom:10px; }

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

#searchform { 
	position:absolute;
 	top:15px;
 	right:0;
	padding:10px;
}


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

hr {
	display: none;
}