/*	Cascading Style Sheet homepage-specific types
	Wayne Frazee.com
	Copyright 2004-5, Wayne S. Frazee			*/
	
/* Site news div style */
.sitenews {
	border:				1px solid #000033;
	margin:				18px;
	width:				400px;
	height:				305px;
	background-color:	#303030;
	filter: 			alpha(opacity=90);
	filter: 			progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: 		.90;
	-khtml-opacity: 	.90;
	opacity: 			.90; /* for future compatibility */
	font-size:			12;
}

/* Site News links */
.sitenews a {
	text-decoration:	none;
	color:				#AAAACC;
}

/* Site News links (hover) */
.sitenews a:HOVER {
	text-decoration: 	underline;
	color:				#AACCFF;
}
/* Subsitenews div style */
.subsitenews {
	position: 			relative;
	margin-left: 		5px;
	margin-top: 		5px;
	filter: 			alpha(opacity=100);
	filter: 			progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 		1;
	-khtml-opacity: 	1;
	opacity: 			1; /* for future compatibility */
}

/* Newsarchive link div style */
.newsarchive {
	margin-right:		5px;
}

/* Featured Items tables */
table.featuretable {
	border: 			1px solid; 
	border-color: 		#6c6c6c;
}

/* Featured Items title */
.featuretitle {
	color: 				#CCCCCC;
	font-size: 			16px;
}

/* Featured Items text */
.featuretext {
	padding-top:		10px;
	text-indent:		1em;
	color: 				#CCCCCC;
	font-size:			12px;
}

/* Featured Items links */
.featuretext a {
	color: 				#AAAAAA;
	text-decoration: 	none;
}

/* Featured Items links hovered */
.featuretext a:HOVER {
	color: 				#888888;
	text-decoration:	underline;
}

/* Quote text */
.quote {
	font-size:			12px;
	color:				#FcAc4c;
}

/* Latest Items Lists */
ul.LatestList {
	font-size: 			13px;
	margin-left: 		0;
	margin-top:			1em;
	padding-left:		0;
	list-style: 		none;
	
}

/* Latest Items Lists - Set the Item Style */
ul.LatestList li {
	font-size:			13px;
	color:				#CCCCCC;	
	padding-left:		2em;
}

/* Latest Items Lists - Item Link Style */
ul.LatestList li a {
	text-decoration:	none;
	color:				#CCCCCC;
}

/* Latest Items Lists - Item Link Style (Hover) */
ul.LatestList li a:HOVER {
	color:				#AACCFF;
	text-decoration:	underline;
}

/* Latest Items Lists - Set the Preceeding Bullet */
ul.LatestList li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #fa9;
}

/* Latest Items Lists - Set the Title Style */
ul.LatestList li.title {
	color:				#AACCFF;
	padding-left:		1em;
}

/* Latest Items Lists - Set the Title Bullet Style */
ul.LatestList li.title:before {
	content: " ";
}

/* RSS Subscription Link */
.rssImage {
    filter: 			alpha(opacity=65);
	filter: 			progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	-moz-opacity: 		.65;
	-khtml-opacity: 	.65;
	opacity: 			.65; /* for future compatibility */
}