* {
    font-weight: normal;
    font-size: 100%;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}


body {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	width: 100%;
	background-color: #000033;
	color: #FFFFFF;
	padding-bottom: 30px;
}
table {
	margin-left: auto;
	margin-right: auto;
}
input, textarea {
	padding: 0.2em;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
acronym {
	color: #990000;
	cursor: help;
}
/* --------------------------------------------------- Container ------------------------------------------------------- 
*/
/*                          This contains all content on the page
*/
#container {
	position: relative;
	width: 750px;
	background-color: #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	color: #000000;
	border: 3px solid #5ae;
}
/* -------------------------------------- Page banner styles ----------------------------------------------------------

                            Styles for top banner, Logo, Page title
                    
*/
#pagebanner {
	margin: 0;
	padding-left: 1em;
	background-color:#FF8;
	color:#5AE;
	text-align: left;
	height: 100px;
	border-bottom: solid 1px #5AE;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0;
	background-image: url(/images/odm_banner_bk.jpg);
	background-repeat: repeat-x;
}
#pagebanner h1 {
    height: 100px;
    font-size: 1.7em;
    font-variant: small-caps;
    text-transform: capitalize;
    letter-spacing: 0.2em;
    text-decoration: underline;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    margin: 0;
    padding: 0;
}
#pagebanner img {
    margin: 0;
    margin-top: 10px;
    padding: 0;
}
#pagebanner p {
	text-align: right;
	margin-right: 2em;
	margin-top: -2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	color: #000066;
	font-size: 1.3em;
}
/* ----------------------------------------- END Page Banner -----------------------------------------------------------------
*/
/* ----------------------------------------- Main Content --------------------------------------------------------------------
                        Styles the main content, text, headers, link styles, 
*/
#maincontent {
	position: relative;
	background-color: #fff;
	min-height: 33.5em;
	font-size: 100%;
	margin-right: 0px;
	margin-left: 6.5em;
	letter-spacing: 0.06em;
	line-height: 1.2em;
	padding: 16px;
}
.maincontent {
    text-align: left;

}

.maincontent h1 {
    font-weight: normal;
    font-size: 1.5em;
    padding: 0.2em;
    margin-bottom: 5px;
    margin-top: 0px;
    letter-spacing: 0.08em;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #bbb;
    border-bottom-color: #bbb;
    background-color: #ddf;
    clear: both;
}
.maincontent h1 img {
    margin-top: -10px;
    margin-left: 0px;
    margin-bottom: -10px;
}
.maincontent h2 {
	font-weight: normal;
	font-size: 1.2em;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 0.3em;
}
.maincontent h3 {
	font-weight: normal;
	font-style: oblique;
	font-size: 1em;
	margin-bottom: 0.3em;
	margin-top: 0.3em;
	padding-left: 0.39em;
	padding-right: 0.39em;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
	background-color: #eeb;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	background-image: url(/images/odm_h3_bk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.maincontent p {
    margin-bottom: 0.8em;
    padding-left: 0.44em;
}
.maincontent a {
	color: #003399;
	font-style: oblique;
    border-right-width: 0.03em;
	border-right-style: solid;
	border-right-color: #fff;
	border-bottom-width: 0.03em;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.maincontent a:hover {
    color: #000066;
    background-color: #dde;
    border-bottom-width: 0.03em;
    border-bottom-style: solid;
    border-bottom-color: #aaf;
    border-right-width: 0.03em;
    border-right-style: solid;
    border-right-color: #aaf;
}
.maincontent a:visited {
	color: #990000;
}
.maincontent blockquote p {
    font-style: oblique;
    padding-top: 0em;
    padding-right: 2em;
    padding-bottom: 0em;
    padding-left: 2em;
}
.maincontent dl {
 padding-left: 1em;
 padding-right: 1em;
}
.maincontent dd {
    margin-bottom: 1em;
    margin-top: 0em;
	clear: both; 
}
.maincontent dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
    margin-top: 1em;
    margin-bottom: 0em;
}
.maincontent dt a {
    font-weight: normal;
}
.lezen, .luister {
	font-size: 0.7em;
	margin-right: 0.1em;
}
.l3 {
	position: absolute;
	right: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.maincontent p.warren {
	background-image: url(/images/odm_rw_bk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#dde;
	margin-bottom: 2em;
	margin-top: 3em;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 1.5em;
	padding-left: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 1.1em;
}
/* --------------------------------------- END Main Content -----------------------------------------------------------------
*/
/* ------------------------------- Lighthouse Banner --------------------------------------------------------------
                            Styles the banner linking to the Lighthouse trails research website.
*/
#lighthouse {
	text-align: center;
	clear: both;
	margin-top: 16px;
	margin-bottom: 32px;
}
#lighthouse img.lighthouse { width: 500px;
}
.lighthouse a, .lighthouse a:hover {
    background-color: transparent;
    border: none;
}
/* ---------------------------------------------- END Lighthouse ---------------------------------------------------
*/

