/* ******** */
/* DEFAULTS */
/* ******** */
#frame {
	width:100%;
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color:#8DB8D8;
}
#pageheader {
	margin:0;
	padding:0;
}

#mainContent {
	margin-right:185px;
	padding:0;
	width:100%;
}
#sidebarContent {
	float:right;
	width:175px;
	margin:0;
	padding:0;
}

div.site_title {
	font-size: 30px;
	font-weight: bold;
	color: #330099;
	font-family: serif;
	font-face: Georgia;
	border-bottom: 1px dashed #000000;
	width: 100%;
}
div.nav {
	text-align: center;
	margin: 5px;
}
div.nav A {
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	color: 330099;
}
div.nav A:hover {
	color: ff0000;
}

.title
{
	font-size: 35px;
	font-weight: bold;
}

.date
{
	font-size: 24px;
	color: #0025A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	width: 74px;
}

.datebg
{
	background: url('http://www.bloglighting.com/date_holder.gif') no-repeat;
	height: 70px;
	width: 74px;
}

.topmenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.posttitle
{
	font-size: 18px;
/*
	font-family: "Times New Roman", Times, serif;
*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8DB8DB;
	margin-top: 5px;
	margin-bottom: 8px;

}

.postsubtitle
{
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
}

.postfooter
{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2
{
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #8DB8DB;
	margin-top: 5px;
	margin-bottom: 8px;
}

blockquote 
{
	min-height: 35px;
	padding: 15px 0 15px; 70px; 
	padding-left: 70px; 
	margin: 0 40px 15px 40px; 
	background: url('http://www.bloglighting.com/quotation.jpg') no-repeat;
}


