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

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font: 62.5% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #42261E; /* 212421 */
}
/* anchors
----------------------------------------------- */
a {
	color: #8094B7;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color:#8FA0A8;
	text-decoration: none;
}

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

/* =Headings
--------------------------------------------------------------------------------*/

h1{
	font: normal 4.0em Georgia, "Times New Roman", serif;
	color: #8FA0A8;
	margin: 105px 0 40px;
	background: none;
	text-align: right;
}
h2 {
	font: bold italic 1.8em Arial, Helvetica, sans-serif;
	color: #42261E;
	padding-top: 4px;
	margin-bottom: 0.25em;
	text-align: left;
	border-top: dotted thin #D4DAE1;
}
h3{
	font: italic bold 1.8em Georgia, "Times New Roman", serif;
  	margin-right: 20px;
	color: #42261E;
	margin-bottom: 0.25em;
}

h4{
	font: bold 1.6em Georgia, "Times New Roman", serif; letter-spacing: 1px;
	margin-bottom: 1em;
	color: #42261E;
}

h5{
	font: bold 1.4em Georgia, "Times New Roman", serif; 
	letter-spacing: 1px;
	margin-bottom: 1em;
	color: #42261E;
}


h1 a {
	font-weight:normal;
}


/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 20px;
	margin-bottom: 1em;
}

p,
dl,
hr,
ol,
ul,
pre,
address,
fieldset
{
	font-size: 1.2em;
	line-height: 1.5;
}
input,select {
	font-size: 1.0em;
}

