body {
	font-family:Verdana;
	font-size:76%;
	/*padding-top:30px;*/
	background:url(/images/design/onderweg_background_top1.jpg) repeat-x;
}
p {
	line-height:1.3em;
	color:#333;
	font-size:1.1em;
}
h1 {
	font-family:Tahoma, Verdana, sans-serif;
	color:#06f;
	font-size:2em;
}
h3, h2{
	padding:0;
	margin:0;
	color:#06f;
}
.clear {
	clear:both;
}
#content-wrapper {
	width: 650px;
	margin:0 auto;
}
#nav-container {
	min-width:300px;
	width:750px;
	margin:0 auto;
	padding-bottom:30px;
	padding-top:10px;
}
#home-image {
	margin:15px 0 25px 0;
	text-align:center;
}
#home-image img {
	padding:5px;
	border:#666 1px solid;
}
#thumb-wrapper {
	margin-bottom:30px;
	padding-right:10px;
	float:left;
	width:49%;
}
#thumbnails {
	float:right;
}
#thumbnails img {
	border:none;
}
.sub-nav {
	margin:0;
	padding:0;
	list-style:none;
	line-height:1.6;
	float:left;
	margin-right:15px;
}
.sub-nav a {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
.sub-nav a:hover, #more a:hover {
	color:#006;
}
.sub-nav span {
	margin:0;
	padding:0;
	font-size: 16px;
	color:#06F;
}
.sub-nav #more {
	padding:7px 0 0 20px;
	height:30px;
	background:url(/images/design/arrow.jpg) center left no-repeat;
}

#more a {
	font-size:12px;
	font-weight:normal;
	height:40px;
	color:#06F;
	text-decoration:underline;
}
#footer {
	/*height:25px;*/
	text-align:center;
	clear:both;
}
#footer p {
	font-size:10px;
	color: #666;
	margin:0;
	padding:0;
}

/*--------- Navigation ------------*/

ul#minitabs {
	list-style: none;
	margin: 0;
	padding: 7px 0;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    text-align: center;
    white-space: nowrap
}
ul#minitabs li {
	font-family:Arial;
	font-size:1.2em;
	display: inline;
	margin: 0 3px
}
ul#minitabs a {
	text-decoration: none;
	padding: 0 0 3px;
    border-bottom: 4px solid #f7f7f7;
    color: #999
}
ul#minitabs a#current {
	border-color: #F60;
	color:#06F
}
ul#minitabs a:hover {
	border-color: #F60;
	color: #666
}

/*-------- Photgraphy Index -----------*/
.country {
	display:block;
	float:left;
	height:160px;
	width:140px;
	text-decoration:none;
	margin:0 10px;
}
.country .thumb {
	border:1px solid #999;
	padding:2px;
	display:block;
	width:140px;
	height:90px;
}
.antaal, .land, .views {
	text-align:center;
}
.land {
	color:#06f;
	display:block;
	font-size:1.4em;
	margin:5px 0;
}
.antaal {
	color:#666666;
	display:block;
	font-size:0.8em;
	margin-bottom:5px;
}
/*------- Photography View --------------*/
#photography-container {
	width: 800px;
	margin: 30px auto;
	position:relative;
	text-align:center;
}

#main-photo {
	padding:5px;
	border:#999 2px solid;
	display: block;
	margin:0 auto;
}
#photo-title {
	color:#666; /*color:#06f;*/
	font-family:Verdana, sans-serif;
	clear:both;
	font-size:1.2em;
	padding:20px 0;
}
#next-photo img, #previous-photo img {
	border:none;
}
#next-photo {
	position:absolute;
	right:0;
	top:180px;
	display:inline;
}
#previous-photo {
	position:absolute;
	left:0;
	top:180px;
}
#thumb-container
{
	width:100%;
	height: 195px;
	padding:5px;
	margin:0 auto;
	overflow: auto;
}
#thumb-container img
{
	border:none;
	margin:0 10px;
	border:#999 3px solid;
}
/*------Stories----------*/
.story-index {
	border-bottom: #eee 1px solid;
	padding:30px 5px;
}
.story-index .title {
	text-decoration:none;
	font-family:Tahoma, Verdana, sans-serif;
	color:#06f;
	font-size:40px;
}
.story-index a:hover {
	color:#006;
}
.story-index img {
	float: left;
	padding: 4px;
	margin: 5px 15px 5px 0;
	border: #999 1px solid;
	display: block;
}
.story-index .story-link {
	float: right;
	padding-right: 10px;
	color:#f60;
}
.intro, .intro-books {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	padding-bottom: 7px;
	margin-left: 3px;
	margin-bottom: 7px;
	font-style:italic;
	background: url(../images/design/dashedLijnBg1.gif) no-repeat right bottom;
}
.intro-books {
	background: url(../images/design/dashedLijnBoekenBg.gif) no-repeat left bottom;
}
/*------Portfolio---------*/
.portfolio {
	padding:10px 0;
}
.cover {
	margin-right: 20px;
}
/*-------About------------*/
.about {
	padding:20px 0;
}
.about span {
	color:#666;
	display: block;
	padding-top:3px;
	width: 200px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style:italic;
}
.about img{
	float: right;
	padding: 3px;
	border: #666 1px solid;
	margin: -30px 30px 10px 20px;

}
#contact-form .errors {
	color:red;
	list-style:none;
	margin-left:75px;
}

#name-label, #email-label, #msg-label, #challenge-label {
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#666;
}
#name-label, #email-label, #msg-label {
	width: 150px;
}
#recaptcha_area {
	margin-left:105px;
}
#name-element input, #email-element input {
	width: 300px;
}
#send {
	margin-left:107px;
	width:315px;
}

#contact-form textarea {
	width: 300px;
	height:150px;
}
#contact-form dd {
	margin-bottom:10px;
}
fieldset {
	border:#333399 1px solid;
	padding:15px;
}
legend {
	font-weight:bold;
	font-size:16px;
	font-style:italic;
	color:#333399;
	padding:5px
}
/*--- error page ----*/
#not-found {
	text-align:center;
	padding-bottom:20px;
}