/*
Theme Name: Hope Portal
Theme URI: http://hopebeds.org/
Description: A custom designed theme for the Hope in Bedfordshire website
Author: Oppin
Version: 1.0
Tags: white, two-columns, fixed-width, custom-header, theme-options, threaded-comments, sticky-post, microformats, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }



/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar left of content
*/

#container {
	float: right;
	margin: 0 0 0 -249px;
	width: 100%;
}
#content {
	margin: 0 0 0 249px;
}
#primary,
#secondary {
	float: left;
	overflow: hidden;
	width: 236px;
	padding-left: 2px;
}
#secondary {
	clear: left;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.onecolumn #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
  font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget_search label,
.widget-title,
input[type=submit]
{
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}



/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 956px;
}
#wrapper {
	padding: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	width: 100%;
	margin: 0 0 10px;
}
#site-generator {
	float: right;
	width: 220px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */
body {
	background: #f9f9f9;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #ccc;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #FFFFCC;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
input[type="password"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}
a:link {
	color:#0066CC;
}
a:visited {
	color:#000099;
}
a:active,
a:hover {
	color: #FF4B33;
}
span.notvis {
	display: none;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	padding: 20px 0 0 0;
}
#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 378px;
	font-size: 30px;
	line-height: 36px;
	overflow: hidden;
	padding: 19px 0 19px 0;
	position: relative;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-title span {
	display: block;
	position: absolute;
	z-index: 1;
	background: url('images/hope.png') no-repeat;
	margin: -19px 0 -19px 0;
	width: 378px;
	height: 74px;
}

#site-search {
	float: right;
	margin: 20px 0px 0 0;
	position: relative;
	width: 526px;
}

#site-search .searchfield {
	background: #fff;
	color: #888;
	border: 2px solid #336699;
	font-size: 1.33em;
	padding: 7px;
	width: 390px;
	margin: 0;
	height: 18px;
	top:  0;
	left: 0;
	position: absolute;
}

#site-search .searchbutton {
	background: #336699;
	border: 2px solid #336699;
	border-left: none;
	width: 116px;
	height: 32px;
	position: absolute;
	display: block;
	padding: 0;
	top: 0;
	right: 0;
	text-decoration: none;
	font-size: 1.45em;
	line-height: 1.25em;
}

#site-search a.searchbutton:hover {
	text-decoration: none;
}

.searchbutton span.top {
	position: absolute;
	display: block;
	z-index: 0;
	left: 0;
	top: 0;
	right: 0;
	height: 15px;
	background: #6699cc;
}

.searchbutton span.text {
	position: relative;
	z-index: 2;
	padding: 0.312em 0 0.312em 0;
	font-weight: bold;
	color: #fff;
	display: block;
	left: 0;
	right: 0;
	text-align: center;
}

#branding hr {
	background-color: #336699;
	height: 2px;
	clear: both;
}



/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 10px 0 0 0;
}
#content {
	margin-bottom: 0px;
}
#content,
#content input,
#content textarea {
	color: #444;
	font-size: 13px;
	line-height: 20px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:13px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 12px;
	line-height: 18px;
}
#content code {
	font-size: 12px;
}
#content strong,
#content b,
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	margin: 0 0 10px 0;
	line-height: 1.2em;
}
#content table {
	border: 1px solid #ccc;
	text-align: left;
	margin: 0 -1px 10px 0;
	width: 100%;
	background: #f9f9f9;
}
#content tr th,
#content thead th {
	color: #444;
	font-weight: bold;
	padding: 5px 10px;
	border-top: 1px solid #ccc;
}
#content tr td {
	border-top: 1px solid #ccc;
	padding: 5px 10px;
}
#content tr.odd td {
	background: #F2F7FC;
}
div.page {
	padding: 10px;
	border: 1px solid #ccc;
	background: #fff;
	width: 680px;
	margin: 30px 0 30px 0;
}
.hentry {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.single .hentry {
	margin: 0 0 10px 0;
	width: 680px;
	padding: 10px;
	background: #fff;
	border: 1px solid #ccc;
}
.page-title {
	background:url("images/page.png") no-repeat scroll 0 5px transparent;
	display:block;
	font-size:16px;
	font-weight:bold;
	line-height:1.25em;
	margin:-5px 0 0 !important;
	padding:0.937em 0 0.937em 50px;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
.page-links {
	margin: 10px 0 0;
	padding: 3px 10px;
	list-style: none;
	display: block;
	width: auto;
	background: #f9f9f9;
	border: 1px solid #ccc;
}
.page-links li {
	display: inline;
	margin: 0 10px 0 0;
}
.page-links a {
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	color: #444;
}
.page-links a:hover {
	text-decoration: underline;
}

/* ===Page Icons=== */

/* About */
#post-2 h1, .parent-pageid-2 h1 {
	background:url("images/about.png") no-repeat scroll 0 5px transparent;
}

/* Contact */
#post-10 h1 {
	background:url("images/contact.png") no-repeat scroll 0 5px transparent;
}

