/*
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--------------*/

#page {
	width: 720px;
	margin: auto 0;
	background-color: #f8f8f8;
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 40px;
	border: 1px #e0e0e0 solid;
	border-radius: 5px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 5px;
	
}

#header {
	width: 100%;
}

#headerimg {

}

.description {

}

#wrapper {
	padding-left: 5px;
	width: 100%;
}

#content {
	float: left;
	width: 70%;
	vertical-align: top;
}

#sidebar {
	width: 28%;
	margin-left: 72%;
	vertical-align: top;
}

#sidebar li {
	
}

#footer {
	width: 100%;
	clear: both;
}

/*-------------Headings-------------*/

h1 {
	font-size: 23pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

h1 div {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}



h2 {
	border-bottom: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

h3 {
	text-align: center;

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {
	margin-bottom: 60px;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.post small {
	color:#a0a0a0;
}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.aligncenter {
	text-align: center;
}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}