/*
Theme Name: Web&Media theme
Theme URI: http://www.webenmedia.nl/
Author: Web&Media
Author URI: http://www.webenmedia.nl/
*/

@font-face {
    font-family: 'VersaillesLTStdBold';
    src: url('fonts/versaillesltstd-bold-webfont.eot');
    src: url('fonts/versaillesltstd-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fonts/versaillesltstd-bold-webfont.woff') format('woff'),
         url('fonts/versaillesltstd-bold-webfont.ttf') format('truetype'),
         url('fonts/versaillesltstd-bold-webfont.svg#VersaillesLTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height: 100%;
}
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Arial";
	font-size: 14px;
	background: url(images/background-red-new.png) center top repeat-y #ffffff;
}
div {
	font-family: "Arial";
	font-size: 14px;
	z-index: 0;
}
td, input, textarea {
	font-family: "Arial";
	font-size: 14px;
}
input, textarea {
	outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}
a {
	color: #a21d2d;
	text-decoration: underline;
}
span a {
	color: #000000;
}
img {
	border: 0;
}
.size-full, .size-widescreen {
	border: 1px solid #000000;
}

h1, h2, h3, h4, h5, h6 {
	color: #a21d2d;
	margin: 0;
	padding: 0 0 14px 0;
	font-weight: normal;
	font-family: "VersaillesLTStdBold";
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
}

#page {
	position: relative;
	width: 990px;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto -34px; /* minus de hoogte van de footer */
	z-index: 0;
}
.push {
	height: 34px;
	clear: both;
	z-index: 0;
}



/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
	margin-bottom: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
	margin-bottom: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.625em;
}



/* HEADER */
#branding {
	position: relative;
	height: 835px;
}
#logo {
	position: absolute;
	top: 16px;
	left: 0;
	z-index: 2;
	width: 278px;
	height: 206px;
}
#slogan {
	position: absolute;
	top: 35px;
	left: 295px;
	z-index: 2;
	width: 550px;
	height: 50px;
	text-align: center;
}


.languages {
	position: absolute;
	top: 0;
	right: 0;
	width: 131px;
	height: 100px;
	background: #ffffff;
}
#languages {
	height: 25px;
	margin: 40px 0 0 10px;
	padding: 0;
	list-style: none;
}
#languages li {
	margin: 0 3px 0 0;
	padding: 0;
	float: left;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
#languages li a {
	display: block;
	width: 25px;
	height: 25px;
}
#languages li a.italiano {
	background: url(images/flags.png) 0 0 no-repeat;
}
	#languages li a.italiano:hover,
	#languages li a.italiano-current {
		background: url(images/flags.png) -25px 0 no-repeat;
	}
#languages li a.english {
	background: url(images/flags.png) 0 -25px no-repeat;
}
	#languages li a.english:hover,
	#languages li a.english-current {
		background: url(images/flags.png) -25px -25px no-repeat;
	}
#languages li a.deutsch {
	background: url(images/flags.png) 0 -50px no-repeat;
}
	#languages li a.deutsch:hover,
	#languages li a.deutsch-current {
		background: url(images/flags.png) -25px -50px no-repeat;
	}
#languages li a.nederlands {
	background: url(images/flags.png) 0 -75px no-repeat;
}
	#languages li a.nederlands:hover,
	#languages li a.nederlands-current {
		background: url(images/flags.png) -25px -75px no-repeat;
	}
	
#facebook {
	clear: both;
	padding: 9px 0 0 9px;
}

