/*   
Theme Name: Verse Overheid
Theme URI: www.verseoverheid.nl
Description: Theme for Verse Overheid
Author: M.Borman 
Author URI: http://www.twitter.com/MFBorman
Version: v.0.0.1
.
General comments:
Free to use
.
*/

/* General declarations */
	body {
	margin: 0;
	padding: 0;
	border: 0; /* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #fff;
	min-width: 600px; /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 84%;
	letter-spacing: 1px;
	line-height: 170%;
}
	a {
		color: #5cad21;
		text-decoration: none;
	}
	a:hover {
		color: #2e21ad;
		text-decoration:none;
}
	h1, h2, h3, h4 {
		margin:.8em 0 .2em 0;
		padding:0;
		font-weight: bold;
	}
	h1 {
		font-size: 115%;
	}
	h2 {
		font-size: 110%;
	}
	h3 {
		font-size: 105%;
	}
	h4 {
		font-size: 100%;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
	}
	img {
		margin:10px 0 5px;
		border: none; 
	}
	/* Header styles */
	#header {
		clear:both;
		float:left;
		width:100%;
	}
	#header {
		border-bottom:1px solid #5cad21;
	}

	#logo img {
		float: left;
	}
	#logo {
		padding-left: 15px;
		padding-top: 15px;
		clear:both;
	}
	.slogan{
		position: relative;
		top: 10px;
		text-align:right;
		font-weight: bold;
		vertical-align: text-bottom;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #5cad21;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
		vertical-align: middle;
		font-size: 75%;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;				/* width of whole page */
		overflow:hidden;			/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
							only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column blog style settings */
	.blogstyle {
		background:#eee;			/* right column background colour */
	}
	.blogstyle .colmid {
		right:25%;				/* width of the right column */
		background:#f4f4f4;		/* center column background colour */
	}
	.blogstyle .colleft {
		right:25%;				/* width of the middle column */
		background:#fff;			/* left column background colour */
	}
	.blogstyle .col1 {
		width:46%;				/* width of center column content (column width minus padding on either side) */
		left:52%;				/* 100% plus left padding of center column */
	}
	.blogstyle .col2 {
		width:21%;				/* Width of left column content (column width minus padding on either side) */
		left:56%;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.blogstyle .col3 {
		width:21%;				/* Width of right column content (column width minus padding on either side) */
		left:60%;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:1px solid #444444;
		background-color: #e6e6e6;
	}
	#footer p {
		font-size: 70%;
		text-align: center;
		padding:10px;
		margin:0;
	}
	
	/*declarations for WP */
	.col2 h4 {
		border-bottom-color: #d8d8d8;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		width: 100%
	}
	
	.col3 h4 {
		border-bottom-color: #d8d8d8;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		width: 100%
	}

	.cat {
	   font-size: 75%;
		color: #999;
	}
	.more-link {
		font-size: 75%;	
	}
	.comments {
		clear:both;
		float:left;
		width:100%;
		border-bottom:1px solid #929292;
	/*	background-color: #f4f4f4; */
		font-size: 80%;
		color: #929292;
		padding:5px;
		margin:0;
	}
	.post {
		padding-bottom: 40px;
	}
	.alignleft {
		position: relative;
		float: left;
	}
	.alignright {
		position: relative;
		float: right;
	}
	.postmetadata {
		font-size: 80%;
	}
	.textwidget {
		font-size: 80%;
	}
	/* vormgeving petitiepagina */
	#header h1{
		font-size: 150px;
		font-weight: bold;
	}