/*  
Theme Name: Holy Trinity Longlevens
Theme URI: http://www.holytrinitylonglevens.co.uk/
Description: Custom theme for Holy Trinity Church, Longlevens, Gloucester
Author: Tim Holt
Author URI: http://www.technokinetics.com/
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	width: 760px;
	background: #3D9AAB url(images/bgbody.png) left top repeat-x;
	font-family: verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 10px;
}

table {
	margin: 20px auto;
}

td, th {
	margin: 2px 20px;
	padding: 2px 10px;
	font-size: 0.8em;
}

blockquote {
	margin: 20px 25px;
}

p {
	margin: 10px;
}

h1 {
	font-size: 1.5em;
	color: #619fa9;
}

h2 {
	font-size: 1.1em;
}

h3 {
	font-size: 1em;
}

p {
	font-size: 0.9em;
}

#wrapper {
	background: url(images/bgmain.gif) left 250px repeat-y;
}

#main {
	padding: 35px 10px 10px 10px;
	background: url(images/topcurve.gif) left top no-repeat;
}

ul#nav {
	margin-left: 170px;
	list-style: none;
}

ul#nav li {
	float: left;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

ul#nav li a {
	display: block;
	padding: 2px 5px;
	font-size: 0.8em;
	color: #fff;
	background: #5898A3;
	text-decoration: none;
}

ul#nav li.current_page_item a {
	background: #327181;
}

ul#nav li a:hover {
	background: #B0D5DB;
	text-decoration: underline;
}

#content {
	float: right;
	width: 548px;
	padding: 25px 10px 10px 10px;
	background: #B2D6DC;
	border: 1px solid #B2D6DC; /* Prevents gap appearing on scroll in IE7 */
}

.post {
	clear: both;
}

h2.postTitle a {
	color: #3D9AAB;
}

h2.postTitle a:hover {
	text-decoration: none;
	color: #619fa9;
}

p.postMeta {
	font-size: 0.8em;
}

#sidebar { float: left; padding-top: 710px; width: 160px; background: url(images/spire.jpg) 5px top no-repeat; }

#footer {
	clear: both;
	padding: 0 10px 15px 180px;
	background: url(images/bottomcurve.gif) left bottom no-repeat;
	font-size: 0.8em;
	text-align: center;
}

.clearfix {
	clear: both;
}