/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
	
	Edited by: Nathaniel Ong - http://www.martianfootprints.com
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 10pt 'Tahoma', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 23pt;
}

h2 {
	font-size: 16pt; /*21*/
}

h3 {
	font-size: 19pt;
}

h4 {
	font-size: 17pt;
}

h5 {
	font-size: 15pt;
}

h6 {
	font-size: 13pt;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 10px;
}

/* Additional
----------------------------------------------------------------------------------------------------*/

a
{
	color:#77AA00;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #666666;
	text-decoration: underline;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
}

.notes
{
	color: #898989;
	font-size: 8.5pt;
}

.description
{
	color:#FFFFFF;
	padding: 20px 0 0 0;
}

.post h2
{
	font-size: 15pt;
}

.post-title a
{
	text-decoration: none;
	font-weight: normal;
}

.post-title a:hover
{
	color: #666666;
	text-decoration: underline;
}


.date-day
{
	font-size: 16pt;
	line-height: 0.95;
	color: #FFFFFF;
}

.date-month
{
	font-size: 9pt;
}