/*==============================================================================
DEFAULT STYLES
==============================================================================*/
BODY
{
	font-family: "trebuchet ms", tahoma, arial, sans-serif;
	font-size: 70%;
}
/*Font & Colors ============================================================
buttons menu . links . h1 . h2 allemaal klein kapitaal zie h1
list-items check*/
H1:first-letter
{
	font-size: 1.3em;
}
H1, H1 A
{
	color: #00529B;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: 0.5px;
	margin-top: 17px;
	text-decoration: none;
	margin-bottom: 0em;
}
H2:first-letter
{
	font-size: 1.2em;
}
H2
{
	color: #7BAECF;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.5px;
}
H3
{
	color: #A4B1CD;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.5px;
}
P
{
	width: 410px;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 1em;
}
A
{
	color: #00529B;
	text-transform: uppercase;
	font-weight: bold;
}
A:hover
{
	text-decoration: none;
}
A:first-letter
{
	font-size: 1.2em;
}
A.a-top
{
	padding-bottom: 30px;
	border-bottom: 1px solid #CAD3E8;
	display: block;
	clear: both;
}

ul, ol {
	margin: 1em 0 0 0;
	padding: 0;	

}

div#sidebar UL, div#sidebar OL
{
	margin-left: 0;
	width: 168px;
}

LI
{
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0 6px;
	list-style-position: inside;
	
}

