/*
Theme Name: MMGO
Theme URI: http://wordpress.org/
Description: 
Author: Jaco Grinwis
Version: 2.0
Tags: 
*/
body {
	font: 80%/150% "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	color: #333333;
}

h2,
h3,
h4 {
	color: #000;
}

a {
	color: #cc0000;
	/* font-weight: bold; */
}

a:hover {
	color: #0066cc;
}

a:focus {
	outline:none;
}

a img {
	border: none;
}

ul li {
	list-style-image: url(images/check10.png);
}

ul li.download {
	list-style-image: url(images/download.png);
}

ul {
	padding-left:20px;
}

li {
	
}

blockquote {
	color: #000;
	font-style: italic;
	margin: 0;
	padding-top: 10px;
	padding-left: 30px;
	background: url(images/quote_left.gif) no-repeat 0 0;
}

blockquote p {
	padding-bottom: 10px;
	padding-right: 30px;
	background: url(images/quote_right.gif) no-repeat right bottom;
}

blockquote p:before {
	/* content: '"'; */
}

blockquote p:after {
	/* content: '"'; */
}


input,
textarea {
	font-size: 110%;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
	border: 1px solid #ccc;
}

hr {
	background: #ccc;
	border:0;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	clear:both;
}

.clear {
	clear: both;
}

.floatleft,
.alignleft {
	float: left;
}

.floatright,
.alignright {
	float: right;
}

.center {
	text-align: center;
}

.aligncenter,
div.aligncenter { 
	margin: 0 auto; 
	padding: 0; 
	display: block; 
}

img.alignleft { 
	display: inline; 
	margin: 10px 20px 10px 0; 
}

img.alignright { 
	display: inline; 
	margin: 10px 0 10px 20px; 
}

table	{ 
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-bottom: 0 none;
	border-right: 0 none;
	line-height: normal;
}

th {
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	background: #e3e3e3;
}

tbody	{ 
	border: 0 none; 
}

tr { 
	border: 0 none; 
}

tr.odd, 
li.even {
	background: #fff;
}

tr.even, 
li.odd {
	background: #f8f8f8;
}

th,
td { 
	padding: 3px; 
	border: 1px solid #ccc;
	border-top: 0 none; 
	border-left: 0 none;
}

#page {
	margin: 0 auto;
	width: 1000px;
	position: relative;
}

#page-inner {
	overflow: hidden;
}

#login {

}

#login ul {
	
	background: #ccc;
}

#login li {
	display: none;
}

#header {
	height: 106px;
	position: relative;
	background: url("images/header.png");
}

#header a {
	width: 550px;
	height: 100px;
	display: block;
}

a#eurad-logo {
	width: 210px;
	height: 86px;
	position: absolute;
	right: 120px;
	bottom: 0;
	background: url(images/eurad.png) -45px -7px;
}

a#eurad-logo {
	
}

#main {
	margin-left: 3px;
	width: 760px;
	float: left;
	overflow: hidden;
}

#main-inner {
	padding: 30px 10px 10px;
}

#primary,
#secondary {
	margin-right: 3px;
	margin-bottom: 40px;
	width: 200px;
	float: right;
	overflow: hidden;
}

#primary ul,
#secondary ul,
#primary li,
#secondary li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#primary h3,
#secondary h3 {
	padding: 4px 20px;
	font-size: 100%;
	text-transform: uppercase;
	color: #fff;
	background: url("images/h3-bg.png");
	border: 1px solid #000;
}

#primary ul ul,
#secondary ul ul {
	margin: 0;
	padding-left: 20px;
}

#primary li li,
#secondary li li {
	list-style-image: url(images/arrow10.png);
}

#primary a,
#secondary a {
	/* font-weight: bold; */
	text-decoration: none;
}

#nav-container {
	background: #333;
	border: 1px solid #000;
}

#nav {
	margin: 0 20px 0 10px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#nav li {
	float: left;
	list-style: none;
}

#nav li a {
	padding: 10px;
	display: block;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #ccc;
}

#nav li.current_page_parent a,
#nav li.current_page_item a {
	color: #fff;
}

#nav li a:hover {
	text-decoration: none;
	color: #000;
	background: #fff;
}

#nav li ul {
	margin: -5px 0 0 5px;
	padding: 0;
	position: absolute;
	display: none;
	z-index: 50;
	list-style: none;
	color: #000;
	background: #333;
	border: 1px solid #fff;
	border: 1px solid #000;
}

#nav li li {
	margin: 0;
	padding: 0;
	float: none;
}

#nav li li a,
#nav li.current_page_parent li a {
	margin: 0;
	padding: 8px 10px;
	font-size: 100%;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	color: #fff;
	background: #cc0000;
	background: #333;
}

#nav li li a:hover,
#nav li.current_page_parent li a:hover {
	color: #000;
	background: #fff;
}

