/*
 Wildflower CMS main stylesheet
 
 Colors
 
 */

* {
	padding: 0;
	margin: 0;
}


html, body {
    margin: 0;
    padding: 0;
}

/* Typography */
html {
    font: 0.88em / 1.21 Arial,Helvetica,sans-serif; /* 14px / 17px */
    color: #474747;
}

body {
		background-color:#6bbb4f;
}

h1 {
    margin-top: 0px;
		margin-bottom:7px;
		font-size:28px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    color: #5685c5;
}

h2 {
    font-size: 22px;
    margin-bottom: 6px;
		color:#4b9e2d;
}

h3 {
    font-size: 1.36em; /* 19px */
    margin-bottom: 6px;
}

h4 {
    font-size: 1.21em; /* 17px */
   margin-bottom: 6px;
}

p {
    margin-top: 0px;
    margin-bottom: 1em;
}

p.date-range {
    margin: 0;
    font-weight: bold;
}

/* Links */
a {
    color: #5685c5;
}

a:hover {
    text-decoration: underline;
}

/* Wrap */
#wrap {
		background-image:url('../img/client/top-tile.jpg');
		background-color:#FFFFFF;
		background-repeat:repeat-x;
		margin:0px;
		padding:0px;
}

#wrap-inner {
	margin:0 auto;
	width:970px;
}

#wrap-footer {
		background-image:url('../img/client/footer-tile.jpg');
		background-color:#6bbb4f;
		background-repeat:repeat-x;
		margin:0px;
		padding:0px;
		height:303px;
		font-size:16px;
}

#wrap-footer-inner {
	background-image:url('../img/client/footer.jpg');
	margin:0 auto;
	width:970px;
	height:303px;
	color:#d6e1a6;
}

#wrap-footer-inner a {
	color:#FFFFFF;
	text-decoration:none;
}

#wrap-footer-inner a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#wrap-footer-inner h2 {
	color:#FFFFFF;
	padding-top:27px;
	margin-bottom:2px;
	padding-bottom:0px;
}

#wrap-footer-inner ul {
	list-style-type:none;
}

#wrap-footer-inner p {
	margin-bottom:2px;
}


#wrap-footer-inner ul li {
	float:left;
	border-right:1px solid #d6e1a6;
	padding-right:8px;
	padding-left:8px;
}

#wrap-footer-inner ul li.navigation-homepage {
	padding-left:0px;
}

#wrap-footer-inner ul li.last-child {
	border-right:none;
}



/* Header */

#header {
	width:970px;
	height:198px;
	margin:0px;
	padding:0px;
	background-image:url('../img/client/header-background.jpg');
}

#neighbourhoodwatchpage #header {
	background-image:url('../img/client/header-background-nw.jpg');
}

#header #logo a {
	float:left;
	width:156px;
	height:124px;
	background-image:url('../img/client/logo.jpg');
	text-indent:-150em;
	margin-top:17px;
	margin-left:24px;
}

#neighbourhoodwatchpage #header #logo a {
	background-image:none;
}


#navigation-wrapper {
	float:right;
}

#navigation-wrapper ul {
	list-style-type:none;
	margin-top:22px;
	height:34px;
	width:739px;
	background-image:url('../img/client/topnav-background.jpg');
	background-position:top left;
	padding-left:0px;
}

#navigation-wrapper ul li {
	float:left;
	height:34px;
}

#navigation-wrapper ul li a {
	color:#FFFFFF;
	height:34px;
	float:left;
	margin-right:9px;
	display: block;
	text-indent:-150em;
	overflow:hidden;
}

#navigation-wrapper #navigation li.navigation-homepage a {
	width:78px;
	background-image:url('../img/client/nav-home.png');
}

#navigation-wrapper #navigation li.navigation-news a {
	width:78px;
	background-image:url('../img/client/nav-news.png');
}

#navigation-wrapper #navigation li.navigation-the-council a {
	width:130px;
	background-image:url('../img/client/nav-the-council.png');
}

#navigation-wrapper #navigation li.navigation-calendar a {
	width:108px;
	background-image:url('../img/client/nav-calendar.png');
}

#navigation-wrapper #navigation li.navigation-design-statement a {
	width:170px;
	background-image:url('../img/client/nav-design-statement.png');
}

