html {
	height: 100%;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
}

html, body {
	background-color: #000;
	height:100%; 
}

a {
	color: #840e00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input, textarea, select {
	color: #000;
	font-size: 12px;
	border: 1px solid #cdcdcd;
}

input.error, select.error, textarea.error {
	border: 1px solid red;
}

label.error {
	color: red;
	padding: 0 5px;
}

#view_admin {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 20px;
	border: 1px solid #fff;
	padding: 10px;
}

#container {
	width: 1025px;
	margin: 0 auto;
	background-color: #000;
	position: relative;
}

#left_stripe {
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(../img/left_stripe.jpg);
	height: 1010px;
	width: 138px;
}

#right_stripe {
	position: absolute;
	right: 0;
	top: 0;
	background-image: url(../img/right_stripe.jpg);
	height: 1010px;
	width: 138px;
}

#header {
	display: block;
	width: 875px;
	height: 149px;
	background-image: url(../img/header.jpg);
	position: relative;
	margin: 0 auto;
	text-indent: -9999px;
	outline: 0;
}

#menu {
	width: 875px;
	height: 24px;
	padding-top: 5px;
	background-image: url(../img/menu_bar.jpg);
	position: relative;
	margin: 0 auto;
	font-size: 14px;
}

#menu div.welcome {
	margin: 0 15px;
	margin-right: 5px;
	float: left;
	color: #febb19;
}

#menu div.options {
	float: left;
	margin: 0 15px;
}

#menu div.options a {
	color: #fff;
}

#menu div.sites {
	float: left;
}

#menu #search {
	float: left;
	margin-left: 40px;
}

#menu #search input {
}

#menu div.logout {
	float: right;
	margin-right: 15px;
	color: #fff;
}

#menu div.logout a {
	color: #fff;
}

#content {
	background-color: #eaecee;
	margin: 0 auto;
	width: 865px;
	position: relative;
	z-index: 101;
	padding: 5px;
	color: #000;
	overflow: auto;
	min-height: 800px;
	height: auto !important;
	height: 800px;
}

#main {
	float: left;
	width: 725px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
}

#bar {
	width: 125px;
	float: right;
}

#bar ul {
	margin: 15px 0;
}

#bar li {
	margin: 5px 0;
}

#bar li a {
	text-decoration: underline;
	font-size: 12px;
}

#flashMessage {
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	padding-left: 35px;
}

#flashMessage.error {
	color: red;
	border: 1px solid red;
	background-image: url(../img/cancel.png);
}

#flashMessage.success {
	color: green;
	border: 1px solid green;
	background-image: url(../img/accept.png);
}

#login {
	margin-top: 10px;
	margin-bottom: 20px;
}

#login h2 {
	font-size: 16px;
	color: #919293;
	margin-bottom: 5px;
}

#login input.text {
	width: 100px;
	margin: 4px 0px;
}

#login ul {
	margin-top: 5px;
}

#login li {
	display: inline;
	margin: 0 5px;
}

#login li a {
	font-size: 11px;
	text-decoration: underline;
}

#login #authMessage {
	font-size: 11px;
	color: red;
	padding: 0;
}

#login div.remember_me {
	padding: 5px 0;
}

#login div.remember_me input {
	margin-right: 5px;
}

#my_account_link {
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
	display: block;
}

div.controls {
	overflow: auto;
	margin-top: 15px;
	margin-left: 5px;
	color: #707172;
	font-size: 14px;
}

div.controls div.pages {
	float: left;
	margin: 0;
}

div.controls form.categories {
	float: right;
	margin-right: 50px;
}

div.controls form.sorting {
	float: right;
}

div.pages {
	margin: 15px;
	margin-left: 5px;
	color: #707172;
	font-size: 14px;

}

div.no_stories {
	background-color: #fff;
	font-size: 15px;
	padding: 10px;
	margin: 10px 0;
}

div.story {
	background-color: #fff;
	padding: 15px;
	padding-bottom: 5px;
	margin: 10px 0;
	font-size: 13px;
}

div.story div.title a.title {
	color: #707172;
	font-size: 14px;
	font-weight: bold;
}

div.story div.title span.category {
	color: #840e00;
}

div.story div.body {
	line-height: 20px;
	padding: 15px 0;
}

