/*  
Theme Name: Bahia Street Trust
Theme URI: http://www.bahiastreet.org.uk/
Description: A simple styled CMS theme (Look by Meps Schulte)
Version: April 26, 2007
Author: Barry Stellrecht
Author URI: http://mepsnbarry.com/

*/


/* Layout and Structure */

#page {
	}

#header {
	}

#logo {
	width: 180px;
	float: left;
	}

#toppicture {
	float: right;
	margin-right: 20px;
	}

#title {
	margin-left: 200px;
	}

#title ul, #description {
	padding: 5px;
	margin: 5px;
	}

#title h1 {
	padding: 15px;
	margin: 5px;
	}

#title ul, #description {
	}

#title ul a {
	}

#title li {
	display: inline;
	margin: 0 5px;
	}

#container {
	width: 100%;
	float: left;
	margin-right: -178px;
	}

#content {
	clear: both;
	float: left;
	margin-right: 218px;
	}

#sidebar {
	width: 178px;
	float: right;
	}

.clearing {
	height: 0;
	clear: both;
}

#footer {
	}
	
.center {
	text-align: center;
	}

/* Typography and Colors */

body {
	font-family: verdana,lucida,arial,helvetica,sans-serif;
	font-size: 13px;
	}

h2 {
	font-size: 115%;
	font-weight:bold;
	}

h3 {
	font-size: 100%;
	font-weight:bold;
	}

#title {
	font-size: 110%;
	}

a:link {
	color: #3525b7;
	}

a:visited {
	color: #327f12;
	}

a:hover {
	color: #c6554a;
	}

#header {
	}

#logo img {
	border: none;
	}
	
#title ul a:hover {
	color: #c6554a;
	background-color: #94cbef;
	}

#sidebar a {
	text-decoration: none;
	}

h1 {
	font-size: 225%
	}

#sidebarblock, h1 {
	background: #ffe300;
	color: #31347b;
	}

#title ul, #description {
	background: #31347b;
	color: white;
	}

#title ul a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	}

#title li {
	}

#content {
	}

#sidebar {
	}

#sidebarblock ul {
	padding-left: 10px;
	}

#sidebarblock li {
	list-style: none inside;
	}

#footer {
	}