#navigation-wrapper #navigation li.navigation-get-in-touch a {
	width:130px;
	margin-right:0px;
	background-image:url('../img/client/nav-get-in-touch.png');
}

#navigation-wrapper #navigation li a:hover {
	background-position:0px -34px;
}

#navigation-wrapper #navigation li.current a {
	background-position:0px -34px;
}

#navigation-wrapper #navigation li.current a:hover {
	background-position:0px -34px;
}

#header #neighbourhood-watch a {
	background-image:url('../img/client/neighbourhood-button.jpg');
	float:right;
	width:270px;
	height:100px;
	text-indent:-150em;
	margin-top:34px;
	overflow:hidden;
}

#header #neighbourhood-watch a:hover {
	background-position:0px 100px;
}

/* SIDEBAR */

#sidebar {
	float:left;
	width:210px;
	margin-right:23px;
	font-size:17px;
}

#sidebar ul#sidenav {
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;
	margin-top:20px;
	margin-bottom:20px;
}

#sidebar ul#sidenav li a {
	background:#ecf1f9;
	display:block;
	height:30px;
	width:198px;
	margin-bottom:2px;
	padding-top:8px;
	padding-left:12px;
	text-decoration:none;
}

#sidebar ul#sidenav li.current a {
	background:#d5e3f5;
}

#sidebar ul#sidenav li a:hover {
	background:#d5e3f5;
}

#content {
	width:737px;
	float:left;
	margin-top:20px;
	font-size:17px;
	line-height:25px;
}

/* CMS Images */
img {
    display: block;
}

.image-left {
    float: left;
    margin-right: 16px;
    margin-bottom: 9px;
    border: 8px solid #e9efce;
}

.image-center {
    clear: both;
    margin-bottom: 16px;
    border: 8px solid #e9efce;
}

.image-right {
    float: right;
    margin-left: 16px;
    margin-bottom: 9px;
    border: 8px solid #e9efce;
}

.image-center img {
	width:722px;
}

.image-left img, .image-right img {
	width:250px;
}

.clear {
    clear: both;
}



/* Footer */
/* Edit this */
.page {
    position: relative;
}

.edit-this {
    margin: 0;
    background-color: #242424;
    color: #fff;
    font-size: 11px;
    display: block;
    padding: 3px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    clear: both;
    width: 20px;
    text-align: center;
    margin-bottom: 1em;
}

.edit-this a {
    color: #fff;
    text-decoration: none;
}

.edit-this a:hover {
    color: #fff400;
    background-color: transparent;
}

.file-upload {
    margin-bottom: 1em;
}

.file-upload img {
    vertical-align: middle;
    margin-right: 10px;
    display: inline;
}

/* Admin bar */
#admin_bar {
    font: 10px / 16px "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background: #000;
    color: #c3c3c3;
    font-size: 10px;
    overflow: hidden;
    padding: 0 32px;
}

#admin_bar a {
    color: #999999;
    display: block;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
}

#admin_bar a:hover {
    color: #fff;
    background-color: transparent;
}

/* Photo Gallery */
#photo-gallery {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#photo-gallery li {
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#photo-gallery a img {
    border: 0;
}

#photo-gallery a:hover {
    text-decoration: none !important;
}

#zoom_content p, .image_popup p {
    margin-bottom: 0px !important;
}

/* Footer */
#footerwrapper {
    margin: 0px auto 20px auto;
    width: 940px;
}

#footerwrapper #footer {
	float:left;
	width: 940px;
}

#footerwrapper #footer #leftcolumn {
	width:450px;
	padding:10px 0px 16px 16px;
	float:left;
	font-size:16px;
}

#footerwrapper #footer #rightcolumn {
	float:right;
	width:455px;
	height:60px;
	padding-top:20px;
}

#footerwrapper #footer #rightcolumn a {
	color:#FFFFFF;
	background-image:url('../img/client/pdf-icon.png');
	background-repeat:no-repeat;
	float:left;
	padding-left:90px;
	text-decoration:none;
	height:68px;
	padding-top:12px
}

#footerwrapper #footer #rightcolumn a:hover {
	color:#412812;
}

#footerwrapper #footer #rightcolumn a #pdflink {
	font-size:24px;
	
}

