/* 
Theme Name: Miek 
Theme URI: http://www.miekvandongen.com/ 
Description: (Almost) as basic as can be. 
Author: Sam Parkinson 
Author URI: http://miekvandongen.com 
Version: 1.0 
*/  
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	/*text-align: left;*/
}
:focus, a {
	outline: 0;
}
ol, ul {
	list-style: none;
}

body{
	color: #4d4d4d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 3.6363em;
}
h1{
	background: #fff url(img/logo-miek.org.gif) no-repeat;
	float: left;
	height: 110px;
	width: 200px;
}
h1 a{
	display: block;
	height: 110px;
	width: 200px;
	overflow: hidden;
	text-indent: -9999px;
}
h2 {
	font-size:1.2727em;
	line-height:1.4em;
	margin:3em 0 1.4em;
	text-align: left;
}
/*
h2, #header{
		font-family: VegurRegular, Verdana, Arial, Helvetica, sans-serif;;
}
*/
h3{
	font-size: 1.4545em;
	font-weight: bold;
	line-height: 1.03125em;
	margin-top: 2.0625em;
	margin-bottom: 1.03125em;
}
p, #content ul{
	line-height: 1.5em; /* 16.5px */
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}
a:link, a:visited{
	color: #188BB1;
	text-decoration: none;
}
#content a{
	line-height: 1.5em;
}
a:hover, a:active{
	text-decoration: underline;
}
/**************************** FORMS ***********************************/
label, input{
	display: block;
}
input, textarea{
	border: 1px solid #999;
	margin-bottom: 1.5em;
	width: 278px;
}
label{
	line-height: 1.5em;
}
input{
	height: 1.5em;
}
textarea{
	height: 11em;
}
input.submit{
	height: auto;
	width: auto;
}
/****************************** MAIN DIVS ********************************/
#header{
	height: 3.6363em;
	margin: 0 auto;
	width: 1000px;
}
div.sociable{
	color: #666;
	float: left;
	margin-left: 43px;
}
div.sociable_tagline, .sociable ul{
	float: left;
}
div.sociable_tagline strong, .sociable ul{
	line-height: 3.6363em;
	margin-right: 1em;
}
.sociable img{
	vertical-align: middle;
}
.sociable li{
	display: inline;
	margin-right: .35em;
}
ul#nav {
	float: right;
	line-height: 1.8181em;
	padding: 1.1em 0;
	margin-right: 210px;
}
ul#nav li{
	display: inline;
	margin-left: 3.6363em;
}
#nav a:link, #nav a:visited{
	color: #666;
	font-size: 1.2727em;
}
body #nav a.active{
	cursor: default;
	font-weight: bold;
	text-decoration: none;
}
#wrapper{
	background-color: #fff;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	overflow: hidden;
}
#container{
	margin: 0 auto;
	width: 1000px;
}
#content{
	float: left;
	padding: 0 10px 5.4545em 10px;
	width: 580px;
}
/********************************** POSTS pages ************************************/ 
/**** zamango page navigation
.zmg_pn is nieuwe versie, .zmg_pagebar etc is oude versie
****/

div#post, .zmg_pn, .zmg_pagebar{
	text-align: center;
}
.zmg_pn, .zmg_pagebar{
	margin-top: 4em;
	margin-bottom: 1.7818em;
	text-align: center;
}
span.zmg_pn_current{
	color: #000;
	font-weight: bold;
}
.zmg_pn a:link, .zmg_pn a:visited, .zmg_pagebar a:link, .zmg_pagebar a:visited{
	color: #666;
	padding: 0 .5em;
}

#content img{
	border: 1px solid #666;
}
#content a img{
	float: left;
	margin: 9px;
}
p.subscript{
	margin-top: 4em;
}
/****************************** CONTACT FORM 7 **********************************/
.halfcol1, .halfcol2{
	float: left;
}
.halfcol1{
	width: 290px;
}
.halfcol2{
	margin-left: 10px;
	width: 280px;
}
form br{
	display: none;
}
span.submit input, input[type="submit"]{
	height: auto;
	width: auto;
}
.wpcf7-not-valid-tip-no-ajax, wpcf7-not-valid-tip{
	display: none;
}
.wpcf7-validation-errors{
	color: #f00;
}
