/*
Theme Name: DidM
Theme URI: http://www.drukwerkindemarge.com/
Description: DidM Wordpress theme design
Version: 1.0
Author: Sander Pinkse
*/

@import url("reset.css");

* {
	margin: 0;
	padding: 0;
}
body {
	padding: 20px;
	text-align: left;
	letter-spacing: .25px;
	font: normal .85em "skolar-1", "skolar-2", Georgia, "Times New Roman", Times, serif;
	color: #3d3d3d;
	line-height: 1.5em;
	background: #eaeaea url(images/paper-brown-small.jpg) repeat;
	text-rendering: optimizeLegibility;
}
/*
.wf-loading body {
	visibility: hidden;	
}
.wf-active body {
	visibility: visible;	
}
*/
body #content {
	background: #fff;
	background-image: url(images/zetter-didm.gif), url(images/line-dash.gif);
	background-repeat: no-repeat, repeat-y;
	background-position: left bottom, 65%;
	padding-bottom: 110px;
	min-height:500px;
  	height:auto !important;
  	height:500px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
}

body.home #content {
	background: #fff;
	background-image: url(images/zetter-didm.gif), url(images/line-dash.gif);
	background-repeat: no-repeat, repeat-y;
	background-position: left bottom, 70.5%;
	padding-bottom: 0px;
	min-height:500px;
  	height:auto !important;
  	height:500px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2), inset 0 0 50px rgba(0, 0, 0, 0.1);  
}


/*-----structure-----*/

.ffix {
	clear: both;
}
#galleria{
	width:100%;
	height:200px;
	background:#222;
	background:-moz-radial-gradient(center 45deg, circle closest-side, #222 40%, #000 100%);
	background:-webkit-gradient(radial, center 50%, 20, center 50%, 250, from(#333), to(#000))
}
#outer {
	background: none;
	min-width: 60em;
	max-width: 86em;
	margin: 0 auto;
}
#container {
	background: none;
}
.left {
	width: 26%;
	float: left;
	padding: 2%; 
	padding-bottom: 110px;
}
.focus {
	padding: 2%;
	background: #fff;
	background-image: url(images/line-horizontal-dash.gif), url(images/line-dash.gif);
	background-repeat: repeat-x, repeat-y;
	background-position: bottom, left;
}
.right {
	float: left;
	width: 70%;
	background: fff;
	background: url(images/line-dash.gif) repeat-y left;
}
.main {
	width: 54%;
	padding: 2%; 
	float: left;
}
.sidebar {
	float: left;
	padding: 2%;
	width: 38%;
}
.single-main {
	width: 61%;
	padding: 2%;
	float: left;
}
.single-sidebar {
	padding: 2%;
	width: 31%;
	float: left;
}
.footer {
	height: 60px;
	line-height: 4.5em;
	padding: 0 10px;
	clear: both;
}

/*-----links-----*/

a {
	text-decoration: none;
	border-bottom: none;
	color: #516999;
}
a:hover {
	color: #3a86ef;
}
h2 a, h3 a {
	color: #3d3d3d;
}
h2 a:hover, h3 a:hover {
	color: #516999;
}

/*-----header-----*/

#header {
	background-color: none;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#header h1 {
	display: none;
}
#search-form {
	color: #3d3d3d;
	text-transform: uppercase;
	float: right;
	padding: 5px 0 5px 5px;
}
#search-form input {
	width: 200px;
}
#searchform {
	padding-bottom: 15px;
}
#searchform label {
	padding: 0 0 8px 0;
	display: block;
}
ul.nav {
	height: 40px;
	list-style: none;
}
ul.nav li {
	float: left;
	font: normal .875em "ronnia-1","ronnia-2", "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: .5px;
	display: block;
	text-transform: uppercase;
	line-height: 3.5em;
	padding: 0px;
}
ul.nav li a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 0 10px;
	border: none;
	color: #000;
}
ul.nav li a:hover {
	background: none;
	color: #960309;
	border-bottom: hide;
}
ul.nav li a.active {
	background: none;
	color: #b3000b;
	border-bottom: hide;
	font-weight: bold;
	background: url(images/triangle.gif) no-repeat center bottom;
}


/*------container------*/

