/*
Projectnaam: www.timmenga.com
@author: Bernhard Verkade (bernhard@yes2web.nl)
@version: 20090119-01
*/

body, #publerBody {
	font-family: Verdana, Geneva, sans-serif;
	color: #091f40;
	font-size: 12px;
}
h1.logo{
	margin: 0;
	padding: 0;
}

h1{
	font-size: 20px;
	font-style: italic;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #7096D0;
}

h2{
	font-size: 14px;
}

	h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child { margin-top: 0; }
	* html h1, * html h2 { margin-top: 0; }

a {
	color: #3C69AA;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

p{
	text-align: justify;
}

div#sub-navigation dl{
	margin: 0;
	padding: 0;
}

div#sub-navigation dt, div#sub-navigation dd{
	height: 24px;
	font-weight: normal;
	line-height: 2em;
	margin: 0;
	width: 148px;
	}
	div#sub-navigation dt{
		background: #b9c8e0 url(../../images/timmenga/background/bg-dt.jpg) top left repeat-y;
		color: #FFF;
		padding-left: 6px;
		width: 142px;
	}
	div#sub-navigation dd{
		background: #e1e9f5 url(../../images/timmenga/background/bg-dd.jpg) top left repeat-y;
		color: #3c69aa;
		font-size: 0.8em;
	}
	div#sub-navigation dt a, div#sub-navigation dd a{
		color: #3c69aa;
		text-decoration: none;
		padding: 2px 0 0 6px;
		height: 22px;
		display: block;
	}
	div#sub-navigation dd a.city{
		text-decoration: none;
		display: block;
	}
	div#sub-navigation dt a:hover, div#sub-navigation dd a:hover{
		background: #7796C4;
		color: #FFF;
	}
	div#sub-navigation dd a.contact{
		margin: 0;
		padding: 0;
		display: inline-block;
		background: none;
	}
	div#sub-navigation dd a.contact:hover{
		color: #3c69aa;
		text-decoration: underline;
	}
	div#sub-navigation dd span{
		padding-left: 6px;
	}

/* Photomodule */
ul#photo-list{
	margin: 0 0 0 15px;
	padding: 0;
	}

/* maps */
div#map{
	height: 250px;
	width: 486px;
	border: 2px solid #000;
}

/* Forms */
#consult input, #consult textarea{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	border: 1px solid #000;
	margin-bottom: 1px;
	}
	#consult input{
		width: 150px;
	}
	#consult textarea{}

div.photo{
	background-color:#FFFFFF;
	border:1px solid #B5CEEF;
	padding: 2px 0;
	margin: 0 0 4px 0;
	position: relative;
	width: 100%;
}

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

div#warning,div#error{
	border: 1px solid #FFD700 /*gold*/;
	display: block;
	padding: 10px 10px 10px 50px;
	background: #feffca url(/publer/images_new/icons/16x16/warning.png) 3% 50% no-repeat;
}
div#confirm{
	border: 1px solid #3e983b;
	display: block;
	padding: 10px 10px 10px 50px;
	background: #e7f9e8 url(/publer/images_new/icons/16x16/online.png) 3% 50% no-repeat;
}
