/*
Theme Name: First Lutheran Church
Theme URI: http://www.leopard-inc.com/
Description: A Wordpress Theme custom made for First Lutheran Church.
Version: 1.0
Author: Drew Gourley
Author URI: http://www.leopard-inc.com/
Tags: custom, custom header, fixed width, web 2.0, widgets
*/

/* setup page defaults */

* {
	margin: 0;
	padding: 0;
	}
html {
	background: #411f16 url(images/wood.jpg);
	}
body {
	padding: 24px 0;
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 12px;
	color: #222;
	}
a {
	color: #222;
	}
a:link {
	color: #222;
	}
a:visited {
	color: #222;
	}
a:hover {
	color: #555;
	}
a:active {
	color: #111;
	}
a.alternate:link {
	color: #000;
	}
a.alternate:visited {
	color: #000;
	}
a.alternate:hover {
	color: #444;
	}
a.alternate:active {
	color: #222;
	}
a img.noborder {
	border: none;
	}
a img.noborder:link {
	border: none;
	}
a img.noborder:active {
	border: none;
	}
a img.noborder:visited {
	border: none;
	}
a img.noborder:hover {
	border: none;
	}
ul {
	padding:12px 12px 4px;
	list-style: none;
	font-size:16px;
	}
ul a {
	text-decoration:none;
	color: #ddd;
	}
ul a:link {
	color: #ddd;
	}
ul a:visited {
	color: #ddd;
	}
ul a:hover {
	color: #aaa;
	}
ul a:active {
	color: #ddd;
	}
ul li {
	padding:2px 0 8px;
	color:#ddd;
	}
ul ul {
	list-style: none;
	font-size:14px;
	text-indent:4px;
	}
ul ul ul{
	list-style: none;
	font-size:12px;
	text-indent:8px;
	}
p{
	padding: 12px;
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 14px;
	color: #222;
	}
h1{
	padding: 12px 12px 2px;
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 30px;
	color: #222;
	}
h2{
	padding: 12px 12px 2px;
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 24px;
	color: #222;
	}
h3{
	padding: 12px 12px 2px;
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 18px;
	color: #222;
	}
h4{
	padding: 12px 12px 2px;
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 14px;
	color: #222;
	}
h5{
	padding: 12px 12px 2px;
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 12px;
	color: #222;
	}
h6{
	padding: 12px 12px 2px;
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 10px;
	color: #222;
	}

.comment-author {
	font-weight:bold;
	font-size:16px;
	padding:8px 0 0;
	}
.reply {
	padding:8px 0;
	}
.comment-meta {
	display:inline-block;
	border-bottom:2px solid #9e8569;
	padding:2px 4px 8px;
	}
.comment {
	border-top:2px solid #9e8569;
	border-bottom:2px solid #fff;
	}
.commentlist {
	padding:16px 16px 0;
	}
#commentlistBottom {
	padding:0 16px 16px;
	}
#clbBorder {
	border-top:2px solid #9e8569;
	}
#respond {
	padding:8px;
	}
.reply {
	text-align:right;
	}
.comment p {
	padding:8px;
	margin:8px;
	}

#events ul a {
	text-decoration:underline;
	color: #222;
	}
#events ul a:link {
	color: #222;
	}
#events ul a:visited {
	color: #222;
	}
#events ul a:hover {
	color: #555;
	}
#events ul a:active {
	color: #222;
	}
#events ul li {
	padding:2px 0 8px;
	color:#222;
	}
	
#featuretitles span{
	white-space:nowrap;
	}

.newsletter-entry p {
	padding: 12px 12px 2px;
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 18px;
	color: #222;
	}

.small {
	font-size:12px;
	padding:2px 12px; 
	}
.hidden {
	display:none;
	}
.tightparagraph {
	padding:2px 12px;
	}
.tighttype {
	padding:1px 0;
	}
.nomargin {
	padding:0;
	margin:0;
	}
.large {
	font-size: 14pt;
	}
.larger {
	font-size: 16pt;
	}
.largest {
	font-size: 18pt;
	}
.colorsecondary {
	color: #ddd;
	}
