/*
Theme Name: GMAdvies
Theme URI: http://www.juicio.nl/
Description: Template voor website GMAdvies.
Version: 0.1
Author: Juicio | Emil de Valk
*/
html,body {
	font-family: "helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
}
#header {
	height: 141px;
	background: transparent url(images/header.png) no-repeat center top;
}
.titleheader {
	text-indent: -99999px;
	display: none;
}
.head {
	width: 980px;
	margin: 0 auto;
}
.head .rightear {
	margin: 20px 40px;
	width: 200px;
	font-size: 0.7em;
	font-style: italic;
	color: #888;
	float: right;
}
#main {
	background: #fff;
	width: 980px;
	margin: 0 auto;
}
#main #content {
	width: 600px;
	float: right;
	padding: 20px;
}
#sidebar {
	margin-left: 84px;
	_margin-left: 34px;
	width: 240px;
	float: left;
	font-size: 0.75em;
	color: blue;
}
#sidebar ul {
	padding-left: 16px;
	_padding-left: 26px;
	*margin: 0px;
}
#sidebar ul li {
	line-height: 18px;
	list-style-type: square;
	font-weight: bold;
}
#sidebar ul ul {
	padding-left: 20px;
}
#sidebar ul li li {
	line-height: 18px;
}
#sidebar a {
	text-decoration: none;
	color: #2210d2;
	
}
#sidebar a:hover {
	text-decoration: underline;
}
#footer {
	clear: both;
	background: transparent url(images/footer_bg.png) repeat-x top;
	height: auto;
	display: block;
	padding: 30px;
}
#footer .feet {
	width: 810px;
	margin: 0 auto;
	font-size: 0.8em;
	padding: 10px;
}
.feet .leftfoot {
	width: 75%;
	float: left;
	text-align: left;
	color: #bf0000;
}
.feet .rightfoot{
	width: 25%;
	float: left;
	text-align: right;
	font-size: 0.9em;
	color: #666;
}
.clear {
	clear: both;
}
#container {
	background: #fff url(images/body_bg.png) repeat-x top;
}
.post h2 {
	margin: 0px;padding: 0px;
	font-size: 1.2em;
	font-weight: normal;
	color: #bf0000;
}
.post h3 {
	margin: 0px;padding: 10px 0px 0px;
	font-size: 1.1em;
	font-weight: normal;
	color: #bf0000;
}
.post h4 {
	margin: 0px;padding: 10px 0px 0px;
	font-size: 1em;
	font-weight: normal;
	color: #bf0000;
}
.post h5 {
	margin: 0px;padding: 10px 0px 0px;
	font-size: 1em;
	font-weight: normal;
	color: #bf0000;
}
.post p, .post ul, .post ol{
	margin: 0px;padding: 0px 0px 10px;
	font-size: 12px;
	color: #000;
	line-height: 1.4em;
}
.widget {
	background: white url(images/sidebar_bg.png) no-repeat 0 0;
	margin-left: -20px;
	_margin-left: 0px;
	padding: 0px 24px;
	width: 190px;
	_width: 190px;
	color: #000;
}
.widget h3 {
	margin: 0px;
	padding: 26px 0px 16px 0px;
	color: #555;
	font-weight: normal;
}
.widget ul {
	margin-top: 0px;
}
.post table {
	width: 600px;
	background: url(images/table_bg.png) no-repeat center top;
	border: 1px solid #ccc;
	margin: 0px;
	font-size: 11px;
	line-height: 1.4em;
}
.post table tbody {
}
.post table thead {
}
.post table thead td {
	color: #bf0000;
	font-weight: bold;
}
.post table tfoot {
	color: #bf0000;
	font-weight: bold;
}
.post table tfoot td {
}
.post table td {
	padding: 5px;
}
.post table td p {
	font-size: 11px;
}
.wpcf7-list-item {
	display: block;
}
ul.subpages {
	width: 90%;
	margin-left: 30px;
}
ul.subpages li {
	font-size: 1.4em;
	color: #bf0000;
	margin: 16px 0px;
}
ul.subpages li a {
	color: inherit;
	text-decoration: none;
}
.alignleft {float: left;}
.alignright {float: right;}