html {
	background-color: #800040;

}

body { 
	background-color: #FFFFFF;
	position: relative;
	margin: auto;
	width: 800px;
	border: 1px solid #000000;
	border-top-width: 0px;
	margin-bottom: 25px;
}

a {
	text-decoration: none;
	color: #4b0082;
}

a:hover {
	text-decoration: none;
	color: #3F73A3;
}

a#white {
	color: #4b0082;
	text-decoration: none;
}

.gray {
	color: #999999;
}

.header {
	background-color: #589CDB;
	background-image: url(gradient.gif);
	height: 129px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #3F73A3;
	color: #4b0082;
	font-family: Trebuchet MS;
	font-size: 2.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: #2F85D5;
	font-family: Trebuchet MS;
	font-size: 1.25em;
	font-weight: bold;
	margin-bottom: -8px;
}

.postText {
	font-family: Verdana;
	font-size: 0.75em;
	margin-left: 5px;
}

hr {
	border: 0;
	height: 1px;
	color: #2F85D5;
	background-color: #2F85D5;
}

.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: #FFFFFF;
	background-color: #800040;
	
	border: 1px solid #3F73A3;
	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;
}

.logo {
	position: absolute;
	right: 15px;
	top: 0px;
	font-size: 1.5em;
}

.two {
	font-size: 0.2em;
}

.inputTitle {
	width: 700px;
}

textarea {
	width: 700px;
	height: 300px;
	font-family: Verdana;
	font-size: 11px;
}

.commentTextarea {
	width: 500px;
	height: 200px;
	font-family: Verdana;
	font-size: 11px;
}

.code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

.num_posts {
	color: #777777;
}