#header-image {
	position: absolute;
	top: 126px;
	left: 0;
	z-index: 1;
	width: 990px;
	height: 693px;
}
#access {
	position: absolute;
	top: 836px;
	left: 0;
	width: 990px;
	height: 29px;
	background: #000000;
}
.menu-last {
	float: left;
	background: #000000;
	width: 10px;
	height: 29px;
	margin: 0 0 0 -2px;
	z-index: 10;
}
#access .menu {
	float: left;
	margin: 4px 0 0 240px;
	padding: 0;
	list-style: none;
	height: 25px;
	z-index: 5;
}
#access .menu li,
#access .menu li.menu-item {
	margin: 6px 0 0 0;
	padding: 0;
	float: left;
	padding: 0 0 0 7px;
	height: 13px;
	line-height: 11px;
	font-size: 13px;
	color: #ffffff;
	border-right: 1px solid #ffffff;
}
#access .menu li:hover,
#access .menu li.current-menu-item {
	background: url(images/menu-item-current-top-left.png) left top no-repeat #ffffff;
	height: 25px;
	line-height: 25px;
	border-right: 0;
	padding: 0 0 0 8px;
	margin: 0 1px 0 -1px;
}
#access .menu li:hover a,
#access .menu li.current-menu-item a {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 8px 0 0;
	font-size: 13px;
	color: #000000;
	background: url(images/menu-item-current-top-right.png) right top no-repeat;
}
#access .menu li a {
	display: inline-block;
	padding: 0 8px 0 0;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
}


#main #breadcrumbs {
	position: absolute;
	top: 875px;
	left: 270px;
	font-size: 9px;
	color: #000000;
	font-style: italic;
}
#main #breadcrumbs a {
	font-style: normal;
}


/* CONTENT */
#sidebar-left-top {
	width: 189px;
	margin: 0 0 0 50px;
	color: #ffffff;
	font-size: 12px;
	overflow: hidden;
}
#sidebar-left-top h3 {
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}


#sidebar-left-top .widget_hier_page ul {
	margin: 0 0 40px 0;
	padding: 0;
	list-style-image: none;
}
#sidebar-left-top .widget_hier_page ul li {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}
#sidebar-left-top .widget_hier_page ul li a {
	display: block;
	width: auto !important;
	width: 169px;
	max-width: 169px;
	color: #ffffff;
	text-decoration: underline;
	padding: 0 0 0 20px;
	background: url(images/bullet-submenu-red-new.png) no-repeat;
}
#sidebar-left-top .widget_hier_page ul li.current_page_parent a {
	background: url(images/bullet-submenu-current-red-new.html) no-repeat;
}
#sidebar-left-top .widget_hier_page ul li.current_page_item a,
#sidebar-left-top .widget_hier_page ul li a:hover {
	color: #000000;
	text-decoration: none;
	padding: 0 0 0 20px;
	background: url(images/bullet-submenu-hover-red-new.png) left top no-repeat #ffffff;
}

#sidebar-left-top .widget_hier_page ul li ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
}
#sidebar-left-top .widget_hier_page ul li.current_page_item ul.children,
#sidebar-left-top .widget_hier_page ul li.current_page_parent ul.children {
	display: block;
}
#sidebar-left-top .widget_hier_page ul li ul li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
#sidebar-left-top .widget_hier_page ul li.current_page_item ul.children a,
#sidebar-left-top .widget_hier_page ul li.current_page_parent ul.children li a,
#sidebar-left-top .widget_hier_page ul li ul li a {
	display: block;
	width: auto !important;
	width: 169px;
	max-width: 169px;
	color: #ffffff;
	text-decoration: underline;
	margin: 2px 0 0 20px;
	padding: 0 0 0 20px;
	font-size: 13px;
	background: url(images/bullet-submenu-submenu-red-new.png) no-repeat;
}
#sidebar-left-top .widget_hier_page ul li ul.children li.current_page_item a,
#sidebar-left-top .widget_hier_page ul li ul.children li a:hover {
	color: #000000;
	text-decoration: none;
	margin: 2px 0 0 20px;
	padding: 0 0 0 20px;
	background: url(images/bullet-submenu-submenu-hover-red-new.png) no-repeat #ffffff;
}


#sidebar-left-top .menu {
	margin: 0;
	padding: 0;
	list-style-image: none;
}
#sidebar-left-top .menu li {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
}
#sidebar-left-top .menu li a {
	display: block;
	width: auto !important;
	width: 169px;
	max-width: 169px;
	color: #ffffff;
	text-decoration: underline;
	padding: 0 0 0 20px;
	background: url(images/bullet-submenu-red-new.png) no-repeat;
}
#sidebar-left-top .menu li.current-menu-parent a {
	background: url(images/bullet-submenu-current-red-new.html) no-repeat;
}
#sidebar-left-top .menu li.current-menu-item a,
#sidebar-left-top .menu li a:hover {
	color: #000000;
	text-decoration: none;
	padding: 0 0 0 20px;
	background: url(images/bullet-submenu-hover-red-new.png) no-repeat #ffffff;
}

