/*
Theme Name: WordPress Gezondenzo
Theme URI: #
Description: Custom design template for Gezondenzo.net
Version: 0.9
Author: Seven-AM
Author URI: http://www.seven-am.com/
*/

* {
padding: 0px;
margin: 0px;  
border: 0px;
outline: none;  
}

body {
	
	font-family: Arial, Helvetica, Sans-Serif;
	background: url('images/bg_body.gif') center top repeat-y #fffdde;
	color: #333;
	font-size: 13px;
line-height: 19px;
}

a, a:visited {
color: #ff6000;
}

	a:hover {
	color: black;
	}



h1 {
font-size: 22px;
color: #5a73ff;
background: url('images/h1_bg.gif') no-repeat -2px 0px;
padding-left: 20px;
line-height: 20px;
margin-bottom: 15px;
font-weight: normal;
}

h2 {
font-size: 14px;
color: #5a73ff;
margin-bottom: 2px;
font-weight: normal;

}

	#content h2 a {
	display: block;
	font-size: 22px;
	line-height: 20px;
	font-weight: normal;
	background: url('images/h1_bg.gif') no-repeat -2px 0px;
	padding-left: 20px;
	margin-bottom: 15px;
	color: #5a73ff;
	text-decoration: none;
	}
	
	#content h2 a:hover {
	text-decoration: underline;
	}
	
		h2.commentsheader {
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	background: url('images/h1_bg.gif') no-repeat -2px -3px;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #5a73ff;
	}

h3 {
font-size: 12px;
color: #5a73ff;
margin-bottom: 4px;
font-weight: normal;
}	

	h3.pagetitle {  /* used for archive headings */
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	text-align: center;
	background: #fbfde6;
	height: 24px;
	line-height: 24px;
	border: 1px solid #edde9e;
	margin-bottom: 30px;
	}

table {
margin-bottom: 15px;
}

	table tr,
	table td	{
	vertical-align: top;
	}
	
	table th {
	text-align: left;
	}
	
input {
padding: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333;
}

textarea {
padding: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333;
}
	
#content ul,
#content ol {
margin-left: 25px;
margin-top: 0px;
margin-bottom: 15px;
}

	#content ul li,
	#content ol li{
	margin-bottom: 3px;
	}
	
	#content .indent {
	margin-left: 20px;
	margin-top: 15px;
	}

	
#shadow_top {
width: 100%;

height: 3px;
background: url('images/shadow_top.png') 0px 0px repeat-x;
}	
#wrapper {
	width: 981px;
	margin: 0px auto;
}

#header {
	background: url('images/header_bg.jpg') no-repeat left top;
	width: 981px;
	height: 146px; 
}

	#header_left {
	position: absolute;
	width: 40px;
	height: 146px;
	margin-left: -40px;
	top: 0px;
	background: url('images/header_left.gif');
	}

	#search {
	position: absolute;
	margin-left: 711px;
	top: 145px;

	}
	
		#s {
		width: 205px;
		background: none;
	
		}
		
		#searchsubmit {
		width: 30px;
		cursor: pointer;
		background: none;

		}
		
		

