* {
 margin: 0px;
 padding: 0px;
}

img {
 border-width: 0px;
 
}

body {
 font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
 font-size: 11px;
 color: #ffffff;
 background-color: rgb(77, 6, 6);
 background-image: url('../images/body_back.png');
 background-position: center top;
 background-repeat: no-repeat;
 background-attachment: fixed;
}

p, ul, ol, blockquote, table {
 line-height: 1.5em;
 margin-bottom: 14px;
}

#wrapper {
 position: relative;
 width: 900px;
 margin: 0px auto;
}

	#menu {
	 position: absolute;
	 top: 0px;
	 width: 900px;
	 background-color: rgb(0, 0, 0);
	 height: 35px;
	 z-index: 1000;
	 -moz-border-radius-bottomleft: 8px;
	 -moz-border-radius-bottomright: 8px;
	 -webkit-border-bottom-left-radius: 8px;
	 -webkit-border-bottom-right-radius: 8px;
	}
	
	#menu ul {
	 list-style-type: none;
	}
	
	#menu li {
	 float: left;
	 margin-left: 20px;
	 height: 10px;
	 padding: 10px;
	 text-align: center;
	 background-color: rgb(50, 50, 50);
	 -moz-border-radius-bottomleft: 8px;
	 -moz-border-radius-bottomright: 8px;
	 -webkit-border-bottom-left-radius: 8px;
	 -webkit-border-bottom-right-radius: 8px;
	}
	
	#menu li:hover {
	 background-color: rgb(77, 15, 15);
	}
	
	#menu li a {
	 display: block;
	 height: 100%;
	}
	
	#menu li a:hover {
	 text-decoration: none;
	}
	
	#title {
	 position: relative;
	 top: 55px;
	 text-indent: -2000px;
	 background-image: url('../images/title.png');
	 width: 763px;
	 height: 57px;
	 margin: 0px auto;
	}

	#content_wrapper {
	 padding-top: 60px;
	 margin-top: 85px;
	 background-image: url('../images/content_back_top.png');
	 background-repeat: no-repeat;
	}
	
	#content {
	 padding: 0px 40px 40px 40px;
	 background-color: rgb(0, 0, 0);
	}
	
	#content h2 {
	 font-size: 28px;
	 text-align: center;
	 border-bottom: 2px solid rgb(255, 255, 255);
	}
	
	#content h2.top {
	 margin-bottom: 20px;
	}
	
	#content .album {
	 position: relative;
	 width: 188px;
	 height: 212px;
	 margin: 0px 3px 3px 0px;
	 padding: 7px;
	 float: left;
	 background-color: rgb(52, 52, 52);
	 cursor: pointer;
	}
	
	#content .album:hover {
	 background-color: rgb(77, 15, 15);
	}
	
	#content .album img.thumb {
	 width: 188px;
	 height: 188px;
	}
	
	#content .album .name {
	 position: absolute;
	 left: 0px;
	 bottom: 0px;
	 padding: 0px 0px 4px 7px;
	 font-size: 16px;
	 font-style: oblique;
	}
	
	#content .album .info {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 margin: 7px;
	 padding: 4px 0px;
	 width: 188px;
	 display: none;
	 text-align: center;
	 background-color: rgb(77, 15, 15);
	 background-color: rgba(77, 15, 15, 0.7);
	 border-bottom: 2px solid rgb(77, 15, 15);
	}
	
	#content .album:hover .info {
	 display: block;
	}
	
	#content .album a {
	 position: absolute;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 100%;
	 display: block;
	}
	
	#content .album .date {
	 position: absolute;
	 right: 12px;
	 top: 12px;
	 width: 40px;
	 height: 40px;
	 background-color: rgb(255, 255, 255);
	 background-color: rgba(255, 255, 255, 0.3);
	 border: 2px solid rgb(77, 6, 6);
	 border: 2px solid rgba(77, 6, 6, 0.2);
	}
	
	#content .album .date .month {
	 position: absolute;
	 left: -2px;
	 top: -2px;
	 font-weight: bold;
	 font-style: oblique;
	 font-size: 8px;
	 line-height: 1,1em;
	 text-align: center;
	 background-color: rgb(77, 6, 6);
	 background-color: rgba(77, 6, 6, 0.6);
	 height: 14px;
	 width: 44px;
	}
	
	#content .album .date .day {
	 position: absolute;
	 top: 10px;
	 left: 0px;
	 right: 12px;
	 font-family: Georga, serif;
	 font-size: 26px;
	 font-weight: bold;
	 font-style: oblique;
	 text-align: center;
	 color: rgb(77, 6, 6);
	 color: rgba(77, 6, 6, 0.8);
	}
	
	#content .album .date .year {
	 position: absolute;
	 right: 1px;
	 top: 10px;
	 font-size: 9px;
	 color: rgb(77, 6, 6);
	 color: rgba(77, 6, 6, 0.8);
	}
	
	#content .album:hover .date {
	 background-color: rgb(255, 255, 255);
	 background-color: rgba(255, 255, 255, 0.9);
	 border: 2px solid rgb(77, 6, 6);
	 border: 2px solid rgba(77, 6, 6, 0.6);
	}
	
	#content .album:hover .date .month {
	 background-color: rgb(77, 6, 6);
	 background-color: rgba(77, 6, 6, 1);
	}
	
	#content .album:hover .date .day {
	 color: rgb(77, 6, 6);
	 color: rgba(77, 6, 6, 1);
	}
	
	#content .album .date .year {
	 color: rgb(77, 6, 6);
	 color: rgba(77, 6, 6, 1);
	}
	
	#content #album_list_home {
	 width: 50%;
	}
	
	#content #album_list_home {
	 background-image: url('../images/pijl_albums.png');
	 background-repeat: no-repeat;
	 background-position: 0px 4px;
	 padding-top: 60px;
	 clear: both;
	}
	
	#content #album_list_home .alle {
	 float: right;
	}
	
	#content form {
	 padding: 20px;
	 background-color: rgb(32, 32, 32);
	}
	
	#content form td {
	 padding: 4px 2px 2px 0px;;
	}
	
	#content form td:first-child {
	 padding-right: 10px;
	}
	
	#content textarea, #content input[type="text"] {
	 background-color: rgb(32, 7, 7);
	 border: 0px;
	 border-left: 3px dotted rgb(77, 8, 8);
	 width: 400px;
	 color: #ffffff;
	 font-family: Georgia, serif;;
	 font-size: 16px;
	 font-style: oblique;
	 padding: 10px 5px 5px 4px;
	 outline: 0px;
	}
	
	#content textarea {
	 height: 300px;
	}
	
	#content .photo_counter {
	 position: absolute;
	 bottom: -40px;
	 left: 0px;
	 right: 0px;
	 height: 20px;
	 font-size: 14px;
	 text-align: center;
	}