.entry-title,
.entry-meta {
	clear: left;
	float: left;
	margin-right: 68px;
}
#content .entry-title {
	font-size: 16px;
	font-weight: bold;
	margin: -10px -10px 0px -10px;
	width: 700px;
}
#content .loop-title {
	font-size: 16px;
	font-weight: bold;
}
.entry-meta {
	color: #888;
	font-style: italic;
	margin-bottom: 10px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 0 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 10px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #444;
	font-weight: bold;
	cursor: pointer;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#444;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}

.event-content {
	padding-top: 10px;
}

.event-content table {
	margin: 0;
	width: 335px !important;
	line-height: 20px !important;
	float: left;
}
.event-content th {
	font-weight: bold;
}
.event-content td {
	font-weight: normal;
}
.event-content .entry-localization {
	float: right;
	width: 335px;
	margin-bottom: 10px;
}
.event-content .locationmap {
	width: 335px;
	height: 340px;
}
.event-content p {
	width: 340px;
	float: left;
	clear: left;
}
.event-content p p {
	width: auto;
}
.event-content .wp-caption-text {
	float: none !important;
	clear: none !important;
	width: auto;
}
.event-content .wp-caption {
	clear: left;
}
.entry-utility {
	display: block;
	padding: 5px 10px 7px;
	color: #888;
	font-size: 13px;
	line-height: 1.3em;
	margin: 10px -10px -10px;
	border-top: 1px solid #ccc;
	overflow: hidden;
	background: #f9f9f9;
	font-style: italic;
	clear: both;
}
.entry-utility a {
	color: #888;
	font-style: italic;
}
.event-utility a {
	color: #888;
	font-style: italic;
} 


/* Featured Image
-------------------------------------------------------------- */

#featured {
	width: 700px;
	height: 200px;
	line-height: 0;
	position: relative;
	overflow: hidden;
}

#featured img {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	width: 700px;
	height: 200px;
}

#featured-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#featured-list li {
	margin: 0;
	padding: 0;
	width: 700px;
	height: 200px;
	position: absolute;
	left: 700px;
	top: 0px;
	display: block;
}

#featured-list li.current {
	left: 0px;
}

#featured-list a {
	text-decoration: none !important;
}

#featured-list .featuremeta {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 10px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	line-height: 24px;
	font-size: 20px;
	color: #000;
	margin: 0;
	text-decoration: none !important;
}

#featured-list li h4 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	display: inline;
	text-decoration: none !important;
	-ms-filter: none;
	filter: none;
}

#featured-list .featuredate {
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: inline;
}

#featured-links {
	display: block;
	position: absolute;
	line-height: 30px;
	font-size: 26px;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: auto;
	height: 30px;
	margin: 0 !important;
	padding: 0;
	list-style: none;
}

#featured-links li {
	margin: 0;
	padding: 0;
	float: left;
}

#featured-links a {
	display: block;
	padding: 5px 10px;
	color: #444;
	text-decoration: none;
	width: 20px;
	height: 30px;
	text-align: center;	
	background-color: rgb(126, 126,126);
	background-color: rgba(126, 126, 126, 0.5);
}

