/*
Theme Name: Adviesaanvragen Thema
Theme URI: http://adviesaanvragen.nl
Description: Het standaard thema voor adviesaanvragen.nl. Ontworpen door Wander de Bode, omgezet door Kees Kluskens.
Version: 1.0 Final
Author: Kees Kluskens
Author URI: http://keeskluskens.nl
*/

* { /* Verwijder standaard browser paddings & margins */
	margin: 0;
	padding: 0;
}

body {
	
	background: #dbdbdb url(bgsite.jpg) repeat-x;
	font: 12px 'Lucida Grande', Arial, serif;
}

blockquote {
	
	font: 12px 'Lucida Grande', Arial, serif;
	line-height: 20px;
	list-style-image: url(images/pijl.jpg);
}

a {
	color: #00a8ff;
	text-decoration: none;
}

/* CONTAINER */
#container {
	width: 1024px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 10px;
}


/* HEADER */
#header #logo {
	background: url('images/logo.png') no-repeat;
	width: 202px;
	height: 76px;
	float: left;
}

#header #logo a {
	width: 100%;
	height: 100%;
	display: block;
}

#header #logo a span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#header #slogan {
	float: left;
	margin: 0 0 0 0;
	padding: 25px 0 0 40px;
	width: 260px;
	font-size: 12px;
}

#header .ad {
	float: right;
	margin: 5px 10px 0 0;
}

#header ul#nav {
	background: url('images/menu_gradient.gif') repeat-x;
	width: 1004px;
	height: 43px;
	border-top: 6px solid #fff; border-left: 6px solid #fff; border-right: 6px solid #fff;
	overflow: hidden;
	list-style-type: none;
	clear: left;
	line-height: 43px;
}

#header ul#nav li {
	float: left;
	padding: 0 10px;
	list-style: none;
}

#header ul#nav li a {
	color: #000;
}

#header ul#nav li a:hover {
	color: #00a8ff;
}


/* INHOUD */
#inhoud {
	width: 1024px;
	overflow: hidden;
	margin-top: 8px;
}

/* Linkerstuk */
#inhoud #linker {
	width: 500px;
	float: left;
}

#linker .post {
	background: #fff;
	padding: 10px;
	margin-bottom: 8px;
}

#linker .post h2 {
	color: #00a8ff;
	font-size: 19px;
	margin-bottom: 18px;
}

#linker .post p.excerpt {
	color: #00a8ff;
	font-weight: bold;
	margin-bottom: 18px;
}

#linker .post p {
	margin-bottom: 10px;
	line-height: 20px;
}

#linker .post img.banner {
	margin-left: 5px;
}

#linker .extra {
	border-top: 7px solid #22b4ff;
	margin-top: 20px;
	padding-top: 9px;
	overflow: hidden;
}

#linker .extra a {
	color: #000;
	float: left;
}

#linker .extra a:hover {
	color: #00a8ff;
}

#linker .extra span {
	float: right;
}

#linker .banner img {
	border: none;
}

#linker #posts_nav {
	font-weight: bold;
	overflow: hidden;
}

#linker #posts_nav span.links {
	float: left;
}

#linker #posts_nav span.rechts {
	float: right;
}

/* Middenstuk */
#midden {
	width: 320px;
	float: left;
	margin: 0 8px;
}

#midden .content {
	background: #fff;
	width: 300px;
	padding: 10px;
	line-height: 20px;
}

#midden .content h3 {
	font-size: 15px;
	margin: 10px 0 5px 0;
}

#midden .content .post h3 a {
	color: #00a8ff !important;
}

#midden .content #geld {
	background: url('images/geld.gif') no-repeat;
	width: 300px;
	height: 58px;
}

#midden .content .post a {
	display: block;
}

#midden .content .post a {
	color: #000 !important;
}

#midden .content .overzicht {
	border-top: 7px solid #22b4ff;
	margin-top: 17px;
	padding-top: 9px;
	font-size: 12px;
}

#midden .twitter {
	background: #fff;
	width: 300px;
	padding: 10px;
	margin: 8px 0 0 0;
	text-align: center;
}

#midden .twitter a {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	display: block;
	border: 1px solid #898989;
	padding: 7px 0;
}

#midden .twitter a span {
	color: #22b4ff;
}

#midden .excerpt {
	color: #000;
}

/* Menu (rechterstuk */
#rechter #menu {
	background: #fff;
	width: 160px;
	float: left;
	padding: 10px;
	line-height: 20px;
}

#rechter #menu strong {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 13px;
	border-bottom: 7px solid #22b4ff;
}

#rechter #menu strong #blauw {
	color: #00a8ff;
}

#rechter #menu a {
	color: #000;
}

#rechter #menu a:hover {
	color: #00a8ff;
}

#rechter #menu ul li {
	list-style: none;
}

#rechter .ad {
	background: #fff;
	width: 160px;
	margin-top: 8px;
	padding: 10px;
	float: left;
	text-align: center;
	
}


/* FOOTER */
#footer {
	background: #898989;
	width: 100%;
	height: 50px;
	border-top: 1px solid #fff;
	margin-top: 10px;
}

#footer p {
	line-height: 50px;
	color: #fff;
	text-align: right;
	margin-right: 55px;
	font-size: 12px;
}

#footer a {
	color: #fff;
}

/* FORMULIEREN */
form input[type=text], textarea {
	background: #fff;
	border: 2px solid #22b4ff;
	font: 13px Arial, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	outline: none;
}

form input[type=submit] {
	background: #22b4ff;
	border: none;
	font: 13px Arial, sans-serif;
	padding: 7px 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* REACTIES */
.tekst {
	margin: 0 0 20px 30px;
}

.gegevens {
	font-weight: bold;
	
}

/* OPMAAK */
.post blockquote {
	quotes: none;
}
.post blockquote:before, .post blockquote:after {
	content: '';
	content: none;
}
.post del {
	text-decoration: line-through;
}

.post table {
	border-collapse: collapse;
	border-spacing: 0;
}

.post a img { border: none; }

.post ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}

.post ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}

.post ol ol {
	list-style:upper-alpha;
}

.post ol ol ol {
	list-style:lower-roman;
}

.post ol ol ol ol {
	list-style:lower-alpha;
}

.post ul ul,
.post ol ol,
.post ul ol,
.post ol ul {
	margin-bottom:0;
}

.post dl {
	margin:0 0 24px 0;
}

.post dt {
	font-weight: bold;
}

.post dd {
	margin-bottom: 18px;
}

strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

/* PLAATJES */
.post img {
	margin: 0;
	max-width: 640px;
}

.post .attachment img {
	max-width: 900px;
}

.post .alignleft,
.post img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

.post .alignright,
.post img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

.post .aligncenter,
.post img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.post img.alignleft, 
.post img.alignright, 
.post img.aligncenter {
	margin-bottom: 12px;
}

.post .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}

.post .wp-caption img {
	margin: 5px 5px 0;
}

.post .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}

.post .wp-smiley {
	margin:0;
}

.post .gallery {
	margin: auto;
}
.post .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.post .gallery img {
	border: 2px solid #cfcfcf;
}
.post .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.post .gallery dl {
	margin: 0;
}
.post .gallery img {
	border: 10px solid #f1f1f1;
}
.post .gallery br+br {
	display: none;
}

