
/* ### -- -- -- -- -- Special Community Filebase Styles -- -- -- -- -- ### */

/* 

File: filebase.css 
Copyright: 2009 WCF Solutions <http://www.wcfsolutions.com/index.php>

*/

/* ### -- -- -- -- -- Thumbnails -- -- -- -- -- ### */

.contentThumbnail {
	float: right;
	padding: 5px;
}
.contentThumbnail:after {
	clear: right;
}

/* ### -- -- -- -- -- Item image list -- -- -- -- -- ### */

.fileImagesList img {
	padding: 5px;
}

/* ### -- -- -- -- -- Item submit button -- -- -- -- -- ### */

.fileInputSubmitButton {
	float: right;
}
 
/* ### -- -- -- -- -- Item sorting -- -- -- -- -- ### */

.itemSort:after {
	content: "";
	height: 0;
	display: block;
	clear: both;
}
 
/* ### -- -- -- -- -- Category item list columns -- -- -- -- -- ### */

.columnThumbnail {
	width: 150px;
}

.columnSubject {
	width: 70%;
}

.columnViews, .columnDownloads, .columnImages, .columnFiles {
	text-align: center;
}

.shortMessage, .itemBy {
	font-size: .85em;
}

/* ### -- -- -- -- -- EOF -- -- -- -- -- ### */

