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

/* ###################################### */
/* LIST NEWS PAGE
/* ###################################### */

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

p.date {
	font-size: 0.85em;
	font-weight: bold;
}

/* ###################################### */
/* VIEW NEWS PAGE
/* ###################################### */

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

div.left {
	float: left;
	width: 574px;
	padding-right: 20px;
	border-right: 1px solid #E2E2E2;
}

div.right {
	float: right;
	width: 277px;
	padding-left: 20px;
}

ul.social {
	list-style: none;
}

ul.social li {
  border-top: 1px solid #E2E2E2;
  padding: 10px 0px 10px 5px;
}

ul.social li img {
	vertical-align: middle;
	margin-right: 5px;
}

