/*
CSS Browser Reset
http://meyerweb.com/eric/thoughts/2007/04/14/reworked-reset/
*/


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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}


/*
Design & code by Lemuel New Media
Copyright 2008
www.lemuel.nl
*/

/* HELPERS */

.clear
{
	clear: both;
}

/* LINKS */

a:link,
a:visited,
a:active
{
	color: #002b83;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


/* SANS FONT */



/* MAIN DESIGN */

body
{
	background: #fff;
	color: #000;
	font-family: Georgia, sans-serif;
	font-size: small;
	text-align: center;
}

#holder
{
	margin: auto;
	padding: 0 0 20px 0;
	width: 900px;
	text-align: left;
}

#header
{
	padding: 15px 0 10px 0;
}

#header h1
{
	padding: 0 0 10px 0;
	height: 50px;
	width: 650px;
	float: left;
}


#header h1 a
{
	display: block;
	height: 50px;
	width: 650px;
	text-indent: -999px;
	overflow: hidden;
	background: transparent url(../img/kerkindenhaag.gif) no-repeat 0 0;
}

#header_print
{
	display: none;
}

#search
{
	float: right;
	width: 230px;
}

#search label
{
	display: block;
	padding: 5px 0 2px 0;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	color: #444;
	font-weight: bold;
}

#search input#searchvalue
{
	width: 150px;
}

#subhead
{
	border: 1px solid #ddd;
	background: #fff;
}

#subhead #sub_tagline
{
	float: left;
	background: #000;
	color: #fff;
	font-size: 11px;
	padding: 3px 0 4px 9px;
	width: 640px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#subhead #sub_date
{
	float: right;
	padding: 4px 3px 3px 3px;
	font-size: 10px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#cols
{
	border: 1px solid #ddd;
	background: #fff url(../img/cols.gif) repeat-y 0 0;
	border-bottom: 2px solid #ccc;
}

* html #cols
{
	height: 1%;
}

html>body #cols
{
	height: auto;
}

#left
{
	float: left;
	width: 149px;
	padding: 9px 0 9px 0;
	height: 100%;
	border-right: 1px solid #ddd;
}


#left #category_block
{

}

#category_block .cat_block_div
{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
}

#left #category_block h4
{
/*	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #b8221b;*/
	padding: 0 0 5px 9px;
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #b8221b;
}


#left #category_block li
{
	padding: 1px;
	font-size: 11px;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
}

#left #category_block li.cat_block_space
{
	padding: 1px 1px 8px 1px;
}

#left #category_block li.divider
{
	padding: 0;
	height: 2px;
	background: #eee;
}

#left #category_block li a
{
	display: block;
	color: #000;
	padding: 3px 0 3px 9px;
	background: #fff;
}

#left #category_block li a:hover
{
	color: #fff;
	background: #b8221b;
	text-decoration: none;
}


#left #category_block li.here a
{
	color: #fff;
	background: #b8221b;
}


#left #archive_block
{
	margin: 10px 9px 0 9px;
}


#left #archive_block h5,
#left #intern_block h5
{
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #b8221b;
	padding: 0 0 4px 0;
}

#left #archive_block ul li,
#left #intern_block ul li
{
	padding: 0 0 0 8px;
	font-size: 12px;
	background: url(../img/bullet.gif) no-repeat 0 6px;
	line-height: 1.4;
}

#left #archive_block ul li small
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999;
}

#left #intern_block
{
	margin: 10px 0 10px 0;
	padding: 10px 9px 10px 9px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#content
{
	float: left;
	width: 480px;
	padding: 9px;
	min-height: 1300px;
}

* html #content
{
	height: 1200px;
}

html>body #content
{
	height: auto;
}


#right
{
	float: left;
	width: 231px;
	padding: 9px 0 9px 9px;
	border-left: 1px solid #ddd;
	min-height: 1300px;
}

#right .block
{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
	font-size: 11px;
}

#right .block h4
{
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	padding: 0 0 0 0;
	color: #b8221b;
}

#right .block h4 a
{
	color: #b8221b;
}

#right .block h5
{
	font-size: 11px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #b8221b;
	padding: 0 0 4px 0;
}

#right .block .more
{
	padding: 8px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
	font-size: 11px;
}

#right .block .content
{
	font-size: 12px;
	line-height: 1.5;
}

#right .block_date
{
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 10px 0 0 0;
	padding: 3px 0 3px 0;
	letter-spacing: 1px;
	font-weight: bold;
}

#right #church_block p
{
	padding: 3px 0 0 0;
	font-size: 13px;
	line-height: 1.4;
	color: #999;
}

#right #links_block ul
{
	padding: 4px 0 4px 0;
}

#right ul li
{
	background: url(../img/bullet.gif) no-repeat 0 6px;
	padding: 0 0 0 8px;
	font-size: 12px;
	line-height: 1.4;
}

#right ul li small
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
/*	color: #777;*/
	line-height: 1.4;
}

#right .church_picture img
{
	border: 1px solid #aaa;
}

#right .church_picture p.credit
{
	margin: 0;
	padding: 1px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #999;
	text-align: right;
}

#right .church_picture p.caption
{
	margin: 0 0 1px 0;
	padding: 5px 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #333;
}

#right .church_picture .photo_next
{
	margin-top: 5px;
	float: right;
}

#right .church_picture .photo_prev
{
	margin-top: 5px;
	float: left;
}


#footer
{
	margin: 1px 0 0 0;
	border: 1px solid #ddd;
	padding: 5px 9px 5px 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #444;
}

#footer span,
#footer a
{
	float: left;
	display: block;
	padding: 4px 8px 4px 8px;
}

#footer a
{
	border-left: 1px solid #ddd;
}

#footer #lemuel
{
	float: right;
	color: #aaa;
	padding: 4px 0 4px 8px;
}

#footer #lemuel a
{
	border: 0;
	float: none;
	color: #999;
	display: inline;
	padding: 0;
}

#left .ad
{
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

#content .ad
{
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

#right .ad
{
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	text-align: center;
	border-bottom: 1px solid #ddd;
}



/* START ARTICLE CODE */


.article h2.article_title
{
	margin: 10px 0 10px 0;
	font-size: 26px;
	line-height: 26px;
}


.article h3.article_subtitle
{
	font-size: 14px;
	margin: 0 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
}

.article h3
{
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
}

.article h4
{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.4;
}

.article p
{
	margin: 0 0 16px 0;
	font-size: 14px;
	line-height: 1.4;
}

.article blockquote
{
	
}

.article p.data
{
	margin: 10px 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.4;
}

.article p.intro
{
	font-weight: bold;
}

.article p.intro a.category
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 2px;
	color: #999;
}

.article div.image
{
	float: left;
	margin: 0 10px 0 0;
	width: 220px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

.article div.image img
{
	border: 1px solid #aaa;
}

.article div.image p.credit
{
	margin: 0;
	padding: 1px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #999;
	text-align: right;
}

.article div.image p.caption
{
	margin: 0 0 1px 0;
	padding: 5px 0 5px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.3;
	color: #555;
	border-bottom: 2px solid #ddd;
}

.article div.image.second
{
	float: right;
	margin: 0 0 0 10px;
}

#articletools
{
	padding: 20px 0 0 0;
	clear: both;
}

#articletools .print a
{
	background-image: url(../img/tools_print.gif);
	background-repeat: no-repeat;
	padding: 0 0 3px 20px;
}

#mailform
{
	margin: 15px 0 15px 0;
	padding: 10px 20px 20px 20px;
	background: #eee;
	font-family: Helvetica, Arial, sans-serif;
}

#mailform h4
{
	margin: 0;
	padding: 0 0 5px 0;
	color: #b8221b;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 2px solid #fff;
	margin: 0 0 10px 0;
}

#agenda #mailform h4
{
	padding: 10px 0 5px 0;
	font-size: 14px;
}

#mailform .f-row
{
	margin: 0 0 5px 0;
}

#mailform .f-label
{
	font-size: 11px;
	padding: 0 0 2px 0;
}

#mailform .f-error
{
	color: #e00;
	font-weight: bold;
}



#mailform .f-input input
{
	width: 250px;
}

#mailform .f-input textarea
{
	width: 300px;
	height: 70px;
}

#mailform .f-input textarea.large-textarea
{
	width: 350px;
	height: 150px;
}

#mailform .f-end
{
	border-top: 2px solid #fff;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}

#mailform .f-submit
{
	float: left;
}

#mailform .f-cancel
{
	float: left;
	padding: 6px 0 0 5px;
	font-size: 11px;
}

#mailform .f-cancel a
{
	padding: 0 0 0 3px;
	font-weight: bold;
}

.static p
{
	margin: 0 0 16px 0;
	font-size: 14px;
	line-height: 1.4;
}



/* START HOMEPAGE CODE */

#homepage-welcome
{
	font-weight: bold;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #b8221b;
}

#homepage-feature
{
	margin: 0 0 1px 0;
	border-bottom: 2px solid #ddd;
}

#homepage-feature .feature-text
{
	float: right;
	padding: 0 0 10px 0;
	width: 250px;
	overflow: hidden;
}

#homepage-feature h2
{
	margin: 0 0 10px 0;
	font-size: 26px;
	line-height: 26px;
}

#homepage-feature p
{
	margin: 0 0 16px 0;
	font-size: 13px;
	line-height: 1.4;
}

#homepage-feature p.data
{
	margin: 10px 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.4;
}

#homepage-feature p a.category
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	color: #777;
}

#homepage-feature .feature-image
{
	float: left;
	margin: 0 10px 0 0;
	width: 220px;
	overflow: hidden;
}

#homepage-feature .feature-image img
{
	border: 1px solid #aaa;
}

#homepage-feature .feature-image p.credit
{
	margin: 0;
	padding: 1px 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	color: #999;
	text-align: right;
}


#homepage-fold
{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 0 0;
}



.mini-left-img
{
	float: left;
	width: 80px;
	overflow: hidden;
}

.mini-left-img img
{
	border: 1px solid #777;
}

.mini-right-txt
{
	float: right;
	width: 390px;
}





.mini-article
{
	padding: 0 0 10px 0;
}

.mini-article h3
{
	margin: 0 0 3px 0;
	font-size: 16px;
	font-weight: bold;
}

.mini-article p
{
	margin: 3px 0 0px 0;
	font-size: 13px;
	line-height: 1.4;
}

.mini-article p.data
{
	display: none;
	margin: 10px 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.4;
}

.mini-article p a.category
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	color: #777;
}


#homepage-images
{
	margin: 0 0 1px 0;
	border-bottom: 2px solid #ddd;
	background: #fff url(../img/cols_feature.gif) repeat-y 0 0;
}

.image-article
{
	float: left;
	width: 145px;
}

.image-article p
{
	padding: 5px 0 5px 0;
}

.image-article p a
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #777;
}

.image-article img
{
	border: 1px solid #aaa;
}

.image-article-middle
{
	padding: 0 22px 0 22px;
}

.image-article h3
{
	padding: 5px 0 10px 0;
	font-size: 13px;
	line-height: 1.3;
}


#list-more
{
	border-top: 1px solid #ddd;
	padding: 10px 0 10px 0;
}

#list-more h5
{
	padding: 0 0 5px 0;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#list-more ul li
{
	background: url(../img/bullet.gif) no-repeat 0 6px;
	padding: 0 0 0 8px;
	font-size: 13px;
	line-height: 1.4;
}

#list-more li a.category
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	color: #999;
}


.category-article
{
	margin: 15px 0 15px 0;
}

.category-article h5
{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 2px 0;
}

.category-article p
{
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}

.category-article p a.category
{
	display: none;
}

.category-article p.data
{
		font-family: Helvetica, Arial, sans-serif;
		font-size: 10px;
		color: #999;
}

.category-article p.data a
{
	color: #999;
	text-decoration: underline;
}

.category-article p.data a:hover
{
	color: #333;
}

.category-article p a.category
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
	color: #777;
}






/* START SEARCH CODE */

#results h2
{
	font-size: 24px;
	padding: 0 0 10px 0;
}

#results_search
{
	padding: 10px;
	background: #eee;
}

#results #results_searchvalue
{
	width: 250px;
}

#results #results_data
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #eee;
}

