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

	Licensed under GPL and MIT.
*/

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

body {
	font-family:helvetica,sans-serif;
	font-size:11pt;
	line-height:16pt;
	color:#5c5c5c;
	background-color:#fff;
}

#home {
	background-color: #333;
}

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

a {
	color:#3066c0;
	text-decoration:none;
}

a:hover {
	color:#4c99f1;
}

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

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

h1 a{
	text-transform:uppercase;
	letter-spacing:1px;
	color:#3066c0;
	font-size: 30px;
	text-decoration:none;
	line-height:70px;
}

h1 a:hover{
	color:#fff;
}

h2 {
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:18px;
	font-size: 25px;
	/*color:#3066c0;*/
	color:#65C030;
}

h3 {
	font-weight:normal;
	font-size: 17px;
	text-transform:uppercase;
	margin-bottom:12px;
	color:#3066c0;
}

p{
	padding-bottom:12px;
}

ul.list li{
	font-size:10pt;
	text-align:justify;
	border-bottom:1px dotted #aaa;
	padding:8px 0;
}

ul.margin-right li{
	padding-right: 25px;
	margin-right: 25px;
}


/* `Blog Stuff
----------------------------------------------------------------------------------------------------*/

.comment_heading {
	padding-top: 50px;
}

.posted {
	padding-top: 13px;
	border-top: 1px solid #ccc;
}

.comment_body {
	border-bottom: 1px solid #ccc;
	margin-bottom: 13px;
}


/* `Span Classes
----------------------------------------------------------------------------------------------------*/

.white{
	color:#fff;
	font-size:28px;
	font-weight:normal;
}

	a:hover span.white{ color:#3066c0;}