/*
Theme Name: JustZeb
Theme URI: http://www.justzeb.nl/
Author: RightDesign
Author URI: http://www.rightdesign.nl/
Description: Wordpress theme for JustZeb vergaderen in stijl
*/

@font-face {
    font-family: 'Calluna';
    src: url('fonts/callunasansregularcaluna.eot');
    src: url('fonts/callunasansregularcaluna.eot?#iefix') format('embedded-opentype'),
         url('fonts/callunasansregularcaluna.woff') format('woff'),
         url('fonts/callunasansregularcaluna.ttf') format('truetype'),
         url('fonts/callunasansregularcaluna.svg#CallunaSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	font-family:'Arial';
	color:#222222;
	background:url(images/body_bg.png) repeat-x top left #9E9386;
	font-size:14px;
}





/* MAIN TEXT ELEMENTS - - - - - - - - - -  */

a:link, a:visited {
	text-decoration:none;
	color:#5c2d91;
}

a:hover {
	color:#111111;
}

h1, h2, h3, h4 {
	margin:0 0 10px 0;
	color:#8a7967;
}

h1 {
	font-size:23px;
}

h2 {
	font-size:19px;	
}

h3 {
	font-size:16px;	
}

h4 {
	font-size:14px;	
}

p {
	line-height:23px;
	margin:0 0 15px 0;
}





/* CONTENT VLAK ELEMENTS - - - - - - - - - - */

#container {
	position:relative;
	width:930px;
	margin:0 auto;
	z-index:999;
}

#header {
	width:630px;
	height:108px;
	padding:18px 25px;
	margin:0 0 0 250px;
	background:#ffffff;
}

#header #logo a {
	float:left;
	width:198px;
	height:111px;
	display:block;
	background:url(images/logo.png) no-repeat top left;
}

#header #adres {
	position:relative;
	width:auto;
	height:auto;
	padding:10px;
	float:right;
	background:#5c2d91;
}

#header #adres ul li {
	color:#ffffff;
	text-align:right;
	font-size:13px;
	margin: 0 0 5px; 10px;
	font-weight:bold;
	text-transform:uppercase;
}

#header #adres ul li a:link, #header #adres ul li a:visited {
	color:#ffffff;
}

#header #adres ul li a:hover {
	color:#d1d1d1;
}

#slider {
	width:680px;
	height:341px;
}

#slider img {
	width:680px;
	height:341px;
}

#left {
	position:relative;
	float:left;
	width:250px;
}

#right {
	position:relative;
	float:right;
	width:680px;
	background:#ffffff;
	min-height:500px;
	padding:0 0 50px 0;
	margin:0 0 50px 0;
}





/* MAIN NAV ELEMENTS - - - - - - - - - -  */

#menu {
	position:relative;
	float:left;
	width:250px
	min-height:0; /*IE7 haslayout*/		
	min-height:341px;
	max-height:341px;
	height:341px;
	background:#dad1c8;
	z-index:999;
}

#menu ul {
	position:relative;
	width:250px
	height:312px;
	padding:29px 0 0 0;	
}

#menu ul li {
	position:relative;
	width:250px;
	line-height:25px;
}

#menu ul li a {
	display:block;
	width:220px;
	padding:5px 0 5px 30px;
	background:url(images/li_bg.png) no-repeat center left;	
}

#menu ul li a:link, #menu ul li a:visited {
	text-decoration:none;
	color:#755648;
}

#menu ul li a:hover, #menu ul li.current_page_item a, #menu ul li.current-menu-parent a, #menu ul li.current-menu-item a, #menu ul li.current_page_ancestor a {
	color:#ffffff;
	background:url(images/li_hover_bg.png) no-repeat center left #5c2d91;
}



/* Menu second level */

#menu ul li ul, #menu ul li ul li, #menu ul li ul li a {
	margin:0;
	padding:0;
	list-style-type:none;
}

