@charset "utf-8";
/* CSS Document for Plug In To Christ 
	by George Merlocco of protogenLabs.com */
	
/* Eric Meyer's CSS Reset Reloaded to unify CSS rules across different browsers */

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,
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;
	vertical-align: baseline;
	font: inherit inherit small-caps 100% inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: inside;
}
#navbar ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	background:#E9E4C3;
	border:1px solid #835B33;
	display:block;
	margin:10px 0 25px;
	padding:10px;
	quotes:"" "";
	width: 93%;
}
blockquote p {
	padding: 0 !important;
	margin: 0 !important;
	font-style: italic;
}

/* __________end of Reset Reloaded */

html {
	height: 100%;
}
body {
	font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; Tahoma, "Segoe UI", "Trebuchet MS", Arial, Helvetica;
	height: 100%;
	color:#4B351B;
	background: url(body_bg.png) repeat-x top left #B59876;
}
h1, h2, h3, h4 {
	padding: 10px 10px 10px 60px;
	line-height: 0.8em;
	letter-spacing: -1px;
}
h1, h2 {
	background: url(title_bg.png) no-repeat top left;
	font-size:19pt;
	font-weight:normal;
	letter-spacing:-1px;
	padding:14px 15px 11px 60px;
	margin-left: -10px;
	line-height: 27px;
	clear: right;
}
h3 {
border-bottom:1px dotted #6E5439;
line-height:1.2em;
margin-bottom:12px;
padding:12px 0 0;
}
h4 {
	padding: 8px 0;
	font-size: 1.2em;
	line-height:1.2em;
}
h5 {
	font-size:1em;
	letter-spacing:-1px;
	line-height:1.3em;
	padding:7px 0;
}
h1 span, h2 span {
	font-size:0.5em;
	letter-spacing:normal;
}
span.event-date {
	font-style:italic;
	font-weight:bold;
	padding-left:15px;
}
h1.entry-title-list, h2.entry-title-list {
	background: url(article_bullet.gif) no-repeat center left;
	padding:4px 0 4px 40px;
	font-size: 1.4em;
}
h2#comment {
	background: url(title_list_bg.png) no-repeat top left;
	padding-left:45px;
}
.entry-content h3 {
	line-height: 1.4em;
}
p {
line-height:1.3em;
}
a:link, a:visited {
	text-decoration: none;
	color: #9c7d59;
}
a:hover {
	color: #444;
}
a:active {
	color: #aaa;
}
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited {
	color: #472E14;
}
h1 a:hover, h2 a:hover {
	color: #745834;
}
acronym { 
	background-color:#FFFFAA;
	border-bottom:1px solid #CCCC99;
	cursor:pointer;
	font-size:0.9em;
	padding: 0px 16px 0px 3px;
	background: url(icon_acronym.png) no-repeat top right #FFFFAA;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4 {
	background: none;
	letter-spacing: -1px;
	font-size: 1.5em;
	margin:0 0 10px;
	padding:10px 0 0;
	border-bottom: 1px dotted #4B351B;
}
#sidebar h2 {
	font-size: 1.4em;
}
#sidebar h3 {
	font-size: 1.3em;
}
#sidebar h4 {
	font-size: 1.2em;
}
#sidebar p {
	padding: 0 5px;
	line-height: 1.1em;
}
#sidebar .twtr-widget h3, #sidebar .twtr-widget h4, #sidebar .twtr-widget h5 {
	letter-spacing: normal;
}
.footer-article {
	border-top: 1px dotted #C9B594;
	padding-left:30px;
	width:587px;
}
.footer-article p {
	font-size: 0.9em;
	padding:5px 0 0 25px;
}
.article-listing {
	background: url(listing_bg.jpg) no-repeat top left;
	padding-top: 10px;
	margin-top: -15px;
}
.article-listing h1 {
	background: none;
	font-size: 2em;
	letter-spacing: -2px;
	font-weight: bold;
	padding-left:40px;
}
.article-listing h2 {
	background: none;
}
.article-listing h2.entry-title-list {
	background: url(article_bullet.gif) no-repeat 20px -4px;
	padding:4px 0 4px 55px;
}
.entry-content h2 {
	background: none;
	padding: 5px 0 5px 10px;
}
.entry-content {
	margin: 10px 0;
}
.entry-content a {
	font-weight: bold;
	border-bottom: 1px dotted #aaa;
}
.entry-content a:hover {
	border-bottom: 1px dotted #333;
}
.entry-content p {
	margin: 5px 5px 15px;
	line-height: 1.4em;
}
.entry-content p.readmore {
	float:right;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 25px;
	text-align:right;
}
.entry-content ul, .entry-content ol {
	margin: 20px 0 20px 30px;
}
.entry-content ul li, .entry-content ol li {
	line-height: 1.2em;
	margin-bottom: 15px;
	list-style: outside disc;
}
.entry-content ol li {
	list-style: decimal;
}
.left {
	float: left;
	margin-right: 30px;
}
.right {
	float: right;
	margin-left: 30px;
}
.center {
	text-align: center;
}
.image {
	border: 2px solid #6E5439;
	padding: 5px;
	background: #FAE5C5;
	margin: 0 15px 5px;
}
.sidebarimage {
	margin: 0 10px 10px 0;
}
.searchresult {
	border-top: 1px dotted #4B351B;
	padding-top: 10px;
}
span.link_older a, span.link_newer a {
	padding: 6px;
	border: 1px solid #9C7D59;
	background: #D0C5AF;
	display: block;
	float: left;
	font-size: 1.4em;
	letter-spacing: -1px;
}
span.link_newer a {
	float: right;
}
span.link_older a:hover, span.link_newer a:hover {
	background: #F4E0BF;
	border: 1px solid #222;
}
ul.category_list {
	list-style: inside disc;
	font-size:1.3em;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:1.4em;
}
.spacefix {
	font-size: 1px;
	text-indent: 10000px;
	height: 0px;
	overflow: hidden;
	clear: both;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#header {
	background: url(header.png) no-repeat top left;
}
#panel {
	float: right;
	width: 233px;
	height: 235px;
	overflow: hidden;
	position: relative;
	background: url(header_panel.png) no-repeat bottom left;
	/* margin: -13px 35px 0 0; */
	right: 35px;
}
#panelinner {
	height:130px;
	left:-2px;
	margin:0 auto;
	overflow:hidden;
	width:190px;
	border-bottom: 1px solid #C29C56;
	background: none !important;
}
.newsticker {
	height: 130px;
/*	background: url(header_panel_inner_bg.png) repeat; */
}
.newsticker a, .newsticker a:visited {
	text-decoration: none;
	color: #45311A;
}
.newsticker a:hover {
	color: #927656;
}
.newsticker a:active {
	color: #000;
}
.newsticker p {
	width:180px;
	color: #3B2A16;
	padding: 10px 0;
}
.newsticker p.scrollie-title {
	font-size: 1.4em;
	letter-spacing: -1px;
}
.newsticker p.scrollie-excerpt {
	font-size: 0.9em;
	padding: 0 10px;
}