#footerwrapper #footer #rightcolumn a #pdfdate {
	font-size:14px;
}

#footerwrapper #footer #leftcolumn a {
	color:#FFFFFF;
	text-decoration:none;
}

#footerwrapper #footer #leftcolumn a:hover {
	color:#412812;
	text-decoration:none;
}

#footerwrapper #footer .highlight {
	color:#412812;
}

#footerwrapper #footer p {
	margin-bottom:4px;
}

#google_map {
    line-height:18px;
}

div.left-column {
    width: 357px;
    float: left;
}

div.right-column {
    width: 357px;
    float: right;
}

div.left-column .image-center img, div.right-column .image-center img {
	width:342px;
}

div.left-column .image-left img, div.left-column .image-right img, div.right-column .image-left img, div.right-column .image-right img {
	width:140px;
}

#weather-block {
	background-color:#e9efce;
	padding:9px;
	height:40px;
	margin-bottom:19px;
	float:left;
	clear:left;
	width:192px;
}

#weather-block img {
	float:left;
	margin-right:9px;
}

#weather-block .weather-title {
	font-size:14px;
	font-weight:bold;
}

#weather-block .weather-result {
	font-size:16px;
}

#parish-plan {
	background-image:url('../img/client/parish-plan.png');
	float:left;
	width:210px;
	height:78px;
	margin-bottom:16px;
	overflow:hidden;
}

#parish-plan a {
	float:left;
	width:210px;
	height:78px;
	text-indent:-150em;
}

#where-is-riccall {
	float:left;
	width:210px;
	height:90px;
	margin-bottom:12px;
	overflow:hidden;
	background-image:url('../img/client/riccall-map.png');
}

#where-is-riccall a {
	float:left;
	width:210px;
	height:90px;
	text-indent:-150em;
}

#twitter {
	float:left;
	width:210px;
	height:82px;
	margin-bottom:12px;
	overflow:hidden;
	background-image:url('../img/client/twitter.png');
}

#twitter a {
	float:left;
	width:210px;
	height:82px;
	text-indent:-150em;
}

#homepageblocks {
	float:left;
	width:737px;
	margin-bottom:25px;
}

#homepageblocks #home-news {
	float:left;
	width:357px;
	background:#e4ecf6;
	border-bottom:4px solid #6591ce;
	padding-bottom:3px;
}

#homepageblocks #home-news .headerblock {
	background-color:#5483c5;
	display:block;
	width:344px;
	color:#FFFFFF;
	padding:4px 3px 4px 10px;
	height:33px;
	background-image:url('../img/client/newsblock-background.png');
	background-position:bottom right;
	background-repeat:no-repeat;
}

#homepageblocks #home-events .headerblock {
	background-color:#4d9f2f;
	display:block;
	width:344px;
	color:#FFFFFF;
	padding:4px 3px 4px 10px;
	height:33px;
	background-image:url('../img/client/eventblock-background.png');
	background-position:bottom right;
	background-repeat:no-repeat;
}

#homepageblocks .headerblock p {
	float:right;
	padding-top:4px;
	padding-right:7px;
}

#homepageblocks .headerblock p a {
	color:#FFFFFF;
	text-decoration:none;
}

#homepageblocks .headerblock p a:hover {
	text-decoration:underline;
}


#homepageblocks h3 {
	color:#FFFFFF;
	float:left;
}

#homepageblocks h4 {
	float:left;
	font-size:13px;
	font-weight:bold;
	margin-bottom:0px;
	display:block;
}

#homepageblocks #home-events h4 {
	color:#4b9e2d;
}

#homepageblocks .feed-item {
	float:left;
	padding-left:10px;
}

#homepageblocks .feed-item p {
	float:left;
	margin-bottom:6px;
}

#homepageblocks .feed-item p a {
	text-decoration:none;
	color:#4b4b4b;
}

#homepageblocks .feed-item p a:hover {
	text-decoration:underline;
}

#homepageblocks #home-events {
	float:right;
	width:357px;
	background:#e3f0de;
	border-bottom:4px solid #4c9f2e;
	padding-bottom:3px;
}

#neighbourhoodwatchpage #neighbourhood-watch {
	display: none;
}