#content {
width: 640px;
min-height: 800px;
padding-left: 0px;
margin-left: 15px;
}

	.postinfo {
	font-size: 11px;	
	background: #fbfde6;
	padding: 3px;
	line-height: 14px;
	border: 1px solid #edde9e;
	margin-bottom: 30px;
	}

	#content p {
	margin-bottom: 18px;
	color: #323854;

	}
	
	#content .more-link {
	display: block;
	z-index: 999;
	margin-top: 10px;
	margin-bottom: -20px;
	background: url('images/arrow.gif') left 6px no-repeat;
	padding-left: 10px;
	}
	
		#content .arrow {
	display: block;
	z-index: 999;
	background: url('images/arrow.gif') left 6px no-repeat;
	padding-left: 10px;
	height: 18px;
	line-height: 18px;
	}
	
	#content .postmetadata {
	font-size: 10px;
	text-align: center;	
	margin-bottom: -1px;
	min-height: 26px;
	line-height: 26px;
	background: url('images/postmetadata_bg.gif') no-repeat left bottom;
	}
	
		#content .postmetadata a,
		#content .postmetadata a:visited,
		#content .postinfo a,
		#content .postinfo a:visited		{
		color: #5a73ff;
		text-decoration: none;
		}
		
		#content .postmetadata a:hover,
		#content .postinfo a:hover {
		text-decoration: underline;
		}
		
		.quote {
	padding: 14px 17px;
	border: 1px solid #e2e758;
	background: #fffcdf;
	margin-bottom: 20px;
	}
	
		#content .quote h3 {
		color: #333;
		}
		
		#content .quote p {
		margin-bottom: 10px;
		}
		
		#content .quote textarea {
		height: 43px;
		width: 500px;
			font-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	
	color: #333;
		}
		
		#content .quote .url {
		width: 400px;
		}
		
		#content .quote input[type="submit"] {
		color: white;
		background: #fc7500;
		text-transform: uppercase;
		cursor: pointer;
		width: 125px;
		border: none;
		}
	
		/* images */
	
	.alignleft {
	float: left;
	}
	
		img.alignleft  {
		margin-right: 15px;
		margin-bottom: 8px;
		margin-top: 3px;
		padding: 3px;
		border: 1px solid #e2e758;
		}
	
	.alignright {
	float: right;
	}
	
		img.alignright  {
		margin-left: 15px;
		margin-bottom: 8px;
		margin-top: 3px;
		padding: 3px;
		border: 1px solid #e2e758;
		}
	
	.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: table;
	}
	
	img.aligncenter {
	padding: 3px;
	border: 1px solid #e2e758;
	margin-top: 8px;
	margin-bottom: 8px;
	}
	
		
	/* Comments */
	h3.comments {
	font-size: 20px;
	padding-bottom: 10px;
	}
	
	#content textarea {
	width: 540px;
	border: 1px solid #e2e758;
	}
	
	#content input {
	width: 250px;
	border: 1px solid #e2e758;
	}

table.overzicht {
background: white;
border: 1px solid #a7b4ff;
border-collapse: collapse;
}

	.overzicht td, .overzicht th {
	padding: 4px 8px;
	border-bottom: 1px solid #a7b4ff;
	border-right: 1px solid #a7b4ff;
	}
	
	.overzicht th {
	background: #6f85fd;
	color: white;
	font-weight: normal;
	font-size: 14px;
	}

#adsense {
width: 160px;
height: 600px;
position: absolute;
margin-left: 0px;
top: 150px;
display: none;
}

#adsense-boven {
margin-top: -15px;
margin-bottom: 20px;



}

#adsense-onder {

margin-top: 15px;
margin-left: 15px;

}

#related {

font-size: 11px;
}

#related strong {
font-size: 16px;
padding-bottom: 15px;
border-bottom: 1px solid #bbb;
margin-bottom: 20px;
display:block;


}

#related li {

padding-right: 15px;
}

#adsense-sidebar {
margin-bottom: 15px;



width: 300px;

margin-left: -15px;

background: white;
}

#populair {
width: 270px;
margin-left: -15px;


padding: 15px;
margin-bottom: 15px;
}

	#populair h3 {
	margin-bottom: 8px;
	font-size: 16px;
	
	}

	#populair a {
	display: block;
	font-size: 12px;
	margin-bottom: 4px;
	line-height: 16px;
	}

#sidebar_wrapper {
width: 300px;
float: right;
background: url('images/right_column_bg_repeat.gif') top left repeat-y;
}

	#sidebar {
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding-left: 15px;
	padding-right: 15px;
	width: 270px;
	background: url('images/right_column_bg.gif') top left no-repeat;
	
	}

		#sidebar ul {
		list-style: none;
		margin-top: 5px;
		margin-bottom: 5px;
		}
		
		
		#sidebar li li li {
		margin-left: 15px; 
	
		}
		
		#sidebar li li li li {
		
		}
		
		#sidebar a,
		#sidebar a:visited {
		background: url('images/arrow.gif') left 4px no-repeat;
		padding-left: 10px;
		
		}
		
		#sidebar h2 {
		margin-bottom: 3px;
		margin-top: 10px;
		}
		
		.login {
		margin-top: 30px;
		font-size: 10px;
		}
		
			#sidebar .login a,
			#sidebar .login a:visited {
			
			background: none;
			}
	
	#sidebar_footer {
	background: url('images/right_column_footer.gif') no-repeat 0px 0px;
	width: 300px;
	height: 110px;	
	}