.newsticker p.scrollie-section {
	font-size: 0.9em;
	text-align: right;
	position: absolute;
	bottom: 0;
}
#homelink a {
	border: 0;
}
#homelink a img {
	height:160px;
	width:130px;
}
#navbar {
	padding-left: 55px;
}
#navbar ul {
	color: #333;
}
#navbar ul li {
	float: left;
}
#navbar ul li a {
	float:left;
	font-size:1.1em;
	letter-spacing:-1px;
	margin:23px 5px;
	padding:4px 9px 7px;
	text-align:center;
	border: 1px solid #ad9572;
	background:#7E643D;
	background: url(body_bg.png) repeat-x top center #B59876;
	color:#ddd5b9;
	text-decoration: none;
}
#navbar ul li a:hover {
	background-position: center;
	color: #f4f4f4;
}
#navbar ul li a:active {
	color: #fff;
	border: 1px solid #FFF9E9;
}
#navbar ul li a.active {
	margin:34px 5px 0;
	padding:5px 8px 15px;
	border:1px solid #7E643D;
	border-bottom: 0;
	background: url(mainbody_bg.png) no-repeat center bottom #FFFCE9;
	color:#4B351B;
}
#navbar ul li a.active:hover {
	color:#7E643D;
}
#maincontent {
	background: url(mainbody_bg.png) repeat-y 4px 0px;
	padding-bottom:30px;
}
#sidebar, #sidebar_bot {
	color:#4B351B;
	width: 240px;
	padding-top: 20px;
	margin-left: 50px;
	float: right;
	position:relative;
	right:41px;
	top:10px;
	background: url(sidebar_bg.png) no-repeat top right;
}
#sidebar_inner {
	background: url(sidebar_inner_bg.png) repeat-y top right;
	padding: 5px 20px;
}
#sidebar_bot {
	height: 22px;
	padding: 0;
	margin: 0 0 20px 50px;
	clear:right;
	background: url(sidebar_bg.png) no-repeat bottom right;
}
#searchbox {
	border: 1px solid #AD9572;
	color: #333;
	padding: 2px;
	background:transparent url(mainbody_bg.png) center;
}
#searchbox:focus, #searchbox:hover {
	border: 1px solid #000;
}
#contentarea {
	padding:20px 0 10px 60px;
	width:650px;
	overflow: hidden;
	float: left;
}
#homepage-wrap {
	background: url(homepage_bg.jpg) no-repeat top center;
	padding: 7px 17px 0;
	text-align: center;
}
#homepage-wrap h1 {
	background: url(title_list_bg.png) no-repeat top left;
	padding-left:45px;
	margin-bottom: 275px;
	text-align: left;
}
#homepage-wrap h3 {
	text-align: center;
	font-size:1.7em;
	letter-spacing:-2px;
}
#homepage-cell-right {
	float: right;
	width: 285px;
	text-align: left;
	margin:0 15px;
}
.twtr-widget .twtr-hd h3 {
	display:none;
}
.twtr-widget .twtr-hd h4 {
	font-size: 25px !important;
}
.twtr-widget .twtr-tweet-text {
color:#B49C6D !important;
font-size:14px;
font-weight:bold;
letter-spacing:0;
}
#homepage-cell-left {
	float: left;
	width: 285px;
}
#homepage-cell-left ul, #homepage-cell-right ul {
	border: 3px solid #B49C6D;
}
#homepage-cell-left ul li, #homepage-cell-right ul li {
	display: block;
	color: #fee;
	list-style: none;
	background: #B59876 url(body_bg.png) repeat-x scroll center top;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #B49C6D;
}
#homepage-cell-left ul li a, #homepage-cell-right ul li a {
	color: #eddab4;
}
#homepage-cell-left ul li a:hover, #homepage-cell-right ul li a:hover {
	color: #cfb787;
}
#homepage-cell-left p {
	font-size: 1.2em;
	letter-spacing: -1px;
	line-height: 1.1em;
}
#homepage-cell-left p.homepage-latest, #homepage-cell-right p.homepage-latest {
	margin: 4px 0 0;
	font-size: 1em;
	padding-left: 10px;
	letter-spacing: normal;
}
#homepage-cell-left .twtr-widget p, #homepage-cell-left .twtr-widget h3, #homepage-cell-left .twtr-widget h4 {
	letter-spacing: normal !important;
}
#footer {
	height: 262px;
	clear:both;
	background: url(footer_bg.png) no-repeat 2px 0px;
	padding:0 70px 0 50px;
}
#crest {
	display: none;
	float: right;
	clear: right;
	height: 204px;
	width: 214px;
	background: url(crest.png) no-repeat center;
	margin: 10px 65px 50px 0;
}
#socialnetworks {
	width: 360px;
	padding: 12px 0;
}
#footfacebook p, #foottwitter p {
	padding: 5px;
}
#footfacebook a, #foottwitter a {
	display:block;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:-1px;
	padding:9px 0 12px 52px;
	text-decoration: none;
	background: url(footicon_facebook.png) no-repeat 0px 0px;
	color: #FEF4E3;
}
#foottwitter a {
	background: url(footicon_twitter.png) no-repeat 0px 0px;
}
#footfacebook a:hover, #foottwitter a:hover {
	background-position: 0px -40px;
	color: #562E20;
}
#footfacebook a:hover {
	background-position: 0px -41px;
}
#footrss {
	float: left;
	margin-right: 5px;
}
#footrss a img {
	background: url(footicon_rss.png) no-repeat 0px -70px;
	width: 48px;
	height: 70px;
}
#footrss a:hover img {
	background: url(footicon_rss.png) no-repeat 0px 0px;
}
#footercopy {
	font-size:0.9em;
	line-height:15px;
	padding-top:10px;
	width:640px;
}
#footercopy a, #footercopy a:visited {
	color:#dad4b6;
	text-decoration: none;
}
#footercopy a:hover {
	color:#fff;
}

