/*  
Theme Name: William Heath 2
Theme URI: http://williamheath.net
Description: A custom theme designed for William Heath
Version: 0.1
Author: thinkpublic
Author URI: http://www.thinkpublic.com/

	This theme was designed and built by thinkpublic
*/

@import "strip.css";
@import "text.css";
@import "colour.css";

#page {
	text-align: left;
	margin: 1em auto;
	padding: 0px;
	border:0;
	width: 765px;
	background: url("./images/columns.gif") repeat;
}

#header {
	margin: 0 0 5px 0;
	padding-bottom: 1em;
	height: 120px;
}

#leftsidebar {
	float: left;
	width: 150px;
	padding: 0 5px;
	margin-bottom: 1em;
}

#rightsidebar {
	float: right;
	width: 150px;
	padding: 8px 5px;
	margin-bottom: 1em;
}

#content { 
	width: 415px;
	float: left;
	padding: 0 15px;
	margin-bottom: 1em;
}

#footer {
	padding: 1em 5px;
	clear: both;
	background: #fff;
}

.feedicon {
	background: url(images/rss.png) no-repeat left;
  	padding: 5px 0 5px 30px;
	vertical-align: middle;
	line-height: 2em;
}
