/*
	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;
	color: #383838;
}

a:focus
{
	outline: 1px dotted invert;
}

hr
{
	border-color: #383838; /*#662205;*/
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin-left: 0px;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-size: 21px;
	color: #383838;
}

h2
{
	font-size: 18px;	
}

h3
{
	font-size: 15px;
}

h4
{
	font-size: 15px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 0px;
	margin-top: 15px;
}

li li
{
	margin-left: 0px;
	margin-top: 0px;
}

p,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}

hr{
	 margin-bottom: 10px;
}

.sidebar p,
.sidebar dl,
.sidebar hr,
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6,
.sidebar ol,
.sidebar ul,
.sidebar pre,
.sidebar table,
.sidebar address,
.sidebar fieldset
{
	margin-bottom: 3px;
}

.sidebar h4{
 border-bottom: 1px solid #bababa;
}

a:link, a:visited, a:hover, a:active{
	color: #383838;
}

a:hover{
	text-decoration: underline;
}

/* Extras */

#sidebar h4, #sidebar_squashnet h4{
	color: #383838; /*#662205; #585857;*/
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active{
	color: #383838; /*#662205; #585857;*/
}


div.post h2, div.post h1{
margin-bottom: -5px;
font-weight: normal;
}

p.postmetadata, p.postmetadata a:link, p.postmetadata a:visited, p.postmetadata a:hover, p.postmetadata a:active{
	color: #383838;
}