/*
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: /*url('/images/body-gradient.jpg') #FAE290 repeat-x;*/ #A56A55;
	font-family: Verdana, Ariel, Helvetica, sans-serif;
	font-size: 12px;
	color: #695041;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}

#page {
	width: 740px;
	margin: 0 auto;
}

#header {
	width: 100%;
	height: 137px;
	margin:0;
	border-bottom: 1px solid #695041; /* <- dark brown; */
	}

#headerimg {
	width:100%;
	margin:0;
}

.description {

}

#wrapper {
	width: 740px;
	margin: 0;
	background: #F2E6B6;
	clear: both;
	float: left;
	overflow: hidden;
}

#content {
	float: left;
	width: 520px;
	padding: 15px;
	margin-left: 0;
	overflow: hidden;
}


#footer {
	background-color: #8F9E8B;
	margin: 0;
	clear: both;
}
	#footer p{
		font-size: 75%;
		padding: 0px 5px;
		margin: 0px;
		color: #36261C;
	}



/*-------------Headings-------------*/

h1.mainTitle {
	color: #1E508E;
	font-size: 250%;
	font-family: Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	margin: 0;
	padding: 35px 0 0 20px;
	font-weight: 3325;
}
h1 {
	color: #1E508E;
	font-size: 165%;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 500;
	margin: 5px 0.6em 0.6em 0;
}
h2 {
	color: #1E508E;
	font-size: 120%;
	font-variant: small-caps;
	font-weight: 500;
	margin: 5px 0.6em 0.6em 0;
	padding: 0;
	line-height: 1.4em;
}

h3 {
	color: #1E508E;
	font-size: 110%;
	font-style: italic;
	font-weight: 500;
	margin: 5px 0.6em 0.6em 0;
	margin-left: 0;
	padding:0;
	line-height: 1.4em;
}
h4 {
	color: #1E508E;
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0.6em 0.6em 0;
}

/*-------------The Post-------------*/

.post h1 a, .post h1 a:link, .post h1 a:visited, .post h1 a:hover, .post h1 a:active {
	color: #1E508E;
	}
h2 a:hover, h2 a {
}
h2 a:visited{color: #1E508E;}

.post {
border-bottom: 1px solid #695041;
}

.post p {
	widows: 3;
	orphans: 3;
	color: #36261C;
	margin: 0;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	line-height: 1.3em;
	text-align: justify;
}
.post img{

	}
.post a {
	color: #369;
	text-decoration: none;
}
.post a:link {
	color: #369;
	text-decoration: none;
}
.post a:visited {
	color: #3D0E58;
	text-decoration: none;
}
.post a:hover {
	color: #540511;
	text-decoration: underline;
}
.post a:active {
	color: #695041;
	text-decoration: underline;
}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {
	float:left;
}

.alignright {
	float:right;
}

.center {
	float:center;
}

.pagetitle {
}

blockquote{
	color:#695041;
	margin-left: 30px;
	font-weight: normal;
}

cite {
	font-size: 85%;

}

a img {
	border: 1px solid #369;
}
a:visited img {
	border: 1px solid #3D0E58;
}
a:hover img {
	border: 1px solid #540511;
}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar {
	width: 167px;
	margin-bottom: -2000em;
	padding: 16px 15px 2000em 5px; /*bottom used to be 16px*/
	float: right;
	background: #BFCFCE;
}

	#sidebar h1 {
		color: #695041;
		font-size: 125%;
		margin: 5px 0;
		padding: 0;
		text-align: center;
		border-bottom: 1px solid #695041;
		font-variant: small-caps;
	}
	#sidebar h2 {
		color: #695041;
		font-size: 110%;
		font-style: italic;
		margin: 1em 0 0 0;
		padding: 0;
	}
	#sidebar ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
		color: #695041;
		line-height: 1.5em;
		list-style-type: none;
	}
	#sidebar ul li{
		color: #1E508E;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#sidebar a:link {
		color: #1E508E;
		text-decoration: none;
		border: none;
	}
	#sidebar a:visited {
		color: #1E508E;
		text-decoration: none;
		border: none;
	}
	#sidebar a:hover {
		color: #1E508E;
		text-decoration: underline;
		border: none;
	}
	#sidebar a:active {
		color: #1E508E;
		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: #36261C;

	}


/*--------------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 {
	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;
}

/*----------Abdiel Navigation----------*/
#navigation {
/*	background: url(/images/underhead.png) no-repeat top left;	*/
	float: left;
	width: 740px;
	position: absolute; top: 110px;
	}
	#navigation ul{
		font-family: Verdana, Ariel, Helvetica, sans-serif;
		color: #1E508E;
		background: white;
		margin: 0;
		margin-left: 31px; /*or 215 from left*/
		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: 5px;
		color: #1E508E;
		text-decoration: none;
		font-variant: small-caps;
		float: left;
		text-align: center;
	}
	#navigation ul li a:link{
	}
	#navigation ul li a:visited{
		color: #1E508E;
	}
	#navigation ul li a:hover{
		color: #540511;
		text-decoration: underline;
	}
	#navigation ul li a:active{
	}




/*----------Abdiel Special 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: 260%;
	font-family: Georgia, Times New Roman, serif;
	color: #1E508E;
	line-height: 100%;
	margin: 0 0.1em 0 0;
	padding: 0;
}
.underline{border-bottom: 1px solid #695041;}
.intro{font-style: italic;}
#notes p{
	font-size: 85%;
	text-align: left;
	}

#portal {
	margin: 3em 0;
	padding: 0;
	width: 520px;
	min-height: 170px;
}
	#portal p{

		margin-left: 160px;
		margin-top: 0.1em;
		margin-bottom: 0.1em;
	}
	#portal h12, h3 {
	margin: 0.1em 0.2em 0.5em 0;
	padding:0;
	line-height: 1.2em;
	}

	#portal img {
		margin: 0;
		margin-right: 10px;
		padding: 0;
		padding-top: 8px;
		float: left;
		border: none;
	}


textarea {
	width: 100%;
	background-color: #F8F8F8;
	margin-bottom: 2em;
	border: 1px solid black;
}

a {
	color: #16497C;
	text-decoration: underline;
}
a:link {
	color: #16497C;
	text-decoration: underline;
}
a:visited {
	color: #51520A;
	text-decoration: underline;
}
a:hover {
	color: #3C75F1;
	text-decoration: underline;
}
a:active {
	color: #16497C;
	text-decoration: underline;
}

a img, a:link img, a:visited img, a:hover img, a:active img {
	border: none;
	}
	
ul {
	margin: 0px;
	padding: 0;
	padding-left: 1.5em;
}

li {
	margin: 0;
	padding: 0;
}
table {
	width: 500px;
	margin:0;
	padding:0;
	border-collapse: collapse;
	border-spacing:0;
	border-left:1px dotted #695041;
	border-bottom:1px dotted #695041;
}

th {
	text-align: center;
	font-weight: bold;
	background-color: none;
	border-top: 1px dotted #695041;
	border-right: 1px dotted #695041;
	margin: 0;
	color:#540511;
	}
tr {margin:0; padding:o;}
td {
	text-align: left;
	width: 50%;
	font-weight: normal;
	color: #36261C;
	background-color: none;
	border-top: 1px dotted #695041;
	border-right: 1px dotted #695041;
	margin:0;
	}
tfoot {
	background-color: none;
	border-top: 1px dotted #695041;
	border-right: 1px dotted #695041;
	font-size: 75%;
	margin: 0;
}
tfoot td {	color:#695041;}
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;
	}
ul {color: #36261C;}
ol {color: #36261C;}