/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	color:#FFF;
	font-weight:normal;
	line-height:18px;
	background-color:black;
}

p{
	color:#ccc;
	padding:0;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

b {
	color: white;
}

a{
	color:white;
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:underline;
}

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

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 36px;
	font-weight:normal;
	line-height:1.2em;
}

h2 {
	font-size: 26px;
	font-weight:normal;
	line-height:1.2em;
	font-style:italic;
}

h3 {
	font-size: 16px;
	font-weight: normal;
	text-transform:uppercase;
}

h4 {
	font-size: 20px;
	font-weight: normal;
	line-height:21px;
}

h5 {
	font-size: 16px;
	font-weight: lighter;
	line-height:21px;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 0px;
	display:inline;
}

.post {
	font: 12px/1.5 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	color:white;
	font-weight:normal;
	line-height:18px;
}

img{
	margin:0;
}

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