/*
	------------------------------------------------------------------
	created by 		: jsa
	date			: july 2008	
	------------------------------------------------------------------	
*/


body {
	font: 12px/24px Georgia, "Times New Roman", Times, serif;
	color: #4b1b25;
	width:  95%;
	margin-top: 1px;
	margin-right: 2%;
	margin-left: 2%;
}


html{
	margin: 2px;
	padding: 2px;
}


#container {
	line-height: 18px;
	vertical-align: bottom;
	background: url(images/smooth.jpg) repeat;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}


#title h1  {
	color: #669ab1;
	letter-spacing: 1px;
	padding: 5px;
	margin: 10px;
	font: bold 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: capitalize;
	text-align: center;
}

#description{
	padding: 50px;
	height: 6px;
	border: 4px solid #a02c00;
	background: #efefef url(images/topnav.jpg);
}


#content {
	padding: 50px;
	border: 4px none #a02c00;
	background-image: url(../images/aquarella-1.jpg);
}
.date{
	font-weight: bold;
	color: #605a64;
}

.date a {
	color: #481ca8;
	text-decoration: none;
}

.date a:visited   {
	color: #481ca8;
	text-decoration: none;
}

.date a:hover  {
	color: #6726f3;
	text-decoration: underline;
	border-bottom: 1px solid #000000;
	}
	
.date a:active  {
	color: #000;
	text-decoration: underline;
	border-bottom: 1px solid #000000;
	}


#content a {
	color: #6d50bb;
	text-decoration: none;
}

#content a:visited   {
	color: #481ca8;
	text-decoration: underline;
}

#content a:hover  {
	color: #6e2931;
	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;
	font-size: 10px;
	color: #999999;
	}


#footer a:link, #footer a:visited {
	color: #605a64;
	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: #983222;
	width: 166px;
	height: 170px;
	border: 2px solid #ea967e;
}

.thumbnail img{
	background: #f6f6f6;
	padding: 7px;
	margin: auto;
	display:block;
}



.thumbnail a {
	color:#999999;
	text-decoration: none;
}

/* non IE  hover */
div.thumbnail:hover{
	background: #ECDEBB;
	color: #44697D;
	border: 2px solid #a02c00;
	font-weight: bold;
}

a img {
border:none;

}

/* Home page specific */




#firstcontainer {
	line-height: 18px;
	width: 100%;
	background: white;

}

#firstdescription{
	padding: 50px;
	height: 50px;
	
	border: 4px solid #a02c00;
	background: #efefef url(images/topnav.jpg);
	width: 90%;
	font-size: 18px;
	
}

#hcenter {
	line-height: 18px;
	border: 4px solid silver;
	background: #efefef url(../images/aquarella-1.jpg) repeat;
	width: 100%;
}

#gallerycontainer{
	padding: 0px;
	text-align:center;
}

.galthumbnail {
	float: left;
	margin: 5px;
	padding: 18px;
	text-align: center;
	color: #ffae92;
	width: 200px;
	height: 200px;
	border: 4px solid #ea967e;
	}

.galthumbnail img{
	background: #f6f6f6;
	padding: 7px;
	margin: auto;
	display:block;
}



.galthumbnail a {
	color:#999999;
	text-decoration: none;
}

/* non IE  hover */

div.galthumbnail:hover{
	background: #ECDEBB;
	color: #44697D;
	border: 4px solid #a02c00;
	font-weight: bold;
}




	
