/*
Theme Name: 2 Column Fixed - Menu Right
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 right
Author: Will Healey
Author URI: http://www.tomorrows-laundry.com


/*-----------Block Level Elements--------------*/

Body {
	margin: 0;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page {
	width: 832px;
}

#header {
	width: 100%;
}

#header img {
	padding: 0;
	}

#headerimg {
	width: 450px;
	float: left;
}

.description {

}

#wrapper {
	width: 100%;
	padding: 5px;
}

#content {
	float: left;
	width: 75%;
	padding: 0 10px 10px 10px;
	margin-left: 35px;
}

#sidebar {
	width: 28%;
	margin-left: 80%;
}

#footer {
	width: 85%;
	clear: both;
	border-top: 2px solid #cbcbcb;
	padding: 10px;
}

/*-------------Headings-------------*/

h1 {
	display: none;
}

h2 {
	color: #8e0109;

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {

}

.post p {

}

.post a {
	color: #006600;
	text-decoration: none;

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {
		
}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {
	border: none;
}

acronym, abbr {

}

img {
	padding: 10px;
	}

/*--------------Sidebar------------*/

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul h2 {
	padding-bottom: -3px;
	font-size: 1.2em;
}

#sidebar ul li {
	padding: 0;
	margin: 0;
}

#sidebar ul ul {
	margin: 0;
	padding: 0;

}

#sidebar ul ul li {
	padding: 0;
	margin: 0;
}

#sidebar ul ul ul {

}
8e0109
#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;
}

a {
	color: #8e0109;
	text-decoration: none;
}	

/* ----------menu--------------------*/

#rightcontainer {
	float:right;
	width: 70px;
	border-left: 2px solid #cbcbcb;
	}

#rightcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#rightcontainer ul li {
	padding: 5px 0 5px 8px;
	font-size: 12px
	}

#rightcontainer ul li a{
	text-decoration: none;
	color: #999;
	}
	
#rightcontainer ul li a:hover{
	text-decoration: none;
	color: #C03;
	}
	
.clear {
	clear: both;
	}