p {
	line-height: 1.5em;
	font-size: 1.35em;
	padding: .65em 0;
}
table {
	line-height: 1.5em;
	font-size: 1.15em;
	margin-top: 1em;
	margin-bottom: 1em;
}
sup {
	font-size: .85em;
	vertical-align: super;
}
abbr {
	border-bottom: 1px dotted #999;
	cursor: help;
}
acronym {
	border-bottom: 1px dashed #999;
	cursor: help;
}
blockquote {
	font-style: italic;
	min-height: 70px;
	line-height: 1.5em;
	clear: both;
	padding: 1em 2em;
}
small {
	font-size: .85em;
}
cite {
	padding-left: 1em;
}
h2 {
	font-size: 1.75em;
	font-weight: normal;
	color: #b3000b;
	padding-top: .5em;
	padding-bottom: 1.5em;
	line-height: 1.5em;
}
h3 {
	font-size: 1.15em;
	font-weight: bold;
	margin: 0;
	color: #b3000b;
	padding: .25em 0;
}
h4 {
	font-size: 1.15em;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	color: #3d3d3d;
	padding: .75em 0 .25em;
}
.category {
	text-transform: uppercase;
	font-family: "ronnia-1","ronnia-2", "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.25em;
	letter-spacing: 1px;
	color: #696969;
}
.category a {
	color: #696969;
}
.post h3 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.5em;
	padding: .25em 0 1em;
}
.post {
	padding-bottom: 15px;
	background: url(images/stripe3.gif) repeat-x bottom;
	margin-bottom: 15px;
}
.post hr, .single-main hr {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #a0a0a0;
	width: 100px;
}
.post .author {
	padding-bottom: .25em;
}
.post .author em {
	font-style: italic;
}
.list {
	background: url(images/stripe3.gif) repeat-x bottom;
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 1.5em;
	font-size: 1.35em;
}
.list p {
	font-size: 1em;
}
.list a {
	color: #3d3d3d;
}
.thumb {
	float: left;
	background: #eaeaea;
	padding: 5px;
	margin-right: 10px;
}
.thumb img {
	border-style: none;
}
.alle-berichten {
	padding-top: 1em;
	font-style: italic;
	margin-bottom: 3em;

}
.highlight a {
	display: block;
	padding-top: 1em;
	background: url(images/stripe3.gif) repeat-x;
	color: #b3000b;
}
.rule {
	background: url(images/stripe3.gif) repeat-x bottom;
	margin-bottom: 1em;
}



/*------left------*/

.left .archive .list h3, .left .archive .list .category {
	float: none;
	color: #696969;
}
.intro {
	padding-top: 0;
	padding-bottom: 1em;
	background: url(images/stripe3.gif) repeat-x bottom;
}
.intro p {
	font-size: 1.5em;
	line-height: 1.65em;
}
.left h2 {
	padding-top: 1em;
	padding-bottom: .25em;
}
.left .list p {
	font-size: 1em;
}

/*------sidebar------*/

.sidebar h2 {
	color: #3d3d3d;
	padding-bottom: .75em;
}
.sidebar ul {
	list-style: none;
	padding-bottom: 15px;
}
.sidebar ul li {
	padding: 5px 0;
	background: url(images/stripe3.gif) repeat-x top;
}

/*------single-sidebar------*/

.single-sidebar h2 {
	font-size: 1.75em;
	padding-top: 1em;
	padding-bottom: .5em;
}
.single-sidebar h3 {
	font-size: 1.25em;
	padding-bottom: .5em;
	padding-top: 1em;
}
.single-sidebar ul {
	padding-bottom: 2em;
	background: none;
}
.single-sidebar ul li {
	font-size: 1.15em;
	background: url(images/stripe3.gif) repeat-x bottom;
	padding: .5em 0;
}
.single-sidebar ul li a {
	border: none;
}
.single-sidebar .thumb {
	margin-bottom: 1em;
}
.single-sidebar .log-in {
	margin-top: 2em;
	font-style: italic;
}
.sidebar .category {
	font-size: .65em;
}
.sidebar .category a {
	color: #696969;
}


/*------single-main------*/

.single-main img {
	border: none;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}