#featured-links a.current {
	color: #fff;
	font-weight: bold;
}

/* Events List
-------------------------------------------------------------- */

/* Some of these are used both on home page and events category page */

#home-eventslist, #home-newslist {
	width: 330px;
	border: 1px solid #ccc;
	float: left;
	background: #fff;
	margin: 30px 0 20px 0;
}

#cat-eventslist {
	width: 700px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 0 20px 0;
}

#home-eventslist h3, #home-newslist h3, #cat-eventslist h1, #cat-newslist h1, h1.entry-title, #search-list .search-title {
	margin-bottom: 0;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}

#home-eventslist h3 a, #home-newslist h3 a, #cat-eventslist h1 a, #cat-newslist h1, h1.entry-title a, #search-list .search-title {
	display: block;
	background: #d40000;
	width: auto;
	position: relative;
	height: 50px;
	text-decoration: none;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#home-eventslist h3 span.top, #home-newslist h3 span.top, #cat-eventslist h1 span.top, #cat-newslist h1 span.top, h1.entry-title span.top, #search-list .search-title span.top {
	position: absolute;
	display: block;
	z-index: 0;
	left: 0;
	top: 0;
	right: 0;
	height: 25px;
	background: #ff5a5a;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#home-eventslist h3 span.text, #home-newslist h3 span.text, #cat-eventslist h1 span.text, #cat-newslist h1 span.text, h1.entry-title span.text, #search-list .search-title span.text {
	position: relative;
	z-index: 2;
	background: url('images/events.png') no-repeat 9px 5px;
	padding: 0.937em 0 0.937em 60px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: block;
	line-height: 1.25em;
}

#home-eventslist ul, #home-newslist ul, #cat-eventslist ul, #cat-newslist ul, #search-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#home-eventslist li {
	margin: 0;
	padding: 0;
	display: block;
	width: 330px;
	height: 80px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

#cat-eventslist li, #search-list li {
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	border-bottom: 1px solid #ccc;
}

#home-eventslist a.eventlink, #cat-eventslist a.eventlink, #search-list a.eventlink, #cat-newslist a.eventlink {
	text-decoration: none;
	display: block;
	float: left;
	width: 100%;
	background: #fff;
	position: relative;
}

#cat-eventslist a.eventlink:hover, #search-list a.eventlink:hover, #cat-newslist a.eventlink:hover {
	background: #ffeeee;
}

#home-eventslist .eventdate, #cat-eventslist .eventdate, #related-posts .eventdate, #search-list .eventdate, #cat-newslist .eventdate {
	width: 49px;
	height: 80px;
	display: block;
	float: left;
	color: #000;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	background: #fff;
	margin-bottom: -1px;
}

.eventdate .day {
	line-height: 17px;
	font-size: 14px;
	text-align: center;
	width: auto;
	display: block;
}

.eventdate .date {
	line-height: 28px;
	font-size: 32px;
	text-align: center;
	width: auto;
	display: block;
}

#cat-eventslist .eventdate .date, #search-list .eventdate .date, #cat-newslist .eventdate .date {
	line-height: 32px;
	font-size: 34px;
	padding-bottom: 2px;
}

.eventdate .month {
	line-height: 17px;
	font-size: 14px;
	text-align: center;
	width: auto;
	display: block;
	background: #d40000;
	color: #fff;
}

#cat-eventslist .eventdate .day, #cat-eventslist .eventdate .month, #search-list .eventdate .day, #search-list .eventdate .month, #cat-newslist .eventdate .day, #cat-newslist .eventdate .month {
	line-height: 23px;
	font-size: 16px;
}

.eventdate .time {
	line-height: 17px;
	font-size: 12px;
	text-align: center;
	width: auto;
	display: block;
}

#home-eventslist .eventimage {
	width: 280px;
	height: 80px;
	background: #ccf;
	display: block;
	float: left;
}

#cat-eventslist .eventimage, #search-list .eventimage, #cat-newslist .eventimage {
	width: 280px;
	height: 80px;
	background: #ccf;
	display: block;
	float: right;
}

