/*
Theme Name: 2 Column Fixed - Menu right
Theme URI: http://www.tomorrows-laundry.com
Description: Two-column fixed width, with menu on the right.
Author: bbdreamweaver
Author URI: http://www.mothermountain.org


/*-----------Block Level Elements--------------*/

body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	background: url('images/background.gif') repeat-x; /*brown gradient */
	background-color: white;
	text-align: left;
	}

#page {
	width: 750px;
	margin: 0 auto;
	border-left: 1px solid sienna;
	border-right: 1px solid sienna;
	border-bottom: 1px solid sienna;
	background: url('images/mntn-side.gif') repeat-y;
	
	
}

#header {
	width: 100%;
	a, a:visted {
	text-decoration: none;
	color: black;
	font-weight: bold;

}
}

#headerimg {
	background: url('images/mntn-head-comma.gif');	
	height: 220px;

}

.description
{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
}


#wrapper {


}

#content {

	width: 550px;
	margin-top: 0px;
	margin-right: 15px;
	padding-right: 0px;
	margin-left: 0px;
	padding-left: 25px;
	font-size: 1.2em;
}

#content img {
	float: left;
	margin: 5px;
	border: 1px solid sienna;
}
	
#sidebar {

	float: right;
	width: 120px;
	margin-top: 0px;
	margin-right: 10px;
	padding-right: 0px;
	color: rgb(255,255,192);

}

#footer {
	width: 100%;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	clear: both;
}
#footer a, a:visted {
	text-decoration: none;
	color: black;
	font-weight: bold;

}

#footer a:hover {
	text-decoration: underline;
}

#spacer {
	padding-top: 500px;
}


/*-------------Headings-------------*/

h1, h2, h3, h4, h5 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}
h1 {
	font-size: .5em;
	text-align: right;
	color: rgb(0,74,111);
	}

h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1em;
	}

h4 {
	font-size: 1em;
	}

h5 {
	font-size: 1em;
	}

/*-------------The Post-------------*/


#content h2 {
	color: black;
	font-weight: bold;
	font-size: 1.2em;
	padding-left: 1em;
}
#content h2 a:visited, h2 a {
	text-decoration: none;
	color: black;
	font-size: 1.2em;
	font-weight: bold;

}
#content h2 a:hover{
	text-decoration: underline;

}

.post {

}

.post p {

}

.post a {
	text-decoration: none;
	color: rgb(0,74,111);
	font-weight: bold;

}
.post a:hover {
	text-decoration: underline;

}
.post h2 a:visited, h2 a {
	text-decoration: none;
	color: black;
	font-size: 1.2em;
	font-weight: bold;

}
.post h2 a:hover{
	text-decoration: underline;

}
.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 1em;
}
#sidebar ul {
list-style-type: none;
margin-left: 0px;
padding-left: 0;
}

#sidebar ul h2 {
	font-size: 1.5em;
}


#sidebar ul li {

}

#sidebar ul ul {
list-style-type: none;
margin-left: 4px;
padding-left: 0;
}

#sidebar ul ul li {

}

#sidebar ul ul ul {
list-style-type: none;
margin-left: 7px;
padding-left: 0;
}

#sidebar p {

}

#sidebar a:link {
text-decoration: none;
color: rgb(255,255,192);
}

#sidebar a:visited {
text-decoration: none;
color: rgb(255,255,192);
}

#sidebar a:hover {
text-decoration: underline;
color: rgb(131,93,0);
}

.sidespace p {
	padding-top:50px;
}



/*--------------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;
}