/* 
Theme Name:     Superstedeke
Theme URI:      http://www.superstedeke.nl/ 
Description:    Repzz Responsive thema voor Superstedeke
Author:         Repzz, www.repzz.nl
Author URI:     http://www.repzz.nl
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=tel], input[type=url], input[type=password],
input[type=text], input[type=email], input[type=reset],
input[type=button], input[type=submit], button, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
    color: #515151;
	padding: 4px 7px;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
    height: auto;
    max-width: 100%;
	vertical-align: middle;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	color: #ff6600;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub, 
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.04167%;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.04167%;
}


/* Normalized Styles
------------------------------------------------------------------------------*/
.temp {display: none;/**/ color: #ccc; font-size:10px;}
html {overflow-y: scroll;}
body {
	background: #fff;
	color: #19160D;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
 }

input, textarea, select, button {
	outline: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, sans-serif;
}

a, a:visited, a:focus, a:active {
	text-decoration: none;
	color: #ff5001;
}

h1, h2 {
	font-size: 18px;
	padding: 10px 0;
}
h3 {
	font-size: 15px;
	padding: 10px 0 0;
}
h4 {padding-top: 10px;}

blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #fcf55f;
} 

/* Container
------------------------------------------------------------------------------*/
.container {
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	width: 960px;
}


/* Header
------------------------------------------------------------------------------*/
#header {
	margin: 0 4.16667%;
	height: 180px;
	position: relative;
}

.tagline {
	float: left;
	margin: 50px 0 0 0;
	width: 100%;
}
.logo {
	position: relative;
	width: 100%;
}
.logo .site-description {
	font-size: 48px;
	font-weight: bold;
	line-height: 1em;
	margin-left: 260px;
	position: relative;
	z-index: 100;
}
.logo .site-description a {color: #cf2500;}
.logo img {
	position: absolute;
	left: 0;
	top: 0;
}
.tagline span {
	color: #b28760;
	display: inline-block;
	font-size: 33px;
	letter-spacing: 3px;
	margin-left: 10px;
	padding: 30px 0 0 0;
}

/* Navigation
------------------------------------------------------------------------------*/
#menu {
	clear:both;
	float: right;
	padding: 17px 0 0;
}

#menu li {
	padding: 0 0 6px 0;
	display: inline-block;
	position: relative;
}
#menu li.mobile {display: none; visibility: hidden;}

#menu ul li:hover ul {
	display: block;
}

#menu ul ul li {
	padding: 0;
	display: block;
}

#menu ul ul a {
	text-align: left;
	display: block;
	padding: 0 10px 9px 20px;
}

#menu ul ul {
	background: #fff;
	display: none;
	width: 190px;
	padding: 10px 0 15px;
	position: absolute;
	top: 100%;
	z-index: 888;
	left: 5px;
	-webkit-box-shadow: 3px 3px 8px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    3px 3px 8px 0px rgba(50, 50, 50, 0.2);
	box-shadow:         3px 3px 8px 0px rgba(50, 50, 50, 0.2);}

#menu .current-menu-item a, 
#menu .current-menu-ancestor a, #menu .current-menu-parent a,
#menu .current-page-ancestor a, #menu .current-post-parent a {
	background: url(images/ic-aan.png) no-repeat top right;
	color: #f95a16;
	font-weight: bold;
}
#menu a:hover {color: #ff5001;}
#menu ul ul a:hover {background: none;}
	#menu .current-menu-item li a, 	
	#menu .current-menu-parent li a {background: none; color: #0099cc; font-size: 12px;
    letter-spacing: 0.5px;}
	#menu .current-menu-item li a:hover, 
	#menu .current-menu-parent li a:hover {background: none; color: #f95a16;}
	#menu .current-menu-item .current-menu-item a, 
	#menu .current-menu-parent .current-menu-item a {background: none; color: #f95a16;}

#menu a {
	color: #0099cc;
	/*font-family: ;*/
	font-size: 14px;
	font-weight: 400;
	padding: 0 14px 4px 20px;
	text-transform: uppercase;
}
#menu a::first-letter {}

/* Code voor responsive menu. 
Zie http://medialoot.com/blog/how-to-create-a-responsive-navigation-menu-using-only-css */
/*Style 'show menu' label button and hide it by default*/
	.show-menu {
		background: #fff;
		/*border-bottom: 2px solid #5b514c;*/
		color: #5b514c;
		cursor: pointer;
		display: none;
		font-size: 1.3em;
		padding: 6px 0;
		text-align: center;
		text-decoration: none;
	}
	
	/*Hide checkbox*/
	input[type=checkbox]{
		display: none;
		-webkit-appearance: none;
	}
	
	/*Show menu when invisible checkbox is checked*/
	input[type=checkbox]:checked ~ #menu-hoofdmenu {
		display: block;
	}


