/*
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 {
        font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#page {
	width: 770 px;
}

#header {
	width: 100%;
}

#headerimg {

}

.description {
        font-size: 1.0em;
}

#wrapper {
	width: 100%;
}

#content {
	text-align:left;
	padding-left:30px;
	float: left;
	width: 500px;
    font-size: 1.0em
    border: 1px solid #999999;
}

#sidebar {
	width: 30%;
    float: right;
    text-align: left;
	
}

#footer {
	width: 100%;
	clear: both;
}

/*-------------Headings-------------*/

h1 {
    text-decoration: none;
    font-size: 2em;
    text-align: center;
    font-color: #003366;
}

h2 {
        font-size: 12px;
        text-decoration: none;
        background-color: #E4E4E4;
        border:solid thin #333333;

}

h3 {
        text-decoration: none;
}

h4 {
        text-decoration: none;
}

h5 {
        text-decoration: none;
}

/*-------------The Post-------------*/

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #FF3399;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.post {

}

.post p {

}

.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 {
        font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;

}

#sidebar ul h2 {	
        font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	text-decoration: none;
}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
}

#sidebar ul li {
margin: 0;
	padding: 0;
}

#sidebar ul ul {
        margin: 0;
	padding: 0;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul ul ul {
	margin: 0 0 0 10px;
}

#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;
}