#sidebar-left-top .menu li ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	display: none;
}
#sidebar-left-top .menu li.current-menu-item ul.sub-menu,
#sidebar-left-top .menu li.current-menu-parent ul.sub-menu {
	display: block;
}
#sidebar-left-top .menu li ul li {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
#sidebar-left-top .menu li.current-menu-item ul.sub-menu a,
#sidebar-left-top .menu li.current-menu-parent ul.sub-menu li a,
#sidebar-left-top .menu li ul li a {
	display: block;
	width: auto !important;
	width: 169px;
	max-width: 169px;
	color: #ffffff;
	text-decoration: underline;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	font-size: 13px;
	background: url(images/bullet-submenu-submenu-red-new.png) no-repeat;
}
#sidebar-left-top .menu li ul.sub-menu li.current-menu-item a,
#sidebar-left-top .menu li ul.sub-menu li a:hover {
	color: #000000;
	text-decoration: none;
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	background: url(images/bullet-submenu-submenu-hover-red-new.png) no-repeat #ffffff;
}

#sidebar-left-bottom {
	position: absolute;
	width: 179px;
	bottom: 40px;
	left: 50px;
	color: #ffffff;
	font-size: 12px;
}
#main #sidebar-left-bottom p {
	font-size: 12px;
	line-height: 14px !important;
}
#sidebar-left {
	float: left;
	width: 270px;
	height: auto !important;
	height: 675px;
	min-height: 675px;
	margin: 45px 0 20px 0;
}
#primary {
	float: left;
	width: 485px;
	height: auto !important;
	height: 250px;
	min-height: 250px;
	margin: 75px 0 20px 0;
}
.primary-press {
	float: left;
	width: 720px !important;
	height: auto !important;
	height: 250px;
	min-height: 250px;
	margin: 75px 0 20px 0;
}
#primary-events {
	float: left;
	width: 720px;
	height: auto !important;
	height: 250px;
	min-height: 250px;
	margin: 75px 0 20px 270px;
}


.clear {
	clear: both;
}
#main h2 {
	padding: 0 0 7px 0;
}
#main h3 {
	padding: 7px 0 4px 0;
}
#main p {
	margin: 0;
	padding: 0 0 14px 0;
	font-size: 16px;
	line-height: 20px;
}
#main ul {
	margin: 0 0 0 20px;
	padding: 0 0 20px 0;
}
#main li {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
}



#main ul {
	margin: 0 0 0 20px;
	padding: 0 0 14px 0;
	list-style-image: url(images/bullet-red.png);
}
#main li {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 16px;
	line-height: 20px;
}
#main li a {
	color: #a21d2d;
	text-decoration: underline;
}
#main li a:hover {
	color: #a21d2d;
	text-decoration: underline;
}

#main ul#news {
	list-style-image: url(images/bullet-red.png);
}
#main ul#news li a {
	color: #000000;
	text-decoration: none;
}
#main ul#news li a:hover {
	color: #a21d2d;
	text-decoration: underline;
}



#main #comment-nav-above {
	margin: 0 0 10px 0;
}
#main #comment-nav-below {
	margin: 10px 0 20px 0;
}
#main #comment-nav-above,
#main #comment-nav-below {
	background: #000000;
	width: 100%;
	height: 28px;
	line-height: 28px;
}
#main #comment-nav-above a,
#main #comment-nav-below a {
	color: #ffffff;
	text-decoration: underline;
}
#main #comment-nav-above .nav-previous,
#main #comment-nav-below .nav-previous {
	float: left;
	width: 232px;
	margin: 0 0 0 10px;
}
#main #comment-nav-above .nav-next,
#main #comment-nav-below .nav-next {
	float: left;
	width: 232px;
	margin: 0 10px 0 0;
	text-align: right;
}

#main .commentlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main .commentlist li {
	margin: 0 0 14px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #a21d2d;
}

