body {
	font: 1em Helvetica, Arial, Sans-serif;
}

::selection {
        background: #FFE86B; /* Safari */
        }
::-moz-selection {
        background: #FFE86B; /* Firefox */
}

div#content-main {
	font-size: .8125em;
}

div#content-main p {
	margin-bottom: 1em;
	line-height: 140%;
}

div#content-main h1 {
	font: 2.3076em Georgia, Times, Serif;
	margin: .5em 0 .2em 0;
}

div#content-main h2,
div#footer h2 {
	clear: both;
	position: relative;
	margin: .5em 0;
	font: 1.692em Georgia, Times, Serif;
	text-transform: lowercase;
	color: #f16a20;
}

div#content-main h3,
div#content-main h4 {
	clear: both;
	position: relative;
	margin: .5em 0 .2em 0;
	font: 1.384em Georgia, Times, Serif;
}

div#content-main h3 span {
	color: #f16a20;
}

div#content-main h4 {
	clear: both;
	font-size: 1.307em;
}

div#content-main h5 {
	clear: both;
	margin: .5em 0;
	font-size: 1.153em;
}

div#content-main h6 {
	clear: both;
	margin: .5em 0;
	font-size: 1.071em;
	font-weight: bold;
}

div#content-main ul,
div#content-main ol {
	clear: both;
	margin: 1em 0;
	padding-left: 2em;
	zoom: 1;
}

div#content-main ul {
	list-style: disc;
}

div#content-main ol {
	list-style: decimal;
}

div#content-main ol ol {
	list-style: lower-roman;
}

div#content-main ol ol ol {
	list-style: lower-latin;
}

div#content-main li {
	margin-bottom: .5em;
}

div#content-main blockquote {
	display: inline;
	clear: both;
	padding: 0 0 0 1em;
	border-left: 1px solid #C3C3C3;
	color: #88847F;
	float: left;
	margin: 0 0 1em;
}

div#content-main blockquote p {
	margin-bottom: 0;
}

div#content-main sup {
	padding-left: .1em;
	font-size: smaller;
	vertical-align: top;
	bottom: 0.4em;
	position: relative;
}

div#content-main sup a {
	padding: 0.1em;
}

div#content-main a {
	color: #2c69bf;
	font-weight: bold;
	text-decoration: none;
}

div#content-main a:hover,
div#content-main a:focus,
div#content-main a:active {
	text-decoration: underline;
	color: #2c69bf;
}

div#content-main h3 a:hover,
div#content-main h3 a:focus,
div#content-main h3 a:active {
/*	text-decoration: none;*/
}

div#content-main cite {
	display: block;
	margin-bottom: 1em;
	font-style: italic;
}

/*forms*/
form {
	overflow: hidden;
}

fieldset {
	margin-bottom: 1em;
}

legend {
	margin-bottom: .5em;
	font: 1.2307em Georgia, Times, Serif;
}

label {
	clear: both;
	float: left;
	margin-bottom: .5em;
	width: 100%;
}

label span {
	float: left;
	width: 152px;
	padding: .3em 10px 0 0;
}

label span span.info {
	float: none;
	width: auto;
	padding: 0;
	font-weight: normal;
	color: #828282;
}

label.checkbox,
label.radio {
	padding-left: 170px;
}

label.checkbox span,
label.radio span {
	display: inline;
	float: none;
	width: auto;
}

fieldset.control {
	margin-top: 1em;
	border-top: 1px solid #88847F;
	padding-top: 1em;
}

fieldset.control input {
	float: right;
	border: 1px solid #8e8e8e;
	padding: 5px 10px;
	font-weight: bold;
	background: #d6d6d6;
	color: #2c69bf;
	cursor: pointer;
	font: bold 1em Helvetica, Arial, Sans-serif;
}

fieldset.control a {
	float: left;
	border: 1px solid #8e8e8e;
	padding: 6px 11px;
	font-weight: bold;
	background: #d6d6d6;
	color: #2c69bf;
}

fieldset.control a:hover {
	text-decoration: none !important;
}

fieldset.control input:active,
fieldset.control a:active {
	background: #eee;
	color: #323232;
}

form input {
	border: 1px solid #8e8e8e;
	background: #d6d6d6;
}

form input[type='text'],
form textarea {
	border: 1px solid #8e8e8e;
	background: #d6d6d6;
	padding: 5px;
	font: 1em Helvetica, Arial, Sans-serif;
}

li.comment pre {
margin:0 85px 1em 170px;
white-space: pre-wrap;
}

li.comment pre code {
	display: block;
	padding: 0.5em 1em;
	border: 1px solid #C3C3C3;
	font-size:1.1em;
}

