/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : Kevin Klein	
Email : kevin.klein@gmail.com 
We Are : 

Description : I control all the styles, including IE 6 hacks designated with *html, for the entire site

Created : 7/22/07
Modified : 7/30/07

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* global whitespace reset */
* { padding:0; margin:0; }

body {
    background:#edf4f6 url(/images/bg-back.gif) repeat-x 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size:62.5%;
	text-align: center;
}

/*********** = structure = ***********/

#wrapper {
	background:#fff;
	margin: 0 auto;
}

#content {
	background:url(/images/bg-wrapper.gif) no-repeat 50% -97px;
	min-height: 540px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 814px;
}

body.home #content {
	background:url(/images/bg-home.jpg) repeat-x 50% -97px;
	min-height: 475px;
}

*html #content {
	height: 540px;
}

*html body.home #content {
	height: 475px;
}

div.copy {
	padding: 10px 0 0 19px;
}

#header {
	background:url(/images/bg-wrapper.gif) no-repeat 50% 0;
	height:97px;
	margin: 0 auto;
	position: relative;
	width:814px;
}

*html #header {
	overflow: hidden;
}

body.home #header {
	background:url(/images/bg-home.jpg) no-repeat 50% 0;}

#sidebar {
	background: url(/images/bg-nav.gif) no-repeat 0 0;
	left: 0;
	padding-top: 8px;
	position: absolute;
	text-align: left;
	top: 91px;
	width:142px;
}

.entry {
	margin: -12px 162px 0 162px;
}

/* tax tips etc. in right colum */
.post-meta {
	color: #444;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	list-style: none;
	position: absolute;
	right: 0;
	top: 140px;
	width: 135px;
}

.post-meta-key {
	color: #601c00;
	display: block;
	font-family: Georgia, serif;
	font-weight: bold;
	margin: 0 0 10px 0;
	font-size: 18px;
	font-style: italic;
	text-transform: lowercase;
}

.entry fieldset {
	margin-top: -20px;
}

div.description {
	text-indent: -9999em;
}

#footer {
	background: #edf4f6;
	color: #999;
	font-family: Georgia;
	font-size: 11px;
	padding: 0 0 25px 0;
}

#footer div.footer-inner {
	margin: 0 auto;
	padding: 20px 0 0 0;
	position: relative;
	text-align: left;
	width: 814px;
}

p.integrity {
	color: #555;
	font-family: Georgia;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	right:0;
	top: -32px;
}

#home #content p.integrity {
	left: 0;
	right: auto;
	text-align: left;
	top: 30px;
}

p.address {
	color: #601c00;
	font-family: Georgia, serif;
	font-size: 11px;
	float: right;
	text-align: right;
}

#footer p.address {
	display: block;
}

#header p.address {
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

#home #footer p.address {
	display: block;
}

#home #header p.address {
	display: none;
}

/*********** = home = ***********/

.associations {
	height: 65px;
	line-height: 65px;
	position: absolute;
	left:0;
	top: 340px;
}

a.npo-fan,
a.npo-fan:visited {
	background: url(/images/bg-npo-fan.gif) no-repeat 0 0;
	display: block;
	float: right;
	font-size: 11px;
	padding: 23px 0 0 0;
	text-decoration: none;
	width: 326px;
}

a.npo-fan span {
	background: #cadae0 url(/images/img-npo-fan.gif) no-repeat 99% 75%;
	color: #004360;
	display: block;
	padding: 7px 12px 11px 12px;
}

a.npo-fan strong {
	color: #601c00;
	text-decoration: underline;
}

a.npo-fan:hover span { 
	background-color: #dae5e9;
	color: #000;
}

a.npo-fan:hover strong {
	text-decoration: none;
}

/* #home a.npo-fan,
#home a.npo-fan:visited {
	float: none;
	position: absolute;
	right: 0;
	top: -17px;
} */

a.npo-fan,
a.npo-fan:visited {
	float: none;
	position: absolute;
	right: 0;
	top: 0px;
}

#home a.npo-fan,
#home a.npo-fan:visited {
	top: -17px;
}

#footer a.npo-fan {
	display: none;
}

#home .services {
	left: 667px;
	position: absolute;
	top: 94px;
	width: 130px;
}

#home .services p {
	color: #fff;
	font-size: 1.2em;
	margin: 8px 0 14px 0;
}

#home .services ul {
	border-bottom: 1px solid #b08e80;
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
	list-style: none;
	margin: 5px 0 0 0;
}

#home .services ul li {
	display: inline;
}

#home .services ul a,
#home .services ul a:visited {
	border-top: 1px solid #b08e80;
	display: block;
	font-size: 17px;
	line-height: 17px;
	font-style: italic;
	color: #b08e80;
	padding: 5px 2px;
	text-decoration: none;
}

