/*
Theme Name: Fonteynenburg
Theme URI: http://www.fonteynenburg.nl/
Description: Wordpress theme for RIBW Fonteynenburg.
Version: 1.0
Author: Aquariuz
Author URI: http://aquariuz.com/
*/

body
{
	font:67.5% Arial, Helvetica, sans-serif;
}
hr {display:none;}
a {color:#000;}

div#container
{
	position:relative;
	width:842px;
	height:571px;
	margin:0 auto;
/*	background:url('images/_bg_home.gif') top left no-repeat;*/
}

/*
 * HEADER
 */
a#logo
{
	display:block;
	position:absolute;
	top:0px;
	left:14px;
	width:278px;
	height:68px;
	background:url('images/logo_fonteynenburg.gif') top left no-repeat;
}
a#logo h1, div#description {display:none;}

/*
 * CONTENT
 */
div#content
{
	position:absolute;
	top:82px;
	left:200px;
	width:565px; /*643px*/
	height:420px; /*440px*/
	padding:10px 30px 10px 48px;
	background-image:url('images/content_bg.gif');
	overflow:auto;
}
div#content.contact
{
	background:url('images/contact_bg.gif') top left no-repeat;
	top:82px;
	left:200px;
	width:523px;
	height:322px;
	padding:118px 30px 10px 90px;
}
p#intro
{
	margin:0 0 30px;
	padding:0;
	font-size:1.3em;
	line-height:1.6em;
	font-weight:700;
	color:#676EAF;
}
h2 {font-size:1.7em;}
h3 {font-size:1.7em; font-weight:400; margin-bottom:3px; padding:10px 0 0px;}

/*entries homepage*/
div.entry_left
{
	margin:0;
	padding:0;
	width:450px;
}
div.entry_left p
{
	float:left;
	margin-top:0;
	padding-top:0;
}

div.entry p, div.entry li, div.entry h3, div.entry h4
{
	font-size:1.3em;
	line-height:1.6em;
}
div#content.contact div.entry p, div#content.contact div.entry a
{
	color:#FFF;
}
div.entry h3
{
	margin-bottom:0;
	padding-bottom:0;
	font-weight:700;
}
div.entry h4
{
	margin-bottom:0;
	padding-bottom:0;
	font-style:italic;
}
div.entry img.alignright
{
	float:right;
	margin:0 0 10px 10px;
	border:6px solid #DDD72C;
}
img.wp-image-159 {border:none !important;}

div#br_illus
{
	position:absolute;
	top:404px;
	left:664px;
	width:160px;
	height:92px;
	background:url('images/br_illus.gif') top left no-repeat;
}

/*
 * SIDEBAR
 */
div#sidebar
{
	position:absolute;
	top:82px;
	left:0;
	width:206px;
	height:440px;
}
div#sidebar ul, div#sidebar ul li
{
	list-style-type:none;
	margin:0;
	padding:0;
}
div#sidebar ul li a
{
	display:block;
	width:144px; /*194px*/
	margin:0 0 4px;
	padding:8px 0 8px 50px;
	background:url('images/nav_inactivebg.gif') top left no-repeat;
	text-decoration:none;
	font-size:1.2em;
	font-weight:700;
	color:#FFF;
}
div#sidebar ul li.current_page_ancestor a,
	div#sidebar ul li.current_page_item a
{
	width:156px;
	background:url('images/nav_activebg.gif') top left no-repeat;
	text-transform:uppercase;
	color:#000;
}
div#sidebar ul li.current_page_ancestor a {font-style:italic;}
div#sidebar ul li.current_page_ancestor ul,
	div#sidebar ul li.current_page_item ul
{
	width:194px;
	height:192px;
	margin:0 0 4px 0;
	background:url('images/nav_subbg.gif');
	overflow:hidden;
}
div#sidebar ul li.current_page_ancestor ul li a,
	div#sidebar ul li.current_page_item ul li a
{
	width:187px;
	margin:0;
	padding:8px 7px 0 0;
	background:none;
	font-size:1.1em;
	text-transform:none;
	text-align:right;
	color:#FFF;
}
div#sidebar ul li.current_page_ancestor ul li a {font-style:normal;}
div#sidebar ul li.current_page_ancestor ul li.current_page_item a,
 	div#sidebar ul li.current_page_ancestor ul li.current_page_parent a
{font-style:italic; color:#000;}
/*only display submenu of current page (/parent/ancestor) item*/
div#sidebar ul li ul {display:none; height:0;}
div#sidebar ul li.current_page_ancestor ul,
	div#sidebar ul li.current_page_parent,
	div#sidebar ul li.current_page_item ul {display:block;}
div#sidebar-correction
{
	position:absolute;
	left:0;
	top:512px;
	width:194px;
	height:10px;
	background:url('images/nav_subbg.gif');
}

div#bl_illus
{
	position:absolute;
	top:330px;
	left:0;
	width:193px;
	height:192px;
	background:url('images/bl_illus.gif') top left no-repeat;
}


/*
 * FOOTER
 */
div#footer
{
	position:absolute;
	top:554px;
	left:92px;
	width:638px;
	height:14px;
	background:url('images/footer.gif') top left no-repeat;
}
div#footer p {display:none;}


