/*
Theme Name: MelkV1
Theme URI: http://www.melkkleuren.nl
Description: A simple theme for a simple site
Version: 1.0
Author: Tineke Timmerman
Copyright: Tineke Timmerman | inTOWN Management
Author URI: http://www.in-town.nl
Tags: News, Gallery, Video on homepage, big header, blue,
*/

/* ----------------------------------------------------
		1 - General
---------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, a, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, button, table, caption, tbody, tfoot, thead, tr, th, td, #sidebar {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family:helvetica;
}

body {
	background:#233E99;
	overflow-x:hidden;
	width:100%;
	padding:0;
	margin:0;
	max-width:100%;
	font-family:verdana;
}
/*-------FONTS---------*/

@font-face {
	font-family: 'DINNextLTProRegular';
	src: url('fonts/dinnextltpro-regular-webfont.eot');
	src: local('?'), url('fonts/dinnextltpro-regular-webfont.woff') format('woff'), url('fonts/dinnextltpro-regular-webfont.ttf') format('truetype'), url('fonts/dinnextltpro-regular-webfont.svg#webfontVFUcffmA') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINNextLTProMediumItalic';
	src: url('fonts/dinnextltpro-mediumitalic-webfont.eot');
	src: local('?'), url('fonts/dinnextltpro-mediumitalic-webfont.woff') format('woff'), url('fonts/dinnextltpro-mediumitalic-webfont.ttf') format('truetype'), url('fonts/dinnextltpro-mediumitalic-webfont.svg#webfontbEOkJHhL') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINNextLTProLight';
	src: url('fonts/dinnextltpro-light-webfont.eot');
	src: local('?'), url('fonts/dinnextltpro-light-webfont.woff') format('woff'), url('fonts/dinnextltpro-light-webfont.ttf') format('truetype'), url('fonts/dinnextltpro-light-webfont.svg#webfontKvmH6GeS') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DINNextLTProCondensed';
	src: url('fonts/dinnextltpro-condensed-webfont.eot');
	src: local('?'), url('fonts/dinnextltpro-condensed-webfont.woff') format('woff'), url('fonts/dinnextltpro-condensed-webfont.ttf') format('truetype'), url('fonts/dinnextltpro-condensed-webfont.svg#webfonthCpGDV8a') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*----------------------*/
a:link, a:visited {
	color:#233E99;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
#container {
	width:920px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
#header {
	max-width:920px;
	margin:20px auto 20px;
	padding:0;
	position:relative;
	overflow:hidden;
}
#banner {
	clear: both;
	background:url(gfx/header.gif) no-repeat;
	height:302px;
	width:920px;
}
/*.click, .click a:link {
	float:right;
	right:15px;
	font-size:11px;
	position:relative;
	outline:0;
	color:#fff!important;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px #fff solid;
	padding:5px;
	margin: 0 0 5px 0;
}
#hideid, #showid, #hideid a, #showid a {
	color:#fff;
	font-size:11px;
	margin-left:5px;
	outline:0;
}
#hideid:hover, #showid:hover {
	background:white;
	color:#233E99!important;
	text-decoration:none;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-bottomleft:2px;
	-webkit-border-radius:2px;
	border-bottom-left-radius:2px;
	border-bottom-right-radius:2px;
	font-size:11px;
	outline:0;
}*/
/* --------HEADERS-------------*/
h1, h2, h3 {
	margin:0;
	padding:0;
	width:100%;
	font-family: 'DINNextLTProRegular';
	font-weight:normal;
}

.box h2, #sidebar h2, .box h2 a, #sidebar h2 a {
	overflow:hidden;
	letter-spacing:1px;
	font-weight:bold;
	font-size:32px;
	margin-bottom:0px;
	color:#233E99;
	font-family: 'DINNextLTProRegular';
}
#sidebar h2 {max-width:255px;width:255px;}


/*---------Several---------------*/
li, ul {
	list-style:none;
}
/* -------MAIN NAVIGATION---------------*/

#navigation {
	height:auto;
	text-transform:uppercase;
	padding:0;
	width:919px;
	font-size:20px;
	letter-spacing:0.5px;
	margin:20px 0;
	overflow:hidden;
	position:relative;
}
#navigation ul {
	margin:0;
	float:left;
	list-style:none;
	padding:0;
	position:relative;
	width:919px;
	text-align:center;
	overflow:hidden;
	
}
#navigation li, #navigation .search li {
	display:inline;
	list-style:none;
	padding:0;
	margin:0 24px 0 0;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	overflow:hidden;
}

#navigation li.search{
margin:0!important;
}

#navigation li a, #s {
	display:inline;
	list-style:none;
	padding:0px 3px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	overflow:hidden;
	font-family: 'DINNextLTProRegular';
	text-decoration:none;
	outline:none;
	color:#fff;
}
#s, input {
background:#fff;
color:#233E99!important;
width:180px;
text-transform:uppercase;
}
.newsletter input {
	text-transform:none;
	width:250px;
	height:15px;
	padding:5px;
}
#searchform{
display:inline;
margin:0;
padding:0;
}
#navigation li a:hover {
	background:#fff;
	padding:0 3px;
	color:#233E99;
	overflow:hidden;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#navigation ul li.current_page_item a {
	background:#fff;
	padding:0 3px;
	color:#233E99!important;
	overflow:hidden;
	background:#fff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	overflow:hidden;
	
}
/*-------SEARCH FORM---------*/

