/*
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 */

#page { 
	float: left;
	width: 778px;
	margin: 45px 0 0 45px;
	background: #ffffff; }

#page-bg {
	padding: 10px 0px;
	background: #ffffff; }
	
#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; }



/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 30px 20px 0 0; }

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none; }

#sidebar li {}


#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px; }

#sidebar li li {
	padding: 8px 0px 5px 0px;
	background: #ffffff;
	border-bottom: 1px dashed #e2e2e2; }
	
#sidebar li li span a:hover {background-color: #f2ff24; }

#sidebar li .active span {background-color: #EFEFEF; text-decoration: none; }
	
#sidebar h1 {
	margin: 0;
	padding: 0px 0 5px 0px;
	border-bottom: 1px dashed #666666;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold; }

#sidebar h2 {
	margin: 0;
	padding: 0px 0 5px 0px;
	border-bottom: 1px dashed #666666;
	letter-spacing: -1px;
	font-size: 14px;
	font-weight: bold; }

#sidebar a {
	text-decoration: none; }

#sidebar a:hover {
	text-decoration: none; }


/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	background: #ffffff; }

#footer p {
	margin: 0;
	text-align: center;
	font-size: 10px;
	color: #666666; }

#footer a {
	color: #666666; }
	
/* JS */
.accordionButton {	
	width: 200px;
	float: left;
	cursor: pointer;
	border-bottom: 1px dashed #E2E2E2;
	padding: 8px 0 5px }
 
.accordionContent {	
	width: 200px;
	float: left;
	display: none; }

.accordionWrapper {
	margin-top: 20px;
	width: 200px;
	height: auto;
	margin-left: auto;
	margin-right: auto; }

.accordionButton span{
	text-decoration: underline; }

