/*
Theme Name: The Well Clean
Theme URI: http://www.thewellpoway.com
Description: Custom theme for The Well by <a href='mailto:munkeydorey@googlemail.com'>Matt Brunt</a> with fixes for WP-Cache by <a href='mailto:cwadge@gmail.com'>Chris Wadge</a>. 
Version: 1.11
Author: Matthew Brunt
Tags: custom, fluid width, clean, lightweight, the well
*/

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
body {
	font-family: sans-serif, Arial, Helvetica;
	text-align: center;
	font-size: 10pt;
}
a {
	color: #042229;
	text-decoration: underline;
}
a:visited {
	color: #042229;
	text-decoration: underline;
}
a:hover {
	color: #042229;
	text-decoration: none;
}
a:active {
	color: #042229;
	text-decoration: none;
}
a > img {
	border: 0px;
}
#header {
	background: url(./images/header.png) repeat-x;
	width: 100%;
	overflow: hidden;
}
#logo {
	background: url(./images/logo.png) no-repeat;
	border: 0px;
	width: 441px;
	height: 130px;
	float: left;
}
#header_nav {
	margin-top: 46px;
	height: 130px;
	float: right;
}
#links {
	height: 130px;
}
.page_item {
	display: inline;
	height: 100%;
	list-style-type: none;
}
.page_item > a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 9px 15px 10px 15px;
	height: 100%;
}
.page_item > a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 9px 15px 10px 15px;
	height: 100%;
}
.page_item > a:hover {
	color: #042229;
	text-decoration: none;
	padding: 9px 15px 10px 15px;
	background: url(./images/link_hover.png) repeat-x;
	height: 100%;
}
.page_item > a:active {
	color: #042229;
	text-decoration: none;
	padding: 9px 15px 10px 15px;
	background: url(./images/link_hover.png) repeat-x;
	height: 100%;
}
.nav {
	display: inline;
	height: 100%;
	list-style-type: none;
}
.nav > a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 9px 15px 10px 15px;
	height: 100%;
}
.nav > a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding: 9px 15px 10px 15px;
	height: 100%;
}
.nav > a:hover {
	color: #042229;
	text-decoration: none;
	padding: 9px 15px 10px 15px;
	background: url(./images/link_hover.png) repeat-x;
	height: 100%;
}
.nav > a:active {
	color: #042229;
	text-decoration: none;
	padding: 9px 15px 10px 15px;
	background: url(./images/link_hover.png) repeat-x;
	height: 100%;
}
#content {
	color: #042229;
	width: 900px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: justify;
}
#left {
	float: left;
	width: 250px;
	margin-bottom: 50px;
	line-height: 16pt;
}
#right {
	float: right;
	text-align: justify;
	line-height: 16pt;
	width: 600px;
}
h2 {
	color: #042229;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 {
	color: #042229;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
h1 > a {
	color: #042229;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
h1 > a:visited {
	color: #042229;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
h1 > a:hover {
	color: #042229;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
h1 > a:active {
	color: #042229;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}
#right img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.end_post {
	margin-bottom: 15px;
}
#footer {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	
}
.the_content_post {
	padding-top: 10px;	
}

