﻿
/* Blog */
.post-body
{
	padding-left: 10px;
	padding-right: 10px;
}

.post h2
{
	font-size: 8pt;
	text-transform: uppercase;
}

.post a:link {
  color:#1b98ca;
  text-decoration:underline;
  }
.post a:visited {
  color:#1b98ca;
  text-decoration:underline;
  }
.post a:hover {
  color:#000000;
  text-decoration:underline;
  }

.post-body img
{
	padding: 10px;	
}

.post-body .Digg
{
	float: right;
	padding: 10px;
}

.post-footer
{
	padding-left: 10px;
}
.comments
{
	padding-left: 10px;	
	padding-top: 30px;
}
.Comment_Body
{
	padding-left: 10px;
}

.comment-container
{
	padding: 10px;
}

comment-post
{
	padding: 10px;
}

.post-title
{
	font-size: 14pt;	
}

.post-title a:link {
  color:#000000;
  text-decoration:underline;
  }
.post-title a:visited {
  color:#000000;
  text-decoration:underline;
  }
.post-title a:hover {
  color:#000000;
  text-decoration:underline;
  }