#home-eventslist .eventtitle {
	background: #fff;
	background: rgba(255,255,255,0.8);
	display: block;
	position: absolute;
	left: 50px;
	bottom: 0;
	padding: 2px 5px;
	color: #000;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 0;
}

#cat-eventslist .eventmeta, #search-list .eventmeta, #cat-newslist .eventmeta {
	display: block;
	width:  354px;
	float: left;
	padding: 3px 8px;
	color: #444;
}

#cat-eventslist .eventtitle, #search-list .eventtitle, #cat-newslist .eventtitle {
	color: #000;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
}

#cat-eventslist .eventexcerpt, #search-list .eventexcerpt, #cat-newslist .eventexcerpt {
	color: #000;
	font-size: 13px;
	line-height: 16px;
}

#home-addeventlink {
	padding: 0px 5px 2px;
	line-height: 20px;
}

.cat-addeventlink {
	padding: 3px 10px;
}

#home-addeventlink a {
	color: #d40000;
	font-size: 13px;
	text-decoration: none;
}

.cat-addeventlink a {
	color: #d40000;
	font-size: 14px;
	text-decoration: none;
}

#home-addeventlink a:hover, .cat-addeventlink a:hover {
	text-decoration: underline;
	background: transparent !important;
}

#home-addeventlink strong, .cat-addeventlink strong {
	color: #0066cc !important;
}

#cat-eventslist .event-utility, #search-list .event-utility, #cat-newslist .event-utility {
	display: block;
	padding: 2px 5px 3px;
	color: #888;
	font-size: 13px;
	line-height: 1.3em;
	margin: 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
	background: #f9f9f9;
	font-style: italic;
	float: left;
	clear: left;
	width: 690px;
}


/* News List
-------------------------------------------------------------- */

/* Some of these are used both on home page and news category page */
#home-newslist {
	float: right;
	margin: 30px 7px 20px 0;
}

#cat-newslist {
	width: 700px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 0 20px 0;
}

#home-newslist h3 a, #cat-newslist h1, h1.news-title a {
	background: #fdca01;
}

#home-newslist h3 span.top, #cat-newslist h1 span.top, h1.news-title span.top {
	background: #ffff4f;
}

#home-newslist h3 span.text, #cat-newslist h1 span.text, h1.news-title span.text {
	background: url('images/news.png') no-repeat 10px 5px;
	color: #333333;
}

#cat-newslist h1 a, h1.news-title a {
	color: #333333;
}

#home-newslist li a {
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	font-size: 1em;
	line-height: 1.2em;
	color: #444;
	display: block;
	text-decoration: none;
	background: #fff;
	position: relative;
}

#home-newslist li a:hover {
	background: #ffe;
}

#home-newslist .posttitle {
	font-weight: bold;
	float: left;
	margin: 0 5px 5px 0;
	color: #444;
	line-height: 1.2em;
	width: 190px;
	font-size: 13px;
}

#home-newslist .postdate {
	font-style: italic;
	float: right;
	margin-bottom: 5px;
	color: #888;
	width: 125px;
	text-align: right;
}

#home-newslist .postexcerpt {
	clear: both;
}

#home-newslist .postexcerpt p {
	margin-bottom: 5px;
	color: #444;
}

#home-newslist .postmore {
	float: right;
}

#home-newslist .postmore:hover {
	text-decoration: underline;
}

#cat-newslist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#cat-newslist li {
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	width: auto;
	border-bottom: 1px solid #ccc;
}

#cat-newslist li a.postlink, #search-list li a.postlink {
	display: block;
	text-decoration: none;
	background: #fff;
	position: relative;
}

#cat-newslist li a.postlink:hover, #search-list li a.postlink:hover {
	background: #ffffee;
}

#cat-newslist .postmeta, #search-list .postmeta {
	float: left;
	width: 400px;
	padding: 0 10px;
}

#cat-newslist .posttitle, #search-list .posttitle {
	font-size: 16px;
	font-weight: bold;
	float: left;
	margin: 5px 5px 5px 0;
	width: 270px;
	color: #000;
}