.colorsecondary h3 {
	color: #ddd;
	}
.colorsecondary a {
	color: #ddd;
	}
.colorsecondary a:link {
	color: #ddd;
	}
.colorsecondary a:visited {
	color: #ddd;
	}
.colorsecondary a:hover {
	color: #aaa;
	}
.colorsecondary a:active {
	color: #fff;
	}
.colortertiary {
	color: #fff;
	}
.colorquaternary {
	color: #fff;
	}
.colorquinary {
	color: #fff;
	}
.alignleft {
	text-align: left;
	float:left;
	}
.alignright {
	text-align: right;
	float:right;
	}
.aligncenter {
	text-align: center;
	}
.floatleft {
	float: left;
	}
.floatright {
	float: right;
	}
.clearleft {
	clear: left;
	}
.clearright {
	clear: right;
	}
.clearboth {
	clear: both;
	}

.container {
	width: 960px;
	margin: 0 auto;
	}
#sitefooter {
	width: 640px;
	float:left;
	}

.leftsection {
	width: 468px;
	float: left;
	}
.rightsection {
	width: 468px;
	float: right;
	}

#content {
	position:relative;
	z-index:1;
	width: 680px;
	float: left;
	margin: 20px 0 0;
}
#imagecontent {
	position:relative;
	z-index:1;
	width: 960px;
	margin: 20px 0 0;
}

#sidebar {
	margin: 20px 0 0 20px;
	width: 256px;
	border: 2px solid #01493d;
	background: url(images/box_bg.png) repeat-x;
	float: right;
}
#sidebar-yellow ul.address{
	padding:12px;
	}
#sidebar-yellow ul.address li{
	padding:0;
	}
#sidebar-yellow {
	margin: 20px 0 0 20px;
	width: 256px;
	border: 2px solid #43480c;
	background: url(images/box_bg.png) repeat-x;
	float: right;
}
#sidebar-green {
	margin: 20px 0 0 20px;
	width: 256px;
	border: 2px solid #01493d;
	background: url(images/box_bg.png) repeat-x;
	float: right;
}
#sidebar-blue {
	margin: 20px 0 0 20px;
	width: 256px;
	border: 2px solid #1a2772;
	background: url(images/box_bg.png) repeat-x;
	float: right;
}
#subpage {
	background: #fefce8;
	border-left: 1px solid #fefce8;
	border-right: 1px solid #dcd9c3;
	position:relative;
	z-index:1;
	}
#subpage p {
	color:#222;
	font-size:16px;
	padding:16px;
	line-height:1.2em;
	}
blockquote {
	text-indent:2em;
	padding: 0 16px;
	font-weight:bold;
	}
#subpage table.datatable{
	margin:0 12px;
	font-size:14px;
	}
#subpage table.datatable td{
	padding:2px 12px;
	}
#subpage table.datatable td.datatablelabel{
	font-weight:bold;
	}
#subpage table.datatable tr.datatableheading{
	font-weight:bold;
	font-size:16px;
	}
#subpage ul{
	padding:0 12px;
	}
#subpage ul li{
	color:#222;
	padding:4px 12px;
	}
#subpage ul.address{
	padding:0 12px;
	}
#subpage ul.address li{
	padding:0 12px;
	}
.blogpage {
	background: #fefce8;
	position:relative;
	z-index:1;
	}
.post-thumb {
	float:right;
	padding:12px;
	}
.imagepage {
	background: #fefce8;
	position:relative;
	border-left: 1px solid #fefce8;
	border-right: 1px solid #dcd9c3;
	text-align:center;
	}
.commentpage {
	background: #fefce8;
	position:relative;
	z-index:1;
	}
.commentpage img {
	border: 1px solid #a1886b;
	padding: 1px;
	margin: 1px;
	}
#subpage img {
	border: 1px solid #a1886b;
	background: #411f16 url(images/wood.jpg);
	padding: 8px;
	margin:4px 8px;
	}
.landing {
	float:right;
	padding:0;
	margin:-76px -1px 0 0;
	}
#subpage div.landing img{
	border:none;
	padding:0;
	margin:0;
	background:none;
	}