/* Basics
------------------------------------------------------------------------------*/
#wrap {
	border: dashed 2px #ff6600;
	float: left;
	position: relative;
	width: 100%;
}
#content {
	background-color: #fff;
	background: #fff;
	float: left;
	margin: 0;
	min-height: 300px;
	overflow: hidden;
	padding: 10px 4.16667% 60px;
	width: 69.5833%;
}
#sidebar {
	float: right;
	padding: 0 3.16667% 0 5.16667%;
	width: 30.4167%;
}
#footer {
	/*border-top: 3px solid #6fccbb;*/
	clear: both;
	/*height: 180px;*/
	margin: 0 4.16667%;
	padding: 10px 0 0;
}


/* Content
------------------------------------------------------------------------------*/
#content img{margin: -2px 0 2px;}
#content img.alignleft {float: left; margin: 4px 20px 12px 0;}
#content .wp-caption.alignleft {float: left; margin: 4px 20px 12px 0;}
#content img.alignright, #content .wp-caption.alignright {float: right; margin: 4px 0 12px 20px;}
#content img.aligncenter, #content .wp-caption.aligncenter {display: block; margin: 8px auto;}
#content .wp-caption-text {color: #666; font-size: 12px; font-style: italic;}

#content h2::first-letter {text-transform: uppercase;}
#content p {padding: 0 0 10px;}
#content p a {color: #ff5001; text-decoration: underline;}
#content .more {color: #ff6600;}
#content .post {border-top: dashed 2px #ff6600; float: left; padding-bottom: 20px; width: 100%;}
#content .post:first-of-type {border-top: none;}

#content li:before {
    content: "• ";
    color: #ff6600; 
}
#content li {
	padding-left: 1em; 
    text-indent: -1em;
}
#content ol {
	list-style-type: decimal;
}
#content ol li {
	margin: 0 0 0 23px;
}

.navigation {
    clear: both;
    float: left;
    margin-top: 20px;
    width: 100%;
}
.prev-posts {float: left;}
.next-posts {float: right;}
.navigation a {}
#content p a.more-link {
	color:#b28760;
	display: block;
    margin-top: -10px;
}


/* Sidebar
------------------------------------------------------------------------------*/
#sidebar .widget {
	/*float: left;*/
	margin-bottom: 30px;
	padding: 20px 24px 60px;
}
#sidebar a, #sidebar a:visited {color: #0099cc;}
#menu-deelnemers li {line-height: 1em; padding: 8px 0;}
#menu-deelnemers a:hover {color: #ff5001;}
#menu-deelnemers li.current-menu-item a {font-weight: bold;}

/* Footer
------------------------------------------------------------------------------*/
#footer .widget {
	color: #5b514c;
	line-height: 28px;
}

/* Colofon
------------------------------------------------------------------------------*/
.container.colofon {}
#colofon {
	color: #5b514c;
	font-size: 0.8em;
	padding: 0 4.16667% 60px;
}

.col100 {
	margin: 0 auto 12px;
}
#footer li {
	display: inline-block; 
	font-size: 13px;
	margin-left: 34px;
}
.col50 {
	float: left;
	width: 50%;
}


/* Media
==============================================================================
			============================================================================== */ 
