/*
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--------------*/

@import url("reset.css");
	
body {
	background-color: #333333;
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

#page {
	width: 960px;
	background-image: url("images/columns.gif");
	background-color: white;
	margin: 0 auto;
}

#header h1 a {
	display: block;
	height: 140px;
	background-image: url("images/header2.jpg");
	text-indent: -9999em;
}

#headerimg {

}

.description {
	position: absolute;
	left: -9999em;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 610px;
	padding: 20px;
	padding-top: 0;
}

#sidebar {
	width: 270px;
	padding: 20px;
	background-color: #111111;
	color: white;
	float: right;
}

#footer {
	padding-right: 310px;
	clear: both;
	text-align: center;
	background-color: #111111;
	color: white;
	line-height: 40px;
}

#footer a {
	color: white;
}

#footer a:hover {
	color: #black;
	background-color: white;
	text-decoration: none;
}

/*------------Typography------------*/

body {
	font-size: 15px;
	line-height: 20px;
}

h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-weight: normal;
}

#content h2 {
	font-size: 36px;
	line-height: 40px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#sidebar h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}

#content h3 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}

#content ul {
	margin-bottom: 20px;
}

#content ul li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 5px;
}

p {
	margin-bottom: 20px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: 12px;
	line-height: 15px;
}

/*--------------Links---------------*/

a {
	text-decoration: underline;
}

#content a {
	color: black;
}

#content a:hover {
	text-decoration: none;
	color: white;
	background-color: black;
}

#sidebar a {
	color: white;
}

#sidebar a:hover {
	text-decoration: none;
	color: black;
	background-color: white;
}

/*-------------The Post-------------*/



.post h2 a {

}

.post {
	padding-bottom: 29px;
	border-bottom: 1px solid #999999;
	margin-bottom: 30px;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {
	margin-top: 20px;
}

.entrytext .postmetadata {

}

.postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
	margin-top: 20px;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.center {

}

.pagetitle {

}

blockquote {

}

cite {
	font-style: italic;
}

a img {

}

acronym, abbr {

}

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

#sidebar #rss {
	margin-top: 0;
	margin-bottom: 0;
}

#sidebar #email {
	margin-top: 0;
	margin-bottom: 10px;
}

#rss a, #email a {
	display: block;
	width: 270px;
	height: 65px;
	background-repeat: no-repeat;
	text-indent: -9999em;
}

#rss a {
	background-image: url(images/rss.gif);
}

#email a {
	background-image: url(images/email.gif);
}

#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {
	line-height: 20px;
	font-size: 12px;
}

#sidebar ul ul li {
	list-style: square;
	margin-left: 20px;
}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


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

ol.commentlist {

}

ol.commentlist li {
	margin-bottom: 30px;
	list-style: decimal;
	margin-left: 20px;
}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

#comment {
	width: 610px;
}

/*--------------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;
}
