/*
	------------------------------------------------------------------
	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...
*/





body {
	margin: auto;
	padding: 0px;
	background: #000000 url(../images/flower2.jpg) fixed no-repeat center;
	/*font: 12px/24px Georgia, "Times New Roman", Times, serif;*/
	
}

p {font-family:'Segoe UI', Tahoma, Arial, Verdana, sans-serif; font-size:14px; }

h1 { font: 28px/24px Georgia, "Times New Roman", Times, serif; font-weight:bold;}
h2 { font: 21px/24px Georgia, "Times New Roman", Times, serif; }



html{
	margin: 0px;
	padding: 0px;
	font-family:'Segoe UI', Tahoma, Arial, Verdana, sans-serif; font-size:14px; 
}

#nav ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
}

#nav li
{
	float:left;
}
/*#nav	a:link,a:visited
{
	display:block;
	width:120px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#666666;
	text-align:center;
	padding:4px;
	text-decoration:none;
	text-transform:uppercase;
}*/
/*#nav	a:hover,a:active
{
	background-color:#fb01de;
}
*/


#container {/*
	background: #0a3163 url(images/bg_body.jpg) repeat-x left top;*/
	
	background-image:url(../images/bg1.png); background-repeat:no-repeat;
	background-color:#000;
color:#FFFFFF;
	line-height: 18px;
	margin: 15px auto;
	width: 960px;
	padding: 5px 20px 20px 20px;
	border: 1px solid #000;
	min-height:900px;
}


#title h1  {
	color: #76B41C;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
}

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

#content {
	text-align:left;
	padding: 0px; 
	margin: 0px;
	color: #FFFFFF;		
}

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

}










#content a {
	color: #fff;
	text-decoration: underline;
}

#content a:visited   {
	color: #999999;
	text-decoration: underline;
}

#content a:hover  {
	color: #000000;
	text-decoration: underline;
	background: #CCCCCC;
	border-bottom: 1px solid #000000;
	}


#content .category img {
	background: #fff;
	padding: 7px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FFFFFF;
	float:right
}



#content .category {
	margin: 60px 0px 50px 0px;
	padding: 30px 0px 10px 0px;
	clear:both;
	height:auto;
}







	

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

#footer {
	text-align:center;
	padding: 30px 0px 10px;
	clear: both;
	float: none;
	margin: 0px;
	font-size: 10px;
	color: #999999;
	}


#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	}

#footer a:hover {
	color: #FFFFFF;
}





.unvisible { 
	display: none;
 }


.thumbnail {
	float: left;
	margin: 5px;
	padding: 8px;
	text-align: center;
	color: #CCCCCC;
	width: 166px;
	height: 175px;
	}


.thumbnailhover{
	background:  none;	
	display:block;
	width: 166px;
	height: 175px;
}

a.thumbnailhover:hover{
		background:  url(images/bg_body.jpg) no-repeat left top;	

	display:block;
	width: 166px;
	height: 175px;
		color: #76B41C;
	font-weight: bold;

	
}


.thumbnail img{
	background: #000;
	padding: 7px;
	margin: auto;
	display:block;
}



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

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

*/




a img {
border:none;

}

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




	
