/*
	------------------------------------------------------------------
	created by 		: Jeff Taylor
	date			: July 2011	
	------------------------------------------------------------------	

*/





body {
	margin: 0px;
	padding: 0px;
	background: url(images/gravel.jpg);
	font: 12px/24px Arial, "Helvetica", sans-serif;
}

html{
	margin: 0px;
	padding: 0px;
}





#container {
	background: #333333 url(images/bg_body.jpg) repeat-x left top;
	color:#FFFFFF;
	line-height: 18px;
	margin: 0px auto;
	width: 750px;
	padding: 0px 0px 0px 0px;
	border: 0px solid #000;
}


#title h1  {
	color: #ffd200;
	letter-spacing: 1px;
	padding: 15px;
	margin: 0px;
	font: bold 18px Arial, "Helvetica", sans-serif;
	text-transform: capitalize;
}

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

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

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

}










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

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

#content a:hover  {
	color: #ff0000;
	text-decoration: none;
	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: 0px 0px 0px;
	clear: both;
	float: none;
	margin: 0px;
	font-size: 10px;
	color: #f28e24;
	}


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

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





.unvisible { 
	display: none;
 }



.thumbnail2 a:hover  {
	color: #ffffff;
	text-decoration: underline;
}


.thumbnail2 {
	float: right;
	margin: 0px;
	padding: 10px;
	text-align: center;
	color: #CCCCCC;
	width: 166px;
	height: 170px;
	}


.thumbnail2 img:hover{
        background: #FFFFFF;	
	display:block;
	width: 100px;
	height: 150px
}



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

	display:block;
	width: 100px;
	height: 150px;
	color: #76B41C;
	font-weight: bold;
	
}



.thumbnail2 img{
	background: #000000;
	padding: 7px;
	margin: auto;
	display:block;
}



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


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

}




*/


.thumbnail {
	float: right;
	margin: 0px;
	padding: 10px;
	text-align: center;
	color: #CCCCCC;
	width: 166px;
	height: 140px;
	}



.thumbnail img:hover{
        background: #FFFFFF;	
	display:block;
	width: 150px;
	height: 100px;

}





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

	display:block;
	width: 150px;
	height: 100px;
	color: #76B41C;
	font-weight: bold;
	
}




.thumbnail img{
	background: #000000;
	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;
}




	