.blogpage img {
	border: 1px solid #a1886b;
	background: #411f16 url(images/wood.jpg);
	padding: 8px;
	margin: 8px 8px 8px 0;
	}
.imagepage img {
	border: 2px solid #a1886b;
	background: #411f16 url(images/wood.jpg);
	padding: 24px;
	margin: 24px;
	}
.blogpage img.landing {
	position:absolute;
	top:0;
	right:0;
	border:none;
	padding:0;
	margin:-76px 0 0;
	background:none;
	}
#headernav {
	position: absolute;
	bottom:0;
	right:-1px;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	background: #a1886b;
	}
.navbuttonfirst {
	margin-left: 1px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	}
.navbutton {
	height:38px;
	background: #fefce8 url(images/headernavbutton.png) repeat-x;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-right: 1px;
	margin-top: 1px;
	float: left;
	}
.navbuttonlast {
	margin-right: 0;
	}
.navbutton:hover {
	background: #fefce8 url(images/headernavbuttonhover.png) repeat-x;
	cursor: pointer;
	}
.navbutton:active {
	background: #b0ac8a url(images/headernavbuttonactive.png) repeat-x;
	cursor: pointer;
	}
#headernav a {
	text-decoration:none;
	}
#headernav span.label {
	font-family: Helvetica,Arial,Sans-Serif;
	font-size: 14px;
	color: #464646;
	font-weight:bold;
	padding:12px 8px;
	display:block
	}
#headernav span.label:hover {
	color: #222;
	}
.navbutton ul.primary {
	display:none;
	position:absolute;
	top:40px;
	background: #e7e2b7;
	border-left: 1px solid #a1886b;
	border-right: 1px solid #a1886b;
	border-bottom: 1px solid #a1886b;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	}
.navbutton ul li ul.secondary{
	display:none;
	position:absolute;
	top:0;
	left:100%;
	background: #e7e2b7;
	border: 1px solid #a1886b;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-webkit-border-bottom-right-radius: 12px;
	}
.navbutton ul li{
	background: url(images/groove.gif) top repeat-x;
	position:relative;
	}
.navbutton ul li:hover {
	background: #b6b18a url(images/groove.gif) top repeat-x;
	}
.navbutton ul.primary li p{
	font-size: 16px;
	padding: 12px 12px 10px;
	white-space:nowrap;
	}
.navbutton ul.secondary li p{
	font-size: 14px;
	padding: 10px 10px 8px;
	font-weight:normal;
	white-space:nowrap;
	}
.navbutton:hover ul.primary {
	display:block;
	}
.navbutton ul li:hover ul.secondary {
	display:block;
	}
.navoptionlast {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	}
.navbutton ul li.navoptionfirst {
	background-image: none;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	}
.newsletterform {
	float: left;
	padding:12px 12px 0 0;
	}
.biblesearchform {
	float: left;
	padding:4px 12px 0 0;
	}
.newsletterlabel {
	float: left;
	padding: 16px 8px 0 0;
	font-weight:bold;
	}
.labelimage {
	padding: 6px 4px 0;
	float:left;
	}
.biblesearchlabel {
	float: left;
	font-weight:bold;
	padding:10px 8px 0 0;
	color:#939286;
	}
.formfield {
	float: left;
	border: 1px solid #9e8468;
	height: 18px;
	width: 160px;
	font-size:14px;
	color:#939286;
	}
.formfield:focus {
	color:#000;
	}
.formbutton {
	float: left;
	background:#e7e2b7 url(images/submitbutton.png) repeat-x;
	border: 1px outset #9e8468;
	height: 20px;
	width: 60px;
	font-weight:bold;
	}
#search-form {
	padding:12px;
	}
#search-text {
	float: left;
	border: 1px solid #9e8468;
	height: 18px;
	width: 160px;
	font-size:14px;
	margin:0 0 24px;
	}
#search-submit {
	float: left;
	background:#e7e2b7 url(images/submitbutton.png) repeat-x;
	border: 1px outset #9e8468;
	height: 20px;
	width: 60px;
	font-weight:bold;
	}