#cat-newslist .postdate, #search-list .postdate {
	font-style: italic;
	float: right;
	margin: 3px 0;
	color: #888;
	width: 125px;
	text-align: right;
}

#cat-newslist .postexcerpt, #search-list .postexcerpt {
	clear: both;
}

#cat-newslist .postexcerpt p, #search-list .postexcerpt p {
	margin-bottom: 5px;
	color: #000;
	line-height: 1.1em;
}

#cat-newslist .postimage, #search-list .postimage {
	float: right;
	width: 280px;
	height: 80px;
}

#cat-newslist .entry-utility, #search-list .entry-utility {
	display: block;
	padding: 2px 5px 3px;
	color: #888;
	font-size: 13px;
	line-height: 1.3em;
	margin: 0;
	border-top: 1px solid #ccc;
	overflow: hidden;
	background: #f9f9f9;
	font-style: italic;
	clear: both;
}

#cat-newslist .entry-utility a, #search-list .entry-utility a  {
	font-style: italic;
}

hr.notvis {
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
}


/* Search Listing
-------------------------------------------------------------- */
#search-list {
	width: 700px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 0 20px 0;
}

#search-list .entry-content {
	padding: 10px;
}

#search-list .search-title {
	background: #336699;
}

#search-list .search-title span.top {
	background: #6699cc;
}

#search-list .search-title span.text {
	background: url('images/search.png') no-repeat 10px 5px;
	color: #fff;
}

#search-box {
	width: 680px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 0 20px 0;
	padding: 10px 10px 0;
}

#search-box .searchbutton{
	left: 572px !important;
}

#search-box .searchfield{
	width: 560px !important;
}

/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* MailPress Pages
-------------------------------------------------------------- */

#mp-page h1 {
	background: url('images/mail.png') no-repeat 0px 5px;
}
#mp-page h3 {
	font-size: 13px;
	color: #444;
	font-weight: bold;
	margin-bottom: 0px;
	position: relative;
}
#mp-page div {
	margin:0 0 5px;
}
#mp-page input {
	margin:0 0 9px;
}
#mp-page input[type="text"] {
	margin:0 0 9px;
	width:98%;
}
#mp-page input[type="checkbox"] {
	margin: 0 5px 9px 0;
}
#mp-page input[type="submit"] {
	margin: 10px 5px 10px 0;
}
#mp-page textarea {
	width:98%;
}
#mp-page ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#mp-page li label {
	font-weight: normal;
}
#mp-page br {
	display: none;
}
#mp-page p {
	margin: 5px 0 5px 0;
}
#mp-page form+br+h3 a {
	display: inline-block;
	position: absolute;
	top: -35px;
	left: 125px;
}
#mp-page .entry-utility {
	display: none;
}
#mp-page .updated {
	font-weight: bold;
	color: #0066cc;
	margin-bottom: 10px;
}
#mp-page #mp {
	width: 680px !important;
}

/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	max-width: 700px;
}
#content .hentry img {
	margin: 0;
	max-width: 680px;
}
.single-attachment #content img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f9f9f9;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .content-search {
	position: relative;
	height: 36px;
}
#content .content-search .searchfield {
	background: #fff;
	color: #888;
	border: 1px solid #336699;
	font-size: 1.076em;
	padding: 5px;
	width: 380px;
	margin: 0;
	height: 16px;
	top:  0;
	left: 0;
	position: absolute;
}
#content .content-search .searchbutton {
	background: #336699;
	border: 1px solid #336699;
	border-left: none;
	width: 106px;
	height: 26px;
	position: absolute;
	display: block;
	padding: 0;
	top: 0;
	left: 392px;
	text-decoration: none;
	font-size: 1.15em;
	line-height: 1.25em;
}
#content .content-search a.searchbutton:hover {
	text-decoration: none;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 10px 7px 8px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-middle, #nav-below, #nav-below-comments {
	margin: 0 0 10px 0;
}
.search-navigation {
	font-size: 14px;
}
.search-navigation .nav-previous, .search-navigation .nav-next {
	width: 25%;
}
.search-navigation .nav-pages {
	width: 50%;
	text-align: center;
	margin: 0 auto;
}

