/*
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 {
	font: normal 16px "Century Gothic", "Lucida Grande", Verdana, Tahoma, Century, sans-serif;
	color: #5a5a5a;
	text-align: center;
	background: #FFF url(/images/bg.jpg) repeat-x 0 0;
	padding: 0;
	margin: 0;
}

a { outline: none; text-decoration: none; color: #8fb5cd; }
img { border: 0px; }

#page {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 100%;
}

#logo { 
	width: 283px; 
	float: left;
}

#main-menu { 
	padding-top: 85px;
	padding-bottom: 24px;
	text-align: right;
	overflow: auto;
	clear: right;
}

#main-menu a {
	display: block;
	width: 150px;
	padding: 10px 0px 10px 0px;
	margin: 0px 10px 0px 10px;
	text-align: center;
	float: right;
	color: #acacaa;
}

#main-menu a:hover {
	color: #fff;
	background-image: url(/images/menu-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.description {

}

#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 70%;
}

#sidebar {
	width: 28%;
	margin-left: 70%;
}

#footer {
	width: 100%;
	clear: both;
	color: #c8c8c8;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #c8c8c8;
	text-decoration: underline;
}	

/*-------------Headings-------------*/

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h2 a:hover, h2 a:visited, h2 a {

}

.post {
	margin: 0px 0px 30px 0px;
}	
  
.post img {
	margin: 0 0 4px 8px;
}

.post-date span {
	color: #B0B0B0;
	font-size: 18px;
	letter-spacing: 0px;
}

.post-date {
	font-size: 24px;
	color: #96bad0;
	width: 150px;
	float: left;
	letter-spacing: -2px;	
        line-height: 22px;		  	
}

.post-data {
	font-size: 14px;
	line-height: 18px;
	float: left;
	width: 520px;
	font-family: "Arial", "Helvetica", sans-serif;
	color: #5a5a5a;
	font-size: 12px;
}

.post-data h1 {
	font-size: 16px;
	margin: 5px 0px 20px 0px;
	font-weight: bold;
	font-family: "Century Gothic", "Lucida Grande", Verdana, Tahoma, Century, sans-serif;
	color: #5a5a5a;
}

.post-data-footer {
	border-top: 1px dotted #e6e6e6;
	text-align: right;
	background-image: url(/images/plus.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding: 3px 16px 20px 0;
        margin-top: 12px;
        clear: both;
}

.post-data-footer a {
   border-bottom: 1px dotted #FFF;
}

.post-data-footer a:hover {
   border-bottom: 1px dotted #8FB5CD;
}

.entry {

}

.entrytext .postmetadata {

}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
   font-size: 12px;
   margin-bottom: 20px;
}

.alignleft {
   text-align: left;
}

.alignright {
   text-align: right;
}

.center {

}

.pagetitle {
   letter-spacing: -1px;
   font-weight: normal;
   font-size: 20px;
}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/


#sidebar ul {
   list-style-type: none;
   font-size: 14px;
}

#sidebar ul h2 {
   font-weight: normal;
   font-size: 16px;
}

#sidebar ul li {

}

#sidebar ul ul {
   padding: 0 0 0 6px;
}

#sidebar ul ul li {
   padding: 0 0 10px 16px;
   font-size: 12px;
   background: transparent url(/images/plus.gif) no-repeat 0 3px;
}

#sidebar ul ul li a {
   border-bottom: 1px dotted #FFF;
}

#sidebar ul ul li a:hover {
   border-bottom: 1px dotted #8FB5CD;
}

#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------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}