/*
Theme Name: Sam
Theme URI: http://www.davidbaulchlandscaping.co.uk
Description: The Custom Theme for the David Baulch Landscaping website
Author: James Mansson
Author URI: http://www.gm-ram.co.uk
Version: 1.0.4

(c) Copyright 2009-10 GM-RAM Limited
This theme is licensed for the exclusive use of David Baulch Landscaping.

Change Log
==========

Version		Description
-------		-----------
1.0.1		Switched from listing pages to listing categories in navigation.
1.0.2		Added code to float images in the site content to the left.
1.0.3		Switched from using static home page in home.php to using page editable in blog.
			Fixed bug relating to failure to clear float when more than one post with images is displayed.
1.0.4		Added link to contact page in navigator.
*/

body {
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 0;
  padding: 3em;
  background-image: url(images/background.png);
  background-repeat: repeat-x;
  border-top: 10px solid gray;
  font-family: trebuchet ms,tahoma,verdana,arial,helvetica;
}

h1 {
  font-size: 1.5em;
  font-weight: bold;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
}

a, a:link, a:visited, a:active {
  color: #930;
  text-decoration: none;
}

a:hover {
  color: #aaa;
  text-decoration: none;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1000px;
}

#logo {
  float: left;
  padding-right: 5px;
}

#title {
  font-size: 2em;
}

#title a, #title a:link, #title a:visited, #title a:active {
  color: #aaa;
}

#title a:hover {
  color: #930;
}

#description {
  font-size: 0.9em;
}

#nav {
  padding-top: 5px;
  padding-bottom: 5px;
}

#nav ul {
  padding-left: 0;
}

#nav li {
  display: inline;
  padding-right: 10px;
  font-weight: bold;
}

#content img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.post {
  clear: left;
}

#footer {
  clear: left;
  padding-top: 20px;
  text-align: center;
}
