@charset "utf-8";
/* CSS Document */
/* Prepend this on the images during development: http://www.livingchurch.org/nf/themes/lcf2007 */
/* Need to go back to this: ../images/layout/bullet.gif */

* {margin:0;padding:0;}

body {
  background:#263a59;
  color:#000;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-family:Arial, "Arial", Arial, sans-serif;
  font-size:12px;
  }
  
h1, h2, h3, h4, h5, h6, p, ol, ul, dl, td, th, caption { font-size: 1em; line-height: 1.6em; }
h1, h2, h3, h4, h5, h6, p, ol, ul, dl { margin-bottom: .8em; }

h1 { color: #263a59; font-size: 24px; line-height: 1.1em; margin-bottom: 6px; }
h2 { color: #6595b2; font-weight: normal; font-size: 18px; line-height: 1.1em; margin-bottom: 6px; }
h3 { border-bottom: 1px solid #417ca0; color: #417ca0; font-size: 15px; font-variant: small-caps; line-height: 1.2em; margin-top: 1em; margin-bottom: 6px; }
	#sidebar h3 { font-size: 12px; margin-top: 4px; }
	h3.section { margin-top: 0; margin-bottom: 0; }
h4 { color: #263a59; margin-bottom: 4px; }

ul { list-style-type: none; margin-left: 2em; }
ol { margin-left: 3em; }
	ul li,
	ol li { margin-bottom: 6px; }
	li p { margin-bottom: 0; }
	ul li { background: url(http://www.livingchurch.org/nf/themes/lcf2007/images/layout/bullet.gif) 0 6px no-repeat; padding-left: 1em; }
		ul ul li { background: url(http://www.livingchurch.org/nf/themes/lcf2007/images/layout/bullet2.gif) 0 6px no-repeat; }

li.active { font-weight: bold; }

img { vertical-align: middle; }
	img.image { background: #fff; border: 1px solid #7f3402; float: right; margin: -2em 0 0 1em; padding: 3px; }
	img.image.alt { float: left; margin: -2em 1em 0 0; }
	img.noborder { float: right; margin: .3em 0 .3em 1em; }

a:link,
a:visited { color: #6db0d5; text-decoration: underline; }
a:hover,
a:active { color: #6595b2; text-decoration: none; }
	h1 a:link, h1 a:visited, h1 a:hover, h1 a:active,
	h2 a:link, h2 a:visited, h2 a:hover, h2 a:active,
	h3 a:link, h3 a:visited, h3 a:hover, h3 a:active,
	h4 a:link, h4 a:visited, h4 a:hover, h4 a:active { text-decoration: none; }
	
    #header a:link,
	#header a:visited{ color: #6db0d5; text-decoration: none; }
	
    #header a:hover{ color: #6595b2; text-decoration: none; }
	#header a:active{ color: #6595b2; text-decoration: none; }
	
    #footer a:link,
	#footer a:visited { color: #fff; text-decoration: none; }
	
    #footer a:hover,
	#footer a:active { color: #6db0d5; text-decoration: underline; }

a img { border: none; }
	a:link img.image,
	a:visited img.image { background: #fff; border: 1px solid #7f3402; padding: 3px; }
	a:hover img.image,
	a:active img.image { border: 1px solid #5d7eb0; }

fieldset { border: 1px solid #fff; margin: 0 0 20px 0; padding: 10px; }
	fieldset legend { color: #6db0d5; padding: 0 5px; }

table { border: 1px solid #fff; border-collapse: collapse; margin: 0 0 1em 0; padding: 0; width: 100%; }
	table caption, 
	table th.caption { background: #753001 url(http://www.livingchurch.org/nf/themes/lcf2007/images/layout/caption-bg.gif) left top repeat-x; border: 1px solid #fff; color: #fff; margin-left: -1px; padding: 5px; text-align: center; }
	table td,
	table th { background: #f4f1e3 url(http://www.livingchurch.org/nf/themes/lcf2007/images/layout/td-bg.gif) left top repeat-x; border-top: 1px solid #fff; border-bottom: 1px solid #fff; padding: 5px; vertical-align: top; }
		table .alt td,
		table .alt th { background: #fff url(http://www.livingchurch.org/nf/themes/lcf2007/images/layout/td-alt-bg.gif) left top repeat-x; }
		table thead th { background: #758ba5 url(http://www.livingchurch.org/nf/themes/lcf2007/images/layout/th-bg.gif) left top repeat-x; color: #fff; text-align: center; }
		table tfoot td { font-size: .9em; color: #666; }
table.form { background: none; border: none; margin: 0; }
	table.form td,
	table.form th { background: none; border: none; padding: 4px; }
	table.form th { color: #6595b2; padding-right: 6px; text-align: right; vertical-align: top; width: 150px; }
table.layout { border: none; background: none; }
	table.layout td { background: none; padding: 0; }
	table#staffListing td { text-align: center; }
table.side { float: right; width: 60%; margin-left: 2%; }
	table.side caption { margin-left: 1.8%; }
table thead { color: #fff;}
table th.caption a:link,
table th.caption a:visited { color: #fff; text-decoration: none; }
table th.caption a:hover,
table th.caption a:active { color: #fff; text-decoration: underline; }

dl { }
	dl dt { color: #6595b2; font-weight: bold; }
	dl dd { margin: 0 0 1em 3em; }

/*#txtNews {margin:33px 0 0 24px;	font-size:12pt;	font-family: Verdana, Geneva, sans-serif;}*/

#txtNews {
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12pt;
    margin: 32px 0 0 -6px;
}

input,
select,
textarea { vertical-align: middle; }
input.text,
select,
textarea { border: 1px solid #6595b2; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 2px 0; width: 95%; }
select { padding: 1px 0; }
input.text.inline,
select.inline,
textarea.inline { width: auto; }
input#query-top { font-size: 12px; padding: 2px; }

.ad { text-align: center; }

.ad img,
.ad img,
.ad img,
.ad img {
  border: none;
  /*padding: 0;*/
  padding:5px;
  margin-bottom: 7px;
  }

.alert { background: #f4e881 url(http://www.livingchurch.org/nf/themes/lcf2007/images/icons/alert.gif) 7px 9px no-repeat; border: 1px solid #f1d817; margin: 10px 20px; padding: 10px 10px 1px 36px; }
.authorInfo { color: #6595b2; margin-bottom: 1em; }
	.authorInfo p { margin-bottom: 0; }
.AuthorizeNetSealWrapper { text-align: center !important; margin: 10px auto; }
.AuthorizeNetSeal { text-align: center !important; }

ul.blogPagination { margin: 20px 100px; overflow: hidden; padding: 5px 10px; }
	ul.blogPagination li { background: none; margin: 0; padding: 0; }
	ul.blogPagination li.previous { float: left; }
		ul.blogPagination li.previous a { background: url(http://www.livingchurch.org/nf/themes/lcf2007/images/icons/pag_previous.gif) 0 50% no-repeat; padding-left: 18px; }
	ul.blogPagination li.more { float: right; text-align: right; }
		ul.blogPagination li.more a { background: url(http://www.livingchurch.org/nf/themes/lcf2007/images/icons/pag_next.gif) 100% 50% no-repeat; padding-right: 18px; }
.breadcrumb { margin-bottom: 8px; }
	.breadcrumb p { color: #6db0d5; font-size: 11px; margin: 0 0 0 0em; padding: 0; }
	.breadcrumb a:link,
	.breadcrumb a:visited { color: #6595b2; }
	.breadcrumb a:hover,
	.breadcrumb a:active { color: #6db0d5; text-decoration: none; }
#browseArchivesBtn { text-align: left; }
	#browseArchivesBtn a { background-image: url(http://www.livingchurch.org/nf/themes/lcf2007/images/buttons/browsearchives.gif); background-repeat: no-repeat; display: block; margin: 0; outline: none; height: 35px; width: 227px; text-indent: -5000px; }
	#browseArchivesBtn a:link,
	#browseArchivesBtn a:visited { background-position: left top; }
	#browseArchivesBtn a:hover,
	#browseArchivesBtn a:active { background-position: left bottom; }
a img.button { background: none; border: none; padding: 0; }

.caps { font-size: .8em; letter-spacing: 1px; }
.caption { color: #666; font-style: italic; }
.cart { background: url(http://www.livingchurch.org/nf/themes/lcf2007/images/icons/cart.gif) 0 50% no-repeat; padding-left: 16px; }
#categoryChooser { background: #fff url(http://www.livingchurch.org/nf/themes/lcf2007/images/layout/td-alt-bg.gif) left top repeat-x; border: 1px solid #fff; margin: 0 0 2em 0; padding: 5px; text-align: center; }
	#categoryChooser p { margin: 0; padding: 0; }
.ccsnInfo { border: 1px solid #fff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; padding: 14px 14px 4px 14px; }
.checkboxes { margin: 0; }
	.checkboxes li { background: none; margin: 0 0 0 2em; text-indent: -2em; }
.clear { clear: both; }

.data { text-align: right; }
#DataDumper { margin: 50px auto; width: 984px; }
	#DataDumper td { font-family: "Courier New", Courier, monospace; text-align: left; }

ul.featured { margin: 0; padding: 0; }
	ul.featured li { background: none; margin: 0 0 1em 0; overflow: hidden; padding: 0; }
	ul.featured li.image { }
	ul.featured li.more { margin-left: 1em; }
	ul.featured img { background: #fff; border: 1px solid #7f3402; float: left; margin: 0 6px 3px 0; padding: 3px; }
img.featuredImage { margin-bottom: 14px; }
.filter { }
	.filter p { text-align: right; }
	.filter label { padding-left: 14px; }
.formSubmit { text-align: right; margin: 1em 0; min-height: 22px; overflow: hidden; }
	.formSubmit .alt { float: left; text-align: left; }
	fieldset .formSubmit { margin-bottom: 0; }
#footerAds img { margin: 6px; }
#fundListing { }
	#fundListing ul { margin: 0; padding: 0; }
		#fundListing ul li { display: inline; line-height: 1.8em; margin: 0; padding: 0 14px 0 0; }
		#fundListing ul li.other { display: block; margin-left: 2em; }

.hr { border-bottom: 1px solid #6db0d5; margin: 15px 6em; }
	.hr hr { display: none; }

#membershipAd img {margin:0 0 7px 0;
padding:0;}
p.more { text-align: right; }
	p.more a { background: url(http://www.livingchurch.org/nf/themes/lcf2007/images/layout/more-bg.gif) left top no-repeat; display: block; height: 25px; line-height: 25px; margin: 0 0 0 auto; padding: 0 25px 0 5px; width: 110px; text-align: center; }
	p.more a:link,
	p.more a:visited { text-decoration: none; }
	p.more a:hover,
	p.more a:active { background-position: left bottom; text-decoration: none; }

#newsletters { background: url(http://www.livingchurch.org/nf/themes/lcf2007/images/layout/newsletters-bg.jpg) left top no-repeat; padding: 300px 10px 10px 10px; }
.note { color: #666; font-style: italic; }

#orderTodayBtn { text-align: center; }
	#orderTodayBtn a { background-image: url(http://www.livingchurch.org/nf/themes/lcf2007/images/buttons/ordertoday.gif); background-repeat: no-repeat; display: block; margin: 0 auto; outline: none; height: 35px; width: 191px; text-indent: -5000px; }
	#orderTodayBtn a:link,
	#orderTodayBtn a:visited { background-position: left top; }
	#orderTodayBtn a:hover,
	#orderTodayBtn a:active { background-position: left bottom; }
.pagination { margin: 10px 0; overflow: hidden; padding: 5px 10px; }
	.pagination p { text-align: right; }
	.pagination .results { float: left; text-align: left; }
.postCount,
.postDate { color: #666; font-size: 11px; font-style: italic; }
	.postDate strong { font-style: normal; font-weight: normal; font-variant: small-caps; }
#postFooter { clear: right; overflow: hidden; }
	#postFooter #relatedStories,
	#postFooter #topStories { float: left; width: 48%; }
	#postFooter #topStories { float: right; }
.postListing { margin: 0 0 1em 0; }
	.postListing li { background: none; margin: 0 0 1em 0; padding: 0; }
	.postListing h3 { border: none; margin: 0 0 .3em 0; }
	.postListing p { margin-left: 0em; }
#publications { background: url(http://www.livingchurch.org/nf/themes/lcf2007/images/layout/publications-bg.jpg) left top no-repeat; padding-top: 220px; }
	#publications #col1,
	#publications #col2 { padding-top: 18px; }
	#publications h1 { text-indent: -5000px; }

span.required { color: #c00; font-weight: bold; }
#resourceCategory { margin-bottom: 4px; }
#resourceGuide { margin: 0 0 1em 0; padding: 0; }
	#resourceGuide li { background: none; margin: 0 0 1em 0; overflow: hidden; padding: 0; }
	#resourceGuide h3 { margin-top: 3px; }
	#resourceGuide img.logo { background: #fff; float: right; border: 1px solid #7f3402; margin: 3px 0 3px 6px; padding: 5px; }
	#resourceGuide .contact { margin-left: 40px; }
	#resourceGuide .description { margin: 0 0 4px 40px; }
	#resourceGuide .tagline { color: #666; font-size: 14px; margin: 0 0 4px 40px; }

#searchInput { border: 1px solid #fff; padding: 10px; text-align: center; }
	#searchInput input.text { font-size: 12px; width: 300px; }
#sideBlogTopics { background: url(http://www.livingchurch.org/nf/themes/lcf2007/images/layout/topic-search-bg.gif) left top no-repeat; height: 90px; margin: 7px 0 14px; padding: 8px 10px; position: relative; }
	#sideBlogTopics .formSubmit { bottom: 8px; margin: 0; padding: 0; position: absolute; right: 12px; }
	#sideBlogTopics select { border: 1px solid #263a59; width: 197px; }
	#sideBlogTopics h3 { border: none; color: #91bbec; padding-left: 24px; }
		#sideBlogTopics h3 span { color: #fff; display: block; font-size: 18px; margin-left: -24px; }
#sideFeatured { background: #f4f1e3; padding-left: 14px; float: right; width: 234px; }
	#sideFeatured h3 { margin-top: 0; }
	#sideFeatured ul.featured img { float: right; margin: 0 0 0 7px; }
	#sideFeatured ul.featured h4,
	#sideFeatured ul.featured p { padding: 0; }

.sidenav { margin: 0 7px 14px 7px; }
	.sidenav h3 {margin-top: 4px; font-size: 12px; }
	.sidenav ul {margin: 0;}
		.sidenav ul li {margin: 3px 0 0 0;}
	.sidenav ul a:link,
	.sidenav ul a:visited {color: #6595b2; font-weight: bold; text-decoration: none; }
	.sidenav ul a:hover,
	.sidenav ul a:active {color: #6db0d5; text-decoration: underline; }
	.sidenav ul ul a:link,
	.sidenav ul ul a:visited {color: #6595b2; font-weight: normal; }
	.sidenav ul ul a:hover,
	.sidenav ul ul a:active {color:#6db0d5;}

#staffListing td { width: 50%; }
#subnav {
  /*color: #411000;*/
  color:#fff;
  font-size: 11px;
  }
	#subnav a:link,
	#subnav a:visited { }
	#subnav a:hover{ color: #6595b2}
	#subnav a:active{ color: #6db0d5; }
.subscribeTodayBtn { text-align: center; }
	.subscribeTodayBtn a { background-image: url(http://www.livingchurch.org/nf/themes/lcf2007/images/buttons/subscribetoday.gif); background-repeat: no-repeat; display: block; margin: 0 auto; outline: none; height: 35px; width: 225px; text-indent: -5000px; }
	.subscribeTodayBtn a:link,
	.subscribeTodayBtn a:visited { background-position: left top; }
	.subscribeTodayBtn a:hover,
	.subscribeTodayBtn a:active { background-position: left bottom; }

.title { color: #666; font-style: italic; }

.yearCalendar { width: 47.8%; float: left; margin-right: 1%; margin-left: 1%; }

/* Online Classifieds */
.onlineClassifieds { margin: 0; padding: 0; }
	.onlineClassifieds li { background: none; border-bottom: 1px solid #ead8a9; clear: left; float: left; margin: 0; padding: 0; text-align: justify; width: 48.5%; }
	.onlineClassifieds li.alt { clear: right; float: right; }
.logoimage { float: right; margin: 0 0 4px 8px; }
.onlineClassifieds .adtext p { margin-bottom: 4px; }

/* Poll */
label.error,
#system label.error { display: none; color: #c00; font-style: italic; }
.pollContent { position: relative; }
.pollSponsoredBy { margin-top: -5px; color: rgb(102, 102, 102); }
.pollImage { display: block; float: right; margin-top: 1em; }
.pollQuestion { clear: both; }
.pollQuestion ul { margin: 0; }
.pollQuestion ul.formFields li { background: none; padding: 0; background-color: #EEE5BE; }
.pollQuestion ul.formFields li div.formInput { margin: 0; }
dl.graph dt { clear:both; float:left; margin:0pt; padding:0pt; text-align:left; width:100%; color: #000; font-weight: normal;  }
dl.graph dd { clear:both; margin:0pt 0pt 0pt 0pt; padding:0pt 0pt 5px; }
dl.graph .bar { height:20px; width:100%; }
dl.graph .barData { background:#263a59; color:#fff; display:block; font-size:10px; font-weight:bold; height:20px; line-height:20px; text-align:center; width:20px; }

/* Living Church Magazine Blog */
#issueArchive { }
#issueArchive .issue { display:inline; float:left; margin:10px 10px; height:225px; width:160px; }
#issueArchive .issue img { border:1px solid #ccc; padding: 4px; }
#issueArchive p { margin:0; text-align:center; }

div#blogPostImage { text-align: center; margin: 0 0 10px 10px; float: right; width: 270px; }
div#blogPostImage img { margin: 0; } /* override the default image margins */
div#blogPostCaption { text-align: center; padding: 4px; clear: right; }

