.blogContainer
{
	background-color: white;
}

.blogHeader
{
	width: 100%;
	background-color: #F3F1F6;
	padding: 10px 0 10px 0;
}

.blogTitle
{
	text-align: center;
	font-size: large;
	font-weight: bold;
	font-family: Arial;
	color: #5B4A6D;
	margin: 0;
}

.blogSubTitle
{
	text-align: center;
	font-size: medium;
	font-weight: bold;
	font-family: Arial;
	color: #5B4A6D;
	margin: 0;
}

.blogInner
{
	position: relative;
	margin: 0 200px 0 0;
	width: auto;
	background-color: white;
}

.blogEntryEdit
{
	float: right;
	font-size: x-small;
}

.blogPastMonths
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.blogReturnToPresent
{
	font-weight: normal;
}

.blogSelectedMonth
{
	font-weight: bold;
}

.blogMonth
{
	font-weight: normal;
}

.blogOuter
{
	float: right;
	padding-left: 5px;
	width: 190px;
	height: 100%;
	background-color: #F3F1F6;
}

.blogEntryContainer
{
	margin: 10 0 0 0;
}

.blogEntryTitle
{
	font-weight: bold;
}

.blogEntryDate
{
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: medium;
	padding-bottom: 5px;
}

.blogEntry
{
	width: auto;
	border: gray 1px solid;
	padding: 8 8 8 8;
}

.blogCalendar
{
	background-color: White;
	font-size: 11px;
	width: 180px;
}

.blogCalDayHeader
{
	font-size: 11px;
}

.blogCalOtherMonthDay
{
	font-size: 11px;
	background-color: WhiteSmoke;
}

.blogCalToday
{
	font-size: 11px;
	background-color: orange;
}

.blogCalDay
{
	font-size: 11px;
}

.blogCalSelectedDay
{
	font-size: 11px;
}


#blogHeader h1 { 
	text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

#blogHeader h2 { 
	text-align: center;
        font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}

#blogBody {
        margin-left: 20px;
	text-align: left;
	}
#blogBody p {
	text-align:left;
	}

#blogForum p {	
	padding-left: 10px; 
	margin-bottom: 40px;
	}
	