/* ZEM_Contact Styling */

input.zemText, textarea.zemTextarea, .text, .txpCommentInputMessage {
	background: #DED0B0;
	padding: 2px;
	border: 1px solid #a1825d;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.1em;
	color: #4B351B;
	margin: 3px 0;
}
input.zemText:hover, input.zemText:focus, textarea.zemTextarea:hover, textarea.zemTextarea:focus, .text:hover, .text:focus, .txpCommentInputMessage:hover, .txpCommentInputMessage:focus {
	background: #fff;
	border: 1px solid #DED0B0;
}
input.zemText:hover, textarea.zemTextarea:hover, .txpCommentInputMessage:hover {
	background: #eee;
}
.txpCommentInputMessage {
	width: 420px;
	height: 120px;
}
input.zemRequirederrorElement, textarea.zemRequirederrorElement, ul.comments_error {
	border: 1px solid #a00;
	background: #fbc9c9;
}
ul.comments_error {
	padding: 5px;
	color: #900;
	margin: 10px 0;
}
ul.comments_error li {
	list-style: disc inside;
}
label.zemText, label.zemTextarea, label {
	float:left;
	clear: left;
	font-size:1.2em;
	letter-spacing:0px;
	padding:6px 11px 0 0;
	text-align:right;
	width:150px;
}
label.namepermission {
	float: none !important;
}
#redemption-q label {
	float: none;
}
.zemError {
	color:#AA0000;
	line-height:1.3em;
	list-style:disc inside;
	margin:10px;
	padding: 12px;
	border: 1px dashed #900;
	background: #fbc9c9;
}