.hidesubs-yellow ul li {
	position:relative;
	}
.hidesubs-yellow ul li ul{
	display:none;
	position:absolute;
	right:100%;
	bottom:0;
	white-space:nowrap;
	background:#000;
	border: 2px solid #43480c;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	z-index:99;
	}
.hidesubs-yellow ul li:hover ul{
	display:block;
	}
.hidesubs-yellow ul li ul:hover{
	display:block;
	}
.hidesubs-blue ul li {
	position:relative;
	}
.hidesubs-blue ul li ul{
	display:none;
	position:absolute;
	right:100%;
	bottom:0;
	white-space:nowrap;
	background:#000;
	border: 2px solid #1a2772;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	z-index:99;
	}
.hidesubs-blue ul li:hover ul{
	display:block;
	}
.hidesubs-blue ul li ul:hover{
	display:block;
	}
.hidesubs-green ul li {
	position:relative;
	}
.hidesubs-green ul li ul{
	display:none;
	position:absolute;
	right:100%;
	bottom:0;
	white-space:nowrap;
	background:#000;
	border: 2px solid #01493d;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	z-index:99;
	}
.hidesubs-green ul li:hover ul{
	display:block;
	}
.hidesubs-green ul li ul:hover{
	display:block;
	}
.formbutton:hover {
	background:#f5f2dc url(images/submitbutton_hover.png) repeat-x;
	border: 1px outset #9e8468;
	}
.formbutton:active {
	background:#b0ac8a url(images/submitbutton_active.png) repeat-x;
	border: 1px inset #9e8468;
	}
.commentformbutton {
	background:#e7e2b7 url(images/submitbutton.png) repeat-x;
	border: 1px outset #9e8468;
	height: 20px;
	font-weight:bold;
	}
.commentformbutton:hover {
	background:#f5f2dc url(images/submitbutton_hover.png) repeat-x;
	border: 1px outset #9e8468;
	}
.commentformbutton:active {
	background:#b0ac8a url(images/submitbutton_active.png) repeat-x;
	border: 1px inset #9e8468;
	}
#mapcontainer{
	padding:12px 0 12px 12px;
	}
#googlemap {
	width:650px;
	height:400px;
	border: 1px solid #9c8469;
	}
#featuretitles {
	cursor:pointer;
	background:transparent;
	}
#blog {
	background: #fefce8 url(images/blogsection.jpg) bottom left no-repeat;
	min-height:210px;
	max-height:468px;
	border-left: 1px solid #fefce8;
	border-right: 1px solid #dcd9c3;
	}
#blog p {
	font-size:16px;
	line-height:1.2em;
	}
#logo {
	position: absolute;
	top: -8px;
	left: -8px;
	z-index: 99;
	}
#address {
	position:absolute;
	top:0;
	left:352px;
	font-weight:bold;
	padding:4px 48px 0 8px;
	}
#address p{
	font-size:12px;
	}
#events {
	background: #fefce8 url(images/eventssection.jpg) bottom left no-repeat;
	min-height:210px;
	max-height:468px;
	border-left: 1px solid #fefce8;
	border-right: 1px solid #dcd9c3;
	}
#calendarholder {
	width:100%;
	}
#calendarlist {
	padding:0 12px 0 0;
	width:180px;
	float:right;
	}
#header {
	background: url(images/header_bg.png) repeat-x;
	height: 128px;
	border-left: 1px solid #fefce8;
	border-right: 1px solid #dcd9c3;
	border-top: 1px solid #fefce8;
	position: relative;
	}
#headerformarea {
	position:absolute;
	right:0;
	top:0;
	width:480px;
	height:72px;
	}
.heading {
	background: url(images/heading_bg.png) repeat-x;
	height: 64px;
	border-left: 1px solid #fefce8;
	border-right: 1px solid #dcd9c3;
	border-top: 1px solid #fefce8;
	}
.subpageheading-green {
	background: url(images/subpage-header_green.png) repeat-x;
	height: 122px;
	margin: 0 0 -76px;
	position: relative;
	z-index:2;
	}
