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

html{
	margin-bottom: 1px;
	min-height: 100%;
}

body{	
	background-color: #6e6230;
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Grande",geneva,arial,verdana,sans-serif;
	font-size: 12px;
	color: #534e34;
	margin: 0;
	padding: 0;
	background-image: url('images/bg_header.gif');
	background-repeat: repeat-x;
	background-position: 0px 25px;
}

body#home{
	background-image: url('images/home_bg_header.gif');
	background-repeat: repeat-x;
	background-position: 0px 25px;
}

#page {
	background-color: #eee8ca;
}

body#home #header {
	height: 371px;
}

body #header {
	height: 121px;
}

.content_container{
	width: 675px;
	margin-left: auto;
	margin-right: auto;
}

#logo{
	margin-top: 0px;
	float: left;
	width: 285px;
	height: 85px;
	margin-top: 12px;
}

#language-select{
	text-align: right;
	padding-right: 100px;
	height: 21px;
	background-color: #FFFFFF;
	color: #666;
	font-size: 13px;
	padding-top: 4px;
}

.description {

}


#column_left{
	width: 440px;
	float: left;
}

#column_right{
	width: 215px;
	float: right;
	margin-top: 10px;
}

#column_right .block-container{
	width: 190px;
	border-left: 1px dotted #7b942d;
	margin-top: 20px;
	margin-left: 3px;
	padding: 5px 0px;
}

.block-sidebar{
	font-size: 11px;
	margin-left: 15px;
}

#footer{
	border-top: 6px solid #a7985a;
	background-color: #6e6230;
	padding: 8px 0px 12px 0px;
	font-size: 12px;
	text-align: center;
}

#footer a{
	color: #eee8ca;
	text-decoration: none;
	border: none;
}

#content{
	margin-top: 35px;
}

/* GENERAL FORMATTING */

a{
	color: #7b942d;
	text-decoration: none;
}

a:hover{
	
}

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

h1, h2, h3, h4, p, ul, li, form, input{
	margin: 0;
	padding: 0;
}

h1{
	font-size: 20px;
	font-weight: normal;
	color: #7b942d;
	margin-bottom: 5px;
}

h2{
	font-size: 16px;
	font-weight: normal;
	color: #7b942d;
	margin-bottom: 5px;
}


h4{
	color: #7b6b21;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

p{
	margin: 10px 0px;
	line-height: 18px;
}

/* SIDENAV */

#sidenav{
	width: 215px;
	background-image: url('images/bg_sidenav.gif');
	background-repeat: repeat-y;
	padding: 0px 0px 7px 0px;
	margin-top: 20px;
}

#sidenav .top{
	width: 215px;
	height: 10px;
	background-image: url('images/bg_sidenav_top.gif');
	background-repeat: no-repeat;
	margin-bottom: 3px;
	*margin-bottom: 0px;
}

.sidenav_bottom{
	width: 215px;
	height: 10px;
	background-image: url('images/bg_sidenav_bottom.gif');
	background-repeat: no-repeat;
}

#sidenav ul{
	width: 182px;
	margin: 0px auto;;
	padding: 0;
	list-style: none;
	clear:both;
}

#sidenav li{
	position:relative;
	width: auto;
	display:block;
	height: 28x;
	width: 182px;
	margin: 0px 0px 0px 0px;
	background-image: url('images/bg_sidenav_item.gif');
	background-repeat: no-repeat;
	font-size: 12px
}

#sidenav a{
	height: 23px;
	width: 182px;
	display: block;
	color: #7b6b21;
	border: none;
	padding: 5px 0px 0px 10px;
	text-decoration: none;
}

#sidenav a:hover, #sidenav .nav_selected a{
	color: #7b942d;
	border: none;
}


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

.post p{
	line-height: 18px;
	margin: 12px 0px;
}

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

.post a:hover{

}


.post h2 a:hover, .post h2 a:visited, .post h2 a {
	color: #534e34;
	border-bottom: 1px dotted #7b942d;
}

.post {

}

.post p {

}

.post a {

}

.post ul {

}

.post li {
	list-style-type: circle;
	margin: 6px 0px 6px 20px; 
}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

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

#sidebar ul {

}

#sidebar ul h2 {

}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {

}
#sidebar a:hover {

}

#sidebar a:visited {

}


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

img{
	border: 0;
}


/*-------------Other------------------*/

hr {
	display: none;
}

.left{
	float: left;
}

.right{
	float: right;
}

.clear{
	clear: both;
}

input{
	font-family: "Trebuchet MS","Lucida Sans Unicode","Lucida Grande",geneva,arial,verdana,sans-serif;
	font-size: 12px;
	color: #534e34;
	margin: 0;
}

input.input_text{
	padding: 2px;
	border: 1px solid #534e34;
	background-color: #f4f1e2;
	margin: 4px 0px;
}

.txt_error{
	color: #993300;
}

a.btn{
	float:left;
	margin:0;
	padding:0;
	background-image: url('images/btn_bg_right.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 28px;
	color: #FFF;
	border-bottom: none;
}

a.btn span{
	display: block;
	background-image: url('images/btn_bg_left.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 5px 14px 7px 12px;
	border-bottom: none;
}

.entrytext img{
	float: left;
	padding: 4px;
	background-color: #faf8ed;
	border: 1px solid #a7985a;
	margin: 10px 15px 5px 0px;
}

/* NAVIGATION */

#nav{
	height: 85px;
	float: right;
	width: 350px;
}

#nav ul{
	float: right;
	margin: 48px 0px 0px 0px;
	padding: 0;
	list-style: none;
	clear:both;
}

#nav li{
	position:relative;
	float: left;
	width: auto;
	display:block;
	height: 10x;
	margin: 0px 20px 0px 0px;
}

#nav a{
	height: 13px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#nav a:hover, #nav .nav_selected a{
	background-position: 0px -14px;
}

.nav_services a{
	background-image: url('images/nav_services.gif');
	width: 52px;
	height: 10px;
	display: block;
}

.nav_your-health a{
	background-image: url('images/nav_your-health.gif');
	width: 72px;
	height: 10px;
	display: block;
}

.nav_about a{
	background-image: url('images/nav_about.gif');
	width: 39px;
	height: 10px;
	display: block;
}

.nav_blog a{
	background-image: url('images/nav_blog.gif');
	width: 39px;
	height: 13px;
	display: block;
}

.nav_contact a{
	background-image: url('images/nav_contact.gif');
	width: 47px;
	height: 10px;
	display: block;
}

.nav_sp_services a{
	background-image: url('images/nav_sp_services.gif');
	width: 52px;
	height: 10px;
	display: block;
}

.nav_sp_your-health a{
	background-image: url('images/nav_sp_your-health.gif');
	width: 51px;
	height: 10px;
	display: block;
}

.nav_sp_about a{
	background-image: url('images/nav_sp_about.gif');
	width: 35px;
	height: 10px;
	display: block;
}

.nav_sp_contact a{
	background-image: url('images/nav_sp_contact.gif');
	width: 54px;
	height: 10px;
	display: block;
}