#menu ul li ul {
	visibility:hidden;
	position:absolute;
	height:auto;
	top:0;
	left:250px;
	width:220px;
	z-index:999;
	opacity: 0;
	transition: opacity .55s ease-in-out;
	-moz-transition: opacity .55s ease-in-out;
	-webkit-transition: opacity .55s ease-in-out;	
	-o-webkit-transition: opacity .55s ease-in-out;	
	-webkit-box-shadow:  1px 1px 3px 0px rgba(44, 44, 44, 9);
	box-shadow:  1px 1px 3px 0px rgba(44, 44, 44, 9);	
}

#menu ul li:hover ul {
	opacity: 1;
}

#menu ul li ul li {
	position:relative;
	float:left;
	display:list-item;
	background:#ffffff;
	width:220px;
	z-index:999;
}

#menu ul li ul li a {
	display:block;
	padding:5px 15px;
	width:auto;
  z-index: 999;
}

#menu ul li ul li a:link, #menu ul li ul li a:visited {
	font-size:12px;
	color:#5c2d91;
	text-decoration:none;
	background:none;
	line-height:25px;
	font-weight:normal;
	text-transform:none;
}

#menu ul li ul li:hover a, #menu ul li ul li.active a {
	color:#ffffff;
	background:#5c2d91;
}

#menu ul li:hover > ul {
	visibility:visible;
}

#menu ul li ul li:hover > ul {
	visibility:visible;
}





/* SPOTLIGHT ELEMENTS - - - - - - - - - -  */

#spotlight {
	float:left;
	width:180px;
	height:auto;
	background:#ffffff;
	padding:10px;
	margin:35px 0 0 10px;
}

#spotlight .titel {
	width:200px;
	height:38px;
	margin:-10px 0 0 -10px;
	background:#5c2d91;
}

#spotlight .titel h2 {
	font-size:14px;
	color:#ffffff;
	line-height:38px;
	margin: 0 0 0 10px;
	font-weight:bold;
	text-transform:uppercase;
}

#spotlight h3 {
	font-size:17px;
	margin:5px 0 ;
}

#spotlight .thumb {
	margin:12px 0 0 0;
}

#spotlight .thumb img {
	border:10px solid #e8e8e8;
}

#spotlight:hover .thumb img {
	border:10px solid #d1d1d1;
	-webkit-transition:All .6s ease-in-out;
	-moz-transition:All .6s ease-in-out;
	-o-transition:All .6s ease-in-out;
}

#spotlight p {
	font-size:12px;
	line-height:20px;
	margin:0;
}

#spotlight a.button {
	display:block;
	width:131px;
	height:27px;
	margin:0 auto;
	background:url(images/vergaderlocatie_button.png) no-repeat top left;
	line-height:27px;	
	text-transform:uppercase;
	margin:10px auto 5px auto;
	text-align:center;
	font-weight:bold;
}

#spotlight a:link, #spotlight a:visited {
	color:#222222;
	font-size:11px;
}

#spotlight a.button:hover {
	background:url(images/vergaderlocatie_button.png) no-repeat bottom left;
}

/* CONTENT POST ELEMENTS - - - - - - - - - -  */

.post {
	float:left;
	width:630px;
	margin:25px 0 0 25px;
}

.post ul {
	margin:10px 20px;
}

.post ul li {
	list-style-type:none;
	padding:0 0 0 10px;
	font-size:15px;
	line-height:23px;
}

.vergaderlocatie {
	position:relative;
	float:left;
	width:610px;
	height:119px;
	padding:14px;
	margin:0 0 15px 20px;
	background:#f9f9f9;
	border:1px solid #d9d9d9;
}

.vergaderlocatie .thumb {
	position:relative;
	float:left;
	width:160px;
	height:115px;
	border:1px solid #d9d9d9;
	margin:0 10px 0 0;
}

.vergaderlocatie .info {
	position:relative;
	float:right;
	width:430px;
	height:115px;
	overflow:hidden;
}

.vergaderlocatie .info p {
	font-size:12px;
	margin:5px 0 0 0;
	line-height:18px;
}

