/*
Theme Name: St Saviour's, Sunbury
Theme URI: http://www.marblecake.co.uk/
Description: Custom theme created by Marble Cake for St Saviour's Church.
Version: 1.0
Author: Owen Clay, Marble Cake
Author URI: http://www.marblecake.co.uk/
Tags: grey, custom header, fixed width, two columns, widgets
Copyright: ©2009 owned by Marble Cake, licenced to St Saviour's Church. DON"T STEAL!
*/

/* CSS Reset Block */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
    color: #888888;
	background-color: #1a1a1a;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of CSS Reset */

/* Start of CSS proper! */

body {
	background: #1a1a1a url("images/page-bg-texture.jpg") top center repeat-x;
	font-size: 0.7em;
}

#page {
	width: 994px;
	margin: 0 auto;
	text-align: left;
}

/* Header styling start */

#header {
	width: 994px;
	height: 166px;
	text-align: right;
}

#header h1 {
	color: #8b814d;
	font-size: 2.2em;
	width: 442px;
	height: 99px;
	text-align: left;
	float: left;
	margin-left: 23px;
	margin-top: 35px;
}

#header h1 a {
	text-decoration: none;
	display: block;
	width: 442px;
	height: 99px;
	position: relative;
}
	
#header h1 a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 442px;
	height: 99px;
	background: url("images/header-logo.jpg") no-repeat;
	cursor: pointer;
}

#header h1 a:hover {
	color: #ffffff;
	text-decoration: none;
}

#header div.textwidget {
	width: 490px;
	padding-top: 44px;
	padding-right: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
}

#header div.textwidget p.headercontact {
	color: #4a4a4a;
	font-weight: bold;
	font-size: 1.9em;
}

#header div.textwidget p.headertimes {
	color: #878686;
	font-size: 1.4em;
	margin-top: 0.2em;
}

/* Header styling end */

/* Nav Styling (main) start */

#sidebar {
	width: 241px;
	float: left;
}

#sidebar ul li {
	margin-bottom: 8px;
}

#sidebar ul li a {
	display: block;
	color: #dfd3b6;
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}

#sidebar ul li ul {
	padding: 4px 13px 13px 13px;
}

#sidebar ul li ul li ul {
	padding: 0;
}

#sidebar ul li ul li, #sidebar ul li ul li ul li {
	margin-bottom: 0;
	padding-left: 9px;
}

/*Set consistent text styling for top-level labels */
#sidebar ul li.page-item-8 a, #sidebar ul li.page-item-18 a, #sidebar ul li.page-item-39 a, #sidebar ul li.page-item-52 a, #sidebar ul li.page-item-58 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #ffffff;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 11px 13px 4px 13px;
}

#sidebar ul li.page-item-58 a {
	color: #4a4a4a;
}

#sidebar ul li.page-item-8 {
	background: #be4112 url("images/nav-worship-bg.gif") left bottom no-repeat;
}

#sidebar ul li.page-item-8 a {
	background-image: url("images/nav-worship-top.gif");
}

#sidebar ul li.page-item-18 {
	background: #268286 url("images/nav-kidsteens-bg.gif") left bottom no-repeat;
}

#sidebar ul li.page-item-18 a {
	background-image: url("images/nav-kidsteens-top.gif");
}

#sidebar ul li.page-item-39 {
	background: #609028 url("images/nav-groups-bg.gif") left bottom no-repeat;
}

#sidebar ul li.page-item-39 a {
	background-image: url("images/nav-groups-top.gif");
}

#sidebar ul li.page-item-52 {
	background: #965594 url("images/nav-thecentre-bg.gif") left bottom no-repeat;
}

#sidebar ul li.page-item-52 a {
	background-image: url("images/nav-thecentre-top.gif");
}

#sidebar ul li.page-item-58 {
	background: #ddc333 url("images/nav-contact-bg.gif") left bottom no-repeat;
}

#sidebar ul li.page-item-58 a {
	background-image: url("images/nav-contact-top.gif");
}

/* Reset child links to prevent inheritance */
#sidebar ul li.page-item-8 ul li a, #sidebar ul li.page-item-18 ul li a, #sidebar ul li.page-item-39 ul li a, #sidebar ul li.page-item-52 ul li a, #sidebar ul li.page-item-58 ul li a {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #dfd3b6;
	padding: 2px 0px 3px 0px;
}

#sidebar ul li.page-item-58 ul li a {
	color: #000000;
}

/* Reset child links to prevent inheritance */
#sidebar ul li.page-item-8 ul li ul li a, #sidebar ul li.page-item-18 ul li ul li a, #sidebar ul li.page-item-39 ul li ul li a, #sidebar ul li.page-item-52 ul li ul li a, #sidebar ul li.page-item-58 ul li ul li a {
	font-size: 1.1em;
	padding: 3px 0px;
}