#results #results_data strong
{
	font-weight: bold;
}




/* PAGING */

.results_paging
{
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

.results_paging div
{
	display: inline;
}

.results_paging span
{

}

.results_paging span.current
{
	font-weight: bold;
	font-size: 14px;
	padding: 0 3px 0 3px;
}

.results_paging a
{
	color: #555;
	padding: 0 3px 0 3px;
}

.results_paging a:hover
{
	color: #222;
}

.results_paging a.pg-prev,
.results_paging a.pg-next
{
	background: transparent url(../img/arrow_sprite.gif) no-repeat;
}

.results_paging a.pg-prev
{
	background-position: bottom left;
	padding: 0 3px 0 8px;
}

.results_paging a.pg-next
{
	background-position: bottom right;
	padding: 0 8px 0 3px;
}

.pg-prev-disabled,
.pg-next-disabled
{
	background: transparent url(../img/arrow_sprite.gif) no-repeat;
	color: #ccc;
}

.pg-prev-disabled
{
	background-position: top left;
	padding: 0 3px 0 8px;
}

.pg-next-disabled
{
	background-position: top right;
	padding: 0 8px 0 3px;
}

.pg-number
{

}

.results_paging span.pg-separator
{
	border-right: 1px solid #ccc;
	padding: 1px 0 1px 0;
	height: 12px;
}


/* PAGE TITLE */

h2.page_title,
h2.page_title_space
{
	font-size: 24px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}

h2.page_title_space
{
	margin: 0 0 40px 0;
}

/* SEARCH RESULTS */

.result
{
	margin: 15px 0 15px 0;
}

.result h5
{
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 2px 0;
}

.result p
{
	font-size: 12px;
	line-height: 1.4;
}

.result p strong
{
	font-weight: bold;
	line-height: 1.4;
}

.result p.data
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #999;
}