div.story div.details {
	overflow: auto;
	color: #707172;
}

div.story div.details div.posted {
	float: left;
	padding-right: 45px;
}

div.story div.details div.votes {
	float: left;
	overflow: auto;
}

div.story div.details div.votes a {
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 23px;
	height: 21px;
	padding-top: 3px;
	cursor: pointer;
	text-decoration: none;
	color: #707172;
	outline: 0;
}

div.story div.details div.votes a.up {
	background-image: url(../img/thumbs_up.png);
	padding-right: 15px;
}

div.story div.details div.votes a.down {
	background-image: url(../img/thumbs_down.png);
}

div.story div.details div.comments {
	float: right;
	padding-right: 10px;
}

div.story div.admin {
	text-align: right;
	padding-right: 10px;
}

div.story div.tell {
	float: left;
	padding-left: 25px;
	padding-top: 3px;
}

div.story.single div.tell {
	padding: 0;
	float: right;
	padding-right: 10px;
}

#comments {
	background-color: #fff;
	padding: 15px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#comments div.empty {
	padding: 10px 0;
}

#comments h2 {
	color: #840e00;
	font-size: 14px;
	margin: 0;
}

#comments div.comment {
	border: 1px solid #ccc;
	padding: 5px;
	margin: 10px 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#comments div.comment div.subject {
	color: #840e00;
}

#comments div.comment div.body {
	margin: 3px 0;
}

#comments div.comment div.options {
	overflow: auto;
}

#comments div.comment div.posted {
	float: left;
	color: #707172;
}

#comments div.comment div.reply {
	float: right;
}

#add_comment {
	padding: 10px;
	padding-top: 5px;
}

#add_comment p {
	margin: 10px 0;
}

#add_comment input.subject, #add_comment textarea.body {
	width: 400px;
}

#add_comment textarea.body {
	height: 150px;
}

#my_account form.edit {
	float: left;
	width: 350px;
	margin-left: 10px;
}

#my_account form.change_password {
	float: right;
	width: 350px;
}

#form table, #my_account table {
	border: 1px solid #c1c1c1;
	margin: 25px auto;
}

#form th, #my_account th {
	width: 200px;
}

#form td, #form th, #my_account td, #my_account th {
	padding: 7px;
}

#form input.text, #my_account input.text {
	width: 200px;
}

#form td.submit, #my_account td.submit {
	text-align: center;
	border-top: 1px solid #c1c1c1;
}

#form input.submit, #my_account input.submit {
	padding: 5px 10px;
	font-weight: bold;
}

#form td.message, #my_account td.message {
	text-align: center;
}

#form.add_story input.text, #form.add_story select {
	width: 200px;
}

#form.add_story textarea {
	width: 600px;
	height: 150px;
}

#form.add_story span.chars {
	color: #840e00;
	font-size: 14px;
	font-weight: bold;
	margin-right: 15px;
}

#form.add_story h3 {
	color: #840e00;
	font-size: 18px;
	margin: 10px;
}

#form.add_story p {
	font-size: 16px;
	margin-bottom: 0;
}

div.message {
	padding: 10px 0;
}

.clear { clear: both; }

#content.scaffold {
	overflow: hidden;
}

#content.scaffold div.ad {
	display: none;
}

#content.scaffold #main {
	background-color: #fff;
	margin: 20px;
	padding: 20px;
	padding-top: 0;
}

#content.scaffold #bar {
	display: none;
}

#admin_index li {
	margin: 10px 0 !important;
}

#footer {
	width: 725px;
	clear: both;
	text-align: center;
	padding-bottom: 15px;
}

#pages ul {
	width: 700px;
	float: left;
	text-align: center;
}

#pages li {
	display: inline;
	color: #6a6a6a;
}

#pages li a {
	color: #6a6a6a;
	padding: 0 5px;
}

#footer ul.categories {
	margin-bottom: 5px;
}

#footer ul.categories li {
	display: inline;
	color: #6a6a6a;
}

#footer ul.categories li a {
	color: #6a6a6a;
	padding: 0 5px;
}

#copyright {
	float: right;
}

h2 {
	font-size: 18px;
	color: #840e00;
	margin: 15px 5px;
}

p {
	margin: 10px;
	font-size: 13px;
}