.vergaderlocatie h3 {
	margin:0;
}

.vergaderlocatie .info a.button {
	position:absolute;
	display:block;
	width:131px;
	height:27px;
	right:5px;
	bottom:0px;
	background:url(images/vergaderlocatie_button.png) no-repeat top left;
	font-weight:bold;	
}

.vergaderlocatie a:link, .vergaderlocatie a:visited {
	color:#222222;
	text-transform:uppercase;
	font-size:11px;
	text-align:center;
	line-height:27px;
}

.vergaderlocatie a.button:hover {
	background:url(images/vergaderlocatie_button.png) no-repeat bottom left;
}

#extrainfo {
	margin:20px 0 0 0;
	width:250px;
	padding:10px;
	border:1px solid #e1e1e1;
	float:right;
}

#extrainfo .aantalkamers {
	margin:0 0 15px 0;
	
}

#extrainfo .ligging {
}

#extrainfo .aantalkamers h4, #extrainfo .ligging h4 {
	margin:0;
}

.nivo-controlNav a img {
	width:75px;
	height:40px;
	padding:7px;
	background:url(images/locatie_thumb_bg.png) no-repeat top left;
}

.nivo-controlNav a.active img {
	background:url(images/locatie_bg_active.png) no-repeat top left;
}

/* CONTACT ELEMENTS - - - - - - - - - -  */

#form {
	width:300px;
	float:left;
	margin:-40px 0 0 0;
}

#form p {
	font-size:12px;
	color:#666666;
}

#form input {
	width:280px;
	height:13px;
	border:none;
	background:#ffffff;
	padding:5px;
	font-size:12px;
	border:1px solid #e1e1e1;
}

#form textarea {
	width:280px;
	height:135px;
	border:none;
	background:#ffffff;
	padding:5px;
	font-size:12px;
	border:1px solid #e1e1e1;	
}

#form .wpcf7-submit	{
	font-size:14px;
	font-weight:bold;
	color:#666666;
	background:#d5d8dc;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:6px 8px;
	width:100px;
	height:28px;
}

#form .wpcf7-submit:hover {
	background:#333333;
	color:#ffffff;
}

#contacttable {
	float:right;
	margin: 0 0 10px 0;
	width:260px;
	font-size:12px;
}

#contacttable td {
	padding:5px 10px 5px 0;
}





/* POST NAV  - - - - - - - - - - - - - - */

#navigatie {
	width:640px;
	float:left;
	margin:50px 0 20px 0;
	padding:10px 20px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}

#navigatie #vorige {
	float:left;
	width:33%;
	text-align:left;
}

#navigatie #terug {
	float:left;
	width:33%;	
	text-align:center;
}

#navigatie #volgende {
	float:right;
	width:33%;
	text-align:right;
}

#navigatie a:link, #navigatie a:visited {
	font-size:13px;
	color:#666666;
	text-decoration:none;
}

#navigatie a:hover {
	color:#000000;
}



/* FOOTER  ELEMENTS - - - - - - - - - -  */

#footer {
	position:absolute;
	bottom:0;
	width:680px;
	background:#5c2d91;
	padding:8px 0;
}

#footer p {
	font-size:11px;
	color:#ffffff;
	padding: 0 25px;
	margin:0;
}

#footer p img {
	margin:0 0 -7px 0;
}

#footer p a img, #footer p a:hover img, #footer p a img:hover {
	background:none;
}

#footer p span {
	margin:0 5px;
}

#footer p a:link, #footer p a:visited {
	color:#ffffff;
}

#footer p a:hover {
	background:#ffffff;
	color:#5c2d91;
}

#footer img a, #footer img a:hover {
	background:none;
}

.wpcf7-validation-errors {
	width:300px;
	height:auto;
	float:left;
	margin:50px 0 0 0;
}

.cn-bottom.wp-default {
	background-color: rgb(92, 45, 145, 0.8) !important;
}