/*
Theme Name: GSBN
Theme URI: 
Description: A bespoke theme for GSBN which uses Thematic as its parent.
Author: Ampersand Industries Ltd
Author URI: http://www.ampersandindustries.co.uk/
Template: thematic
Version: 1.0
Tags: Thematic
*/


@import url("../thematic/library/styles/reset.css");
@import url("../thematic/library/styles/typography.css");
@import url("../thematic/library/layouts/2c-r-fixed.css");
@import url("../thematic/library/styles/images.css");
/*@import url("../thematic/library/styles/default.css");*/
@import url("../thematic/library/styles/plugins.css");


/***** GENERAL *****/
#blog-description, .skip-link, .hidden {
	display: none;
}
body {
	background: #9c9d97 url("images/background.png") repeat-x fixed;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 11px auto;
	text-align: left;
	width: 960px;
}
a {
	color: #0040b6;
}
a:hover {
	color: #cc0000;
}
.bold {
	font-weight: bold;
}


/***** WRAPPER *****/
#wrapper {
	background: transparent url("images/page-background-top.png") no-repeat;
	color: #333;
	padding-top: 12px;
}
#wrapper-middle {
	background: transparent url("images/page-background-bottom.png") no-repeat bottom left;
	padding-bottom: 14px;
}
#wrapper-inner {
	background: transparent url("images/page-background-middle.png") repeat-y;
	padding: 0 14px 0 12px;
}


/***** HEADER *****/
#header {

	margin-bottom: 8px;
	width: 934px;
}
#branding {
	background: #f3f3f3 url("images/splash-womanwithbaby.jpg") no-repeat;
	border-bottom: 1px solid #fff;
	height: 299px;
	position: relative;
	width: 934px;

}
#blog-title {
	background: url("images/gbsn-logo.png") no-repeat;
	height: 65px;
	width: 134px;
	position: absolute;
	right: 22px;
	bottom: 22px;
}
#blog-title a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}
#partners {
	background: url("images/partner-logos.png") no-repeat;
	height: 35px;
	position: absolute;
	top: 10px;
	right: 22px;
	width: 699px;
}
#statement {
	display: none;
}

ul.sf-menu {
	background-color: #913274;
	list-style: none;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
ul.sf-menu, ul.sf-menu li {
	color: #dca0ca;
}
ul.sf-menu li {
	float: left;
}
ul.sf-menu li a {
	color: #dca0ca;
	display: block;
	font-weight: bold;
	font-size: 120%;
	padding: 10px 7px;
	text-decoration: none;
}
ul.sf-menu li a:hover, ul.sf-menu li.current_page_item a {
	color: #fff;
}


/***** MAIN *****/
#main {
	background: url("images/content-background.png") repeat-x;
	width: 934px;
}


/***** CONTENT *****/
#content {
	padding: 10px 22px 22px;
	margin: 0;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content h1 a, #content h2 a {
	color: #913274;	
}
#content h1.entry-title {
	line-height: 110%;
}
#content h2.entry-title a {
	text-decoration: none;
}
#content h2 {
	font-size: 1.5em;
	margin-bottom: 0.2em;
}
#content h3, #content h4, #content h5, #content h6 {
	font-weight: bold;
}
#content div.entry-meta {
	margin-bottom: 1em;
}
#content p.breadcrumbs {
	font-size: 90%;
}
#content p.breadcrumbs, #content p.breadcrumbs a {
	color: #999;
	text-decoration: none;
}
#content p.breadcrumbs a:hover {
	color: #333;
}
#content p, #content li {
	line-height: 160%;
}
#content h1, body.home h2.entry-title {
	font-size: 3em !important;
	margin-bottom: 0.5em;
}
#content #content h1 a, body.home #content h2.entry-title a {
	text-decoration: none;
}

body.home div.post {
	border-bottom: 1px solid #ccc;
}

.post {
	margin-bottom: 1.5em;
}
.posted {
	color: #999;
	font-style: italic;
}


/***** FOOTER *****/
#footer {
	background: #454643 url("images/footer-background.png") repeat-x;
	color: #eee;
	padding: 22px;
}
#copyright {
	color: #454643;
	margin-left: 34px;
}

#footer p.charityno {
	margin-bottom: 0;
}
#footer p.telephone span {
	color: #ccc;
	display: block;
	font-size: 80%;
}


/***** SIDEBAR *****/
#searchform {
	background-color: #eee;
	border: 1px solid #d9d9d9;
	margin-bottom: 22px;
margin-top: 10px;
	padding: 10px;
}
#block-links h2, #block-posts h2 {
	color: #913274;
	font-weight: normal;
	font-size: 1.5em;
	padding: 0 10px 3px;	
}
#block-links ul, #block-links li, #block-posts ul, #block-posts li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#block-links ul, #block-posts ul {
	margin-bottom: 22px;
}
#block-links li, #block-posts li {
	border-bottom: 1px solid #eee;
	padding: 3px 10px;
}
#block-links li a, #block-posts li a {
	color: #333;
	text-decoration: none;
}
#block-links li a:hover, #block-posts li a:hover {
	text-decoration: underline;
}