body, form, ul, li, h2, h3, h4, h5, h6, select, {
        padding: 0;
        margin: 50px;
}
body {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
/*        font-family: "Trebuchet MS", sans-serif;*/
        font-size: 14px;
        line-height: 100%;
	background-color: #000000;
	color: #00859a;
	white-space: -moz-pre-wrap;
	overflow: scroll;
	overflow-x: hidden;
}
div.newRow {
        clear: both;
        margin: 0;
        padding: 0;
}
div.content {
        width: 900px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        min-height: 415px;
        height: 415px;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #383539;
/*	border-bottom: 1px solid #EAEAEA; */
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
div.header {
        width: 899px;
        height: 110px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        background: #383539;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	box-shadow: 0 5px 6px -6px #777;;
}
div.headerTitle {
        position: relative;
        top: 40%;
        float: left;
        padding-left:25px;
        font-size: 30px;
        height: 20px;
	color: #00859a;
	font-weight: bold;
}
div.divider {
	height: 10px;
	background-color: #383539;
	width: 899px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
	border: 1px solid #383539;
	background: linear-gradient(#383539, #000000);
}
div.headerSubtext {
        position: relative;
	float: left;
	top: 35%;
	left: 3%;
	color: #757575;
}
div.postTitle {
	color: #009FFF;
	font-size: 20px;
	text-align: left;
	line-height: 1.2;
}
div.post {
        width: 850px;
        text-align: left;
        margin-left: auto;
	margin-top: 30px;
        margin-right: auto;
        position: relative;
	height: auto;
}
span.comment {
	color: #D4A3A3;
}
div.sidebar {
	float: right;
	width: 150px;
        background-color: #383539;
	margin-left: 10px;
	min-height: 90px;
	border-top-right-radius: 10px;
	text-align: right;
}
div.sidebarDivider {
	height: 40px;
	background-color: #383539;
	width: 149px;
        text-align: center;
	display: table-cell;
	vertical-align: middle;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
div.contactForm {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	overflow: hidden;
}
div.formText {
	float: left;
	padding-right: 10px;
	width: 100px;
	text-align: right;
}
a:visited { color: #FFFFFF; text-decoration: none }
#headerTitle a:link { color: #00859a; text-decoration: none }
#headerTitle a:visited { color: #00859a; text-decoration: none }
#postTitle a:link { color: #009FFF; text-decoration: none }
#postTitle a:visited { color: #009FFF; text-decoration: none }
pre {
	word-wrap: break-word;
	word-break :break-all;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	-moz-hyphens: auto;
}