div.thumb {
 height: 200px;
 width: 200px;
 float: left;
 border: 1px solid #ffffff;
}

div.viewport {
 overflow: hidden;
}

div.viewport div {
 position: relative;
}

div.viewport img {
 display: block;
 float: left;
}

#foto, #video, #thumbs {
 padding-top: 10px;
 background-color: #222222;
 margin: auto;
 position: relative;
}

#foto {
 width: 720px;
 height: 720px;
 line-height: 720px;
 text-align: center;
}

#thumbs {
 width: 810px;	
 padding-left: 10px;
}

#thumbs h1 {
 font-style: oblique;
 padding-bottom: 5px;
 text-align: center;
 margin-right: 10px;
}

#thumbs .thumbs div {
 width: 125px;
 height: 125px;
 margin: 0px 10px 10px 0px;
 float: left;
 text-align: center;
 line-height: 125px;
}

#thumbs .thumbs div img {
 vertical-align: middle;
 opacity: 0.8;
}

#thumbs .thumbs div:hover img {
 opacity: 1;
 -moz-box-shadow: 0px 0px 6px #000000;
 -webkit-box-shadow: 0px 0px 6px #000000;
 box-shadow: 0px 0px 6px #000000;
}

#video {
 width: 840px;
 height: 510px;
 text-align: center;
}

#foto img {
 vertical-align: middle;
 border: 1px solid #333333;
}

#vorige, #volgende, #play, #terug, #thumbs #terug {
 width: 55px;
 height: 25px;
 background-color: #555555;
 border: 1px solid #444444;
 cursor: pointer;
 text-align: center;
 line-height: 16px;
}

#vorige:hover, #volgende:hover, #play:hover, #terug:hover, #thumbs #terug:hover {
 background-color: #ffffff;
 color: #000000;
}

#vorige {
 position: absolute;
 top: 150px;
 left: -58px;
}

#play {
 position: absolute;
 top: 195px;
 right: -58px;
}

#volgende {
 position:						absolute;
 top:									150px;
 right:								-58px;
}

#terug {
 position:						absolute;
 top:									195px;
 left:								-58px;
}

#terug a{
 display:							block;
 width:								inherit;
 height:							120%;
}

#terug a:hover {
 color:								#000000;
 text-decoration:			none;
}

#versie {
 position:						absolute;
 top:									30px;
 right:								14px;
 margin-top:					20px;
 float:								right;
 height:							14px;
 overflow:						hidden;
 text-align:					right;
 padding:							6px 4px 4px 10px;
}

#versie:hover {
 height:							214px;
 cursor:							help;
 border:							1px solid #ffffff;
 -moz-border-radius:	5px;
 padding:							5px 3px 3px 9px;
 background-color:		#222222;
 width:								200px;
}

#versie p, #versie ul {
 text-align:					left;
}

#versie ul {
 margin-left:					25px;
 margin-bottom:				15px;
}

#versie p {
 margin-bottom:				5px;
}

p {
 margin-bottom:				15px;
}

a:link {
 color: #eeeeee;
 text-decoration: none;
}

a:visited {
 color: #eeeeee;
 text-decoration: none;
}

a:hover {
 color: #ffffff;
 text-decoration: underline;
}

ol {
 margin-left:					30px;
 margin-bottom:				30px;
}

ol ul {
 margin-left:					14px;
 margin-bottom:				10px;
}

p.error {
 padding:							8px;
 width:								250px;
 background-color:		#900000;
 border:							4px solid #aa0000;
}

div.errordiv {
 width:									800px;
 padding-top:					20px;
 margin-left:						auto;
 margin-right:					auto;
}

a.bold {
 font-weight:					bold;
}

#staande_foto {
 float:								right;
 margin-right:				30px;
 margin-left:					40px;
}

a, img {
 outline-width: 0px;
}

.clear {
 clear: both;	
}
