/*
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, body 
{
    margin: 0;
    padding: 0;
}

body 
{
    margin: 0 0 50px 0;
    color: #000;
    background: #FFF;
    font: normal 100% monospace;
}

#page {
	margin: 35px auto 0 50px;
}

#header {
	width: 100%;
}

#wrapper {
	width: 900px;
}

#content {
	float: left;
	width: 500px;
}

#sidebar {
	width: 300px;
	margin-left: 550px;
}

#footer
{
	color: #444;
	width: 800px;
	margin: 20px auto 0 0;
	padding: 15px 0 0 0;
}

#footer a
{
	color: #444;
	text-decoration: none;	
}

/*-------------Headings-------------*/

h1 {
	font-size: 120%;
}

a {
	color: #000;
	text-decoration: none;
}

h2 {
	font-size: 120%;
	margin: 0;
}

h3 {
	font-size: 120%;
	margin: 30px 0 0 0;
}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {
	text-align: justify;
}

.post p {

}

.post a {
	color: #888;
}

.post ul {

}

.post li {

}

.post img {
	border: 1px solid #000;
	margin: 0 0 15px 0;
}

.post small {
	color: #888;
}

.entry {

}

.postmetadata {
	color: #888;
	margin-bottom: 30px;
}

.postmetadata alt {
	color: #888;
}

.postmetadata a {
	color: #888;
}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#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--------------*/

.comment
{
	margin: 20px 0;
	padding: 10px 15px;
	font-size: 90%;
	background: #F9F9F9;	
	border-left: 1px solid #CCC;
}

.comment .name
{
	font-weight: bold;
	text-transform: capitalize;
}

input,textarea,select
{
   width: 190px;
	margin: 10px 0 0 0;
	padding: 2px 5px 2px 5px;
	
	border: 1px solid;
	border-color: #E3E3E3 #AFAFAF #AFAFAF #E3E3E3;
	background: #F9F9F9;
	
	font: normal 100% monospace;
}

input.button
{
	width: auto;
}

/*--------------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 {
	clear: both;
}

/*------------Wikilog-----------------*/

ol
{
	text-align: left;
	color: #DDD;
}

.three
{
	color: #00AEFF;
	font-weight: bold;
	display: none;
}

a.three
{
	color: #00AEFF;
	display: inline;
}

.two
{
	color: #92AAB5;
	font-weight: bold;
	display: none;
}

a.two
{
	color: #92AAB5;
	display: inline;
}

.one
{
	color: #888;
	font-weight: bold;
	display: none;
}

a.one
{
	color: #888;
	display: inline;
}