/*
Theme Name: 2 Column Fixed - Menu Left
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 left
Author: Will Healey
Author URI: http://www.tomorrows-laundry.com

some colours by ivan
ffd = ffffdd
002  blue/black
003  blue/black
554  dark choc
88a  mid blue/grey
aa8  gold
ccf  mid blue/grey
cfc  pale green
cff  teal
ddf  mid blue/grey
fcc  salmon pink
fcf  violet pink
ffc  cream
ffd  milk
*/

/*-----------Block Level Elements--------------*/

a {text-decoration: none;
   font-weight: bold;
   color: #8888aa;
}

a:hover {
    background-color: #ccffcc;
    color: #330033;
}

body {background-color: #cccccc;

}

#page {
	width: 816px;
	margin: auto;
	background-color: white;
}

#header {
}

#headerimg {
	height: 161px;
	width: 816px;
        background: url("images/headerImages/rotate.php");
}

#headerimg h1 {
        color: #330033;
            text-align: left;
            position: relative;
            top: 70px;
            left: 15px;
}

.description {
        color: #330033;
	font-size: large;
        text-align: left;
        position: relative;
        top: 60px;
        left: 15px;
}

#wrapper {
	width: 98%;
	margin: 8px;
}

#content {
	float: right;
	width: 75%;
}

#sidebar {
        float: left;
	width: 23%;
}

#footer {
	width: 100%;
        height: 23px;
	clear: both;
	text-align: center;
        background: url(images/squaresFooter.png);
}

#footer p {padding: 30px;
}

/*-------------Headings-------------*/

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



a:hover h2 {
    background-color: #ccffcc;
    color: #330033;
}
a:hover h3 {
    background-color: #ccffcc;
    color: #330033;
}

.post {
}

.post h2 {
	background-color: #ffffcc;
	color: #8888aa;
}

.section h2 {
	background-color: #ffffff;
}

.post p {

}

.post a {

}

.post ul {

}

.post li {

}

.entry {

}

.entrytext .postmetadata {
}

.postmetadata {
border-top: solid 1px #555544;
text-align: right;
}

.postmetadata a {

}

.navigation {
	padding-top: 5px;
        padding-bottom: 10px;

}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/

#sidebar {
}

#sidebar ul {list-style-type: none;
             border: 0px;
             padding: 0px;
}

#sidebar ul h2 {font-size: medium;
                font-family: sans-serif;
                color: #555544;
                background-color: #ffffcc;
                font-weight: normal;
                text-align: left;
}

#sidebar ul li a {font-weight: normal;
}

#sidebar ul li {text-indent: 0;

}

#sidebar ul ul {text-align: right;

}

#sidebar ul ul li {font-size: small;
                   font-family: sans-serif;
                   font-weight: normal;
                   text-indent: 0;

}

#sidebar ul ul ul {

}

#sidebar p {

}

#sidebar a {color: #555544; 


}
#sidebar a:hover {
                  color: #445544;

}

#sidebar a:visited {

}


/*--------------Comments--------------*/

ol.commentlist {

}

ol.commentlist li {

}

ol.commentlist li.alt {

}

ol.commentlist a {

}

small.commentmetadata {

}

textarea#comment {
	width: 90%;
}

/*--------------Search Form-------------*/

#searchform {text-align: right;
             background-color: #ffffcc;
	border: solid 1px #555544;
	padding: 8px;
}

#searchform input {

}

#searchform #searchsubmit {

}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/


/*-------------Tables------------------*/

table.docutils {
  border-collapse: collapse;
  border-top: solid;
  border-bottom: solid }


tr.topline { border-top: solid }

.tleft {text-align: left}
.tright {text-align: right}


/*-------------Other------------------*/

hr {
	display: none;
}

div.adsense {
    padding-top: 25px;
}

.hidden {
    color: white;
}



