﻿


#uppercontentdiv {

	padding-left: 0px;

}
#middlecontentdiv {
	width: 100%;

	background-color: #333333;
	height:auto;
	float:left;
	position:relative;
}

#menulist
{
	width:260px;
	float:left;
	padding-left:20px;
	font-variant:small-caps;
}

#articlecontent
{
	margin-left:285px;
	width:450px;
	padding: 15px 0px 0px 0px;
}


p
{
	margin-top: 0em;
	margin-bottom: .5em;
}

/* Section to format automated links using wbArticles */
.articletitle ul li a:link, .articletitle ul li a:visited
{
	color: #8fafd9;
	font-size:9pt;
	text-decoration:none;
}
.articletitle ul li a:hover
{
	color:Silver;
	text-decoration:underline;
}
.articletitle ul
{
	list-style-type:none;
	 margin-left:0px;
	 padding-left:0px;
}
/* End of Section to format automated links using wbArticles */

/* This section formats the blog entries */
.articlewrap
{

	
	float:left;
	width:495px;
	padding:0px 0px 20px 0px;
}
.thumbnailwrap 
{
	margin-left: 5px;
	height: 43px;
	float: left;	
}
.thumbnail 
{

	width: 50px;
	padding: 4px 0px 0px 8px;

}



.calendarwrap 
{
	background-image: url('../Images/calendar2.png') ;
	background-repeat: no-repeat;
	height: 43px;
	float: left;
}
.calendarmonth 
{
	color: #FFFFFF;
	text-align:center;
	font-weight: bolder;
	font-size: x-small;
	width: 36px;
	padding: 4px 25px 0px 0px;
	height:15px;
	
}
.calendarday 
{
	text-align:center;
	color: black;
	font-weight: bolder;
	font-size:medium ;
	width: 36px;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	height:20px;
}
a.articletitlelinks:link, a.articletitlelinks:visited
{
	color: #8fafd9;
	font-weight:bold;
	font-size:small;
	line-height: 1.3em;
}
a.articletitlelinks:hover 
{
	color: #8fafd9;
	cursor:pointer;
}
.articletext
{
	color:gray;
	font-size:small;	
	margin-left:63px;
	padding: 7px 0px 0px 0px;
}
.articletags
{
	padding:0px;
	margin-left:63px;
}
a.tags:link, a.tags:visited
{
	font-size: 9pt;
	text-decoration: underline;
	color: silver;
	font-weight: bold;
	letter-spacing: 1.5px;
	font-variant:small-caps;
}
a.tags:hover
{
	color:Silver;
}
.pagination
{
	margin-left:200px;
	padding-bottom:30px;
}

a.pager:link, a.pager:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: silver;
	text-decoration: none;
	font-weight:bold;
}
a.pager:link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #d4f171;
	text-decoration: none;
	font-weight:bold;
}
/* End of section that formats the blog entries */










