/*
Theme Name: Eyefun
Theme URI: http://www.eyefun.nl
Author: Eyefun.nl
Author URI: http://www.eyefun.nl
Description: Geen omschrijving.
Version: 1.2
*/


/* Imports */
@import url("css/reset.css");

/* Theme resets */
* p:last-child {margin-bottom: 0;}
::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}

/* Actual style */
header {
	height: 100px;
}

header .menu {
	position: absolute;
	right: 80px;
	top: 43px;
}

header .menu li {
	float: left;
	margin-left: 40px;
}

header .menu li a {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #13559d;
	text-decoration: none;
	font-weight: bold;
}
header .menu li a:hover {
color: #083c74;
}
.container {
	position: relative;
	width: 920px;
	margin: 0 auto;
}

.homeLink {
	position: absolute;
	top: 20px;
	left: 0;
}

.fbLink {
	display: block;
	height: 29px;
	width: 29px;
	background: url('img/facebook-icon.png') no-repeat;
	position: absolute;
	top: 36px;
	right: 0;
}

#slider {
	height: 300px;
	background: #f0f0f0;
}

.main-content {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #2f2f2f;
	text-decoration: none;
	font-weight: normal;
	line-height: 22px;
	padding: 50px 0;
}

.text-block {
	width: 440px;
	float: left;
}

.text-block a {
	color: #13559d;
	text-decoration: none;
}

.text-block h1 {
	color: #13559d;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.text-block ul {
	list-style: disc outside;
	margin: 20px 0;
}

.text-block li {
	margin-left: 20px;
	padding: 5px 0;
}

.photo-block {
	width: 460px;
	float: right;
	padding-bottom: 10px !important;
	background: url('img/imgshad.png') no-repeat bottom left;
}

#footer {
	background: #2f2f2f;
	height: 282px;
	border-top: 10px solid #acacac;
}

#footer a {
	color: #acacac;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#maps {
	position: absolute;
	left: 0;
	top: 40px;
}

#contactinfo {
	position: absolute;
	left: 400px;
	top: 40px;
	color: #acacac;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	line-height: 22px;
}

#contactinfo h3 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 20px;
}

.gform_body li {
	margin-left: 0;
}

.gform_body input {
	height: 30px;
	line-height: 30px;
	padding-left: 10px !important;
}

.gform_body textarea {
	padding: 10px !important;
	width: 300px !important;
}
.gform_body input, .gform_body textarea {
	border: 1px solid #c0c0c0;
}