﻿body 
{
	text-align:left;
}

.simpleBody
{
	margin: 0px;
	background-color: #231f20;
	background-image: url(./Images/background.jpg);
}

.standardLabel
{
	color: #5e431e;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
}

.customContent
{
	color: #5e431e;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
}

.blogPostTitle
{
	color: #5e431e;
	font-family: 'Times New Roman';
	font-size: 23px;
	text-align: left;
}

.blogPostDatestamp
{
	color: #5e431e;
	font-family: Verdana;
	font-size: 9px;
	text-align: left;
}

.blogPostFooter
{
	color: #5e431e;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 1px;
}

a
{
	color: #4d3313;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: underline;
}

a:hover
{
	text-decoration: underline;
}


.featuredProfileName
{
	font-size: 13px;
	color: #74070a;
	font-family: 'Times New Roman';
	text-decoration: none;
}

.featuredProfileBio
{
	font-size: 9px;
	color: #74070a;
	font-family: Verdana;
}

table
{
	border-collapse: collapse;
}

.headerMenuItem
{
	font-weight: bold;
	color: #503a19;
	font-family: Verdana;
	font-size: 15px;
	text-decoration: none;
}

.sidebarLink
{
	color: #c1755e;
	font-size: 10px;
	font-family: Verdana;
	text-decoration: none;
}

.sidebarHeader
{
	color: #6f2508;
	font-size: 17px;
	font-family: Verdana;
	text-decoration: none;
}

.sidebarMetaLinks
{
	
}





.blogCommentNameWebmaster
{
	font-weight: bold;
	color: #2e8b57;
	font-family: 'Courier New';
}

.blogCommentNameVIP
{
	font-weight: bold;
	color: purple;
}

.blogCommentNameBlogger
{
	font-weight: bold;
	color: white;
	background-color: black;
}