.subpageheading-yellow {
	background: url(images/subpage-header_yellow.png) repeat-x;
	height: 122px;
	margin: 0 0 -76px;
	position: relative;
	z-index:2;
	}
.subpageheading-blue {
	background: url(images/subpage-header_blue.png) repeat-x;
	height: 122px;
	margin: 0 0 -76px;
	position: relative;
	z-index:2;
	}
.largetitle {
	padding:0;
	position:absolute;
	font-size:48px;
	text-transform:lowercase;
	}
.mediumtitle {
	padding:0;
	position:absolute;
	font-size:36px;
	text-transform:lowercase;
	}
.smalltitle {
	padding:0;
	position:absolute;
	font-size:24px;
	text-transform:lowercase;
	}

.subpagetitle {
	bottom:8px;
	left:16px;
	z-index:5;
	color:#9e8468;
	width:350px;
	}
.highlight {
	bottom:9px;
	left:15px;
	z-index:4;
	color:#fff;
	}
.lowlight {
	bottom:7px;
	left:17px;
	z-index:3;
	color:#000;
	}
.groove {
	background: url(images/groove.gif) repeat-x;
	height: 2px;
	border-left: 1px solid #fefce8;
	border-right: 1px solid #dcd9c3;
	}
.subpagegroove {
	background: #fefce8 url(images/groove.gif) repeat-x;
	height: 2px;
	border-left: 1px solid #fefce8;
	border-right: 1px solid #dcd9c3;
	padding:0 0 76px;
	margin:0 0 -1px;
	}
.feature {
	height:256px;
	width: 100%;
	}
.feature h1 {
	padding:16px 16px 0 16px;
	font-size:24px;
	}
.feature p {
	font-size:18px;
	line-height:1.2em;
	padding:8px 16px;
	}
#rotator {
	height:256px;
	width: 100%;
	overflow:hidden;
	}
.feature1 {
	background:  url(images/feature_bg_1.png) repeat-x;
	color:#222;
	font-size:18px;
	}
.feature1 h1{
	color:#222;
	}
.feature1 p{
	color:#222;
	}
.feature1 a{
	color:#222;
	}
.feature1 a:link{
	color:#222;
	}
.feature1 a:visited{
	color:#222;
	}
.feature1 a:hover{
	color:#555;
	}
.feature1 a:active{
	color:#222;
	}
.feature2 {
	background: #afbd21 url(images/feature_bg_2.png) repeat-x;
	color:#222;
	font-size:18px;
	}
.feature2 h1{
	color:#222;
	}
.feature2 p{
	color:#222;
	}
.feature2 a{
	color:#222;
	}
.feature2 a:link{
	color:#222;
	}
.feature2 a:visited{
	color:#222;
	}
.feature2 a:hover{
	color:#555;
	}
.feature2 a:active{
	color:#111;
	}
.feature3 {
	background: #263692 url(images/feature_bg_3.png) repeat-x;
	color:#ddd;
	font-size:18px;
	}
.feature3 h1{
	color:#ddd;
	}
.feature3 p{
	color:#ddd;
	}
.feature3 a{
	color:#ddd;
	}
.feature3 a:link{
	color:#ddd;
	}
.feature3 a:visited{
	color:#ddd;
	}
.feature3 a:hover{
	color:#aaa;
	}
.feature3 a:active{
	color:#fff;
	}
.feature4 {
	background: #572600 url(images/feature_bg_4.png) repeat-x;
	color:#ddd;
	font-size:18px;
	}
.feature4 p{
	color:#ddd;
	}
.feature4 a{
	color:#ddd;
	}
.feature4 a:link{
	color:#ddd;
	}
.feature4 a:visited{
	color:#ddd;
	}
.feature4 a:hover{
	color:#aaa;
	}
.feature4 a:active{
	color:#fff;
	}
.placeholderimg {
	background: url(images/placeholder.png) center center no-repeat;
	height:216px;
	width:420px;
	padding:20px;
	text-align:center;
	vertical-align:middle;
	}
.placeholdericon {
	height:216px;
	width:420px;
	padding:20px;
	text-align:right;
	vertical-align:middle;
	}
