﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, nav, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #3a0000;
	padding-top: 10px;
	background-image: url('http://www.mrdevious.com/images/v4/robot/background.jpg');
	background-repeat: repeat-y;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

div#header 
{
	
}

div#headerleft 
{
	float: left;
}

div#main 
{
	background-image: url('http://www.mrdevious.com/images/v4/robot/robot_body.jpg');
	background-repeat: no-repeat;
}

div#spacer 
{
	float: left;
	height: 316px;
}

div#content 
{
	float: left;
	margin-left: 255px;
	width: 550px;
}

.cls { clear: both; }

#navcontainer 
{
	float: left;
	margin: 5px auto;
}

#navcontainer ul
{
color: #ffe290;
float: left;
width: 100%;
list-style-type: none;
padding: .2em 0;
margin: 0;
text-align: center;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.0em 1.0em;
color: #ffe290;
text-decoration: none;
font-weight: bold;
}

#navcontainer ul li a:hover
{
text-decoration: underline;
}

.item 
{
	border: 2px solid #926754;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 5px 0;
	padding: 3px;
	width: 98%;
	color: #3a0000;
	background-color: #ffe290;
}

.item a 
{
	text-decoration: underline;	
}

.item a:hover 
{
	text-decoration: none;	
}

.third 
{
	width: 33%;
	float: left;
}

.half 
{
	width: 48%;
	float: left;
	margin: 0px 5px;
}

.full {
	width: 100%;
}

.topic 
{
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #3a0000;
	padding: 4px;
}

.message p
{
	padding: 5px;
}

.message ul
{
        padding: 5px;
}

.message ul>li
{
        padding: 2px;
}