/*#searchform {
	margin:0!important;
	padding:0!important;
	display:inline;
}*/
/*form #searchform .li {
margin:0!important;
padding:0!important;;
}*/
#single #searchform {
	float:none;
}
/*#s, input {
	background:#fff;
	width:180px;
	height:28px!important;
	padding:0px 3px;
	margin:0;
	color:#233E99;
	overflow:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border: 1px #fff solid;
	font-family: 'DINNextLTProRegular';
	
}*/

#searchsubmit, #submit {
	background:url(gfx/search.png) no-repeat center center;
	width:25px;
	height:22px;
	min-height:24px;
	padding:1px;
	overflow:hidden;
	margin:0!important;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;	
	border: 1px #fff solid;
}
#submit {
width:180px;
float:right;
background:#233E99;
color:#fff!important;
box-shadow:2px 2px 2px rgba(0, 0, 0, 0.5);
-moz-box-shadow:2px 2px 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:2px 2px 2px rgba(0, 0, 0, 0.5);
	}

#submit:hover {
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	font-size:98%;
}

#searchsubmit:hover {
	cursor:pointer;
}
.newsletter table {
font-family: 'DINNextLTProRegular';
}
/*----------MAIN-------------*/
#content {
	margin:40px 0 50px;
	padding:0;
	display:block;
	color:#233E99;
	width:920px;
}
#news, #single, #videos {
	float:left;
	width:500px;
}

#videos object, #videos p, #videos iframe {
	max-width:335px;
	width:335px;
	
}


.box {
	clear:both;
	width:500px;
	color:#233E99!important;
	margin:0 0 40px;
	position:relative;
	letter-spacing:1px;
	overflow:hidden;
}
.box p {overflow:hidden;}
.box .top {
	background:url(gfx/box_01.gif) no-repeat top left;
	width:500px;
	height:188px;
	overflow:hidden;
}
.box .mid {
	background:url(gfx/box_02.gif) repeat-y top left;
	width:500px;
	min-height:300px;
	overflow:hidden;
	padding-left:13px;
}
.entry {
	width:335px;
	margin:3px 0 40px;
	padding:5px;
}
#single .entry {
	margin:0;
}
/*.entry:hover {
	box-shadow:5px 5px 12px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:5px 5px 12px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:5px 5px 12px rgba(0, 0, 0, 0.5);
}*/
.entry p {
	text-align:left;
	font-size:12px;
	line-height:16px;
	margin:0;
}
#single .entry p {
	margin:0 0 20px;
}

.box .bottom {
	background:url(gfx/box_03.gif) no-repeat top left;
	width:500px;
	min-height:67px;
	overflow:hidden;
}
.readmore, .readmore a {
	text-transform:uppercase;
	font-weight:bold;
	margin:10px 0;
	font-size:12px;
}
/*-------Sidebar---------*/
#sidebar {
	width:380px;
	display:inline-block;
	display:inline;
	float:right;
	overflow:hidden;
	margin-top:50px;
}
#sidebar #top {
	background:url(gfx/boxklein_01.gif) no-repeat top left;
	min-height:144px!important;
	max-height:144px!important;
	height:144px;
	overflow:hidden;
}
#sidebar #mid {
	background:url(gfx/boxklein_02.gif) repeat-y top left;
	min-height:145px;
	padding:5px 0px 5px 1.5px;
	overflow:hidden;
	
}
#sidebar #bottom {
	background:url(gfx/boxklein_03.gif) no-repeat top left;
	min-height:53px;
	overflow:hidden;
	width:380px;
}
#sidebar object, #sidebar p, #sidebar iframe {
	max-width:260px;
	width:260px;
	max-height:190px;
}
.side {
	max-width:280px;
	width:280px;
	padding:10px;
}
#footer {
	clear:both;
	display:block;
	min-height:50px;
	overflow:none;
}
/*-------------Page Navigation-------*/
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: none;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a:hover {
	background: #233E99;
	color:#fff;
}
.wp-pagenavi span.current {font-size:14px;}
.wp-pagenavi span.current {font-weight: bold;}
.navigation, .addthis_toolbox {
	width:335px;
	border-top:1px #acacac dotted;
	margin:15px 0 0 0px;
	padding-top:10px;
	font-size:12px;
}
.navigation, #single .addthis_toolbox {
margin-left:17px;
}

.navigation a {font-weight:bold;}
.previous {float:left;}
.next {display:inline;float:right;}

.social {
margin-top:10px;
}
.twitter {
float:left!important;
margin-right:5px;
}
.fb-like, .fb-like iframe {
display:inline!important;
max-width:80px!important;
max-height:50px!important;
}
.ngg-album {
border:none;
}
.ruimte {
height:15px;
overflow:hidden;
}