#home .services ul a:hover {
	background: #703219;
	color: #ddd;
	text-decoration: none;
}

#home a.mission,
#home a.mission:visited {
	background: url(/images/bg-mission.gif) no-repeat 0 0;
	display: block;
	float: right;
	height: 27px;
	text-indent: -999em;
	width: 115px;
}

#home .about {
	left: 294px;
	position: absolute;
	top: 150px;
	width: 175px;
	z-index: 100;
}

#home .about p {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.1em;
	font-style: italic;
	color: #666;
	margin: 0 0 7px 0;
}

#home a.mission:hover {
	background-position: 0 -27px;
}

/*********** = headers = ***********/

h1 {
	position: absolute;
	left: 0;
	top: 0;
	height:192px;
	width:183px;
}

h1 a {
    background: url(images/bg-logo.gif) no-repeat 0 0;
    display:block;
    height:97px;
	width:240px;
	text-indent:-999em;    
}

h2 {
	color: #601c00;
	font-size: 34px;
	font-weight: normal;
	line-height: 30px;
	height: 71px;
	margin:0px 0 0 0;
	padding:20px 0 0 0;
	width: 490px;
}

h3,
ul.links h2 { 
	font-size:18px; 
	font-weight:bold;
	line-height:1em;
	margin:12px 0;
	height: auto;
	line-height: 1em;
	text-transform: none;
}

#home .services h3 {
	background: url(/images/bg-hdr-services.gif) no-repeat 0 0;
	height: 23px;
	margin: 0;
	text-indent: -999em;
	width: 125px;
}

h4 { 
	color:#000; 
	font-size:14px; 
	font-weight:normal;
	line-height:1em;
	margin:12px 0
}

/*********** = misc typography = ***********/

a { 
	color:#004360; 
	text-decoration:underline;
}

a:visited { color:#444; }

a:hover { 
	color:#000; 
	text-decoration:none; 
}

#sidebar a.contact,
#sidebar a.contact:visited {
	color:#f1ddbd;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 14px 0 34px 0;
	text-transform: lowercase;
}

#home #sidebar a.contact,
#home #sidebar a.contact:visited {
	color:#fff;
	margin: 12px 0 25px 0;
}

#breadcrumb {
	color:#221e1f;
	font-size: 12px;
	font-weight: bold;
	padding:12px 19px;
}

strong.big {
	font-size: 14px;
}

div.entry {
	color:#444;
	font-size: 12px;
}

div.entry p {
	color: #444;
	font-size: 13px;
	line-height: 1.5em;
	margin:12px 0;
}

div.entry img.thumb {
	float: left;
	margin: 0 15px 8px 0px;
}

div.entry p.intro {
	color: #004360;
	font-size: 17px;
	line-height: 1.2em;
}

input, 
select {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:12px;
}

div.entry {
	font-size: 12px;
}

div.entry p.postmetadata { 
	border-bottom: 1px solid #eee;
	color: #999;
	font-size: 88.5%;
	line-height: 1.1em;
	padding-bottom: 20px;
	margin-bottom: 24px;
}

p.linklove { display: none; }

/*********** = misc divs and classes = ***********/

div.columns.three {
	display: block;
	margin:25px 0;
}

div.columns.three .column {
	display:inline;
	float:left;
	margin:0px 30px 0 0px;
	width:28%;
}

div.hr {
	border: 1px dotted #b5af9a;
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 4px;
	margin: 18px 0 18px 0;
}

*html div.hr {
	background: #b5af9a;
	border: 1px solid #b5af9a;
}

.copy div.hr {
	margin:22px 24px 30px 0;
}

div.floated-div {
	display: inline;
	float: left;
	margin-right: 63px;
}

div.floated-div.right {
	display: inline;
	float: right;
	margin-right: 50px;
}

div.copy-secondary {
	display: inline;
	float:right;
	margin:15px 38px 0 0;
}

div.copy-secondary img {
	display: block;
	margin-bottom: 15px;
}

div.secondary {
	background: #e7c782;
	float: right;
	margin: 0 25px 0 0;
	min-height: 45em;
	padding: 0 0 100px 0;
	position: relative;
	width: 174px;
}

div.secondary p {
	font-size: 12px;
	margin: 12px 0;
}

*html div.secondary {
	height: 45em;
}

div.secondary.events {
	text-align: center;
}

div.secondary.events img {
	display: block;
	margin: 25px auto 12px auto;
}

div.sermons {
	margin: 0 0 19px 0;
}

/*********** = #primary (navs and search) = ***********/

ul#pagenav {
	list-style-type: none;
	position: absolute;
	bottom: 47px;
	right: 0; 
}