/* Nav Styling (main) end */


/* Nav Styling (home) start */

#sidebarhome {
	width: 318px;
	float: left;
}

#sidebarhome ul li {
	margin-bottom: 8px;
	height: 102px;
}

#sidebarhome ul li a {
	display: block;
	color: #dfd3b6;
	text-decoration: none;
}

#sidebarhome ul li a span {
	display: block;
}

#sidebarhome ul li a span.linkheader {
	padding: 10px 13px 14px 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2.2em;
}

#sidebarhome ul li a span.linkextra {
	padding: 0px 95px 10px 13px;
	color: #ffffff;
	line-height: 1.3em;
}

#sidebarhome ul li.page_item_8 {
	background: #be4112 url("images/homenav-worship-bg.gif") left top no-repeat;
}

#sidebarhome ul li.page_item_18 {
	background: #268286 url("images/homenav-kidsteens-bg.gif") left top no-repeat;
}

#sidebarhome ul li.page_item_39 {
	background: #609028 url("images/homenav-groups-bg.gif") left top no-repeat;
}

#sidebarhome ul li.page_item_52 {
	background: #965594 url("images/homenav-thecentre-bg.gif") left top no-repeat;
}

#sidebarhome ul li.page_item_58 {
	background: #ddc333 url("images/homenav-contact-bg.gif") left top no-repeat;
}

#sidebarhome ul li.page_item_58 a span.linkheader {
	color: #4a4a4a;
}

#sidebarhome ul li.page_item_58 a span.linkextra {
	color: #000000;
}

/* Nav Styling (home) end */


/* Content Styling (main) start */

#content {
	width: 733px;
	float: right;
	background: #ffffff url("images/content-bottom-curve.gif") bottom left no-repeat;
	color: #000000;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}

#content h2 {
	color: #4a4a4a;
	font-size: 3.7em;
}

#content h2.section_8 {
	color: #be4112;
}

#content h2.section_18 {
	color: #268286;
}

#content h2.section_39 {
	color: #609028;
}

#content h2.section_52 {
	color: #965594;
}

#content h2.section_58 {
	color: #cab22f;
}

#content h3 {
	color: #1a1a1a;
	font-size: 2.6em;
	margin-top: 1em;
}

#content h4 {
	color: #4a4a4a;
	font-size: 2em;
	margin-top: 1em;
}

#content h5 {
	color: #1a1a1a;
	font-size: 1.6em;
	margin-top: 1em;
}

#content h6 {
	color: #4a4a4a;
	font-size: 1.4em;
	margin-top: 1em;
}

#content h2 a, #content h3 a, #content h4 a, #content h5 a, #content h6 a {
	text-decoration: none;
}

#content p, #content ul, #content ol, #content dl, #content address, #content label {
	font-size: 1.1em;
}

#content p {
	margin: 0 0 1em 0;
	line-height: 1.3em;
}

#content ul, #content ol, #content dl, #content address {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
	line-height: 1.3em;
}

#content ul {
	list-style-type: disc;
}

#content ol {
	list-style-type: decimal;
}

#content dl dt {
	font-weight: bold;
}

#content dl dd {
	padding-left: 10px;
}

#content blockquote {
	margin: 0 0 1em 0;
	padding: 0 30px;
	line-height: 1.3em;
	font-size: 1em;
	background: url("images/blockquote-bg.gif") top left no-repeat;
	font-style: italic;
}

#content a {
	background-color: #e1d5ba;
	text-decoration: none;
	color: #000000;
}

#content a:hover {
	color: #ede5d4;
	background-color: #4a4a4a;
}

#content p.finalpara {
	clear: both;
	text-align: center;
	color: #bbbbbb;
	padding: 10px 10px 0px 10px;
	font-style: italic;
	font-size: 0.8em;
}

#content div.wp-caption {
	font-size: 0.8em;
	font-style: italic;
	color: #666666;
}

#content div.wp-caption p {
	padding-top: 3px;
}

#content #breadcrumb-navxt {
	background: #d6c9ab url("images/breadcrumb-bg.gif") top left no-repeat;
	padding: 8px 30px 9px 30px;
	color: #4a4a4a;
}

#content #breadcrumb-navxt a {
	font-weight: bold;
	text-decoration: none;
	color: #4a4a4a;
	background: none;
}

#content #breadcrumb-navxt a:hover {
	text-decoration: underline;
	background: none;
}

#content div.post {
	padding: 28px 10px 0px 30px;
}

