/*
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: white;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 12px;
	color: #173D0B;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

#page {
	width: 740px;
	margin: 0 auto;
	padding: 0;
}

#header {
	width: 100%;
	height: 100px;
	margin:0;
	padding: 0;
	}

#headerimg {
	width:100%;
	height:100px;
	background: url(/images/head.png) no-repeat top left;
	background-repeat: no-repeat;
	background-position: top left;
	margin:0;
	padding: 0;
}

.description {

}

#wrapper {
	width: 740px;
	margin: 0;
	clear: both;
	float: left;
}

#content {
	float: left;
	width: 505px;
	padding: 0 15px 15px 30px;
	margin-left: 0;
}

#sidebar {
	width: 152px;
	padding: 16px 30px 16px 5px;
	margin: 0;
	float: right;
}

#footer {
	border-top: 1px dashed #0B730D;
	width: 680px;
	margin: 0 30px;
	padding: 0;
	clear: both;
}
	#footer p{
		font-size: 75%;
		padding: 0px 5px;
		margin: 0px;
	}



/*-------------Headings-------------*/

h1.mainTitle {
	font-size: 250%;
	color: #0B730D;
	font-variant: small-caps;
	margin: 0;
	padding: 35px 0 0 0;
	font-weight: 3325;
}
h1 {
	font-size: 165%;
	color: #0B730D;
	font-weight: 500;
	margin: 5px 0;
	padding: 0;
}
h2 {
	color: #0B730D;
	font-size: 120%;
	font-weight: 500;
	margin: 5px 0.6em 0.6em 0;
	padding: 0;
}

h3 {
	color: #0B730D;
	font-size: 110%;
	font-style: italic;
	font-weight: 500;
	margin: 5px 0.6em 0.6em 0;
	padding:0;
}
h4 {
	color: #0B730D;
	font-size: 100%;
	font-weight: bold;
	margin-left: 0;
}



/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {
}

.post {
border-bottom: 1px solid #695041;
}

.post p {
	widows: 3;
	orphans: 3;
	color: #173D0B;;
	margin: 0;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.4em;
	text-align: justify;
}

.post img{
	border: 3px solid #0B730D;
	margin: 3px;
	}
.post img a{
	border: none;
	}
.post a {
	color: #3CD008;
}
.post a:link {
	color: #3CD008;
	text-decoration: underline;
}
.post a:visited {
	color: #265B1D;
}
.post a:hover {
	color: #FF8A02;
	}
.post a:active {
	color: #FF8A02;
}

.post h1 a:link {
	color: #0B730D;
	text-decoration: none;
	margin-bottom: 0.3em;
	}
.post h1 a:visited {
	color: #0B730D;
	text-decoration: none;
	margin-bottom: 0.3em;
	}
.post h1 a:hover {
	color: #3CD008;
	text-decoration: none;
	margin-bottom: 0.3em;
	}
.post h1 a:active {
	color: #3CD008;
	text-decoration: none;
	margin-bottom: 0.3em;
	}
.post small {
	font-size: 80%;
	color: #D48C00;
	margin-bottom: 0.3em;
	}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.center {
	float:center;
}

.pagetitle {
}

blockquote{
	margin-left: 30px !important;
	font-weight: normal !important;
}

cite {
	font-size: 85%;

}

acronym, abbr {

}

/*--------------Sidebar------------*/

	#sidebar h1 {
		color: #0B730D;
		font-size: 125%;
		margin: 0 0 1em 0;
		padding: 0;
		text-align: left;
		border-bottom: 1px solid #D48C00;;
		font-weight: 550;
	}
	#sidebar h2 {
		color: #0B730D;
		font-size: 110%;
		font-style: italic;
		margin: 1em 0 0 0;
		padding: 0;
	}
	#sidebar ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
		color: #0B730D;
		line-height: 1.5em;
	}
	#sidebar ul li{
		color: #0B730D;
		margin: 0;
		list-style-type: none;
	}
	#sidebar li{
		color: #0B730D;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-indent: 0;
	}
	#sidebar a:link {
		color: #3CD008;
		text-decoration: none;
		border: none;
	}
	#sidebar a:visited {
		color: #265B1D;
		text-decoration: none;
		border: none;
	}
	#sidebar a:hover {
		color: #FF8A02;
		text-decoration: underline;
		border: none;
	}
	#sidebar a:active {
		color: #FF8A02;
		text-decoration: none;
		border: none;
	}


	#sidebar ul ul {
		list-style-type: none;
	}

	#sidebar ul ul li {
		list-style-type: none;
	}

	#sidebar ul ul ul {
		list-style-type: none;
		}

	#sidebar p {

}