#main .commentlist .comment-author {
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #a21d2d;
}
#main .commentlist .comment-author .fn {
	display: inline-block;
	float: left;
	width: 472px;
	margin: 0 0 5px 0;
}
#main .commentlist .comment-author .comment-author-country {
	float: right;
	font-size: 18px;
	width: 200px;
	margin: 0 0 5px 0;
}
#main .commentlist .comment-time {
	clear: both;
	font-size: 11px;
	padding: 0 0 2px 0;
}
#main .commentlist .comment-content {
	width: 252px;
	float: left;
	margin: 0 20px 0 0;
}
#main .commentlist .comment-review {
	width: 200px;
	float: left;
}

#main .comment-form-comment {
	width: 485px;
}
#main .comment-form-comment label {
}
#main #comment {
	width: 480px;
}
#main .form-allowed-tags {
	display: none;
}
#main #submit {
	background: #c57806;
	border: 0;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
}
#main #comment {
	border: 1px solid #000000;
}

.guestbook-info {
	font-size: 11px;
	color: #a9a9a9;
	padding: 0 0 0 105px;
}



#main .gdsr-rating-block {
	border: 0;
	padding: 0;
	margin: 0 0 20px 0;
}
#main .gdmultitable {
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}
#main .gdmultitable td {
	padding: 0 10px 0 0;
	margin: 0;
	line-height: 20px;
}
#main .gdmultitable td.mtstars {
	text-align: right;
}
#main .gdmultitable td.mtstars .ratemulti {
	float: right;
}
#main #respond .gdmultitable td {
	border-bottom: 1px solid #a21d2d;
	line-height: 36px;
}



.entry-content #respond {
	display: none;
}
.entry-content img {
	border: 1px solid #000000;
}
.entry-content p {
}
.entry-content h1, .entry-content h2, .entry-content h3 {
}

#commentform p.comment-form-author {
	padding: 0 0 2px 0;
}
#commentform p.comment-form-email {
	padding: 0 0 1px 0;
	margin: 0 0 5px 0;
}
#commentform .comment-form-author label,
#commentform .comment-form-email label {
	display: inline-block;
	width: 100px;
}
#commentform p.comment-form-url {
	display: none;
}
#commentform input,
#commentform textarea {
	padding: 3px;
	border: 1px solid #000000;
}
#commentform textarea {
	margin: 5px 0 0 0;
}
#commentform .required {
	display: none;
}
#commentform input#submit {
	background: url(images/contact-submit.png) no-repeat;
	width: 235px;
	height: 33px;
	color: #ffffff;
	font-size: 15px;
	border: 0;
	text-transform: uppercase;
	float: right;
}
.comment-button {
	display: block;
	width: 235px;
	height: 33px;
	line-height: 33px;
	background: url(images/contact-submit.png) no-repeat;
	color: #ffffff;
	font-size: 15px;
	border: 0;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 20px 0;
	text-decoration: none;
}

.entry-date {
	font-size: 11px;
	margin: 0 0 5px 0;
}



.ngg-gallery-thumbnail {
	float: left;
	width: 97px;
	height: 97px;
}
.ngg-gallery-thumbnail img {
	border: 1px solid #000000;
}



.contact-left, .contact-right {
	float: left;
	width: 50%;
}
.contact-left span, .contact-right span {
	display: inline-block;
	width: 65px;
}
.contact-bottom {
	padding: 7px 0 10px 0;
}
.wpcf7 p {
	line-height: 10px;
}
.wpcf7-text, .wpcf7-textarea {
	border: 2px solid #bfbfbf;
	padding: 5px;
	width: 145px;
	margin: 0 0 5px 0;
}
.wpcf7-textarea {
	width: 452px;
	margin: 5px 0 0 0;
}
.wpcf7-submit {
	background: url(images/contact-submit.png) no-repeat;
	width: 235px;
	height: 33px;
	color: #ffffff;
	font-size: 15px;
	float: right;
	margin: 0 18px 0 0;
	border: 0;
	text-transform: uppercase;
}
span.wpcf7-not-valid-tip {
	color: #000000;
	font-size: 11px !important;
	line-height: 21px;
	padding: 0 0 0 5px !important;
	width: 180px !important;
	top: 5px !important;
	left: 94px !important;
	border: 1px solid #e30614 !important;
}
div.wpcf7-validation-errors {
	width: 200px;
	border: 1px solid #e30614 !important;
	margin: 0 !important;
	padding: 5px !important;
	color: #000000;
	background: #ffffff;
}