#tooltip h3 {
	font-size: 13px !important;
}

#secondary-sidebar ul {
	font-size:13px;
	margin-bottom:10px;
	margin-left:15px;
}

div.post h2 {
	margin-bottom:0px;
	text-decoration:none;
}

div.post h2 a {
	margin-bottom:0px;
	text-decoration:none;
}

div.post h2 a:hover {
	margin-bottom:0px;
	text-decoration:underline;
}

.comment-form {
	border-top:1px solid #4c9f2e;
	padding-top:10px;
	margin-bottom:15px;
}

.comment-form div.input {
	margin-bottom:5px;
}


.comment-form div.input input {
	clear:left;
	width:300px;
	padding:6px;
}

.comment-form div.submit input {
	padding:6px;
	margin-left:157px;
}

.comment-form div.input textarea {
	width:300px;
	padding:6px;
}

.comment-form div.input select {
	width:300px;
	padding:6px;
}

.comment-form label {
	width:150px;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	text-align:right;
	padding-right:8px;
	padding-top:1px;
}


div.post .post-date {
	font-style:italic;
	font-size:12px;
	width:736px;
	display:block;
	border-bottom:1px #5685C5 solid;
	margin-bottom:15px;
}

ol.comments-list {
	list-style-type:none;
}

ol.comments-list p.comment-metadata {
	color:#5685c5;
	margin-bottom:0px;
	font-size:13px;
	font-style:italic;
}

#recaptcha_area {
	margin-left:155px;
	margin-bottom:7px;
}

#recaptcha_response_field {
	display:block;
	clear:left;
}

#cllr-login {
	background:#EEEEEF;
	float:left;
	padding:8px;
	width:194px;
	margin-bottom:15px;
}

#cllr-login h4 {
	font-size:16px;
}

#cllr-login div.input input, #cllr-login div.input password {
	padding:4px;
	width:184px;
	margin-bottom:5px;
}

#cllr-login div.submit input {
	padding:4px;
	width:auto;
	margin-bottom:2px;
	float: right;
}

#quality-council {
	float:left;
	display:block;
	width:210px;
	height:216px;
	background-image:url('../img/client/quality.gif');
	text-indent:-150em;
	margin-bottom:10px;
}

#disclaimer {
	float:left;
	display:block;
	background-color:#4B9E2D;
	background-image:url('../img/client/messagebox.jpg');
	background-repeat:no-repeat;
	background-position:4px 4px;
	width:660px;
	color:#FFFFFF;
	padding:13px 4px 1px 71px;
	font-size:13px;
	line-height:14px;
	margin-bottom:12px;
}

#webdesigner {
	float:left;
	clear:left;
	color:#D6E1A6;
	font-size:11px;
	margin-top:6px;
}

#webdesigner a {
	color:#D6E1A6;
	text-decoration:none;
}

#book-appointment {
	float:left;
	display:block;
	background-image:url('../img/client/appointment.jpg');
	width:337px;
	padding:8px 10px 8px 10px;
	font-size:14px;
	line-height:17px;
}

#book-appointment h4 {
	font-size:18px;
	margin-bottom:0px;
}

#book-appointment p {
	margin-bottom:0px;
}

#riccall-survey {
	float:left;
	display:block;
	width:709px;
	height:180px;
	background-image:url('https://www.espltd.info/resources/survey-map.jpg');
	padding:5px 15px 15px 13px;
	margin-bottom:16px;
}

#riccall-survey h2 {
	color:#FFF;
	font-size:30px;
}

#riccall-survey #survey-content {
	color:#FFF;
	font-size:12px;
	display:block;
	float:right;
	width:427px;
	line-height:15px;
}

#riccall-survey #survey-content p {
	text-align:right;
	margin-bottom:31px;
}

#riccall-survey #survey-content p.survey-link {
	text-align:left;
	margin-bottom:24px;
}

#riccall-survey #survey-content p.survey-link a {
	font-size:24px;
	margin-left:20px;
	background-color:#000;
	padding-top:5px;
	padding-right:9px;
	padding-bottom:5px;
	padding-left:9px;
	text-decoration:none;
}

#riccall-survey #survey-content p.survey-link a:hover {
	color:#FFF;
	text-decoration:underline;
}