.single-main a img {
	border: none;
}
.single-main img.nieuwsbrief {
	border: none;
	display: block;
  	-webkit-box-shadow: 3px 3px 6px #666;
	-moz-box-shadow: 3px 3px 6px #666;
	box-shadow: 3px 3px 6px #666;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin-bottom: 1em;
	margin-top: 2em;
}
.single-main p a {
	color: #516999;
}
.single-main .sum {
	width: 200px;
	float: right;
	font-size: 1em;
	background: #efefef;
	border: 1px solid #eaeaea;
	padding: 15px;
}
.single-main .kader {
	font-size: 1em;
	padding-left: 2em;
}
.single-main .author {
	padding-bottom: 2em;
}
.single-main .columns {
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-moz-column-rule: none;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	-webkit-column-rule: none;
	column-count: 2;
	column-gap: 2em;
	column-rule: none;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.single-main .three-columns {
	-moz-column-count: 3;
	-moz-column-gap: 2em;
	-moz-column-rule: none;
	-webkit-column-count: 3;
	-webkit-column-gap: 2em;
	-webkit-column-rule: none;
	column-count: 3;
	column-gap: 2em;
	column-rule: none;
	margin-top: 1em;
	margin-bottom: 1.5em;
}
.single-main .date {
	padding-bottom: 10px;
	font-style: italic;
}
.single-main .cat-date {
	padding-top: 8px;
	float: right;
	font: normal 10px "ronnia-1","ronnia-2", "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
}
.single-main .search-results-cat {
	padding-top: 8px;
	float: right;
	text-transform: uppercase;
	font: normal 10px "ronnia-1","ronnia-2", "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
}
.single-main .search-results-cat a {
	color: #696969;
}
.single-main h2 {
	padding-bottom: .5em;
}
.single-main h3 {
	padding-top: 1.5em;
	font-size: 1.25em;
	color: #3d3d3d;
	padding-bottom: .5em;
}
.single-main .list h3 {
	padding-top: .5em;
	padding-bottom: .25em;
	font-weight: normal;
}
.single-main ol, .single-main ul {
}
.single-main ul li, .single-main ol li {
	background: url(images/stripe3.gif) repeat-x bottom;
	font-size: 1.15em;
	padding: .5em 0;
}
.single-main ul li a, .single-main ol li a {
	color: #3d3d3d;
}
.cat .list {
	background: url(images/stripe3.gif) repeat-x bottom;
	color: #696969;
}
.cat .list p {
	color: #3d3d3d;
}
.cat .list p a {
	color: #516999;
}
.cat .list h3 {
	float: left;
	padding-top: .25em;
	padding-bottom: .25em;
	font-weight: normal;
}
.right .archive .list h3 {
	font-size: 1em;
	font-weight: normal;
}
.wp-caption {
	background: #efefef;
	text-align: center;
	font-style: italic;
	float: left;
}
.alignleft {
	float: left;
	margin-right: 2em;
}
.alignright {
	float: right;
	margin-left: 2em;
}
.alignright-alt {
	float: right;
	margin-left: 999em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignnone {
	clear: both;
	float: none;
}
.navigation {
	clear:both;
}
.navigation .alignright, .navigation .alignleft {
	padding: 20px 0;
}
.navigation a  {
	border-bottom: none;
}
.navigation-post {
	padding: 25px 10px 25px 10px;
}
.navigation-post a {
	font-weight: bold;
}
.author-detail {
	background: #efefef;
	border: 1px solid #eaeaea;
	padding: 10px;
	margin-top: 20px;
}
.author-detail p {
	line-height: 1.25em;
}
.author-detail a, .footer a {
	border-bottom: none;
}
.author-detail h5 {
	font-weight: normal;
	font-size: 16px;
}
.author-detail img.avatar {
	float: left;
	padding: 3px;
	background: #fff;
	margin-right: 10px;
	width: auto !important;
}
.wp-smiley {
	padding: 0 !important;
}
.post-data {
	text-align: left;
	background: url(images/stripe3.gif) repeat-x top;
	margin: 2em 0;
	padding: 1em 0;
	font: normal .75em "ronnia-1","ronnia-2", "Lucida Grande", "Lucida Sans", Verdana, Helvetica, Arial, sans-serif;
	color: #696969;
	letter-spacing: .5px;
	text-transform: uppercase;
}
.post-data a {
	border-bottom: none;
	color: #696969;
}
.comments {
	padding-top: 2em;
	width: 40em;
}
.comments h3 {
	background: url(images/stripe3.gif) repeat-x top;
}
.comments label {
	font-size: .85em;
	padding-left: .5em;
}
.comments h4 {
	font-style: italic;
	padding-top: 1em;
	font-weight: normal;
	font-size: 1.25em;
}
.comments ul {
	list-style: none;
	padding: 0;
}
ul.children {
	padding-left: 150px;
	width: 570px;
}
ul.children .comment {
	background: #efefef;
}
.reply {
	padding-bottom: 10px;
}
ul.children .comment-author {
	width: 32em;
}
.writer {
	width: 40em;
	float: left;
}
.writer em {

}
.comment, .pingback {
	background: url(images/stripe3.gif) repeat-x bottom;
	padding: 10px;
}
.comment p {
	font-size: .85em;
	line-height: 1.5em;
}
.comment p.reply {
	padding: 10px;
	background: #efefef;
}
.comment-author {
	width: 40em;
	float: left;
	padding-left: 90px;
}
.comment .avatar {
	width: 32px;
	float: left;
	padding-right: 10px;
	padding: 3px;
	background: #eaeaea;
}
.comment-meta {
	display: inline;
}
.gravatar img {
	padding: 3px;
	background: #eaeaea;
}
.comment blockquote {
	background: url(images/smallquote.gif) no-repeat top left;
	padding: .5em 2em	;
}
textarea#comment {
	width: 40em;
}
.verkocht {
	float: right;
}


/*------footer------*/

.footer a {
	text-decoration: none;
	color: #696969;
}
.footer .creator {
	width: 400px;
	float: left;
	color: #696969;
}
.footer .copyright {
	width: 500px;
	float: right;
	text-align: right;
	color: #696969;
}


/*_____IE self-clear floats_____*/

* html .group { /* IE6 */
	height: 1%;
	}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}