.hidden {
display: none;
}
#footer {
padding-left: 0px;
font-size: 11px;
margin-top: 25px;
}

	#footer a,
	#footer a:visited {
	display: inline;
	color: #ff6000;
	text-decoration: none;
	}

a.source,
a.source:visited {
color: #000;
text-decoration: none;
border-bottom: 1px dotted #000;
}

	a.source:hover {
	color: #ff6000;
	}

/* MULTI-PAGE TOOLKIT STYLES */
.contentjumptitlenextdiv {
position: absolute;
margin-top: -55px;
}

.contentjumptitlenext {
	background: url('images/arrow.gif') left 4px no-repeat;
	padding-left: 10px;
}

.contentjumptitleprevious {
display: block;
margin-top: 5px;
margin-bottom: 5px;
display: none;
}


.contentjumplink {
margin-left: 5px;
margin-right: 5px;
float: right;
}

.contentjumpddl {
border: 1px solid #ddd;
font-size: 11px;
margin-top: 35px;
}

/* ADDTHIS */

.addthis-wrapper {
height: 30px;

}

.atclear {
display: none;
}

/* wp_page_numbers */
#content #wp_page_numbers a {
font-size: 15px;
padding: 10px;
}



/* =Comments
-------------------------------------------------------------- */

.comment-form-url {
display:none;
}


#comments {
	

}
#comments .navigation {
	padding: 0 0 18px 0;
}

h3#comments-title {
position: absolute;
	margin-top: -80px;
	margin-left: -20px;
	width: 550px;
	display: none;
	}

h3#comments-title,
h3#reply-title {
	color: #777;
	
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}

.commentlist {
	list-style: none;
	margin: 0;
}
#content .commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 20px;
	margin: 0 0 24px 0;
	padding: 0 0 0 100px;
	position: relative;
	min-height: 150px;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.comment-body {

padding: 15px;
padding-bottom: 0px;
margin-bottom: 26px;
	background: #fbfde6;
	border: 1px solid #edde9e;
}

.comment-body ul,
.comment-body ol {
	margin-bottom: 18px;
	
}
.comment-body p:last-child {
	margin-bottom: 6px;
}
.comment-body blockquote p:last-child {
	
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .comment-arrow {
position: absolute;
left:86px;
width: 15px;
height: 21px;
top: 25px;
background: url('images/comment-arrow.png') no-repeat;
}
.commentlist .avatar {
width: 50px;
height: 50px;
}
.comment-author {
position: absolute;
left: 0;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
	position: absolute;
	left: 0;
	line-height: 17px;
	width: 90px;
	height: 36px;
	overflow:hidden;
	font-size: 12px;
	top: 65px;
	text-transform: capitalize;
}
.comment-author .says {
	font-style: italic;
	display: none;
}
.comment-meta {
	font-size: 10px;
	position: absolute;
	top: 100px;
	width: 90px;
	line-height: 15px;
	height: 30px;
	overflow: hidden;
	left: 0;
	
}

.comment-meta a {
color: #888;
text-decoration: none;

}

.comment-meta a:active,
.comment-meta a:hover {
	color: black;
	text-decoration: underline;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
 	position: absolute;
	font-size: 12px;
	margin-left: 450px;
}
.reply a,
a.comment-edit-link {
	
	float: right;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: black;
}
.commentlist .children {
	list-style: none;
	margin: 0;
	margin-left: -45px;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
.pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
.pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.pingback .url {
	font-size: 13px;
	font-style: italic;
}
	


