/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */


/* gecombineerd met: http://www.dbowman.com/photos/ */

/* en enkele aanpassing mijnerzijds. Arnout*/

*{
	margin:0;
	padding:0;
	font-size:100%;
}

#wrap p
{
	text-align: left;
	font-family: 'Times New Roman';
        font-size: 1em;
        line-height: 26px;
	letter-spacing: .2em;
	font-style: italic;
}

abbr, acronym
{
	cursor: help;
	border-bottom: 1px dotted #e0e0e0;
}

body{
	font:80%/110% Verdana, Helvetica, sans-serif;
	color:#666;
	margin-top:40px;
/*	background:#F6F5F0;*/
	background-color: #f7f7f7;
	
	background-image: url("/img/main/bg_lt.jpg");
        background-repeat: no-repeat;
        background-attachment:fixed;
        background-position: left top;

	text-align:center;
}

a{
	color:#666;
	text-decoration:none;
}

p,
h2{
	margin:15px 5px;
}

h2{
	color:#999;
}

h2 a
{
	width: 100px;
	padding-left: 4em;
	padding-right: 4em;
	
}

h2 a:hover
{
	color: black;
}

h1
{
	text-transform: uppercase;	
}

#wrap{
	width:720px;
	margin:0 auto;
	position:relative;
}

#header{
	margin-bottom:20px;
}

#header a{
	text-decoration:underline;
}


#crumbs
{
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 5px;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 5px;
	font-size: 79%;
}

#crumbs span
{
	padding-left: 11px;
}

#crumbs a
{
	border-bottom: 1px dotted gray;
}

#crumbs a:hover
{
	border-bottom: 1px dotted #FFA500;
}


#main-content { z-index: 2;}

#main-content li{
	width:200px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers*/
	-moz-border-radius:10px;
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#fullplate-navigation{
	list-style:none;
	margin:5px 0 0 45px;
	z-index: 0;
}

/*#fullplate-navigation a:hover{
	background-color: white;
}
*/
#fullplate-navigation li{
	display:block;
	float:left;
	width:210px;
}

.hide
{
	display: none;	
}

#previous{
	text-align:left;
}

#next{
	text-align:right;
}


#fullplate-navigation li a{
	display:block;
	width:200px;
	/*padding:10px;
	border: 1px solid red;*/
}


#fullplate-navigation li#previous  a, #fullplate-navigation li#next  a
{
	position:absolute;
	float:none;
	top:50px;
	left:0;
	width:50%;
	height: 480px;
	margin:0;
	text-align:left;
	vertical-align:bottom;
}


* html #fullplate-navigation li#previous  a, * html #fullplate-navigation li#next a
{
	width: 360px; /* ...stupid ie... */
}

#fullplate-navigation li#next  a
{
	left: auto;
	right:0;
	text-align:right;
	z-index: 0;
}

#fullplate-navigation li#previous a, #fullplate-navigation li#next a {
  background:url("/img/back.gif") no-repeat 50% -100px; /*anders zit ie niet in de voorgrond in ie??? */
  }

#fullplate-navigation li a:hover{
	color:#333;
}



#fullplate-photo{
	border:solid #EEE;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers*/
	-moz-border-radius:20px;
	background:#FFF;
	padding:5px 15px 15px 15px;
	margin:0 auto;
	width:640px;
}

#fullplate-photo.p
{
	width: 480px;
}


/* ie6 "hover komt niet opdagen"-workaround start*/
#main-content a:link, #main-content a:visited{
	border: 0px solid #000;
}

#main-content a:hover
{
	border-color: #001;
	
}
/* ie6-bug end */


#main-content  a span{
/*\*/
	position:absolute;
	left:-9999px;

}




#main-content a:hover span{	
	top:10px;
	left:10px;
	width:202px;
	font-weight:bold;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	-moz-opacity:.8;
		opacity:.80;
		
/**/
}
	
#crumbs a.ff
{
	position: absolute;
	left: 0;
	border: 0;
	padding-left: 10px;
}

img{
	border:1px solid #EEE;
/* delete line above and uncomment this for an inset effect
	border:1px solid;
	border-color:#666 #EEE #EEE #666;
 */
}

#foot{
	padding-bottom:30px;
	margin-bottom:20px;
	clear:left;
}

#foot a:hover
{
	text-decoration: underline;	
}