/*
Theme Name: IJsdikte
Theme URI: http://www.ijsdikte.eu/
Author: OZOMedia
Author URI: http://www.ozomedia.nl/
Description: Thema voor ijsdikte.eu
Version: 1.0
License: Proprietary
*/


/* =Reset
-------------------------------------------------------------- */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html,body {
	margin: 0;
	padding: 0;
}
body {
	font: 16px/150% "Source Sans Pro", sans-serif;
}
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0;
}
h1,h2,h3 {
	color: #4678c6;
}
h1 {
	font-size: 1.5em;
	margin: 0.5em 0;
}
h2 {
	font-size: 1.25em;
	margin: 0.5em 0;
}
h3 {
	font-size: 16px;
	margin-top: 16px;
}
.trackhead {
	font-size: 110%;
	text-decoration: underline;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
p {
	margin-bottom: 1em;
}
article p {
	margin: 0;
}
a {
	color: #1c8fb1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/*  */
header {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(38,132,175,0.9)), color-stop(100%,rgba(16,160,181,0.9)));
	background: -webkit-linear-gradient(top,  rgba(38,132,175,0.9) 0%,rgba(16,160,181,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(38,132,175,0.9) 0%,rgba(16,160,181,0.9) 100%);
	border-bottom: 1px solid rgba(207,224,224, 0.9);
	box-shadow: 0 0 9px rgba(0,0,0, 0.25);
	left: 0;
	padding: 10px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99999;
}
nav {
	width: 960px;
	margin: 0 auto;
}
nav ul {
	float: right;
	overflow: hidden;
}
nav li {
	float: left;
	/*border-right: 1px solid #769ed4;*/
}
#logo {
	background: url('images/logo-ijsdikte.png') no-repeat 0 0;
	background-size: 45px 50px;
	display: inline-block;
	font-size: 1.25em;
	padding-left: 48px;
	height: 45px;
	line-height: 50px;
	text-shadow: 0 2px 0 rgba(14,57,82, 0.32);
}
nav a {
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	text-shadow: 0 2px 0 rgba(14,57,82, 0.32);
	display: inline-block;
	margin-top: 2px;
}
#socialicons {
	display: inline-block;
	padding-top: 10px;
	vertical-align: middle;
}
#socialicons a {
	background-image: url('images/social.png');
	display: inline-block;
	height: 16px;
	margin: 0 4px;
	padding: 0;
	text-indent: -999em;
	width: 16px;
}
#socialicons a:hover {
	opacity: 0.5;
}
#i_tw { background-position: -16px 0; }
#i_yt { background-position: -32px 0; }
.current-menu-item a {
	background-color: rgba(255,255,255, 0.32);
	border-radius: 2px;
}
header a {
	color: #FFF;
	text-decoration: none;
}
header a:hover {
	text-decoration: underline;
}
#map, #map_wrap {
	width: 100%;
	height: 580px;
}
#map {
	position: absolute;
	top: 0;
	left: 0;
}
#map_wrap {
	position: relative;
}
#savemsg, #notinnl {
	width: 480px;
	font-size: 16px;
	line-height: 16px;
	padding: 10px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	z-index: 9999;
	background: #0e7eca;
	color: #FFF;
	border: 1px solid #b2e5e6;
	display: none;
}
#notinnl {
	background: #ca0e0e;
	color: #FFF;
	border: 1px solid #e6b5b2;
}
#newloc {
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
	box-shadow: 0 1px 10px rgba(0,0,0, 0.25);
	font-size: 0.9em;
	padding: 5px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 330px;
	z-index: 9999;
}
#adbanner {
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
	box-shadow: 0 1px 10px rgba(0,0,0, 0.25);
	font-size: 0.9em;
	padding: 5px;
	position: absolute;
	left: 100px;
	top: 444px;
	width: 740px;
	height: 102px;
	z-index: 9999;
}
#newloc h2 {
	color: #000;
}
#newloc form {
	float: left;
}
#newloc img {
	margin-top: 10px;
}
#newloc h2 {
	margin: 0;
}
#newloc dl {
	clear: both;
	margin: 0;
}
#newloc dt {
	clear: both;
	margin-top: 0.25em;
}
.leftside, .rightside {
	float: left;
	width: 50%;
}
.multilabel {
	overflow: hidden;
}

footer {
	background: #fafafa;
	clear: both;
	color: #000;
	margin-top: 1em;
	padding: 1.5em 0;
	text-align: center;
}
footer a {
	color: #000;
}
.copyright {
	font-weight: bold;
}
#social {
	height: 50px;
	padding-top: 8px;
	vertical-align: top;
	overflow: hidden;
}
#social * {
	float: left;
}
input, textarea, select {
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 5px;
	padding: 5px;
	width: 100%;
}
input[type=radio] {
	width: auto;
}
input:focus,textarea:focus {
	background: #e4f2f3;
}
input[type=submit] {
	background: #12a83b; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#12a83b), color-stop(100%,#4bc01d)); /* Android 2/3 */
	background: -webkit-linear-gradient(top,  #12a83b 0%,#4bc01d 100%); /* Safari 5.1 and 6, Android 4 */
	background: linear-gradient(to bottom,  #12a83b 0%,#4bc01d 100%); /* W3C */
	border: 0;
	border-radius: 5px;
	color: #FFF;
	font-weight: bold;
	margin-top: 0.5em;
	padding: 10px 0;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wrapper {
	width: 960px;
	margin: 10px auto;
}

#main {
	z-index: 1;
	margin-top: 66px;
}
#main_content {
	float: left;
	width: 640px;
}
#sidebar {
	float: right;
	width: 300px;
}
.posthead {
	color: #888;
	font-size: 75%;
	margin: 0;
}
.appimg {
	float: left;
	margin: 0 10px 1em;
}
article {
	margin-bottom: 2.5em;
}
article h1 {
	margin-bottom: 0;
}

.required {
	color: red;
}

.ui-widget {
	font-size: 0.8em !important;
}


@media screen and (max-width: 960px) {
	nav, .wrapper, #main_content, #sidebar, #social {
		width: 100%;
	}
	#main_content {
		padding: 0 0px;
	}
	#sidebar {
		clear: both;
	}
}
@media screen and (max-width: 800px) {
	#newloc {
		display: none;
	}
}