.textwidget {
	font-size: 80%;
	line-height: 1.3em;
	color: #173D0B;

	}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

#comment {
	width: 503px;

}

/*--------------Search Form-------------*/

#searchform {

}

#searchform input {

}

#searchform #s {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {
	color: #16497C;
	text-decoration: underline;
}
#wp-calendar a:hover {
	color: #3C75F1;
	text-decoration: underline;
}

#prev a, #next a {
	color: #16497C;
	text-decoration: underline;
}

#prev a:hover, #next a:hover {
	color: #3C75F1;
	text-decoration: underline;
}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}

/*-------Word Miner Navigation-------*/
#navigation {
	background: url(/images/underhead.png) white no-repeat top left;
	float: left;
	width: 740px;
	height: 30px;
	margin: 0;
	margin-bottom:25px;
	padding: 0;
	}
	#navigation ul{
		background: white;
		margin: 7px 0;
		margin-left: 30px;
		padding: 0;
		list-style-type: none;
	}
	#navigation ul li{
		display: inline;
		margin: 0;
		padding: 0;
	}
	#navigation ul li a{
		margin: 0 5px 0 0;
		padding: 0 5px;
		color: #0B730D;
		text-decoration: none;
		float: left;
		text-align: center;
	}
	#navigation ul li a:link{
		font-weight: bold;
		color: #0B730D;
	}
	#navigation ul li a:visited{
		font-weight: bold;
		color: #0B730D;
	}
	#navigation ul li a:hover{
		background-color: #FF8A02;
		background: url(/images/nav_button.png) #FF8A02 repeat-x;
		color: #0B730D;
	}
	#navigation ul li a:active{
		background-image: none;
		background-color: #22A620;
		color: #FF8A02;
	}


/*--------------W M Elements---------------*/


.pullquote {
	color: #695041;
	font-size: 125%;
	background: url(../images/quote-left.gif) no-repeat top left;
	padding: 5px 0 0 30px;
	float: right;
}
.dropCap {
	float: left;
	font-size: 275%;
	color: #0B730D;
	line-height: 100%;
	margin: 0 0.1em 0 0;
	padding: 0;
}

#notes p{
	font-size: 85%;
	text-align: left;
	}
.underline {border-bottom: 1px solid #0B730D;}
.intro {font-style: italic;}

a {
	color: #3CD008;
}
a:link {
	color: #3CD008;
	text-decoration: underline;
}
a:visited {
	color: #265B1D;
}
a:hover {
	color: #FF8A02;
	}
a:active {
	color: #FF8A02;
}

ul {
	margin: 0px;
	padding: 0;
	padding-left: 1.5em;
	color: #265B1D;
}

li {
	margin: 0;
	padding: 0;
	color: #265B1D;
}

table {
	width: 500px;
	margin:0;
	padding:0;
	border-collapse: collapse;
	border-spacing:0;
	border-left:1px dotted #FF8A02;
	border-bottom:1px dotted #FF8A02;
}

th {
	text-align: center;
	font-weight: bold;
	background-color: none;
	border-top: 1px dotted #FF8A02;
	border-right: 1px dotted #FF8A02;
	margin: 0;
	color:#0B730D;
	}
tr {margin:0; padding:o;}
td {
	text-align: left;
	width: 50%;
	font-weight: normal;
	color: #265B1D;
	background-color: none;
	border-top: 1px dotted #FF8A02;
	border-right: 1px dotted #FF8A02;
	margin:0;
	}
tfoot {
	background-color: none;
	border-top: 1px dotted #265B1D;
	border-right: 1px dotted #265B1D;
	font-size: 75%;
	margin: 0;
}
tfoot td {	color:#0B730D;}
hr {display: none;}
em {font-style: italic;}
small {font-size: 80%;}

.imgRight{
	margin: 5px 0px 5px 12px;
	border: 10px solid #369;
	float: right;
	}
.imgLeft{
	margin: 5px 12px 5px 0px;
	border: 10px solid #369;
	float: left;
	}
.imgCenter{
	margin: 5px 12px;
	border: 10px solid #369;
	float: center;
	}
	
