/*
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 {
	margin: 0;
	padding: 0;
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.5em;
	font-size: 10px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 10px; /* easy scaling */
  	font-size: 0.76em;
  	background:#ffffff;
 	color:#333; 
}

a {
	text-decoration: none;	
}
a:link 
{
	color: #0158A7;   
	text-decoration: none;	
	background:none; 
}
a:visited {
	color: #0158A7;  
	background:none;  
}
a:hover, a:active {  
        color: #0158A7;
}

#page {
	width: 720px;
	margin: 0 auto;
}

#header {
	width: 100%;
        height: 212px;
  	background:#f4f4f4 url(images/header.jpg) repeat-y center;
}

#headerimg {

}

.description {

}

#wrapper {
	width: 100%;
        background: url(images/background.GIF);
        float: left;
}

#content {
	float: left;
	width: 420px;
        padding:20px 25px 25px 25px;
        display: inline;

}

#sidebar {
        width: 220px;
        margin: 10px 0px 0px 490px;
        position: relative;
}

#footer {
	width: 710px;
	clear: both;
        background:#0158A7;
        padding:0px 5px 0px 5px;
        color:#ffffff;
}

#footer a {
	text-decoration: none;	
}
#footer a:link 
{
	color: #CCDFEF;   
	text-decoration: none;	
	background:none; 
}
#footer a:visited {
	color: #CCDFEF;  
	background:none;  
}
#footer a:hover, a:active {  
        color: #CCDFEF;
        border-bottom:1px solid;
}

/*-------------Headings-------------*/

h1 {

}

h2 {
        color:#0158A7;
}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {
       height:100%;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
        margin: 0px 0px 0px 3px;
	list-style:none;
}

#sidebar ul h2 {
        background:url(images/home_clean_header.jpg) no-repeat;	
        font-size:1em;
	font-weight:bold;
	height:20px;
	color: #ffffff;
        padding:3px 0px 0px 13px;

}

#sidebar ul li {
        margin:0px 0px 5px 0px;
}

#sidebar ul ul {
        margin:0px 0px 0px 10px;
}

#sidebar ul ul li {
        margin:0px 0px 0px 0px;
}

#sidebar ul ul ul {
        margin:0px 0px 0px -30px;
}

#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------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}

.clear {margin: 0; padding: 0; clear: both}