#content div.entry {
	width: 385px;
	float: left;
	margin-right: 30px;
}

#content div.entrywide {
	width: 673px;
	float: left;
}

#content div.images {
	width: 278px;
	float: right;
}

#content div.images a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#content form div {
	clear: both;
	padding-top: 10px;
}

#content form div.submitbutton {
	padding-left: 110px;
}

#content form label {
	float: left;
	width: 110px;
}

#content form span {
	float: left;
}

/* Content Styling (main) end */


/* Content Styling (home) start */

#contenthome {
	width: 656px;
	min-height: 559px;
	float: right;
	background: #d6c9ab url("images/home-welcome-david.jpg") top left no-repeat;
	color: #000000;
	position: relative;
	top: -17px;
	text-align: right;
}

#contenthome div.post {
	padding: 0px 25px 0px 289px;
}

#contenthome h2, #contenthome h3, #contenthome h4, #contenthome h5, #contenthome h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}

#contenthome h2.homeheading {
	color: #ffffff;
	font-weight: normal;
	padding: 25px 16px 0px 100px;
	margin: 0;
	font-size: 9em;
}

#contenthome h3 {
	color: #1a1a1a;
	font-size: 2.6em;
}

#contenthome h4 {
	color: #4a4a4a;
	font-size: 2em;
}

#contenthome h5 {
	color: #1a1a1a;
	font-size: 1.6em;
}

#contenthome h6 {
	color: #4a4a4a;
	font-size: 1.4em;
}

#contenthome h2 a, #contenthome h3 a, #contenthome h4 a, #contenthome h5 a, #contenthome h6 a {
	text-decoration: none;
}

#contenthome p {
	margin: 0 0 1em 0;
	line-height: 1.3em;
}

#contenthome ul, #contenthome ol, #contenthome dl, #contenthome address {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
	line-height: 1.3em;
}

#contenthome ul {
	list-style-type: disc;
}

#contenthome ol {
	list-style-type: decimal;
}

#contenthome dl dt {
	font-weight: bold;
}

#contenthome dl dd {
	padding-left: 10px;
}

#contenthome blockquote {
	margin: 0 0 1em 0;
	padding: 5px 10px 0px 10px;
	line-height: 1.3em;
	background: url("images/home-blockquote-bg.gif") top left no-repeat;
	font-style: italic;
}

#contenthome a {
	background-color: #e1d5ba;
	text-decoration: none;
	color: #000000;
}

#contenthome a:hover {
	color: #ede5d4;
	background-color: #4a4a4a;
}

#contenthome #latestmp3 {
	background: url("images/home-latest-sermon.gif") bottom left no-repeat;
	text-align: right;
	padding: 26px 70px 9px 275px;
	font-size: 1.1em;
	width: 311px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#contenthome #latestmp3 a {
	color: #ffffff;
	background: none;
}

#contenthome #latestmp3 a:hover {
	background: none;
	text-decoration: underline;
}

#contenthome #latestmp3 {
	background: url("images/home-latest-sermon.gif") bottom left no-repeat;
}

/* Content Styling (home) end */

/* Content Styling (banner bar) start */

#homebanners {
	width: 656px;
	height: 70px;
	float: right;
	color: #000000;
	margin-bottom: 8px;
	position: relative;
}

/* Content Styling (banner bar) end */

/* Content Styling (home with banner) start */

#contenthomesml {
	width: 656px;
	min-height: 464px;
	float: right;
	background: #d6c9ab url("images/home-welcome-david-sml.jpg") top left no-repeat;
	color: #000000;
	position: relative;
	text-align: right;
}

#contenthomesml div.post {
	padding: 0px 25px 0px 230px;
}

#contenthomesml h2, #contenthomesml h3, #contenthomesml h4, #contenthomesml h5, #contenthomesml h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}

#contenthomesml h2.homeheadingsml {
	color: #ffffff;
	font-weight: normal;
	padding: 25px 16px 0px 185px;
	margin: 0;
	font-size: 8em;
}

#contenthomesml h3 {
	color: #1a1a1a;
	font-size: 2.6em;
}

#contenthomesml h4 {
	color: #4a4a4a;
	font-size: 2em;
}

#contenthomesml h5 {
	color: #1a1a1a;
	font-size: 1.6em;
}

#contenthomesml h6 {
	color: #4a4a4a;
	font-size: 1.4em;
}

#contenthomesml h2 a, #contenthomesml h3 a, #contenthomesml h4 a, #contenthomesml h5 a, #contenthomesml h6 a {
	text-decoration: none;
}

#contenthomesml p {
	margin: 0 0 1em 0;
	line-height: 1.3em;
}