/* Comment Styling */

.commentcell {
	border:1px solid #835B33;
	color:#FFFFFF;
	margin:10px;
	padding:10px;
	background: url(body_bg.png) repeat-x 0px -160px;
}
.commentcell p {
	margin: 5px 0px;
	font-size: 1.1em;
}
.commentcell p.commentfoot {
	font-size: 0.8em;
	border-top: 1px solid #C6B394;
	margin: 10px 0px 5px;
	padding-top: 10px;
}
.commentcell a, .commentcell a:visited {
	color: #E2D2B8;
	border-bottom: 1px dotted #E2D2B8;
}
.commentcell a:hover {
	color: #c6b394;
	border-bottom: 1px solid #eee;
}
.commentcell a:active {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.commentnumber {
	color:#B09869;
	float:right;
	font-size:1.8em;
	letter-spacing:-1px;
}
p#txpCommentInputForm {
	font-size:1.3em;
	line-height:1.5em;
	padding:10px;
}

/* Calendar Styling */

.event-calendar {
	float: right;
	margin:0 0 20px 20px;
}
#calendarspace .main {
width:250px;
border:1px solid #6C5237;
background:#DFD0B0;
}

#calendarspace .month {
background: #6C5237;
color: #eee;
padding: 7px 0;
font-size: 1.2em;
font-weight: bold;
text-align: center;
}

#calendarspace .daysofweek {
background: #999;
color:#eee;
font-weight: bold;
text-align: center;
padding: 5px 0;
font-size: 1.2em;
}

#calendarspace .days {
color:#222;
padding: 2px;
text-align: center;
}

#calendarspace .days #today{
font-weight: bold;
color: red;
}

