/*	Cascading Style Sheet types for Image Galleries
	Wayne Frazee.com
	Copyright 2004, Wayne S. Frazee					*/
	
/* General article listing text style */
.gallerylisting {
	font-size: 			12px;
}

/* Article Date text style */
.gallerydate {
	font-size: 			13px;
	color: 				#AACCFF;
}

/* Article Title link style */
a.gallerytitle {
	font-size: 			13px;
	color: 				#CCDDFF;
	text-decoration:	none;
}

/* Article Title link style (hover) */
a.gallerytitle:HOVER {
	color:				#AACCFF;
	text-decoration:	underline;
	
}

/* Image title (non-link) style */
.imagetitle {
	font-size: 			13px;
	color: 				#CCDDFF;
	text-decoration:	none;
}

/* Gallery Positioning */
.gallery {
	text-indent: -1em;
}