html {
	background: #101010;
    background-image: url(background.png);
    background-repeat: repeat-x;
}

body { 
	background-color: #000000;
	background-image: url(reflect.png);
	background-repeat: no-repeat;
	background-position: 0px 248px;
	color:white;
	position: relative;
	margin: auto;
	width: 1000px;
	border: 0px none;
        margin-top: 10px;
	margin-bottom: 25px;
}

a {
	text-decoration: none;
	color: #FF9A90;
}

a:hover {
	text-decoration: none;
	color: #FFEAE0;
}

a#white {
	color: #FFFFFF;
	text-decoration: none;
}

.gray {
	color: #999999;
}

.header {
	background-color: #000000;
	background-image: url(banner.png);
	height: 120px;
	border: 0px none;
	color: #FFCCCC;
	font-family: "Trebuchet MS";
	font-size: 2.50em;
	font-weight: bold;
	padding-top: 120px;
	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: 35px 320px 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.7em;
	font-weight: bold;
	margin-bottom: -2px;
}

.postText {
	color: white;
	font-family: Verdana;
	font-size: 0.8em;
	margin-left: 5px;
}

hr {
	border: 0;
	height: 1px;
	color: #999999;
	background-color: #999999;
}

.info {
	float: right;
	position: relative;
	left: -5px; 
	width: 250px;
	border: 0px;
	margin: 30px 5px 0px 0px;
	padding: 10px;
	padding-top: 5px;
	font-family: Verdana;
	font-size: 0.80em;
	color: white;
}

.infoSection {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 1.30em;
	padding: 2px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 3px;
}

.containerComments {
	margin: 15px 320px 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 {
	background-color: #101010;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	clear: both;
	color: #999999;
	margin: auto;
	font-family: Verdana;
	font-size: 0.60em;
	text-align: center;
	width: 1000px;
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 30px;
}

.logo {
	position: absolute;
	right: 15px;
	top: 0px;
	font-size: 1.5em;
	color:#999999;
}

.two {
	font-size: 0.6em;
}

.inputTitle {
	width: 700px;
}

textarea {
	width: 600px;
	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;
}