/*
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 {
	background-image: url(/blog/wp-content/themes/hyde/images/back2.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#page {
	width: 750px;
	margin: 0 auto;
}

#header {
	width: 100%;
	background: URL('images/bkground.jpg') no-repeat top left;
}

#headerimg {
	margin: 7px 9px 0; 
	height: 220px; 
	width: 750px; 
}

.description {
	font-size: 10px;
	text-align: left;
	line-height: normal;
	vertical-align: 45%;
}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 70%;
	background-color: #F4F4F4;
	padding: 6px;
}

#sidebar {
	width: 28%;
	margin-left: 70%;
	background-color: #F4F4F4;
	background-image: url(/blog/wp-content/themes/hyde/images/navback.gif);
}

#footer {
	width: 100%;
	clear: both;
	
}

/*-------------Headings-------------*/

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}
	
h1 {
		
	}

h2 {
	font-size: 18px;
	text-align: left;
	line-height: 90%;
}

h3 {

}

h4 {

}

h5 {

}

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



h2 a:hover, h2 a:visited, h2 a {
	text-decoration: none;
	color: #663333;
}

.post {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.post p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

.post a {
	text-decoration: none;
	color: #663333;
}

.post ul {

}

.post li {

}

.entry {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.entrytext .postmetadata {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.postmetadata alt {

}

.postmetadata a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #504A3C;
	font-size: 14px;
	line-height: 14px;
}

.navigation {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #663300;
	font-size: 14px;
	line-height: 14px;
}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

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

#sidebar ul {
	list-style-type: none;
	list-style-image: none;	
}

#sidebar ul h2 {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	left: 12px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul ul {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul ul li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul ul ul {
	list-style-type: none;
	list-style-image: none;
}

#sidebar p {

}

#sidebar a {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #663300;
	font-size: 14px;
	line-height: 14px;
}
#sidebar a:hover {

}

#sidebar a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A79C80;
	font-size: 14px;
	text-decoration: none;
	line-height: 14px;
}


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

ol.commentlist {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;	
}

ol.commentlist li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ol.commentlist li.alt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ol.commentlist a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #663300;
	font-size: 14px;
	line-height: 14px;
}

small.commentmetadata {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

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