/*  
Theme Name: St Briavels Parish Council
Theme URI: http://www.stbriavels-pc.gov.uk/
Description: Custom Theme for St Briavels Parish Council
Author: Tim Holt
Author URI: http://www.technokinetics.com/
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, sans-serif;
	font-size: 100%; /* Reins in IE text resizing */
	background: #F2F1EA url(images/bgbody.png) left 160px repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 90%;
	max-width: 70em;
	background: #FFF url(images/shadow.png) right top repeat-y;
}

#header {
	margin-right: 6px;
	background: #FFF url(images/church.jpg) right top no-repeat;
	border-left: 1px solid #DFDED8;
}

#title {
	padding-top: 45px;
	height: 115px;
	background: url(images/castle.jpg) left top no-repeat;
	color: #2C4821;
	font-family: garamond, serif;
}

#title h1 {
	margin: 0 auto;
	position: relative;
	width: 460px;
	height: 90px;
	font-weight: normal;
	font-style: italic;
	font-size: 2em;
}

#title span {
	position: absolute;
	width: 460px;
	height: 90px;
	background: url(images/title.png) left top no-repeat;
}

#title p {
	font-size: 1.2em;
}

#navbar {
	padding-right: 6px;
	background: #8EA949 url(images/shadowcross.png) right bottom no-repeat;
}

#navbar ul {
	height: 46px;
	background: #8EA949 url(images/navbarshadow2.png) left bottom repeat-x;
	list-style: none;
}

#navbar li {
	float: left;
}

#navbar li.first {
	background: url(images/topnavfirstshadow.png) left bottom no-repeat;
}

#navbar li a {
	display: block;
	margin: 8px 0 14px 0;
	padding: 0 15px;
	line-height: 24px;
	color: #FFF;
	text-decoration: none;
	border-left: 1px solid #FFF;
}

#navbar li a:hover {
	text-decoration: underline;
}

#navbar li.first a {
	border-left: none;
}

#main {
	padding-bottom: 16px;
	background: url(images/shadowcorner.png) right bottom no-repeat;
	border-left: 1px solid #DFDED8;
}

#crumbs {
	padding: 10px 25px;
}

#crumbs_intro_text {
	font-weight: bold;
}

#crumbs a, #footer a {
	color: #2C4821;
}

#crumbs a:hover, #footer a:hover {
	text-decoration: none;
	color: #8EA949;
}

#sidebar {
	float: left;
	width: 24%;
}

#sidebar ul {
	margin-left: 25px;
	list-style: none;
}

#sidebar li {
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(images/sidebarshadowbottom.png) right bottom no-repeat;
}

#sidebar h2 {
	padding: 3px 2px;
	background: #2C4821 url(images/bgsidebarheading.png) right top no-repeat;
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	color: #FFF;
}

#sidebar li p {
	padding: 5px 10px;
	border-left: 10px solid #8EA949;
	background: #F2F1EA;
}

#sidebar li ul {
	margin-right: 0;
	margin-left: 0;
	width: 100%; /* Gives layout, preventing side shadow bleed in IE */
	background: url(images/sidebarshadow.png) right top repeat-y;
}

#sidebar li li {
	margin-right: 4px;
	margin-bottom: 0;
	padding-bottom: 0;
	background: none;
	border-top: 1px solid #2C4821;
}

* html #sidebar li li { /* For IE */
	border-bottom: 1px solid #2C4821; /* Fixes list item spacing in IE6 */
	margin-bottom: -1px; /* Hides fix */
}

#sidebar li li a {
	padding: 5px 10px;
	display: block;
	background: #F2F1EA;
	border-left: 10px solid #8EA949;
	color: #000;
	text-decoration: none;
}

#sidebar li li.current a {
	background: #8EA949;
	border-left: 10px solid #2C4821;
	color: #FFF;
}

#sidebar li li.current a:hover {
	color: #FFF;
}

#sidebar li li.current li a, #sidebar li li.current li.current li a, #sidebar li li.current li.current li.current li a {
	background: #F2F1EA;
	border-left: 10px solid #A89F89;
	color: #000;
}