/* ------------------------------- Page specific styles --------------------------------------------------------------
                            Styles For specific pages.
*/

#journal {
	float: left;
	width: 270px;
	background-color: #fff;
	padding-right: 5px;
	padding-left: 5px;
}
#journal div {
	padding: 5px;
	background-color: #eee;
}
#journal h1 {
	margin: 0;
}
#news h1 {
	clear: right;
}

#preek_vd_week {
	font-size: 100%;
    background-color: #fff;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 285px;
}


#preek_vd_week.wide {
    background-color: #fff;
    float: none;
    padding-top: 0em;
    padding-right: 0em;
    padding-bottom: 1em;
    padding-left: 0em;
}

#preek_vd_week h2 {
    font-size: 0.8em;
    color: #000;
    background-color: transparent;
    border: none;
    text-align: left;
    margin-top: 0;
}


#preek_vd_week h3 {
	font-size: 1.5em;
	color: #000;
	background-color: transparent;
	border: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	border-bottom: solid 0.1em #ff0;
	padding-bottom: 0.3em;
	padding-top: 0.3em;
	background-image: none;
}


#preek_vd_week blockquote {
    color: #000;
}


#preek_vd_week div {
	font-size: 80%;
	color: #000000;
	background-color: #FF8;
	border: solid 0.2em #5AE;
	background-image: url(../images/odm3_pvdw_bk.jpg);
	background-repeat: repeat-x;
	padding: 16px;
	margin-bottom: 10px;
}
#preek_vd_week div .karel {
	clear: none;
}

#preek_vd_week.wide div {
	font-size: 80%;
	color: #000000;
	background-color: #FF8;
	width: 90%;
	border: solid 0.2em #5AE;
	padding: 1em;
	background-image: url(../images/odm3_pvdw_bk.jpg);
	background-repeat: repeat-x;
	margin-top: 0.5em;
	margin-right: auto;
	margin-bottom: 0em;
	margin-left: auto;
}

#footer {
	height: 100%;
	margin-top: 0;
	padding-left: 1em;
	padding-right: 1em;
	background-color:#FF8;
	color:#222;
	text-align: left;
	border-top: solid 1px #5AE;
	padding-bottom: 0.6em;
	background-image: url(/images/odm_foot_bk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	clear: both;
}
.footer a {
    color: #333333;
    font-variant: small-caps;       
}
.footer a:hover {
    color: #FF3300;
    text-decoration: underline;
}

#valxhtml p {
	font-size: 0.8em;
	margin-top: 1.5em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#agenda {
    background-color: #fff;
}
#agenda table {
    width: 80%;
    border-right: 0.2em solid #dde;
    border-left: 0.2em solid #dde;
    border-bottom: 0.2em solid #dde;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
td {
    padding: 0.1em;
    margin: 0.2em;
}

caption {
    color: #222;
    background: #dde;
    text-align: center;
    height: 1.5em;
    border-right: 0.2em solid #dde;
    border-left: 0.2em solid #dde;
    text-transform: capitalize;
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    margin-top: 2em;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}


