/*
Design by Christian Statham 2008 - http://www.christian-statham.me.uk/ 
*/

body {
	margin: 0;
	padding: 0;
	background: #ffffff;
	text-align: left;
	font-family: "Courier New", Georgia;
	font-size: 11px;
	color: #666666; }

.italic {font-style: italic;}

h1, h2, h3 {
	margin-top: 0;
	font-weight: bold;
	font-family:"Courier New", Georgia; }

h1 {
	font-size: 16px; }

h1 span {
	font-size: 16px;
	background-color: #f2ff24; }

h2 {
	font-size: 14px; }

h2 span {
	font-size: 14px;
	background-color: #f2ff24; }

h3 {
	font-size: 12px; }

ul {}

a {
	color: #666666; }

a:hover {
	text-decoration: none;
	color: #666666; }

a img {
	border: none; }

img.left {
	float: left;
	margin: 0 20px 0 0; }

img.right {
	float: right;
	margin: 0 0 0 20px; }



/* Header */

#header {
	width: 778px;
	height: 45px;
	margin: 10px auto;
	background: url(images/Ruth.jpg) no-repeat #ffffff;
	border-bottom: 1px dashed #666666; }



/* Page */


	
#page2 { 
	float: left;
	width: 778px;
	margin: 100px 0 0 45px; 
	text-align: center;}



/* Content */

#content {
	float: right;
	width: 520px;
	padding: 15px 15px 0px 15px;
	border-left: 1px dashed #666666; }

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #666666; }
	
.post p{
	padding-bottom: 10px; }
	
.post2 {
	height: 475px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: none; }

.title {
	margin: 0;}
	
.title span {background-color: #EFEFEF; }

.title a {
	text-decoration: none; }

.title a:hover {
	border-bottom: 1px dashed #ffffff; }

.byline {
	margin: 0 0 0px 0; }

.entry {}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold; }

