/**
Wordpress Post related styling

Colour Pallette

Green: #7AC25B
Pink: #D13293
Red: #A9272D
Yellow: #F7931E
Blue: #0071BC

**/

div.post, div.page
{
  margin-bottom: 30px; 
}
div.post div.entry
{
  border-bottom: 1px solid #F7931E;
  margin-bottom:5px;
  text-align: justify;
}
div.post div.details
{
  color: #7AC25B;
  font-style: italic;
  font-size: 9pt;
}
/**
	Comments
**/
h3.comments-header, h3#comments-header
{
	color: #F7931E;
}
div#comments-form
{
  margin-top: 15px;
}
ol#comments
{
  margin-top:15px;
  width: 400px;
}
span.comment-author
{
  color: #300F0F;
  font-weight: bold;
}
span.comment-date
{
  color: #666666;
}