#contenthomesml ul, #contenthomesml ol, #contenthomesml dl, #contenthomesml address {
	margin: 0 0 1em 0;
	padding: 0 0 0 30px;
	line-height: 1.3em;
}

#contenthomesml ul {
	list-style-type: disc;
}

#contenthomesml ol {
	list-style-type: decimal;
}

#contenthomesml dl dt {
	font-weight: bold;
}

#contenthomesml dl dd {
	padding-left: 10px;
}

#contenthomesml blockquote {
	margin: 0 0 1em 0;
	padding: 5px 10px 0px 10px;
	line-height: 1.3em;
	background: url("images/home-blockquote-bg-sml.gif") top left no-repeat;
	font-style: italic;
}

#contenthomesml a {
	background-color: #e1d5ba;
	text-decoration: none;
	color: #000000;
}

#contenthomesml a:hover {
	color: #ede5d4;
	background-color: #4a4a4a;
}

#contenthomesml #latestmp3 {
	background: url("images/home-latest-sermon.gif") bottom left no-repeat;
	text-align: right;
	padding: 26px 70px 9px 275px;
	font-size: 1.1em;
	width: 311px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#contenthomesml #latestmp3 a {
	color: #ffffff;
	background: none;
}

#contenthomesml #latestmp3 a:hover {
	background: none;
	text-decoration: underline;
}

#contenthomesml #latestmp3 {
	background: url("images/home-latest-sermon.gif") bottom left no-repeat;
}

/* Content Styling (home with banner) end */


/* Footer Styling (main) start */

#footer {
	width: 994px;
	clear: both;
	text-align: right;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #4a4a4a;
}

#footer a {
	text-decoration: none;
	color: #4a4a4a;
}

#footer a:hover {
	text-decoration: underline;
}

#footer #footerfour li {
	float: left;
	width: 241px;
	margin-right: 10px;
	margin-bottom: 30px;
	text-align: left;
}

#footer #footerfour li.last_page_item {
	margin-right: 0;
}

#footer #footerfour li.page_item_62 {
	background: url("images/foot-download-bg.gif") bottom left no-repeat;
}

#footer #footerfour li.page_item_64 {
	background: url("images/foot-believe-bg.gif") bottom left no-repeat;
}

#footer #footerfour li.page_item_66 {
	background: url("images/foot-giving-bg.gif") bottom left no-repeat;
}

#footer #footerfour li.page_item_69 {
	background: url("images/foot-wedding-bg.gif") bottom left no-repeat;
}

#footer #footerfour li a {
	display: block;
}

#footer #footerfour li a:hover {
	text-decoration: none;
}

#footer #footerfour li a span {
	display: block;
}

#footer #footerfour li a span.linkheader {
	background: url("images/foot-title-bg.gif") top left no-repeat;
	padding: 9px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.1em;
}

#footer #footerfour li a span.linkextra {
	padding: 0px 62px 10px 10px;
	color: #878686;
	line-height: 1.2em;
}

/*For the Home Page only*/

#footer.home {
	padding-top: 23px;
}

#footer #footerfourhome li {
	float: left;
	width: 241px;
	margin-right: 10px;
	margin-bottom: 30px;
	text-align: left;
}

#footer #footerfourhome li.last_page_item {
	margin-right: 0;
}

#footer #footerfourhome li.page_item_62 {
	background: url("images/foothome-download-bg.gif") bottom left no-repeat;
}

#footer #footerfourhome li.page_item_64 {
	background: url("images/foothome-believe-bg.gif") bottom left no-repeat;
}

#footer #footerfourhome li.page_item_66 {
	background: url("images/foothome-giving-bg.gif") bottom left no-repeat;
}

#footer #footerfourhome li.page_item_69 {
	background: url("images/foothome-wedding-bg.gif") bottom left no-repeat;
}

#footer #footerfourhome li a {
	display: block;
}

#footer #footerfourhome li a:hover {
	text-decoration: none;
}

#footer #footerfourhome li a span {
	display: block;
}

#footer #footerfourhome li a span.linkheader {
	background: url("images/foot-title-bg.gif") top left no-repeat;
	padding: 9px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.4em;
	min-height: 35px;
}

#footer #footerfourhome li a span.linkextra {
	padding: 0px 70px 10px 10px;
	color: #878686;
	line-height: 1.2em;
	font-size: 1em;
}
/*End of Home Page only stuff */

#footer p {
	clear: both;
	line-height: 1.3em;
}

/* Footer Styling (main) end */

/*global classes*/
.alignleft {
	float: left;
	margin: 5px 20px 5px 0px;
}

.alignright {
	float: right;
	margin: 5px 0px 5px 20px;
	text-align: right;
}