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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px/1.5 Verdana, sans-serif;
}

#menu {
	font: 13px/1.5 Verdana, sans-serif;
}

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

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

/* `Links
----------------------------------------------------------------------------------------------------*/

a {
	color: #666;
	text-decoration: underline;
}

#menu a {
	text-decoration: none;
}

a:hover {
	color: #C1272D;
	text-decoration: none;
}


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

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

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

h4 {
	font-size: 14px;
	font-weight: bold;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p {
	line-height: 2em;
}

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

/* `News
----------------------------------------------------------------------------------------------------*/

#news h4 {
	margin-bottom: 5px;
	margin-top: 20px;
}

#news p {
	margin-bottom: 25px;
	padding-bottom: 5px;
	margin-top: 0;
}

#news .postdate {
	font-size: 12px;
	color: #999;
	margin-top: 0;
	margin-bottom: 5px;
	border-bottom: 0px solid #FFF;
}