*html ul#pagenav {
	bottom: 46px;
}

ul#pagenav li {
	display: inline;
}

ul#pagenav li a, 
ul#pagenav li a:visited {
	color:#fff;
    display:block;
    font-family: Georgia, serif;
    float:left;
	font-size:11px;
	height: 2.4em;
	letter-spacing: .1em;
	line-height: 2.4em;
	margin: 0 4px;
	padding: 0 10px 0 0;
	text-align: center;
    text-decoration:none;
    text-transform: uppercase;
}

ul#pagenav li.current_page_item a span,
ul#pagenav li.current_page_ancestor a span {
	cursor: pointer;
	display: block;
	padding: 0 0 0 10px;
}

ul#pagenav li.current_page_item a, 
ul#pagenav li.current_page_item a:visited,
ul#pagenav li.current_page_ancestor a,
ul#pagenav li.current_page_ancestor a:visited {
	background:url(../../../images/bg-nav-right.gif) no-repeat 100% 0;
	color:#004360;
}

ul#pagenav li.current_page_item a span,
ul#pagenav li.current_page_ancestor a span {
	background:url(../../../images/bg-nav-left.gif) no-repeat 0 0;
}

ul#pagenav li a:hover {
	/* background:none; */
	color: #ccc;
}

ul#pagenav li.current_page_item a:hover {
	color:#004360;
}

ul#pagenav li a:hover span {
	/* background:none; */
}

ul#pagenav ul {
	display: none;
}

/* subnav */

div#submenu {
	background: url(/images/bg-submenu.jpg) no-repeat 0 100%;
	padding: 0 0 203px 0;
}

*html div#submenu {
	height: 1%; /* force hasLayout in IE6 */
}

div#submenu ul {
	list-style: none;
}

div#submenu ul li {
	display: inline;
}

div#submenu ul li a,
div#submenu ul li a:visited {
	background: #003146;
	border-bottom: 1px solid #1a4659;
	color: #fff;
	display: block;
	font-size: 13px;
	font-family: Georgia, serif;
	padding: 10px 5px 10px 14px;
	text-decoration: none;
}

div#submenu ul li a:hover {
	background: #601c00;
	color: #eee;
}

div#submenu ul li.current_page_item a,
div#submenu ul li.current_page_item a:visited {
	background: #265f78;
}

/*********** = lists = ***********/

div.entry ul {
	list-style-type: none;
	margin:12px 0 12px 19px;
}

div.entry li {
	list-style-type: square;
	margin:5px 0;
	padding: 0;
}

div.entry li.page_item {
	font-size: 1.5em;
}

div.entry ul.bulleted {
	list-style-type: disc;
}

div.entry ul.links {
	margin: 0 0 12px 0;
}

div.entry ul.links li {
	list-style-type: none;
}

div.entry ul.links li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	margin:0 0 15px 0;
}

div.entry ul.links ul {
	margin: 0 0 15px 19px;
}

div.entry ul.links ul li {
	border: none;
	list-style-type: square;
	margin:5px 0;
	padding: 0;
}

/*********** = utility classes = ***********/

.clearfix {
	display:inline-block; /* IE 6 & 7 */
}

.clearfix:after { /* modern browsers */
	content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

*html .clearfix {
	height:1%; /* fIE 6 */
}

.clear {
	clear:both;
	height:1px;
	margin:-1px 0 0 0;
	padding:0;
}

.clear.left {
	clear:left;
}

.clear.right {
	clear:right;
}

.center {
	text-align:center;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}

.alignright {
	float:right;
}
	
.alignleft {
	float:left
}

/* images */

#header img {
	margin-left: 183px;
	height:192px;
}

img { border:none; }

img.pdf {
	margin:10px 0;
}

img.float-r {
	float:right;
    margin:0px 0 2px 15px;
}

.copy img.float-r {
	margin:5px 24px 0 65px;
}

.copy img.float-r.support-staff {
	margin:5px 283px 0 65px;
}

img.float-l {
	float:left;
	margin:0px 15px 2px 0;
}

div.copy .subscribe img {
	display: block;
	margin: 5px;
}

div.sermons img {
	float: left;
	margin-right: 10px;
}

/* forms */

form#search input.search {
	background:#fff;
	color:#939598;
	padding: 3px;
	width:101px;
}

form#search input.submit {
	display: block;
	margin:9px auto 0 auto;
	width: 111px;
}

fieldset {
	margin-bottom: 25px;
}

/*********** = links = ***********/

a.button,
a.button:visited {
	background: #71a6bf;
	color: #fff;
	border: 3px double #0b6f8e;
	padding: 5px;
	text-decoration: none;
}

a.button:hover {
	background: #004360;
	color: #fff;
}