/*
	------------------------------------------------------------------
	created by 		: Paul van Roekel
	date			: july 2006	
	------------------------------------------------------------------	
	You're welcome to use any code in this file for your own projects
	the used images however are copyrighted and not for use 
	on other sites! Want to contact me? Use the form on this website...
*/








#container {
	
	color:#FFFFFF;
	line-height: 18px;
	margin: 15px auto;
	width: 800px;
	padding: 5px 20px 20px 20px;
	border: 1px solid #000;
}


#toptitle h1  {
	color: #76B41C;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#description{
	background: #000000;
	border: 1px solid #333333;
	padding: 10px;
	margin: 5px;
	width: 90%;
	float: left;
	height: auto;
	font-weight: bold;
}


#description a {
	color: #fff;
	text-decoration: underline;

}



.date{
	font-weight: normal;
	color: #666666;

}






	

.imageborderlarge {
	padding: 7px;
	margin: 5px 0px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
}







.unvisible { 
	display: none;
 }




.thumbnail {
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 45%;
	height:auto;
	
	}

.thumbnail img{
	text-align:center;
	margin: auto;
	cursor:pointer;
	border:1px solid #cccccc;

}

.thumbnail img:hover{
border-bottom:10px solid #000;
}


.thumbnail a {
	color:#999999;
	text-decoration: none;
}

.thumbtext{
	width: 165px;
	height: 20px;
	display:block;
	text-align:center;
	cursor:pointer;

}


/* non IE  hover */
div.thumbnail:hover{
	color: #76B41C;
	font-weight: bold;

}

a img {
border:none;

}

#gallerycontainer{
	padding: 0px;
	text-align:center;
}




	
