body {
	background-color:black;
	font-family: future, helvetica, arial, sans-serif;
	font-weight: bold;
	font-size:120%;
	color: rgb(90%, 90%, 90%);
}


.haiku-box, .submit-box {	
	width:400px;
	background-color: rgb(10%, 10%, 10%);
	border-style:solid;
	border-width: 10px;
	border-color: rgb(15%, 15%, 15%);
	margin: 1cm 2cm 1cm 4cm;
	padding: 25px;
	padding-bottom:10px;
}

.submit-box{
	padding-bottom:20px;
}

	

.author {
	font-weight:normal;
	font-style: italic;
	margin-left: 1cm;
}

div.author:before{
	content:'-';
}


div.error-message{
	font-weight:normal;
	font-size:75%;
	color: red;
}
input,textarea{
	background-color: rgb(90%, 90%, 90%);
}


.submit input
{
	margin-top: 5px;
	color: #000;
	background: #f90;
	border: 2px outset #d7b9c9;
}

a.author-link{
	color: rgb(80%, 80%, 80%);
	font-weight: normal;
	text-decoration: underline;
	
}

.authors-block{
	margin-top: 1cm;
}

.submit .votebutton{
	border: none;
	width: 17px;
	height: 17px;
	padding: 0px;
	margin: 2px;
}

.vote-box {
	display: block;
	width: 42px;
	float: right;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #f90;
	font-size: 50%;
	color: #f90;
	font-weight: normal;
	text-align: center;
}

.vote-button-image{
	border: none;
	padding: 2px;
}

.vote-button-table{
	display: table;
}

.vote-button-row {
	display: table-row;	
}

.vote-button-row a{
	display: table-cell;
}

.more {
	margin-top: 10px;
	background-color: rgb(20%, 20%, 20%);
	font-size: 50%;
}

.links {
	text-align: right;
	background-color: rgb(5%, 5%, 5%);
}

.links a{
	margin: 5px;
}

.date {
	display: inline;
	font-size: 50%;
	font-style: normal;
}

a{
	color: #f90;
}

.question{
	margin: 1cm 2cm 1cm 1cm;
	padding: 25px;
	background-color: rgb(10%, 10%, 10%);
	font-weight: normal;
}

.question .actual-question{
	font-size: 150%;
}

.question .answer{
	font-size:100%;
	margin-left: 1cm;
}

.score {
	text-align: center;
}
.delete-link{
	margin-left: 4cm;
}

.delete-box{
	display: block;
	margin: 1cm;
	border-width: 2px;
	border-style: solid;
	border-color: #f90;
	padding-bottom: 10px;
	width: 700px;
	
}

.moderation-bar{
	margin-left: 4cm;
}

.moderation-bar *{
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

#HaikuAddForm * {
	display: block;
}

#AuthorSearchForm *{
	margin-right: 2px;
}

#AuthorSearchName {
	width: auto;
}

#menu *{
	display: inline;
}

#menu a, input{
	text-decoration: none;
	font-weight: normal;
	margin: 0 2px;
}

#paging {
	display: inline;
	margin-left: 4cm;
	color: rgb(10%, 10%, 10%);
}

#paging a{
	font-weight:normal;
	text-decoration: none;
}

#banner{
	background-color: rgb(10%, 10%, 10%);
}

#banner a{
	color: rgb(90%, 90%, 90%);
	text-decoration: none;
}

#title{
	font-size: 200%;
	padding: 3px;
}

#title #subtitle{
	display: inline;
	font-size: 50%;
}

#header {
	width: 690px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(5%, 5%, 5%);
}

#footer {
	width: 690px;
	margin-top:1cm;
	background-color: rgb(10%, 10%, 10%);
	padding: 5px;
	font-size:75%;
	font-weight: normal;
}

#footer * {
	margin-left: 5px;
	margin-right: 5px;
}

#tos{
	margin: 1cm 2cm 1cm 1cm;
	padding: 25px;
	background-color: rgb(10%, 10%, 10%);
	font-weight: normal;
	font-size: 80%;
}


