/* Basic */

*
	{
	margin: 0;
	padding: 0;
	}

body 
	{
	padding: 0px;
	margin: 0px;
	background-color: #c00;
	font-size: 11px;
	font-family: "Lucida Grande", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 17px;
	}

:focus
	{
	outline: none;
	}

html, body 
	{
     min-height:100.1%;
	}

a
	{
	color: #c00;
	text-decoration: underline;
	}

a:hover,
a:active
	{
	text-decoration: none;
	}

#wrapper
	{
	margin: 0 auto;
	}

.clear
	{
	clear: both;
	line-height: 1px;
	}
	
*
	{
	/*border: 1px solid #000;*/
	}

/* Links */


img
	{
	border: none;
	}

/* .............................. */
/* Headings */
/* .............................. */

h1 
	{
	color:#fff;
	text-indent: -999em;
	position: absolute;
	left: 0;
	top: 9px;
	}
	
h1 a 
	{
	display: block;
	height: 161px;
	width: 231px;
	background: url(/images/layout/img-logo-zomertijd.gif) 0 0 no-repeat;
   text-decoration:none;
	color:#fff;
	}


.title 
	{
	margin:0 0 5px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#FFF;
	}

h2 
	{
	margin: 15px 0 0 0;
	font-weight:bold;
	font-size:11px;
	color:#000;
	}

h3 
	{
	font-weight:bold;
	font-size:11px;
	color:#000;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#header
	{
	position: relative;
	margin: 0 auto;
	width: 650px;
	height: 136px;
	}

ul#menu
	{
	position: absolute;
	top: 110px;
	right: 0px;
	width: 650px;
	height: 20px;
	font-size:11px;
	list-style: none;
	text-align: right;
	}
	
#menu li
	{
	display: inline;
	margin: 0 0 0 6px;
	/* padding:0 20px 0 0; */
	}

#menu li a 
	{
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	}
		
#menu a:hover 
	{
	text-decoration: underline;
	color:#fff;
	}
	
/* Content */

#page 
	{
	margin:0 auto;
	text-align:left;
	width:100%;
	background-color: #FFF;
	color: #000;
	border-top: 5px solid #b70000;
	border-bottom: 5px solid #b70000;
	padding-top: 20px;
	}


#photo_container
	{
	padding: 4px 0 4px 0;
	margin: 0;
	width: 100%;
	text-align: center;
	background-color: #FFF;
	border-top: 5px solid #b70000;
	border-bottom: 5px solid #b70000;
	}
	
#photo 
	{
    padding:1px;
    background-color: #ccc;
	}

a:hover #photo
	{
    padding:1px;
    background-color: #aaa;
	}

/* Image Navigation */

#image-navigate 
	{
	margin:0 auto;
	padding:30px 0 5px 0;
	height:15px;
	width:100%;
	}
	
#image-navigate a 
	{
	text-decoration: none;
	padding: 5px 0;
	color: #333;
	}

#image-navigate a:hover,
#image-navigate a:active
	{
	text-decoration: underline;
	}

.image-previous 
	{
    float:left;
	background: url(/images/layout/bg-icon-left.gif) 0 6px no-repeat;
    padding: 0 0 0 14px;
	}

.image-next 
	{
	float:right;
	background: url(/images/layout/bg-icon-right.gif) 100% 6px no-repeat;
   padding: 0 14px 0 0;
	}

/* Image Info */

#image-info 
	{
	height: 30px;
	margin:0px auto;
	padding:10px 0;
	width:100%;
	line-height:16px;
	color: #000;
	}

#image-info h2.image-title
	{
	margin: 5px 0;
	padding: 0;
	text-align: left;
	color: #000;
	}

#image-info p
	{
	margin: 5px 0;
	padding: 0;
	text-align: left;
	color: #000;
	}
	
#image-notes 
	{
	width:95%;
	vertical-align:top;
	}
	
#image-exif 
	{
    padding-top:10px;
    text-align:right;
	width:25%;
	vertical-align:top;
	}

/* Pages */


#page h2
	{
	margin:10px auto;
	text-align:left;
	width:650px;
	color: #C00;
	font-size: 16px;
	line-height:24px;
	}

#page a 
	{
    font-weight:bold;
	}
	
#page img 
	{
	background:#ffffff;
   padding:0px;
	border:1px solid #000;
	}

.column
	{
	width:48%;
	text-align:left;
	vertical-align:top;
	padding:5px;
	}
	
#page img.thumbnails 
	{
	border:1px solid #CCC;
	padding:0px;
	margin:3px;
	}
	
#page a:hover img.thumbnails 
	{
	border:1px solid #000;
	}
	
.browse
	{
	padding: 0 0 10px 0;	
	}
	
.page_content
	{
	margin: 0 auto;
	padding: 0 0 30px 0;
	width: 650px;
	}
	
.page_content ul
	{
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.page_content ul li
	{
	float: left;
	width: 46%;
	margin: 0 10px 0 0;
	padding: 3px 0 3px 0;
	border-bottom: #FCC 1px solid;
	}

.browse
	{
	margin: 20px auto;
	width: 650px;
	}

.browse ul
	{
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	/* border-left: 1px solid #C00; */	
	}
	
.browse ul li
	{
	margin: 0 0 0 6px;
	padding: 0 10px 0 0;
	float: left;
	border-bottom: none;
	}
	
.browse ul li a:link,
.browse ul li a:visited
	{
	display: block;
	color: #C00;
	text-decoration: none;
	}

.browse ul li a:hover,
.browse ul li a:active
	{
	text-decoration: underline;
	}
	
.small_content
	{
	margin: 0 0 0 0;
	}

/* Footer */

#footer 
	{
	clear: both;
	margin:10px auto 0 auto;
	padding: 10px 0 40px 0;
	width:650px;
   }

#footer a
	{
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
	}

#footer a:hover,
#footer a:active
	{
	border-bottom: 1px solid #fff;
	}

#footer .right
	{
	float: right;
	}
	
#image-info ul
	{
	list-style: none;
	}

#image-info ul li
	{
	float: left;
	margin: 0 10px 0 0;
	}

#image-info ul li p
	{
	margin: 0;
	padding: 0;
	}

.left-box
	{
	float: left;
	width: 170px;
	}

.left-box-wide
	{
	float: left;
	width: 450px;
	}

.left-box-wide ul
	{
	}

.left-box-wide ul li
	{
	background: url(/images/layout/icon-bullet.gif) no-repeat 0 7px;
	padding: 0 0 0 10px;
	margin: 0;
	width: 450px;
	float: none;
	border: none;
	}