div#linklist dl {
	width: 610px;
	position: relative;
	padding-top: 215px;
	padding-bottom: 10px;	/*border-bottom: 2px solid #214613;*/
}
div#linklist dt {
	/*font-size: 100%;*/
	/*font-weight: normal;*/
	display: inline;
	/*padding-top: 10px;*/
	/*padding-bottom: 10px;*/
	/*padding-left: 10px;*/
}
div#linklist dt a {
	/*padding: 6px 10px 2px;*/
	/*border-bottom: 2px solid #899156;*/
}
div#linklist dt a:hover {
	background: #ddf;
	color: #000;
	/*border-bottom: 2px solid #E7EB99;*/
	text-decoration: none;
}
div#linklist dd {
}
div#linklist dt img {
	position: absolute;
	padding-left: 5px;
}
div#linklist dt a:hover img {
	background: #ddf;
	/*border-bottom: 5px solid #E7EB99;*/
}
dt.ban_left img {
	left: 53px;
	top: 20px;
}
dt.ban_mid img {
	left: 223px;
	top: 20px;
}
dt.ban_right img {
	left: 393px;
	top: 20px;
}

dt#lighthouse_res img {
	left: 53px;
	top: 20px;
}
dt#lighthouse_pub img {
	left: 223px;
	top: 20px;
}
dt#reinventing_jc img {
	left: 393px;
	top: 20px;
}
dt#rock2salt img {
	left: 53px;
	top: 20px;
}
dt#answers_in_gen img {
	left: 223px;
	top: 20px;
}
dt#let_us_reason img {
	left: 393px;
	top: 20px;
}
dt#apgeelhoed img {}
dt#mverhoeven img {}
dt#nl_bijbelvertaling img {
	left: 53px;
	top: 20px;
}
dt#berean_beacon img {
	left: 223px;
	top: 20px;
}
dt#christen_start img {
	left: 393px;
	top: 20px;
}
dt#christian_research img {}
dt#apologetics img {}
dt#discernment_min img {}
dt#east_region img {}
dt#kjos img {}
dt#mcgregor img {}
dt#understand_times img {}

/* ---------------------------------------------- END Lighthouse ---------------------------------------------------
*/

/* --------------------------------------------------- Nanigation bars ------------------------------------------------------- */
#navi {
	font-size: 1em;
	position: absolute;
	top: 112px;
	left: 10px;
	text-align: left;
	width: 6.2em;
	margin-right: 2px;
}
h1.navi {
    font-size: 0.8em;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-style: oblique;
    background-color: #ddf;
    padding: 0.1em;
    margin-bottom: 0.2em;
    margin-top: 6px;
    border-right-width: 0.05em;
    border-bottom-width: 0.05em;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #bbb;
    border-bottom-color: #bbb;
}

.navi a {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-style: normal;
    font-size: 0.8em;
    color: #000;
    display: block;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 0.2em;
    padding-right: 0.5em;
    padding-bottom: 0.2em;
    padding-left: 0.5em;
    background-color: #fff;
    width: 6em;
    text-transform: capitalize;
    margin-right: auto;
    margin-left: auto;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
}
.navi a:hover {
    background-color: #ee9;
    color:#222;
    border-color:#fff;
    font-variant: small-caps;   
}
ul.navi  {
	border: 0.1em solid #ddf;
}
/* --------------------------------------------------- END Nanigation bars ---------------------------------------------------- */

/*  ########  ##             #        ########  ########  ########  ########
    ##        ##            ###       ##        ##        ##        ##
    ##        ##           ## ##      ##        ##        ##        ##
    ##        ##          ##   ##     ########  ########  ########  ########
    ##        ##         #########    ##              ##  ##              ##
    ##        ##        ##       ##   ##              ##  ##              ##
    ########  ######## ##         ##  ########  ########  ########  ########

        CLASS STYLES
*/
.clear {
	clear: both;
}
.zeroh {
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 2px;
}
.deceived_cover {
    min-height: 350px;
    float: right;
    margin-left: 0em;
    background-color: #fff;
    padding-left: 2em;
}
.deceived_cover p {
    padding: 0;
        
}
.deceived_cover img {
    width: 100px;
    height: 140px;
    padding-left: 50px;
    padding-right: 50px;
}
.deceived_cover img:hover {
    width: 200px;
    height: 280px;
    padding-left: 0px;
    padding-right: 0px;
}

