/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */
/* |CSS Stylesheet (C) Copyright 2006 Websmart Incorporated | */
/* |||||||||||||||||||||||||||||||||||||||||||||||||||||||||| */


/******************************** Blogging ***********************************/

div#Blogging{
	width: 480px;
	border: 0px ridge #999999;
	margin-bottom: 10px;
	font-size: 95%;

}
.BlogContainer{
	border: 1px ridge #999999;
	margin-bottom: 10px;
	width: 480px;}
	
.BlogContent{
	z-index:2;
	padding: 5px;
	margin-bottom: 20px;
	border: none;
}
.Blogging{
	height: 20px;
	/*background-color: #3c1615;*/
	background-image: url(../images/siteimages/features_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.blogdate{
font-size: 10px;
float: right;
}

.BlogHeader{
	font-size: 125%;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	color: #ffffff;
	font-weight: bold;
	background-color:#0C3A66;
	height: 25px;
	line-height: 25px;}
.BloggingLink{
	font-size: 90%;
	text-align: right;
	padding: 0px;
	margin: 0px;
	}	
.BlogRead{
}


/*********************************************** module blocks ******************************/

.modheader{
	height: 30px;
	margin-bottom: 0px;
	width: auto;
	overflow: hidden;
	background-color: #CCCCCC;
	background-color: #e0e0e0;
	background-color: #eeeeee;
	text-indent: 5px;
	line-height: 30px;
	font-size: 125%;
	color: #333333;
	font-weight: bold;
}
.modbox{
background-color: #eeeeee;
background-color: #fcfcfc;
margin-top: 20px;
width: 440px;
border: 1px solid #CCCCCC;
padding: 6px;
margin-left: auto;
margin-right: auto;}

	.smallthumbnail{
	padding: 4px;
	border: 1px solid #999999;
	background-color:#ffffff;}
	
.smallthumbnailright{
	padding: 4px;
	border: 1px solid #999999;
	background-color:#ffffff;
	margin-left: 10px;
	margin-bottom: 10px;
	float: right;}