.search-navigation .page-numbers {
	font-weight: bold;
	display: inline-block;
	padding: 2px 0;
	width: 20px;
	margin: 0 2px;
	text-align: center;	
}

.search-navigation .current {
	color: #336699;
	border: 1px solid #336699;
}

/* Related Posts
-------------------------------------------------------------- */

#related-posts {
	width: 680px;
	padding: 10px;
	background: #fff;
	margin-bottom: 10px;
	border: 1px solid #ccc;
}

h3#related-title {
	background: url('images/related.png') no-repeat 0px 5px;
	padding: 0.937em 0 0.937em 50px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 1.25em;
	margin: -5px 0 10px 0;
}

#related-posts ol {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #ccc;
}

#related-posts li {
	margin: 0;
	padding: 0px;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

#related-posts li a {
	display: block;
	text-decoration: none;
	background: #fff;
}

#related-posts li a.postlink:hover {
	background: #ffffee;
}

#related-posts li a.eventlink:hover {
	background: #ffeeee;
}

#related-posts .eventdate {
	background: #fff;
}

#related-posts .postmeta {
	float: left;
	width: 390px;
	padding: 0 5px;
}

#related-posts .eventmeta {
	float: left;
	width: 330px;
	padding: 0 5px;
}

#related-posts .posttitle, #related-posts .eventtitle {
	text-decoration: underline;
	font-weight: bold;
	float: left;
	margin: 0 5px 5px 0;
	color: #444;
	line-height: 20px;
}

#related-posts .postdate {
	font-style: italic;
	float: right;
	margin-bottom: 5px;
	color: #888;
}

#related-posts .postexcerpt, #related-posts .eventexcerpt {
	clear: both;
}

#related-posts .postexcerpt p, #related-posts .eventexcerpt {
	margin-bottom: 5px;
	color: #444;
	line-height: 1.1em;
}

#related-posts .postimage, #related-posts .eventimage {
	float: right;
	width: 280px;
	height: 80px;
}


/* Forms Plugin
-------------------------------------------------------------- */

.wpcf7 input, .mpf input, .mpf textarea, .mpf select {
	margin: 0;
}

.wpcf7 .required, .mpf .required {
	font-weight: normal;
	color: #0066cc;
}

.wpcf7 label em, .mpf label em {
	font-weight: normal;
	color: #888;
	font-style: italic;
}

.largerform input[type="text"], .largerform input[type="password"] {
	padding: 5px;
	width: 670px;
	font-size: 14px !important;
}

.largerform textarea {
	padding: 5px;
	width: 670px;
	height: 200px;
	font-size: 14px !important;
}

span.radio {
	margin-right: 20px;
}

form .error label, div.error, span.error {
	color: #ff4b33;
	font-weight: bold;
}

.mpfmessage {
	font-family: Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: #0066cc;
	font-weight: bold;
	margin-bottom: 13px;
}

/* Comments
-------------------------------------------------------------- */

#comments {
	width: 680px;
	padding: 10px;
	background: #fff;	
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	background: url('images/comments.png') no-repeat 0px 5px;
	padding: 0.937em 0 0.937em 50px;
	font-size: 16px;
	font-weight: bold;
	display: block;
	line-height: 1.25em;
	margin: -5px 0 0 0;
}
.commentlist {
	list-style: none;
	margin: 5px 0 0;
	border-top: 1px solid #ccc;
}
.commentlist li.comment {
	border-bottom: 1px solid #ccc;
	line-height: 20px;
	margin: 0 0 0 0;
	padding: 10px 0 10px 56px;
	position: relative;
}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 14px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 13px;
	margin: 0 0 13px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
}
.reply a,
a.comment-edit-link {
	//color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}
.commentlist .children li {
	margin: 0;
}
.commentlist .children li:last-child {
	margin: 0;
	border: none;
	padding-bottom: 0;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 0;
	overflow: hidden;
	position: relative;
}
ol #respond {
	margin: 10px 0 0;
}
#respond p {
	margin: 0 0 5px 0;
}
#respond .logged-in-as {
	color: #888;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 14px;
	font-size: 11px !important;
	color: #888;
	margin-bottom: 10px !important;
}
.form-allowed-tags code {
	font-size: 11px !important;
} 
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	background: url('images/comment.png') no-repeat 0px 5px;
}
#comments-list #respond {
	margin: 0 0 10px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #444;
	font-size: 13px;
	font-weight: bold;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond dt,