.webaddress {
    display: none;
}
.disclaimer {
    font-size: 0.7em;
    float: left;
	width: 6em;
}
.copyright {
	font-size: 0.7em;
	text-align: center;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.credit {
    float: right;
    font-size: 0.7em;
	width: 6em;
	text-align: right;
}
.akl {
    text-decoration: underline;
}
.maincontent .condensed {
    letter-spacing: normal;
    word-spacing: normal;
    font-size: 1.2em;
    padding-left: 0;    
}
.bible {
    font-family: Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
}
.ref {
    text-align: right;
}
.horlink {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.horlink li {
    display: inline;
    padding: 2em;
}
.maincontent .karel {
    font-size: 0.8em;
    padding: 1em;
	clear: both;
}
p.linklist {
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	font-variant: small-caps;
}
.linklist li {
	display: inline;
	text-transform: capitalize;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000;
	font-variant: small-caps;
	text-align: center;
	padding-top: 0px;
	padding-right: 0.2em;
	padding-bottom: 0px;
	padding-left: 0.2em;
	margin: 0px;
}
.bookcover {
	float: left;
    background-color: #fff;
    padding-right: 1em;
    padding-left: 0.5em;
}
.hand {
	cursor: pointer;
}
.booktitle {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-style: oblique;
}
.booklist {
margin-left: 2em;
margin-right: 2em; }
.booklist li {
	padding-bottom: 0.5em;
}
.forward {
	text-align: right;
}
.back {
	float: left;
}
.forward {
	float: right;
}

.blogpost {
	margin-bottom: 1.5em;
	padding-top: 0.2em;
	padding-right: 8.3em;
	padding-bottom: 0.2em;
	padding-left: 0.2em;
}


.signature {
    font-size: 0.8em;
}

.author {
	font-weight: bold;
}
/*
.raised {
	position: relative;
	top: -1em;
	padding-right: 0.1em;
	padding-left: 0.1em;
}
*/
h2.raised {
	font-size: 0.8em;
	font-weight: bold;
}
#maincontent .blg_lst h2.raised {
	margin: 0;
	padding-top: 0;
	font-size: 0.8em;
	font-style: oblique;
	font-family: "Courier New", Courier, monospace;
	background-color: #eee;
	width: 6em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

.sidebar {
	font: Geneva, Arial, Helvetica, sans-serif;
	float: right;
	width: 8em;
	background-image: url(/images/odm_rw_bk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color:#dde;
	/*padding: 1em;*/
	margin-top: 30px;
}
.sidebar h1 {
	font-size: 0.8em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	border-top: none;
	border-right: none;
	border-bottom: solid #fff;
	border-left: none;
	background-color: transparent;
	text-align: center;
}
.sidebar p {
	font-size: 0.7em;
	margin: 0px;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
}
.sidebar tr {
	font-size: 0.7em;
}
.sidebar table {
	/*margin: 1em;*/
}
.sidebar div div {
	margin: 0.5em;
}
.content {
	border: 0.2em double #999999;
	padding: 0.5em;
}
h3.blgsubj, dt.blgsubj {
	background-image: url(/images/odm_foot_bk.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#maincontent #journal h3.blgsubj {
	margin-top: 0;
	font-size: 1.1em;
	font-weight: 100
}
#maincontent .blg_lst {
	border: 0.2em double #999999;
	margin-top: 10px;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	padding-top: 0em;
}
.firefox {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.paypalbtn {
	padding: 10px;
}
.karelvb {
	padding-left: 16px;
	float: right;
}
.books {
	text-align: center;
}
/* -------------------------------------- END CLASS STYLES ----------------------------------------------------
*/
