/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
}

h5 {
	font-size: 10px;
}

h6 {
	font-size: 10px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

/* Headings */
h1, h2, h3 {
	line-height:1;
	text-transform:uppercase;
	text-decoration:none;
	color:#2f2e7a;
}
h2 { color:#000 }
h3 { color:#50841f }
h1 a, h2 a, h3 a { text-decoration:none }
h1 a { color:#2f2e7a }
h2 a { color:#000 }
h3 a { color:#50841f }

.sidebar h1, #footer h1 { font-size:0.9em; }
.sidebar h1 { color:#50841f }

/* Content */
a { color:#000 }
a:hover { color:#50841f }
p, li {
	font-family:verdana, arial, sans-serif;
	font-size:0.85em;
	line-height:1.5;
}
p a { font-weight:bold }
hr {
	height:0;
	
	border:0;
	border-bottom:1px dotted #aaa;

	overflow:hidden;
}

/* List Styles */
ul.block_nav {
	margin:0 0 20px 0;
	padding:0;

	list-style:none;
}
ul.block_nav li {
	margin:0 0 0.5em 0;
	padding:0;

	display:block;
	font-size:0.85em;
}
ul.block_nav li a {
	margin:0;
	padding:0 75px 0 0;
	
	position:relative;

	display:block;
	text-decoration:none;
}
ul.block_nav li a span {
	position:absolute;
	top:0;
	right:0;

	float:right;

	color:#666;
	font-size:0.9em;
}
ul.block_nav li a:hover span { color:#000 }

/* Accessibility */
.accessibility { display:none }

/* Meta Data */
.meta {
	margin-top:-15px;
	color:#333;
}
.meta .author:before { content:"By: "; color:#999 }
.meta .author:after { content:" | "; color:#999 }
.meta .author:empty { display:none }
.meta .date:before { content:"On: "; color:#999 }
