/**********************************************************************************************

	Title: CSS
	Author: Shannon Fry
	Date: 2008 

***********************************************************************************************

	1. Preview Container
		1.1 Thumbnail
		1.2 Information Box

		
***********************************************************************************************/





/* 1. Preview Container
-----------------------------------------------------------------------------------------------*/

.galleryentry {
	height: 200px;
	overflow: hidden;
}

	/* 1.1 Thumbnail
	-----------------------------------------------------------------------------------------------*/
	.gallerythumb {
		background-color: #fff;
		height: 140px;
		margin-bottom: 30px;
		border: 1px solid #CCCCCC;
		padding: 5px;
	}


	/* 1.2 Information Box
	-----------------------------------------------------------------------------------------------*/
	.galleryinfo {
		background-color: #1F1F1F;
		height: 120px;
		margin-bottom: 30px;
		padding: 15px;
		color: #999999;
	}
	.gallerypreview {
		width:900px;
		height: 100px;
		padding: 10px;
	}
	.gallerypreview-icon {
		width: 120px;
		float: left;
	}
	.gallerypreview-text {
		width: 750px;
		float: right;
	}
	.btn_visit {
		float: right;
		width: 118px;
		height: 25px;
	}
	.galleryinfo_desc {
		height: 55px;
		margin-bottom: 10px;
	}
	.imgcount {
		font-size: 9px;
		color: #999999;
		display:block;
	}


/* 2. Gallery Main Page
-----------------------------------------------------------------------------------------------*/
.category {
	width: 400px;
	margin-bottom: 50px;
	text-align: center;
	clear: both;
	line-height: normal;
}
.caticon {
	width: 100px;
	height: 150px;
	float:left;
	text-align: left;	
}
.cattext {
	width: 300px;
	height: 150px;
	float: right;
	text-align: justify;
}
.catdescription {
	height: 60px;
}		


/* 3. Category Icons
-----------------------------------------------------------------------------------------------*/
.titlebar {
	width: 910px;
	height: 50px;
}	
.titlehdr {
	width: 450px;
	float: left;
}
.categoryicons {
	width: 450px;
	float:right;
	text-align: right;
}	