.placeholderimg img{
	padding:0;
	margin:0;
	}
.placeholdercontent {
	height:256px;
	width:460px;
	}
#boxarea {
	padding: 24px 0;
	cursor:default;
	}
#boxarea a{
	color:#ddd;
	}
#boxarea a:link{
	color:#ddd;
	}
#boxarea a:visited{
	color:#ddd;
	}
#boxarea a:hover{
	color:#aaa;
	}
#boxarea a:active{
	color:#fff;
	}
.boxtitle {
	display:block;
	margin:8px 10px 0;
	height:34px;
	}
.title {
	display:block;
	margin:18px 0 0 16px;
	height:34px;
	}
.featuretitle {
	margin:18px 0 12px 16px;
	height:34px;
	}
.welcome {
	width: 447px;
	background: url(images/welcome.png) no-repeat;
	}
.schedule {
	width: 138px;
	background: url(images/schedule.png) no-repeat;
	}
.bulletin {
	width: 205px;
	background: url(images/announcement.png) no-repeat;
	}
.impact {
	width: 103px;
	background: url(images/impact.png) no-repeat;
	}
.spotlight {
	width: 130px;
	background: url(images/spotlight.png) no-repeat;
	}
.blogtitle {
	width: 63px;
	background: url(images/blog.png) no-repeat;
	}
.eventstitle {
	width: 100px;
	background: url(images/events.png) no-repeat;
	}
.whoweare {
	width: 179px;
	background: url(images/whoweare.png) no-repeat;
	}
.worship {
	width: 121px;
	background: url(images/worship.png) no-repeat;
	}
.outreach {
	width: 134px;
	background: url(images/outreach.png) no-repeat;
	}
.getinvolved {
	width: 182px;
	background: url(images/getinvolved.png) no-repeat;
	}
.eventsgreen {
	width: 100px;
	background: url(images/eventsgreen.png) no-repeat;
	}
.makingagift {
	width: 195px;
	background: url(images/makingagift.png) no-repeat;
	}
.contactus {
	width: 162px;
	background: url(images/contactus.png) no-repeat;
	}
.navigation {
	width: 153px;
	background: url(images/navigation.png) no-repeat;
	}
.box {
	width: 227px;
	background: url(images/box_bg.png) repeat-x;
	}
.box p {
	color:#ddd;
	}
.curved {
	position:relative;
	z-index:98;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	behavior:url(http://www.firstlutheranomaha.org/wp-content/themes/firstlutheran/images/ie-css3.htc);
	}
#box1 {
	margin: 0 12px 0 0;
	border: 2px solid #6e6c57;
	float: left;
	}
#box2 {
	border: 2px solid #43480c;
	float: left;
	}
#box4 {
	border: 2px solid #01493d;
	float: right;
	}
#box3 {
	margin: 0 0 0 12px;
	border: 2px solid #1a2772;
	float: right;
	}
#searchform {
	padding:8px;
	}
.footer {
	background: url(images/footer_bg.png) repeat-x;
	height: 24px;
	border-left: 1px solid #fefce8;
	border-right: 1px solid #dcd9c3;
	border-bottom: 1px solid #dcd9c3;
	/*margin:0 0 12px 0;*/
	}
.footer p {
	font-size: 12px;
	padding:6px 8px 0;
	}
.footer a {
	text-decoration: none;
	}
.sitecredits {
	padding: 16px 0 0;
	color: #6e6c57;
	font-size: 14px;
	font-weight: bold;
	}
.sitecredits a{
	color: #6e6c57;
	text-decoration: none;
	}
.sitecredits a:link{
	color: #6e6c57;
	text-decoration: none;
	}
.sitecredits a:active{
	color: #e7e2b7;
	text-decoration: none;
	}
.sitecredits a:visited{
	color: #6e6c57;
	text-decoration: none;
	}
.sitecredits a:hover{
	color: #e7e2b7;
	text-decoration: none;
	}
.screen-reader-text {
	display:none;
	}
.wplogin {
	border:none!important;
	position:fixed;
	bottom:0;
	right:8px;
	z-index:32768
	}