/** RANDOM CRAP, AND HTML ENTITIES **/
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
body
{
	background: #000;
}
hr
{
	background: #000;
	color: #000;
}
input, textarea
{
	border: 1px solid #CCC;
	background-color:#FFF;
	color: #999;
	font-size: 14px;
}
.textfield-focused
{
	background-color: #FFC;
	border: 1px solid #000;
	color: #000;
}
.password-no-match
{
	background-color: #F00;
	border: 1px solid #000;
	color: #000;
}
.subtext, .post-footer, .subtext *
{
	color: #999;
	font-size: 10px;
	font-style:italic;
}
/**VARIOUS BOXES**/
.right-col-box
{
	background: #fff;
	padding: 2% 4% 2% 2%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 50px;
}
#help-div ul li
{
	font-size: 10px;
}
.post-body
{
	padding: 1%;
	text-align: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	word-wrap: break-word;
	margin-bottom: 20px;
}
.body-1
{
	background-color: #0F0;
}
.body-0
{
	background-color: #FF0;
}
/**INDIVIDUAL ITEMS**/
#message-field
{
	width: 100%;
	height: 60px;
}
.text-field
{
	width: 100%;
}
#footer-body
{
	background-color: #fff;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	word-wrap: break-word;
	font-size: 11px;
	width: 80%;
	margin-top: 10px;
}
a
{
	font-size: 11px;
	color: #06F;
	text-decoration: none;
}
a:hover
{
	color: #009;
}
/**COLUMNS, HEADER, FOOTER**/
#left-column
{
	background: #000;
	width: 60%;
	margin-top: 100px;
	margin-left: 3%;
	padding-bottom: 70px;
}
#right-column
{
	background: #000;
	width: 25%;
	position: fixed;
	right: 10%;
	top: 100px;
	z-index: 1;
}
#header
{
	background: #000 url(tto_logo.png) top center no-repeat;
	position: fixed;
	width: 100%;
	left: 0em;
	top: 0em;
	height: 90px;
	/*-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));*/
}
#footer
{
	position: fixed;
	bottom: 0em;
	width: 100%;
	left: 0em;
	height: 70px;
	background: #000;
	z-index: 0;
	/*-webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));*/
}