#nav li:hover ul {
	display: block;
}

#nav li.search {
	width: 157px;
	height: 30px;
	float: right;
	position: relative;
}

.screen-reader-text {
	display: none;
}

#nav #searchform div {
	position: absolute;
	top: 8px;
	right: 0;
	display: block;
	width: 157px;
	height: 24px;
	background: url("images/search.png") no-repeat scroll 0 0 transparent;
}

#nav #searchform input[type="text"] {
	width: 126px;
	height: 18px;
	padding: 2px 2px;
	float: left;
	background: transparent;
	color: #0066cc;
	border: none;
}

#nav #searchform input[type="submit"] {
	width: 27px;
	height: 22px;
	margin: 0;
	padding: 0;
	float: right;
	text-indent: -9999px;
	background: transparent;
	border: none;
}

.hentry {
	margin: 0 0 30px;
	padding-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.hentry h2,
#links h2 {
	margin: 0;
	padding: 0 0 10px;
}
.datum {
	width: 50px;
	margin: 0 10px 0 0;
	padding: 0;
	z-index: 99;
	text-transform: uppercase;
	font-style: normal;
	color: #fff;
	border: 1px solid #000;
	
	float: left;
}

.datum span {
	display: block;
	text-align: center;
}

.dag {
	padding: 3px;
	font-size: 200%;
	color: #000;
	border-bottom: 2px solid #999;
}

.maand {
	font-size: 50%;
	background: url("images/h3-bg.png");
}

.entry-meta {
	padding: 0;
	overflow: hidden;
}

.entry-utility {
	padding: 0;
}

.entry-meta,
.entry-meta a,
.entry-utility,
.entry-utility a {
	font-style: italic;
	font-weight: normal;
	color: #888;
}

.entry-meta a,
.entry-utility a {
	padding: 0 2px;
	text-decoration: none;
	color: #fff;
	background: #0066cc;
	-moz-border-radius: 2px;
}

.entry-meta a:hover,
.entry-utility a:hover {
	background: #0099ff;
}

.comments-link {
	position: relative;
}

.entry-title a {
	text-decoration: none;
	color: #000;
}

.entry-title a:hover {
	color: #0066cc;
}

.entry-content {
	padding: 10px 0;
	overflow: hidden;
}

.entry-content .wpcf7 {
	margin-bottom: 40px;
}

.top {
	padding-left: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #888;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	background: url(images/top.png) no-repeat left center;
}

#links h2 {
	/* padding: 10px 0; */
}

#links {
	margin: 0 20px 0 0;
	padding: 0;
}

#links li {
	margin: 0 40px 0 0;
	padding: 0;
	width: 200px;
	float: left;
	list-style: none;
}

#links ul {
	margin: 0;
	padding: 0 20px;
}

#links li li {
	list-style-image: url(images/arrow10.png);
}

#menu-bottom {
	margin: 0;
	padding: 0 0 80px;
	float: left;
	overflow: hidden;
}

#commentform {
	width: 50%
}

#comment-tags { 
	text-align: justify; 
	line-height: 18px;
}

#comment-tags small strong { 
	display: block; 
}

#comment-tags small code { 
	color: #666;
}

#comment-tags code { 
	display: block;
	color: #999;
}

#comment-input { 
	padding-bottom: 10px;
}

textarea#comment { 
	width: 100%; 
}

#comment-submit { 
	clear: both;
	overflow: hidden; 
}

.comment {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

#pagination {
	margin-bottom: 40px;
	overflow: hidden;
}

#pagination a {
	color: #0066cc;
}

#pagination a:hover {
	color: #cc0000;
}

#menu-bottom li {
	margin: 0 20px 0 0;
	padding: 0;
	width: 230px;
	float: left;
	list-style: none;
}

#menu-bottom h3 {
	padding: 4px 20px;
	text-transform: uppercase;
	color: #fff;
	background: url("images/h3-bg.png");
	border: 1px solid #000;
}

#menu-bottom li ul {
	margin: 0;
	padding: 0 0 0 20px;
	overflow: hidden;
}

#menu-bottom li li {
	list-style-image: url(images/arrow10.png);
}

#footer {
	padding-bottom: 40px;
	clear: both;
	color: #888;
	font-style: italic;
}

#footer a {
	font-weight: normal;
	color: #888;
}

#footer a:hover {
	color: #cc0000;
}

#reclame-blok a {
	width: 160px;
	height: 600px;
	position: absolute;
	top: 165px;
	left: 1010px;
	background: url("images/banner-adverteren.png");
}

#weerbaarheidscursus-banner {
	margin: -10px 0 30px;
	width: 700px;
	height: 200px;
	background: url("images/weerbaarheidscursus-banner.gif");
}

#weerbaarheidscursus-banner a {
	width: 700px;
	height: 200px;
	display: block;
}
