body {
	background-color: #DCDCDC;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #23B570;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3F73A3;
	font-weight: bold;
	text-decoration: none;
}

a#white {
	color: #FFFFFF;
	text-decoration: none;
}

.gray {
	color: #999999;
}

.header {
	background-color: #231f20;
	height: 53px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #231f20;
	color: #1ea55c;
	font-family: Trebuchet MS;
	font-size: 1.9em;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-left: 15px;
}

.description {
	font-family: Verdana;
	font-size: 0.4em;
}

.container {
	margin: 15px;
	font-family: Verdana;
	font-size: 0.75em;	
}

.containerPost {
	margin: 15px 232px 0px 15px;
}

.postInfo {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEEEEE;
	padding-top: 15px;
	padding-bottom: 5px;
	text-align: right;
	color: #999999;
	font-family: Verdana;
	font-size: 0.6em;
}

.postTitle {
	color: #009966;
	font-family: "Trebuchet MS";
	font-size: 12em;
	font-weight: bold;
	background-color: #333333;
	padding: 3px;
	text-transform: uppercase;
	text-align: center;
}

.postText {
	font-family: Verdana;
	font-size: 0.75em;
	background-color: #F7F5EE;
	border: 1px solid #D0D0BF;
	padding: 5px;
	text-align: left;
}

hr {
	border: 0;
	height: 0px;
	color: #ffffff;
	background-color: #ffffff;
}

.info {
	float: right;
	position: relative;
	left: -5px; 
	width: 180px;
	background-color: #EEEEEE;
	border: 1px solid #999999;
	margin: 10px 5px 0px 0px;
	padding: 10px;
	padding-top: 5px;
	font-family: Verdana;
	font-size: 0.75em;
}

.infoSection {
	color: #1ea55c;
	background-color: #231f20;
	border: 1px solid #231f20;
	padding: 2px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}

.containerComments {
	margin: 15px 232px 0px 15px;
	font-family: Verdana;
	font-size: 0.75em;
}

.commentInfo {
	text-align: right;
	color: #999999;
	font-family: Verdana;
	font-size: 0.75em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EEEEEE;
	margin-top: -5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.footer {
	clear: both;
	color: #999999;
	margin: auto;
	font-family: Verdana;
	font-size: 0.75em;
	text-align: center;
	width: 400px;
	padding: 5px;
	padding-top: 50px;
}

.inputTitle {
	width: 700px;
}

textarea {
	width: 700px;
	height: 300px;
}

.commentTextarea {
	width: 500px;
	height: 200px;
}

.code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}