/*------Only Layout declaration here-------*/



/* Main propertys for site */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#D7DBDF;
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	font-size:12px;
	text-align:center;
}

.container {
	width:750px;
	margin:0px auto;
	position:relative;
	text-align:left;
}

/* Lay-out for the header */
#header{
	height:160px;
	background-color:#FFFFFF;
	border-top-style:none;
	border-left-style:solid;
	border-bottom-style:solid;
	border-right-style:solid;
	border-color:#526D7A;
	border-width:2px;
	border-right-width:161px;
	background-image:url(attachments/headerNieuw.jpg);
	background-repeat:no-repeat;
	background-position:center;
	}


/* The content will come here*/
#content{
	position:absolute;
	left:0px;
	top:160px;
	background-color:#F3F5F5;
	border-width:2px;
	border-color:#86A3A6;
	border-style:solid;
	border-width:2px;
	border-right-width:161px;
	color:#333366;
	min-height: 474px;

}

/* Lay-out for the menu*/
#menu{
	position:absolute;
	left:20px;
	width:140px;
	top:0px;
	
	text-align:left;
}

#contentBox{
	position:relative;
	width:430px;
	background-color:#F3F5F5;
	border-left-style:dashed;
	border-width:1px;
	border-color:#86A3A6;
	padding:10px;
	left:140px;
	margin-right:136px;
}

#commentBox{
	position:relative;
	margin-left:160px;
	margin-right:20px;
	background-color:#E7E6DE;
	border-left-style:dashed;
	border-width:1px;
	border-color:#86A3A6;
}


	

/*------Only text styles from here-------*/



/* Layout for the 1st row in the header */
#headerHead{
	position:relative;
	top:5px;
	text-align:center;
	font-size:28px;
	font-weight:500;
	color:Black;
	letter-spacing:-3px;
	word-spacing:+7px;	
	text-transform:uppercase;
	
	text-indent:-99999px;
}

/* Layout for the 2nd row in the header */
#headerSubHead
{
	position:relative;
	top:100px;
	text-align:center;
	font-size:16px;
	color:Black;
	text-transform:lowercase;
	font-style:italic;
	text-indent:-99999px;
}

/*style for Title of the entry*/
#blogTitle{
	position:relative;
	top:35px;
	text-align:left;
	font-size:20px;
	font-weight:600;
	color:Black;
	letter-spacing:-1px;
	word-spacing:+3px;	
	padding-left:10px;
	
	padding-top:0px;
	margin-top:0px;
}

/*style for the date under the title*/
#blogDate{
	position:relative;
	top:35px;
	left:5px;
	text-align:left;
	font-size:10px;
	font-weight:100;
	color:#999999;
}

/*style for the main text of the entry's*/
#blogText{
	left:3px;
	margin-top:50px;
	border-top-style:dashed;
	border-top-width:1px;
	border-color:#86A3A6;
	padding-right:5px;
	padding-left:10px;
}

#blogAttatchment{
	margin-top:10px;
	position:relative;
	text-align:center;
}

#blogAttatchment img, object{
	border-style:solid;
	border-color:#000000;
	border-width:2px;
	width:75%;
}

/*style for Info under the entry*/
#blogInfo{
	position:relative;
	margin-top:10px;
	margin-bottom:5px;
	text-align:center;
	font-size:10px;
	font-weight:100;
	color:#999999;
}

#menuHead, #menuGalleryHead{
	margin-top:35px;
	color:Black;
	font-size:14px;
	font-weight:600;
	letter-spacing:-1px;
}

#menuLinks, #menuGalleryLinks{
	position:relative;
	margin-left:5px;
	font-size:10px;
	color:#999999;	
}	
#menuLinks a, #menuGalleryLinks a{
	text-transform:capitalize;	
}

#loginLink{
	position:relative;
	top:0px;
	left:-15px;
	font-size:10px;
	color:#999999;
	padding-right:2px;
}

#nextEntries{
	position:relative;
	margin-right:5px;
	text-align:right;
}

#prevEntries{
	position:relative;
	left:160px;
	text-align:left;
}


#commentName{
	position:relative;
	text-align:left;
	font-size:16px;
	font-weight:600;
	color:Black;
	letter-spacing:-1px;
	word-spacing:+3px;
	border-right-style:dashed;
	border-top-style:dashed;
	border-width:1px;
	border-color:#86A3A6;
}

#commentDate{
	position:relative;
	text-align:left;
	font-size:10px;
	font-weight:100;
	color:#999999;
	border-bottom-style:dashed;
	border-right-style:dashed;
	border-width:1px;
	border-color:#86A3A6;
}

#commentText{
	left:3px;
	border-right-style:dashed;
	border-width:1px;
	border-color:#86A3A6;
	padding-right:3px;
}

#commentWhiteBack{
	background-color:#F3F5F5;
	height:30px;
}

#commentBrownBack{
	background-color:#E7E6DE;
	height:10px;
	border-bottom-style:dashed;
	border-right-style:dashed;
	border-width:1px;
	border-color:#86A3A6;
}

#commentBrownSpace{
	background-color:#E7E6DE;
	height:2px;
	border-right-style:dashed;
	border-width:1px;
	border-color:#86A3A6;
}

#postTitle{
	position:relative;
	margin-top:40px;
	left:20px;
	font-weight:600;
	color:Black;
	font-size:16px;
}

#formInput{
	position:relative;
	padding-left:160px;
	padding-right:20px;
	color:#999999;
}

#formSubmit{
	position:relative;
	left:150px;
}

#loginBox{
	position:relative;
	top:5px;
	left:5px;
	color:#999999;
}

#loginSubmit{
	position:relative;
	left:80px;
}

/*Only Link styles From here*/



/* link style for main site */
body a:link{
	color:#0099FF;
	text-decoration:none;	
}

body a:active{
	color:#0099FF;
	text-decoration:none;
}

body a:visited{
	color:#0099FF;
	text-decoration:none;
}

body a:hover{
	color:#2D598A;
	text-decoration:underline;
}


/*link style for title*/
#blogTitle a:link{
	color:Black;
	text-decoration:none;
}

#blogTitle a:active{
	color:Black;
	text-decoration:none;
}
#blogTitle a:visited{
	color:Black;
	text-decoration:none;
}
#blogTitle a:hover{
	color:Black;
	text-decoration:none;
}


#headerHead a:link{
	color:Black;
	text-decoration:none;
}

#headerHead a:active{
	color:Black;
	text-decoration:none;
}
#headerHead a:visited{
	color:Black;
	text-decoration:none;
}
#headerHead a:hover{
	color:Black;
	text-decoration:none;
}


#headerSubHead a:link{
	color:Black;
	text-decoration:none;
}

#headerSubHead a:active{
	color:Black;
	text-decoration:none;
}
#headerSubHead a:visited{
	color:Black;
	text-decoration:none;
}
#headerSubHead a:hover{
	color:Black;
	text-decoration:none;
}

#paypalDiv {
	position:absolute;
	left:-20px;
	width:130px;
	margin-top:25px;
	text-align:center;
}


/*Google AdSense*/
#googleLinks {
	position:absolute;
	top:-162px;	
	right:-161px;
	height:159px;
}

#googleSiteSearch {
	position:absolute;
	top:-66px;	
	right:-159px;
}

#googleAdSense {
	position:absolute;
	top:0px;
	right:-160px;
}

.googleLinks2 {
	margin-bottom:20px;
	padding-top:25px;
}