@CHARSET "UTF-8";
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*
/*  Pure Innovation
/*  Copyright 2009
/*
/*  Cascading Style Sheet
/*
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*  Author: Colin MacDonald, Pure Innovation Limited
/* ---------------------------------------------------------------------- */

/* ###################################### */
/* LIST POSTS PAGE
/* ###################################### */

div.separator {
  display: block;
  clear: both;
  border-top: 1px dotted #D9D9D9;  
  margin: 5px;
}

/* ###################################### */
/* VIEW POST PAGE
/* ###################################### */

h1.blog_post_title { 
  padding-top: 45px;
  font-size: 3em;
}

div#comments_container {
}

div#form ul li label {
	color: #414348;
}

div#form ul li input.send {
	width: 66px;
	height: 29px;
	padding: 10px 0 0 0;
}

div#errors_container {
	color: #cb0000;
	margin: 20px 0 20px 0;
}

