/*
	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:#555;
	font-weight:normal;
	line-height:18px;
}


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

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

.next-previos-link-wrap a { font-size: 12px; }

a:hover {
	color:#717171;
	text-decoration:underline;
}

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

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

h1 {
	font-size: 68px;
	font-weight:normal;
	line-height:70px;
}

h2 {
	font-size: 24px;
	color:black;
	font-weight:normal;
	line-height:26px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	line-height:22px;
}

h4 {
	font-size: 16px;
	font-weight: normal;
	line-height:24px;
}

h5 {
	font-size: 14px;
	color:#b20303;
	font-weight:normal;
	line-height:18px;
}

h6 {
	font-size: 12px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

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

p, .post {
	font: 12px/1.5 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	color:#555;
	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: 0px;
}


.content p {
    margin-top: 8px;
}

.newsnevents p {
    margin-bottom: 15px;
}
