/*
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: 70%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #fff;
	color: #111;
	}

#page {
	width: 95%;
	margin: 0 auto;
}

#header {
	width: 100%;
	margin-left: 1%;
	/*background-color: yellow;*/
}

#headerimg {

}



.description {
	font-size: 1.2em;
	text-align: right;
	letter-spacing: .6em;
	}
	
#sitename {
	margin-left: 0;
}

#wrapper {
	width: 100%;
	margin-left: 5%;
}

#content {
	float: left;
	width: 550px;
}

#sidebar {
	width: 180px;
	margin-left: 70%;
}

#footer {
	width: 100%;
	margin-top: 120px;
	margin-left: 10%;
	clear: both;
	font-size: 80%;
}

a {
	color: #111;
	text-decoration: none;
}

a:hover {
	color: #111;
	text-decoration: underline;
}

a:visited {
	color: #111;
	text-decoration: none;
}


/*-------------Headings-------------*/


h1 {
	font-size: 3.5em;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: .5em;
}



h1, h1 a, h1 a:hover, h1 a:visited {
	font-family: Garamond, 'Copperplate Gothic Light', Georgia, 'Times New Roman', Serif;
	font-weight: bold;
	text-decoration: none;
	color: #222;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited {
	font-size: 1.5em;
	font-family: Garamond, 'Copperplate Gothic Light', Georgia, 'Times New Roman', Serif;
	font-weight: bold;
	text-decoration: none;
	color: #222;
	letter-spacing: .1em;
}
	
h3, h3 a, h3 a:hover, h3 a:visited {
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #222;
}

h4 {

}

h5 {

}

/*-------------The Post-------------*/


.post {
	margin-bottom: 50px;
	font-size: 110%;
	line-height: 1.4em;
}

.post p {
        
}

.entry a, .entrytext a {
	color: #222;
    text-decoration: underline;
}

.entry a:hover, .entrytext a:hover {
	color: #111;
}

.entry a:visited, .entrytext a:visited {
    text-decoration: underline;
}


.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {
	text-decoration: none;
}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {
 border: none;

}

acronym, abbr {

}

/*--------------Sidebar------------*/



#sidebar p {
	text-indent: 30px;
}

#sidebar h2 {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 100%;
	letter-spacing: .08em;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul h2 {
	font-size: 130%;
	letter-spacing: .08em;
}

#sidebar ul li {
	list-style: none;
	text-indent: -25px;
}

#sidebar ul ul {
	list-style: none;
	text-indent: -30px;
}

#sidebar ul ul li {
	list-style: none;
	text-indent: -30px;
}

#sidebar ul ul ul {
	list-style: none;
}

#sidebar p {

}

#sidebar a {
	color: #111;
	text-decoration: none;
}

#sidebar a:hover {
	color: #111;
	text-decoration: underline;
}

#sidebar a:visited {

}


/*--------------Comments--------------*/

#comments {
	margin-top: 40px;
}

#comment {
	width: 400px;
	padding: 2px;
        background-color: #eee;
        border-style: ridge;
	}

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {
	margin-top: 35px;
	margin-bottom: 35px;
}

ol.commentlist a {

}

small.commentmetadata a, small.commentmetadata a:hover, small.commentmetadata a:visited {
	text-decoration: none;
}

#respond {
	margin-top: 40px;
}


/*--------------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;
}

#footer a, a:visited {
	text-decoration: none;
	color: #111;
}

#footer a:hover {
	text-decoration: underline;
}
