﻿
.EditorsPickHeader
{
	font-weight: normal;
	font-size: 13pt;
	font-family: 'Trebuchet MS';
	color: #0d7e04;
}

.EditorsPickTable
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 100%;
	text-align: left;
}
.BloggersParkHeader
{
	 text-align: left; 
	 font-size: 18px; 
	 font-weight: bold;	 
	 height: 30px; 
	 vertical-align: middle; 
	 font-family: Trebuchet MS;
	 color:#1d7ad1;
}

.RecentPostsHeader
{
	 text-align: left; 
	 font-size: 15px; 
	 font-weight: bold;	 
	 height: 30px; 
	 vertical-align: middle; 
	 font-family: Trebuchet MS;
	 color:#717d87;
}

a.bgpost:link
{
	color:#0d7e04;
	text-decoration:none;
	font-size: 13px; 
	font-weight: bold;
	font-family: Trebuchet MS;
}
a.bgpost:visited
{
	color:#0d7e04;
	text-decoration:none;
	font-size: 13px; 
	font-weight: bold;
	font-family: Trebuchet MS;
}
a.bgpost:hover
{
	color:#9f7c27;
	text-decoration:underline;
	font-size: 13px; 
	font-weight: bold; 
}

#container {
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	font-size: 1.2em;
	margin: 4px;
	border-top: 1px solid white;
	padding-bottom:10px;
}
#containerViewReview {	
	width: 100%;
	font-size: 15px;
	margin: 4px;
	border-top: 1px solid white;
	padding-bottom:10px;
}

#navcontainer a
{
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(../images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
}

.BlogTitle {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;	
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

.date_box_month {
	padding-top: 6px;
	font-size: 10px;
	font-family: Verdana;
	padding-left: 3px;
	text-align: center;
	color: #75a006;
	font-weight:bold;
}

.date_box_day {
	font-size: 11px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #654040;
}

.time_box_day {
	font-size: 11px;
	font-weight: bold;
	padding-left: 3px;
	text-align: center;
	font-style: italic;	
	color: #654040;
}

.date_box {
	background-color: #FFFFFF;
	background-image: url(../images/date.jpg);
	height: 51px;
	width: 52px;
	float: left;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

.commenttext {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 20px;
	padding-bottom:20px;
	border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	/*font-style: italic;*/
}
