/*
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;
padding: 0;
/* Added the following 1 line */
	background: #6c6c74;
	color: #c4c5cc;

font-family: verdana,arial,sans-serif;

font-style: normal;

font-variant: normal;

font-size: 11px;

line-height: normal;

font-size-adjust: none;

font-stretch: normal;

font-weight: bold;

}

a:link		{ color: #B1E6FF; text-decoration: none }
a:visited	{ color: #B1E6FF; text-decoration: none }
a:hover		{ color: #99FFFF; text-decoration: none }
a:active	{ color: #FFFFFF; text-decoration: none }

#page {
    width: 100%;
/* added the following 1 line */
	background-color: #6c6c74;


}

#header {
	width: 100%;
/* added the following 1 line */
	background-color: #6c6c74;
}

#headerimg {

}

.description {

}

#wrapper {
	width: 750px;
	margin: 0 auto;
}

#content {
	float: left;
	width: 70%;
}

#sidebar {
	width: 28%;
	margin-left: 70%;
}

#footer {
	width: 100%;
	clear: both;
}

/*-------------Headings-------------*/

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover {

}

h2 a:visited
{

}
h2 a {
}

.post {

}

.post p {
line-height: 1.4em;
}

.post a {

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.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;
}

.picturebar 	{ background-color:#FFFFFF }
