@charset "utf-8";
/*
Theme Name: DeVrede (aka Pinboard)
Theme URI: http://www.onedesigns.com/wordpress-themes/pinboard
Description: Used to modify the reizen.devrede.net website.
Version: 1.0
Author: Bert Hankes
Author URI: http://www.assendelfthankes.nl/
Template: pinboard
*/

@import url("../pinboard/style.css");

/*/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-width: 760px){
	#sidebar {
		display:none;
	}
	#content
	{
		 width:99% !important;
	}
	#wrapper,
	.page-template-template-no-sidebars-php #wrapper,
	.page-template-template-blog-no-sidebars-php #wrapper,
	.page-template-template-portfolio-no-sidebars-php #wrapper {
		max-width:620px;
	}
}

@media screen and (min-width: 640px){
	.menu {
		display:none;
	}
	#content
	{
		width:73%;
	}
	#sidebar{
		width:27%;
	}
}

.widget_categories
{
 width:200%;
}

#header #searchform 
{
    display: none;
}

.twocol .entry-container
{
	padding:2%;
}

.widget_categorizedtagcloudwidget, .widget_collapscat, .widget_text
{
	width: 180%;
}

#wdvr_form_aanmelden {
	color:black;
}
.wdvr_disabled {
	color:gray !important;
	box-shadow:none !important;
}