/** Back to basics **/
* {
 font-size: 1em;
 margin: 0;
 padding: 0;
 }
body {
 font-family: Helvetica, Arial, Verdana, sans-serif;
 text-align: center;
 font-size: 76%;
 background: #4075d1 url('/images/bg.jpg') repeat-x fixed top left;
 color: #ccc;
 }
kbd {
 font-family: sans-serif;
 cursor: help;
 text-decoration: underline;
 }
hr {
 display: none;
 }
a {
 color: #0054e5;
 }
a:hover {
 text-decoration: none;
 }
h2{
 color: #2b4f8d;
 font-size: 1.5em;
 margin: 0 0 .25em 0;
 }
dl {
 margin: 0 1em 1em 1em;
 }
dt {
 margin: 0 0 .25em 0;
 }
dd {
 margin: 0 2em .5em 2em;
 }
a:hover {
 text-decoration: none;
 }

/** Containment **/
#content {
 padding: 1em;
 color: #222;
 }

/** Menu **/
#menu {
 list-style-type: none;
 text-align: left;
 }
#menu li {
 display: inline;
 margin: .5em .1em .5em .1em;
 }
#menu li a {
 padding: .5em;
 }


/** Login page **/
body#you.shouldlogin #content, #contain {
 width: 480px;
 margin: 0 auto 0 auto;
 background: #fff;
 clear: both;
 }
body#you.shouldlogin #contain {
 width: 506px;
 padding: 6px;
 background: rgba(0,0,0,.2);
}
h1 {
 width: 40em;
 margin: 5em auto 0 auto;
 text-align: left;
 clear: both;
 }
h1 a {
 text-decoration: none;
 text-align: left;
 text-indent: -5000px;
 height: 40px;
 width: 90px;
 background: url('/images/logo.gif') no-repeat bottom right;
 display: block;
 float: left;
 margin: 0 0 12px 0;
 }
h2 a {
 color: #2b4f8d;
 text-decoration: none;
 }
label {
 font-size: 1.25em;
 }
input {
 font-size: 1.25em;
 padding: .25em;
 }
p {
 margin: 1em 1.5em 1em 1.5em;
 }
form,p,h2 {
 text-align: left;
 }
#content img {
 padding: 3px;
 margin: 6px;
 border: 1px solid #ccc;
 }
#form_password, #form_email, #forms_password2, #forms_password, #forms_email {
 width: 95%;
 }
body.java #form_signup {
 display: none;
 }


/** Footer **/
#footer {
 list-style-type: none;
 margin: 1em 0 2em 0;
 font-size: .9em;
 }
#footer a {
 color: #86acff;
 }
#footer li {
 display: inline;
 padding: 0 .3em 0 0;
 }
#footer li.legalese {
 display: block;
 margin: .25em;
 }

#content {
 position: relative;
}
#newbie {
 color: #fff;
 text-decoration: none;
 -moz-border-radius: 6px;
 -webkit-border-radius: 6px;
 background: rgba(0,0,0,.2);
 padding: 8px 12px;
 position: absolute;
 top: -3.45em;
 right: 1em;
 text-align: right;
}
#newbie:hover {
 background: rgba(0,0,0,.5);
}