#secondary {
	float: left;
	width: 215px;
	margin: 45px 0 0 20px;
}
#secondary h2, #secondary h3 {
	color: #000000;
	font-size: 18px;
	padding: 0 0 10px 0;
}
#secondary a {
	color: #000000;
	text-decoration: underline;
}
#secondary a:hover {
	color: #c57806;
}
#secondary h2 a, #secondary h3 a {
	text-decoration: none;
}
#secondary p {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 20px;
}
#secondary img {
	border: 0;
}

#secondary .reviews p {
	padding: 2px 0 5px 0;
	font-size: 14px;
}
#secondary .reviews h3 {
	font-size: 12px;
	border-top: 1px solid #c57806;
	margin: 0 0 30px 0;
	padding: 7px 0 0 0;
}



#facebook {
	height: 290px;
	width: 131px;
	overflow: hidden;
	margin: 0 0 5px 0;
}



#nav-single {
	clear: both;
	padding: 20px 0 0 0;
}
#nav-single a {
	color: #a21d2d;
}
.nav-previous {
	float: left;
	width: 157px;
}
.nav-middle {
	float: left;
	width: 158px;
	text-align: center;
}
.nav-next {
	float: left;
	width: 157px;
	text-align: right;
}



#ftcalendar-div {
	background: #efe6d1 !important;
	border: 1px solid #000000 !important;
	margin: 0 0 10px 0 !important;
}
#ftcalendar-nav {
	background: #a21d2d !important;
	text-align: center !important;
	height: 30px !important;
}
#ftcalendar-prev a, #ftcalendar-next a {
	float: left !important;
	color: #ffffff !important;
	line-height: 30px !important;
	margin: 0 0 0 5px !important;
}
#ftcalendar-next a {
	float: right !important;
	color: #ffffff !important;
	line-height: 30px !important;
	margin: 0 5px 0 0 !important;
}
#ftcalendar-nav #ftcalendar-current {
	font-size: 18px !important;
	color: #ffffff !important;
	font-weight: normal !important;
	line-height: 30px !important;
}
.entry-content #ftcalendar-div {
	width: 720px !important;
}
#ftcalendar-table tr th {
	background: #f1f3f6 !important;
	border: 0 !important;
}
.month #ftcalendar-table tr td, .week #ftcalendar-table tr td {
	overflow: hidden;
	border: 1px solid #f5f5f5 !important;
}
.thumb .ftcalendar-event-date span.thumb-event {
	background: #a21d2d !important;
	color: #ffffff !important;
	height: 100% !important;
	line-height: 20px !important;
}
#ftcalendar-table tr td.current_day {
	font-weight: bold !important;
}
#ftcalendar-div #ftcalendar-types {
	display: none !important;
}
.events-example {
	margin: 0 0 20px 0;
	line-height: 20px;
}
.events-example-color {
	float: left;
	width: 25px;
	height: 20px;
	background: #a21d2d;
	margin: 0 5px 0 0;
}



#colophon {
	clear: both;
	background: #000000;
	width: 990px;
	height: 29px;
	line-height: 29px;
	margin: 0 auto 5px;
	color: #ffffff;
	z-index: 10;
	position: relative;
}
#colophon a {
	color: #ffffff;
}

#site-generator {
	float: left;
	width: 198px;
	text-align: center;
	margin: 0 0 0 40px;
	font-size: 12px;
}
#footer-menu {
	float: right;
}
#footer-menu ul {
	margin: 7px 2px 0 0;
	padding: 0;
	list-style: none;
	height: 15px;
}
#footer-menu ul li {
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
	float: left;
	height: 15px;
	line-height: 13px;
	border-right: 1px solid #ffffff;
	font-size: 12px;
}
#footer-menu ul li:last-child {
	border: 0;
}
#footer-menu ul li.current-menu-item a {
	font-style: italic;
	text-decoration: none;
}