@media screen and (min-width: 768px) and (max-width: 1006px) {

	.container {
		/*background: red;*/
		width: auto;
		padding: 0 10px;
	}
	#footer {width: auto;}
	#footer li {margin-left: 14px;}
	#colofon {width: auto;}
	.tagline span {}
	#menu {}
	
 	/*#content img {max-width: 60%;}*/

}
@media screen and (min-width: 431px) and (max-width: 767px) {

	#content {/*background-color: silver; */padding-bottom: 30px;}
	.container {
		width: auto;
	}

	#header {
		margin: 0 1.04167%;
		padding: 0;
		z-index: 99;
	}

	#menu {
		background: none;
		float: left;
		left: 0;
		position: absolute;
		text-align: left;
		top: 0;
		min-width: 100%;
		z-index: 100;
	}
	
	#header .logo {
		margin-top: 37px;
	}
	#header .logo img {max-width: 36%;}
	#header .tagline {
		float: none;
		margin: 0 auto;
		padding-top: 45px;
		text-align: center;
	}
	#header .tagline h1 {font-size: 32px;}
	.logo .site-description {font-size: 38px; margin-left: 36%;}

	#content {
		float: none;
		width: auto;
	}

	#footer {
		margin: 0;
		width: auto;
	}
	#footer li {display: block;}
	#colofon {margin: 10px; width: auto;}
	.col50.left {padding-left: 24px;}
	#footer .textwidget {line-height: 24px;}

	#sidebar {
		float: none;
		width: auto;
	}
	#sidebar .widget {padding-left: 24px;}
	.miro {display: none; visibility: hidden;}

	#content h4 {
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 15px;
	}
	
	/* Code voor responsive menu. 
Zie http://medialoot.com/blog/how-to-create-a-responsive-navigation-menu-using-only-css */
	/*Make dropdown links appear inline*/
	#menu ul {
		background-color: #fff;
		border-right: 1px solid #f95a16;
		border-bottom: 1px solid #f95a16;
		border-left: 1px solid #f95a16;
		display: none;
		padding: 0 0 10px 0;
		position: static;
	}
	
	#menu a {display: block;}
	
	/*Create vertical spacing*/
	#menu li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	#menu ul li {
		background-color: #fff;
		display: block;
		width: 100%;
	}
	#menu li a {
		line-height: 30px;
		padding-left: 19px;
		width: 100%;
	}
	#menu ul ul {border: none;}
	#menu ul ul a {padding: 0 10px 0 20px;}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
	ul#menu-hoofdmenu ul {
		background: none;
		display: block; 
		padding: 0 0 2px 10px; 
		position: relative; 
		width: 95%;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
	}
	#menu .current-menu-item a, 
	#menu .current-menu-ancestor a, 
	#menu a:hover {
		background: none;
	}
	
	#menu li.mobile {display: block; visibility: visible;}
	#sidebar .widget_xmobile {display: none; visibility: hidden;}

}
@media screen and (max-width: 430px) {

	#content {/*background-color: yellow;*/padding-bottom: 30px;}
	.container {
		width: auto;
		padding: 0 1.04167%;
	}

	#menu {
		background: none;
		float: left;
		left: 0;
		position: absolute;
		text-align: left;
		top: 0;
		min-width: 100%;
		z-index: 100;
	}
	
	#header {height: 150px; z-index: 99;}
	#header .logo {
		margin-top: 68px;
	}
	#header .logo img {left: 20%; max-width: 60%;}
	.logo .site-description {display: none; font-size: 42px; margin: 0 auto;}
	#header .tagline {
		clear: both;
		margin: 0 auto;
		text-align: center;
	}
	.tagline span {font-size: 28px; padding: 10px 0 0;}

	#content {
		float: none;
		width: auto;
	}

	#footer {
		margin: 0;
		width: auto;
	}
	#footer li {display: block;}
	#colofon {margin: 10px; width: auto;}
	.col50.left {padding-left: 24px;}

	#footer .widget {font-size: 16px; line-height: 24px;}
	.container.colofon {line-height: 16px;}
	.container.colofon .alignright {text-align: right;}

	#sidebar {
		float: none;
		width: auto;
	}
	.miro {display: none; visibility: hidden;}
	#sidebar .widget {padding-left: 24px;}

	#content h4 {
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 15px;
	}

	/* Code voor responsive menu. 
Zie http://medialoot.com/blog/how-to-create-a-responsive-navigation-menu-using-only-css */
	/*Make dropdown links appear inline*/
	#menu ul {
		background-color: #fff;		
		border-right: 1px solid #f95a16;
		border-bottom: 1px solid #f95a16;
		border-left: 1px solid #f95a16;
		display: none;
		padding: 0 0 10px 0;
		position: static;
	}
	
	#menu a {display: block;}
	
	/*Create vertical spacing*/
	#menu li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	#menu ul li {
		background-color: #fff;
		display: block;
		width: 100%;
	}
	#menu li a {
		line-height: 30px;
		padding-left: 19px;
		width: 100%;
	}
	#menu ul ul {border: none;}
	#menu ul ul a {padding: 0 10px 0 20px;}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
	
	ul#menu-hoofdmenu ul {
		background: none;
		display: block; 
		padding: 0 0 2px 10px; 
		position: relative; 
		width: 95%;
		-webkit-box-shadow: none;
		-moz-box-shadow:    none;
		box-shadow:         none;
	}

	#menu .current-menu-item a, 
	#menu .current-menu-ancestor a, 
	#menu a:hover {
		background: none;
	}

	#menu li.mobile {display: block; visibility: visible;}
	#sidebar .widget_xmobile {display: none; visibility: hidden;}
		
}


