/*
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-size: 12px;
	font-family: Arial, Helvetica, Sans-Serif;
	background: url('images/bg_body.gif') center top repeat-y #fffdde;
	color: #333;
	line-height: 18px;
	
}

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

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

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


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

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

	#content h2 a {
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	background: url('images/h1_bg.gif') no-repeat -2px 0px;
	padding-left: 20px;
	margin-bottom: 10px;
	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;
	}
	
	h3.comments {
	font-size: 14px;
	margin-bottom: 8px;
	}

table {
margin-bottom: 15px;
}

	table tr,
	table td	{
	vertical-align: top;
	}
	
#content ul, #content ol {
margin-left: 25px;
margin-top: 5px;
margin-bottom: 15px;
}

	#content ul li {
	margin-bottom: 3px;
	}

	
#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_apotheek_drogist_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: 585px;
	top: 65px;
	}
	
		#s {
		width: 115px;
		background: none;
		}
		
		#searchsubmit {
		width: 30px;
		cursor: pointer;
		background: none;
		}
		
		

#content {
width: 679px;
min-height: 400px;
height: auto !important;
height: 400px;
padding-left: 53px;
}

	.entry {
	display: table;
	width: 100%;
	}

	.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;
	text-align: justify;
	}
	
	#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 .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;
		}
		
		#content .tags {
		margin-top: 4px;
		font-size: 11px;
		margin-bottom: 0px;
		margin-left: 1px;
		}
		
			#content .tags a, #content .tags a:visited {
			color: #888;
			text-decoration: 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 */
	#content textarea {
	width: 540px;
	border: 1px solid #e2e758;
	}
	
	#content input {
	width: 250px;
	border: 1px solid #e2e758;
	}

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

#sidebar_wrapper {
width: 223px;
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: 193px;
	background: url('images/right_column_bg.gif') top left no-repeat;
	}

		#sidebar ul {
		list-style: none;
		margin-bottom: 5px;
		}
		
		#sidebar h2 {
		margin-bottom: 3px;
		margin-top: 10px;
		}
	
	#sidebar_footer {
	background: url('images/right_column_footer.gif') no-repeat 0px 0px;
	width: 223px;
	height: 110px;	
	}

.hidden,
#footer {
display: none;
}

/* conversion */
table.conversion {
width: 100%;
border: 1px solid #a9b5ff;
background: white;
font-style: italic;
border-collapse: collapse;
color: #323854;
margin-top: 10px;
margin-bottom: 25px;
}

	table.conversion h2{
	color: white;
	background: #7387fa;
	height: 30px;
	font-style: normal;
	padding-left: 10px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -8px;
	margin-bottom: -8px;
	line-height: 30px;
	font-size: 16px;
	border-bottom: 1px solid #a9b5ff;
	
	}
	
	table.conversion th {
	border-top: 1px solid #a9b5ff;
	border-bottom: 1px solid #a9b5ff;
	color: #323854;
	text-align: left;
	background: #dde2ff;
	font-style: normal;
	padding: 0px 10px;
	font-size: 11px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	}
	
	table.conversion td {
	padding: 8px 10px;
	}
	
	table.conversion tr {
	vertical-align: center;
	}
	
	table.conversion a,
	table.convsersion a:visited {
	font-style: normal;
	font-weight: bold;
	display: block;
	height: 19px;
	line-height: 19px;
	width: 210px;
	background: url('images/button-bestellen.gif') no-repeat right center;
	}
	
.original {
font-size: 11px;
color: #777;
padding: 0px 10px 8px 10px;
margin-bottom: 15px;
margin-top: -10px;
}

	.original a {
	color: #777;
	}


.warning {
background: white;
border: 2px solid red;
color: black;
padding: 10px;
font-size: 14px;

}

.kader {

}


	
	.kader a, .kader a:visited {
	color: #666;
	background: url('images/arrow-orange.gif') no-repeat center left;
	text-decoration: none;
	font-size: 12px;
	padding-left: 7px;
	}
	
		.kader a:hover {
		text-decoration: underline;
		color: #ff6600;
		}
		
		
/* overview */
.overview {
width: 154px;
margin-right: 15px;
margin-bottom: 5px;
float: left;
height: 175px;

}

	#content .overview p {
	text-align: left;
	}

/* related posts plugin */
.related {
margin-bottom: 18px;
}

	.related a, .related a:visited {
	color: #666;
	text-decoration: none;
	font-size: 12px;
	}
	
		.related a:hover {
		text-decoration: underline;
		}
	
.linkpartners {
color: #666; 
margin-top: 20px;
}

	.linkpartners a {
	color: #666; 
	}
	
/* =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;
}
.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;
}
	