#sidebar li li.current li.current a, #sidebar li li.current li.current li.current a, #sidebar li li.current li.current li.current li.current a {
	border-left: 10px solid #8EA949;
}

#sidebar li li.current li a:hover, #sidebar li li.current li.current li a:hover, #sidebar li li.current li.current li.current li a:hover {
	color: #8EA949;
}

#sidebar li li a:hover {
	text-decoration: underline;
	color: #8EA949;
}

#sidebar li li ul {
	padding-right: 0;
	background: none;
}

#sidebar li li li {
	margin-left: 10px;
	margin-right: 0;
	font-size: 0.9em;
}

.diary_event_name {
	text-align: center;
	font-weight: bold;
}

.diary_event_date {
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}

.diary_event_description {
}

#content {
	float: right;
	width: 75%;
}

#content p {
	margin: 10px 0;
	font-size: 1em;
}

#content .post {
	margin: 25px 50px;
}

#welcome {
	margin: 0 25px;
	height: 100px;
	background: url(images/fade.png) right top no-repeat;
	border-bottom: 1px solid #2C4821;
	overflow: hidden;
}

#content #welcome p {
	margin: 0;
	padding: 0;
	line-height: 100px;
	color: #2C4821;
	font-size: 2.2em;
	font-style: italic;
	font-family: garamond, serif;
	text-align: center;
}

h1.pageTitle {
	margin: 10px 50px;
	padding: 10px;
	color: #2C4821;
	font-weight: normal;
	font-size: 1.4em;
	border-bottom: 1px solid #2C4821;
	text-align: center;
}

.postUpper {
	padding-bottom: 5px;
}

.postDate {
	float: left;
	width: 50px;
	height: 50px;
	background: url(images/date.gif) left top no-repeat;
}

#content .postDate p {
	margin: 0;
	padding: 0;
	text-align: center;
}

#content .postDate .postMonth {
	padding-bottom: 1px;
	text-transform: uppercase;
	color: #FFF;
	line-height: 20px;
	font-size: 0.8em;
}

#content .postDate .postDay {
	line-height: 26px;
	font-size: 1.4em;
	color: #FFF;
}

.post ul, .post ol {
	margin: 10px 50px;
}

.post li {
	margin: 5px 0;
}

h1.postTitle {
	margin-left: 60px;
	color: #2C4821;
	font-weight: normal;
	font-size: 1.4em;
}

#page h1.postTitle {
	margin-left: 0;
}

h1.postTitle a {
	color: #2C4821;
	text-decoration: none;
}

h1.postTitle a:hover {
	text-decoration: underline;
}

.post h2 {
	margin: 25px 0 15px 0;
	font-size: 1.1em;
	color: #2C4821;
	font-weight: normal;
}

.post h3 {
	margin: 25px 0 15px 0;
	font-size: 1em;
	color: #2C4821;
	font-weight: normal;
}

.post a {
	color: #2C4821;
}

.post a:hover {
	color: #8EA949;
	text-decoration: none;
}

#content p.postMeta {
	margin: 2px 0 2px 60px;
	color: #8EA949;
}

.postMeta a {
	color: #8EA949;
	font-weight: bold;
	text-decoration: none;
}

.postMeta a:hover {
	text-decoration: underline;
}

.postContent {
	clear: both;
}

.postContent p {
	line-height: 1.4em;
}

#footer {
	position: relative;
	top: -6px; /* Aligns shadows */
	margin: 0 auto;
	width: 90%;
	max-width: 70em;
	background: url(images/shadowcorner2.png) left top no-repeat;
}

#footer p {
	margin-left: 4px;
	margin-right: 6px;
	padding: 10px;
	background: #F2F1EA url(images/navbarshadow.png) left top repeat-x;
	text-align: center;
	font-size: 0.8em;
}

#nextprevious {
	margin: 0 100px;
}

#nextprevious a {
	color: #2C4821;
}

.previous {
	float: left;
}

.next {
	float: right;
}

.ngg-album a {
	font-weight: normal;
	font-size: 1em;
	color: #2C4821;
}

.clearfix {
	clear: both;
}