html, body{
 height:100%;
}

body {
 font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
 font-size:0.9em;
 text-align:center;
 background-color: #7a6a49;
 padding:0px;
 margin:0px;
 color:white;
 background:#<COLOR1> url('templates/pixelfy2.0/images/gradient.php?start=<COLOR5>&end=<COLOR1>&height=700') repeat-x;
}

img {
 border:0px;
}

a:active, a img, img a, a {
  outline: none;
}


a {
 color:#4c3d22;
 text-decoration:none;
}

#commentWrap textarea, #commentWrap input {
 width:80%;
}

h1 {
 font-size: 12px;
 margin: 0;
 padding: 0;
 font-weight: bold;
 color: #4c3d22;
}

h2 {
 font-size: 12px;
 margin: 0;
 padding: 0;
 font-weight: bold;
 color: #7A6A49;
}

.devider {
 width:100%;
 clear:both;
 font-size:0em;
}


#container {
 width: 1000px;
 margin-left:auto;
 margin-right:auto;
 background-color: #7a6a49;
}

#menu {
 text-transform: uppercase; 	
 font-size:90%;
}
#menu a.item {
 float:right;
 padding:40px 7px 30px 7px;
}
#menu a.item:hover {
 background-color:#4c3d22;
 color: white;
}

#menu a#logo {
 float:left;
}

#submenu {
 float:right;
 background-color: #4c3d22;
 padding: 1%;
 width: 98%;
 margin-bottom: 7px;
 text-transform: uppercase;
 text-align: right;
 font-size: 10px;
 color: #7a6a49;
}
#submenu a {
 	color: #7a6a49;
}

#submenu a:hover {
 	color: white;
}
#exif {
 width:40%;
 font-size:90%;
 float:left;
 margin-left:1em;
 color: #4c3d22;
}


#commentWrap {
 width:40%;
 font-size:90%;
 float:right;
 margin-right:1em;
 text-align:left;
}

#display {
 top: 10px;

 text-align:left;
 clear:both;
 border: 0px solid #7a6a49;
}

#display p {
 margin:1em;
}

img.thumbs {
 float:left;
 border:1px solid #4c3d22;
 padding:0.2em;
 margin:0.3em 0.3em 0.3em 0.3em;
}

.thumbnails {
 float:left;
 border:1px solid #4c3d22;
 padding:0.4em;
 margin:0em 0.3em 0.6em 0.3em; 
}

#footer {
 border-top: 1px solid #4c3d22;
 text-align: right;
 padding-top: 7px;
 padding-bottom: 7px;
}

#footer, #footer a {
 color:#4c3d22; 
 font-size: 10px;
}

#footer a:hover {
	color: white
}

#imageWrap {
 background-image:url(../images/load.gif);
 background-repeat:no-repeat;
 background-position:center center;
}

#image {
}

#thumbnailwrap {
 width:800px;
 float:left;
}

#details {
 width:165px;
 float:right;
 padding: 7px;
 margin:0px 0px 5px 5px;
 background-color: #4c3d22;
 color: #7A6A49;
}

#details a {
	color: #7A6A49;
}

#details a:hover {
	color: white;
}

#text {
 float:left;
}

.mark {
 background-color:#4c3d22;
 color:orange;
}

.tags10 {
 font-size:90%;
}


/* Contact */
.pfc_err {
 border:1px solid red;
 background-color:green;
}

#notes {
	font-size: 10px;
	padding-bottom: 7px;
	color: #4c3d22;
}




/*******************************/
/* START Horizontale navigatie */
#hor-navlist { 
	width: 374px; 
	float: right;
}
	
#hor-navlist {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	top: 40px;
	position: relative;
	text-align: right;
}

#hor-navlist ul, #hor-navlist li {
	margin: 0;
	display: inline;
	list-style-type: none;
}

#hor-navlist a:link, #hor-navlist a:visited {
	padding: 0px;
	float: right;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 6px;
	color: #4c3d22;
	text-decoration: none;
}

#hor-navlist a:link#current, #hor-navlist a:visited#current{
	color: white;
}

#hor-navlist a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 3px solid white;
}

/* EINDE Horizontale navigatie */
/*******************************/




