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

	Licensed under GPL and MIT.
*/

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

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #000;
}

p {
	
	margin-bottom: 12px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	color: #000;
}

span.initial {
	color:#666666;
	font-size: 38px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 38px;
	float: left;
	padding-right: 3px;
}

a, a:link, a:visited {
	text-decoration: none;
	color: rgb(78,100,0);
}

a:hover {
	text-decoration: none;
	color: rgb(143,161,77);
}

#content a, #content a:visited {
	text-decoration: underline;
	color: rgb(78,100,0);
	line-height: 150%;
}

#content a:hover {
	text-decoration: underline;
	color: rgb(143,161,77);
}

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

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

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

h1 {
	font-size: 22px;
	line-height: normal;
	margin-bottom: 16px;
}

h2 {
font-size: 18px;
line-height: normal;
margin-bottom: 14px;
font-weight: normal;
}

h3 {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 12px;
	font-style: normal;
}

h4 {
	font-size: 14px;
	line-height: normal;
	margin-bottom: 12px;
	font-style: normal;
}

h5 {
	font-size: 12px;
	margin-bottom: 10px;
}

h6 {
	font-size: 10px;
	margin-bottom: 8px;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 15px;
	padding-right: 15px;
	margin-bottom: 18px;
	list-style-type: none;
}

ul li {
	list-style: none;
}

ul li ul li {
	list-style: square;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.textjust {
	text-align: justify;
}

.bold {
	font-weight: bold;
}

#content .osp-blog-link > a, #content .osp-blog-link > a:visited {
	color: #e06c0d;
	font-size: 18px;
	font-weight: bold;
}

#content .osp-blog-link > a:hover {
	color: #fdb813;
	font-size: 18px;
	font-weight: bold;
}

.entry h1.osp-blog-title {
	color: #e06c0d;
	font-size: 18px;
	font-weight: bold;
}