#respond dd {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond dd code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0px;
}
#respond .form-submit input {
	width: auto;
	font-size: 13px;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	display: block;
}
.widget-container {
	margin: 0 0 30px 0;
	background: #fff;
	border: 1px #ccc solid;
}
.widget-title {
	display: block;
	background: #336699;
	width: auto;
	position: relative;
	height: 40px;
	text-decoration: none;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.widget-title span.top {
	background: #6699cc;
	position: absolute;
	display: block;
	z-index: 0;
	left: 0;
	top: 0;
	right: 0;
	height: 20px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	-khtml-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
.widget-title span.text {
	background: url('images/menu/info.png') no-repeat 10px 5px;
	position: relative;
	z-index: 2;
	padding: 0.803em 0 0.803em 50px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	display: block;
	line-height: 1.25em;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main Menu */
#menu-main {
	list-style: none;
	margin-left: 0 !important;
}
#menu-main li.menu-item a {
	display: block;
	border-top: 1px solid #ccc;
	font-size: 1.16em;
	line-height: 1.42em;
	padding: 0.714em 0 0.714em 50px;
	font-weight: bold;
	color: #444444;
	background: url('images/menu/page.png') 10px 5px no-repeat;
}

#menu-main li.menu-item:first-child a {
	border-top: none;
}

/* Home */
#menu-item-7 a {
	background: url('images/menu/home.png') 10px 5px no-repeat !important;
}
/* Events */
#menu-item-8 a {
	background: url('images/menu/events.png') 10px 5px no-repeat !important;
}
/* News */
#menu-item-9 a {
	background: url('images/menu/news.png') 8px 5px no-repeat !important;
}
/* About */
#menu-item-6 a {
	background: url('images/menu/about.png') 9px 5px no-repeat !important;
}
/* Contact */
#menu-item-12 a {
	background: url('images/menu/contact.png') 10px 5px no-repeat !important;
}

/* Mailpress Widget */
.widget_mailpress {
	padding-bottom: 10px;
}
.widget_mailpress span.text {
	background: url('images/menu/mail.png') no-repeat 9px 5px;
}
.widget_mailpress .MailPress {
	padding: 10px 10px 0;
}
.widget_mailpress input[type="text"] {
	width: 186px;
	padding: 3px;
	font-size: 13px;
	margin: 0;
}
.widget_mailpress input[type="submit"] {
	float: right;
	margin-top: 10px;
}
.widget_mailpress #mp-urlsubmgt {
	padding-top: 10px;
}
.widget_mailpress #mp-urlsubmgt a:hover {
	color: #0066cc;
}

/* Cart Widget */
.widget_wp_shopping_cart span.text {
	background: url('images/menu/cart.png') no-repeat 9px 5px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}

/* Shadows */
.shadow {
	-ms-filter: "progid:DXImageTransform.Microsoft.DropShadow(Color=#666666, OffX=2, OffY=2, Positive=1)";
	filter: progid:DXImageTransform.Microsoft.DropShadow(Color=#666666, OffX=2, OffY=2, Positive=1);
	-moz-box-shadow: 2px 2px 5px #666;
	-webkit-box-shadow: 2px 2px 5px #666;
	box-shadow: 2px 2px 5px #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	
}
#colophon {
	border-top: 2px solid #336699;
	margin-top: 6px;
	padding: 10px 0 0px;
	overflow: hidden;
}
#site-info {
	color: #666;
	font-size: 0.916em;
	text-align: center;
}
#site-info a {
	color: #666;
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 20px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.widget_search label,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.onecolumn #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}
