﻿
/* Blog */
.post
{
	width: 690px;
	height: auto;
	background-image: url('./images/blog-header.png');
	background-repeat: no-repeat;
}
.post-btm
{
	width: 690px;
	height: auto;
	background-image: url('./images/blog-footer.png');
	background-repeat: no-repeat;
	background-position: bottom;
}
.post-header
{
	padding-top: 20px; padding-left: 20px; padding-right: 20px;
}
.post-body
{
	padding-left: 20px;
	padding-right: 20px;
    font-size: 11pt;
}

.blog-container
{
}

.post-body img
{
	padding: 10px;	
}

.post-body a:link {
  color:#2b77d9;
  text-decoration:underline;
  }
.post-body a:visited {
  color:#2b77d9;
  text-decoration:underline;
  }
.post-body a:hover {
  color:#17395b;
  text-decoration:none;
  }

.post-body .Digg
{
	float: right;
	padding: 10px;
}

.post-footer
{
	padding-left: 10px;
}
.comment
{
	padding: 20px;
}
.comments
{
	padding-left: 10px;	
	padding-top: 30px;
}
.Comment_Body
{
	padding-left: 10px;
}

.comment-container
{
	padding: 10px;
}

comment-post
{
	padding: 10px;
}

.post-title
{
	font-size: 16pt;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.post-title a:link {
  color:#000000;
  text-decoration:none;
  }
.post-title a:visited {
  color:#000000;
  text-decoration:none;
  }
.post-title a:hover {
  color:#000000;
  text-decoration:underline;
  }
  
.comment-display
{
	float: left;
	width: 138px;
	height: 32px;
	margin-top: 5px;
	padding-top: 8px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background-image: url('./images/blog-comments.png');
	background-repeat: no-repeat;	
}

.comment-display a:link {
  color:#000000;
  text-decoration:none;
  }
.comment-display a:visited {
  color:#000000;
  text-decoration:none;
  }
.comment-display a:hover {
  color:#000000;
  text-decoration:underline;
  }
  
  .post-body h1
  {
      font-size: 20pt;
      margin-bottom: 5px;
  }
  
  .post-body h2
  {
      font-size: 16pt;
      margin: 0px;
      margin-bottom: 5px;
  }
  
  .post-body h3
  {
      font-size: 12pt;
      color: #cb7500;
  }
  
  .post-body h4
  {
      font-size: 10pt;
  }
