.pblog_blog_posts
{

}

.pblog_blog_entry
{
	border: lightsteelblue 1px solid;
	margin: 10px 10px 15px 10px;
}

.pblog_blog_entry_title
{
	font-weight: bold;
	margin: 5px 10px 0px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.pblog_blog_entry_subtitle
{
	font-size: x-small;
	color:Gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid lightsteelblue;
	margin: 2px 10px 0px 10px;
}

.pblog_blog_entry_content
{
	font-family: Georgia, Times New Roman, serif;
	margin: 0px 10px 0px 10px;
}

.pblog_blog_entry_content p
{
	margin: 10px 0px 0px 0px;
}

.pblog_blog_entry_footer
{
	font-size: x-small;
	color:Gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	margin: 0px 10px 0px 10px;
}

/* comments */
.pblog_blog_comments
{
   margin: 0px 10px 10px 10px;
   padding: 3px 5px 3px 5px;
   border: 1px solid dimgray;
   background-color: #ffffee;
}

.pblog_blog_comment_entry
{
   margin: 5px 0px 0px 0px;
}

.pblog_blog_comment_content
{
   font-size: smaller;
   margin: 0px 0px 5px 0px;
}

.pblog_blog_comment_footer
{
	font-size: x-small;
	color:Gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	border-top: 1px dotted #cccccc;
}

/* recent */
.pblog_recent
{
	font-size: x-small;
	padding: 0px;
}

.pblog_recent a
{
	margin: 0px;
}

/* trackbacks */
.pblog_blog_trackbacks
{
   margin: 0px 10px 10px 10px;
   padding: 3px 5px 3px 5px;
   border: 1px solid dimgray;
   background-color: #eeffff;
}

.pblog_blog_trackback_entry
{
   margin: 5px 0px 0px 0px;
}

.pblog_blog_trackback_content
{
   font-size: smaller;
   margin: 0px 0px 5px 0px;
}

.pblog_blog_trackback_footer
{
	font-size: x-small;
	color:Gray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	border-top: 1px dotted #CCCCCC;
}

/* calendar */
.pblog_calendar
{
	margin:5px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	font-size:x-small;
	border-color: #0e3372;
	background-color:#ccddff;
}

.pblog_calendar a
{
	text-decoration: none;
}

.pblog_calendar a:hover
{
	border-bottom: 1px solid #0e3372;
	background-color:#6699ff;
}

.pblog_calendar_title
{
	font-family: Georgia, Times New Roman, serif;
	font-size:x-small;
	font-weight:bold;
	color:#FFFFFF;
	background-color: #6699ff;
}

.pblog_calendar_title a
{
   border-top-style: none;
   border-right-style: none;
   border-left-style: none;
   border-bottom-style: none;
   text-decoration: none;
}

.pblog_calendar_title a:hover
{
   border-top-style: none;
   border-right-style: none;
   border-left-style: none;
   border-bottom-style: none;
   text-decoration: none;
}

.pblog_calendar_dayheader
{
   color:Navy;
}

.pblog_calendar_selectedday a
{
   background-color:#CCD9E5;
}