.result p.data a
{
	color: #999;
	text-decoration: underline;
}

.result p.data a:hover
{
	color: #333;
}


/* CHURCH SERVICES */

#services table
{
	border-collapse: collapse;
	margin: 10px 0 10px 0;
	width: 100%;
	border: 1px solid #ccc;
}

#services table caption
{
	font-size: 130%;
	padding: 15px 0 5px 0;
}

#services table td,
#services table th
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	padding: 5px;
	line-height: 1.4;
}

#services table th
{
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #ffc;
}

#services table td
{
	border-bottom: 1px solid #ccc;
}

#services table td h3
{
	font-weight: bold;
}

#services table td.city
{
	border-right: 1px solid #ccc;
	width: 130px;
	font-weight: bold;
}

#services_etc
{
	margin: 10px 0 10px 0;
}

#services_etc h3
{
	font-size: 18px;
	padding: 0 0 2px 0;
}

#services_etc p
{
	font-size: 11px;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
}

#services_etc strong
{
	font-weight: bold;
	line-height: 1.4;
	font-size: 10px;
}


#services_legend
{
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 11px;
	line-height: 1.4;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #eee;
}

#services_legend h3
{
	font-weight: bold;
}


#category-title
{
	font-size: 24px;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eee;
}


/* AGENDA */

#agenda .agenda_date_divider
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	padding: 5px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #ffc;
}

#agenda_block ul li
{
	margin-bottom: 5px;
}

#agenda div.add
{
	margin: 0 0 15px 0;
	text-align: right;
}

#agenda div.more
{
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
}

.agenda_item
{
	margin: 10px 0 25px 0;
}

.agenda_item h3
{
	font-size: 18px;
	line-height: 1.4;
}

.agenda_item p
{
	margin: 5px 10px 5px 10px;
	line-height: 1.4;
}

.agenda_item p.agenda_data,
.agenda_item p.agenda_location
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.agenda_item p span
{
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999;
	font-size: 10px;
}

.agenda_item p.agenda_data,
.agenda_item p.agenda_location
{
	font-weight: bold;
}


/* FLASHMESSAGES */

#flashbox
{
	
}

#flashbox div
{
	margin: 20px 0 20px 0;
	height: 25px;
}

#flashbox div span
{
	display: block;
	position: absolute;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
}

#fm-error span
{
	background: #c00;
	color: #fff;
}

#fm-done span
{
	background: #0c3;
	color: #fff;
}

#fm-info span
{
	background: #ffc;
	color: #333;
}

.raquo
{
	font-size: 130%;
	line-height: 1.0;
}