div#sidebar li {
	list-style-type: none;	
	margin-left: 10px;
	
}
div#sidebar LI LI
{
	background-image: url(/images/layout/ul-arrow.gif);
	padding-left: 10px;
	margin-left: 0;
}
.img
{
	position: absolute;
	left: 670px;
}
/*Header ===================================================================*/
#header H3, #header H4, #header H5
{
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
#header H3
{
	color: #000000;
	font-size: 3em;
	text-align: left;
	margin-left: 300px;
}
#header H4
{
	color: #88A2CB;
	font-size: 3.5em;
	text-align: left;
	margin-left: 250px;
}
#header H5
{
	color: #A4A6A6;
	font-size: 2em;
	text-align: left;
	margin-left: 350px;
}
/*Header "reageren" ===================================================================*/
BODY#reageren DIV#header H3, BODY#reageren DIV#header H4, BODY#reageren DIV#header H5
{
	/*[disabled]text-transform:uppercase;*/
	/*[disabled]margin:0;*/
	/*[disabled]padding:0;*/
}
BODY#reageren DIV#header H3
{
	/*[disabled]color:#000000;*/
	/*[disabled]font-size:3em;*/
	/*[disabled]text-align:right;*/
	/*[disabled]margin-right:475px;*/
}
BODY#reageren DIV#header H4
{
	/*[disabled]color:#88A2CB;*/
	/*[disabled]font-size:3.5em;*/
	/*[disabled]text-align:left;*/
	/*[disabled]margin-left:250px;*/
}
BODY#reageren DIV#header H5
{
	/*[disabled]color:#A4A6A6;*/
	/*[disabled]font-size:2em;*/
	/*[disabled]text-align:left;*/
	/*[disabled]margin-left:350px;*/
}
/*Menu =====================================================================*/
#menu UL .active UL A, #menu UL A
{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}
#menu UL UL .active A, #menu UL .active A, #menu UL UL A:hover, #menu UL A:hover
{
	color: #00529B;
	text-decoration: underline;
}
#menu UL .active UL A, #menu UL UL A
{
	font-size: 1.1em;
}
#menu ADDRESS
{
	padding: 12px 0 0 50px;
	font-style: normal;
	color: #999999;
	clear: both;
}
#menu ADDRESS A
{
	text-transform: lowercase;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
#menu ADDRESS A:first-letter
{
	font-size: 1em;
}
#menu ADDRESS A:hover
{
	text-decoration: underline;
}
#menu
{
	background-image: url(/images/layout/bg-menu.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 80px;
	top: 190px;
	height: 135px;
	width: 900px;
	z-index: 99;
}
#menu UL
{
	margin: 20px 10px;
	padding: 0;
	width: 1000px;
}
#menu UL UL
{
	position: absolute;
	top: 20px;
	left: 50px;
}
#menu LI
{
	list-style-type: none;
	float: left;
	border-left: 1px solid #999999;
	padding: 0 10px;
	background: none;
}
#menu A
{
	display: block;
}
#menu LI.active LI
{
	padding: 0 10px;
}
#menu .item02-1, #menu .item03-1, #menu .item01
{
	border: 0;
}
#linkedin
{
	position: relative;
	background-image: url(/images/layout/logo-linkedin.gif);
	width: 156px;
	height: 22px;
	margin: -40px 0 0 298px;
}
#linkedin SPAN
{
	display: none;
}
#rss-subscribe
{
	position: relative;
	top: 18px;
	left: 159px;
	background-image: url(/reflecties/wp-content/themes/kessels/images/feed-subscribe.gif);
	width: 144px;
	height: 22px;
	margin: -40px 0 0 298px;
}
#rss-subscribe SPAN
{
	display: none;
}
/*==============================================================================
LAYOUT STYLES
==============================================================================*/
BODY
{
	margin: 0;
	padding: 5px 0 0;
}
#container
{
	position: relative;
	width: 990px;
	margin: 0 auto;
	padding-bottom: 20px;
	/*[disabled]border:1px solid #FFA500;*/
}
/*Logo =====================================================================*/
#logo
{
	z-index: 1;
	position: relative;
}
#logo A
{
	display: block;
	width: 199px;
	height: 71px;
	background: url(/images/layout/logo-kessels.gif) no-repeat 0% 0%;
}
#logo SPAN
{
	display: none;
}
/*Header ===================================================================*/
#header
{
	position: absolute;
	top: 15px;
	width: 990px;
}
/*Content ==================================================================*/
#main-content-BG
{
/*background-attachment:scroll;*/
	background-color: transparent;
/*background-image:url(/images/weblog/BG-Repeatable.gif);
background-position:0 0;
background-repeat:repeat-y;*/
	left: 200px;
	position: absolute;
	width: 790px;
}
#main-content
{
/*main-content*/
	width: 788px;
	background-color: #EAEEF7;
	margin: 0 auto;
	margin-top: -202px;
	border-right: 1px solid #D4DCED;
	border-left: 1px solid #D4DCED;
	position: relative;
	left: 0px;
	/*[disabled]border:1px solid #FFA500;*/
	height: 100%;
}
.content-header
{
/*content-header*/
	width: 790px;
	background-image: url(/images/weblog/bg-content-top.gif);
	background-repeat: no-repeat;
	position: relative;
	left: -1px;
/*background-color: #EAEEF7;
height: 200px;
border: 1px solid orange;*/
	top: 0px;
	position: relative;
	left: -1px;
}
.content-footer
{
	width: 790px;
	background-image: url(/images/weblog/bg-content-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
/*border: 1px solid yellow;*/
	/*[disabled]background:#FFF;*/
	/*[disabled]margin-bottom:50px;*/
	/*[disabled]border:1px solid red;*/
}
.content
{
	width: 710px;
	padding: 140px 0 100px 30px;
/*border: 1px solid green;*/
	background-image: url(/images/layout/bg-content.gif);
	background-position: 100px 200px;
	background-repeat: no-repeat;
	min-height: 550px;
	/*[disabled]margin-left:0px;*/
	/*[disabled]margin-top:-107px;*/
	/*[disabled]position:relative;*/
	/*[disabled]top:0px;*/
}
/*Home =====================================================================*/
#section-home #logo
{
	visibility: hidden;
}
#section-home #header
{
	background: url(/images/layout/logo-home-kessels.gif) no-repeat 80px 0;
}
#section-home #header H3, #section-home #header H4, #section-home #header H5
{
	letter-spacing: 0.2em;
}
#section-home #header H3
{
	text-align: left;
	margin: 0 0 0 150px;
}
#section-home #header H4
{
	margin: 0 0 0 45px;
	text-align: left;
}
#section-home #header H5
{
	margin: 0 0 0 155px;
}
/*Portfolio intro ==========================================================*/
#intro
{
	border-bottom: 1px solid #CAD3E8;
}
#intro P
{
	margin: 1em 0 0;
	padding-bottom: 10px;
}
/*Profiel reflecties ===============================================================*/
#profiel
{
	width: 191px;
/*breedte van de afbeelding*/
	position: absolute;
	top: 300px;
	left: 0;
/*background: url(/images/layout/bg-aankeilers.gif); /* achtergrond 1500px lang zorg ervoor dat de bovenkant een ronding heeft en de lijnen tot onderaan*/
	padding-top: 13px;
	padding-top: 40px;
	z-index: 1;
}
.profiel
{
	padding: 0 13px;
/*zorgt voor de ruimte tussen de blauwe lijn en tekst*/
}
.profiel P
{
	margin: 1em 0 0 0px;
	width: auto;
	padding-bottom: 10px;
}
.profiel HR
{
	margin-top: 15px;
	width: 60%;
	position: relative;
	left: 0;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #CAD3E8;
}
/*footer zorgt ervoor dat de ronding aan de onderkant wordt afgesloten*/
#profiel-footer
{
	background: url(/images/layout/bg-aankeilers-footer.gif);
	height: 42px;
}
/*instellingen pasfoto bij profiel*/
.post P
{
	margin: 0em 0 0 0px;
	width: auto;
	padding-bottom: 10px;
}
P.img-profiel A
{
	display: block;
}
.img-profiel IMG
{
/*float: center;*/
	margin: 0;
	display: block;
	padding-bottom: 0px;
	margin-left: 2em;
	margin-top: 0em;
}
/*Reflecties ===============================================================*/
.post P
{
	margin: 1em 0 0 0px;
	width: auto;
	padding-bottom: 10px;
}
P.img-reflecties A
{
	display: block;
}
.post .img-reflecties
{
	float: right;
	margin: 0;
}
.post .img-reflecties IMG
{
	display: block;
	padding-bottom: 20px;
	margin-left: 2em;
	margin-top: 1em;
}
/*Portfolio ================================================================*/
.portfolio P, .portfolio UL
{
	margin: 1em 0 0 120px;
	width: auto;
}
P.img-portfolio A
{
	display: block;
}
.portfolio .img-portfolio
{
	float: left;
	margin: 0;
}
.portfolio .img-portfolio IMG
{
	display: block;
	padding-bottom: 5px;
	margin-top: 1em;
}
/*Portfolio - flash ========================================================*/
BODY.flash
{
	background: #404040 url(/images/layout/bg-portfolio-flash.gif) no-repeat 50% 0;
}
BODY.flash .back
{
	display: block;
	color: #FFF;
}
BODY.beschuitje
{
	background: #666666 url(/images/layout/bg-beschuitje-eten.gif) no-repeat 50% 0;
}
BODY.beschuitje .back
{
	display: block;
	color: #FFF;
}
/*Ankeilers ===============================================================*/
#ankeilers
{
/*border: 2px solid red;*/
	width: 191px;
/*breedte van de afbeelding*/
	position: absolute;
	top: 300px;
	height: 800px;
	left: 0;
/*background: url(/images/weblog/Aankeiler.gif) no-repeat; /* achtergrond 1500px lang zorg ervoor dat de bovenkant een ronding heeft en de lijnen tot onderaan*/
	padding-top: 13px;
	padding-top: 40px;
	z-index: 1;
}
.ankeiler
{
	padding: 0 13px;
/*zorgt voor de ruimte tussen de blauwe lijn en tekst*/
}
.ankeiler P
{
	margin: 1em 0 0 0px;
	width: auto;
	padding-bottom: 10px;
}
.ankeiler HR
{
	margin-top: 15px;
	width: 60%;
	position: relative;
	left: 0;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #CAD3E8;
}
/*footer zorgt ervoor dat de ronding aan de onderkant wordt afgesloten*/
#ankeilers-footer
{
	/*[disabled]background:url(/images/layout/bg-aankeilers-footer.gif);*/
/*border: 1px solid red;*/
	position: relative;
	height: 42px;
	top: 785px;
}
/*Definities ===============================================================*/
.definitie P
{
	margin: 1em 0 0 0px;
	width: auto;
	padding-bottom: 10px;
}
P.img-definities A
{
	display: block;
}
.definitie .img-definities
{
	float: right;
	margin: 0;
}
.definitie .img-definties IMG
{
	display: block;
	padding-bottom: 20px;
	margin-left: 2em;
	margin-top: 1em;
}
/*TAG CLOUD*/
LI#tag_cloud
{
	display: none;
}
#sidebar
{
	position: absolute;
	top: 0px;
	background: url(/images/weblog/Aankeiler.gif) no-repeat;
/*achtergrond 1500px lang zorg ervoor dat de bovenkant een ronding heeft en de lijnen tot onderaan*/
	margin-left: 0px;
	left: 0px;
	padding-top: 26px;
}
#sidebar-footer
{
	background: url(/images/layout/bg-aankeilers-footer.gif);
	height: 42px;
}
#footer
{
/*border: 1px solid red;
position: absolute;*/
	margin-top: -260px;
	margin-left: 546px;
	margin-bottom: 10px;
	width: 270px;
	z-index: 30;
	display: none;
}
/*Blog*/
DIV.post
{
	margin-bottom: 30px;
}
DIV#sidebar LI.widget, DIV#sidebar LI.categories
{
	margin-bottom: 25px;
}
DIV.navigation DIV
{
	float: left;
	margin: 10px;
}
DIV.navigation DIV.alignleft
{
	margin-left: 0;
}
TEXTAREA
{
	width: 500px;
	height: 100px;
}
#sidebar UL
{
	/*[disabled]margin-top:30px;*/
	padding-right: 23px;
}
DIV.entry IFRAME
{
	float: left;
	height: 80px;
	margin-bottom: 10px;
	margin-left: 0pt;
	margin-right: 10px;
	margin-top: 0pt;
	width: 50px;
}
#buttons
{
	position: relative;
	top: 0px;
	left: 0px;
}

.entry img.alignright {
	margin: 0 0 5px 15px;
	
}
img#wpstats {
	display: none;
}

img {
	border: 0;

}