/* ---------------------- STYLES RESET ------------------------*/
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, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;

}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/* ---------------------- STYLES RESET ------------------------*/




/* ---------------------- BASE ------------------------*/
BODY {
background-color: #000000;
margin:0px;
font-family:Verdana;
color:#EDEDED;
background-image:url(/images/background.jpg);
background-position:center;
background-repeat:repeat-y;
text-align: center;
font-size:small;
}

H1 {
color:#FFFFFF;
font-size: 170%;
font-family: Arial;
font-weight:bold;
margin-bottom:7px;
}

H2 {
font-size:120%;
display:block;
background-color:#333333;
border:1px solid #000000;
padding:4px;
font-weight:bold;
margin-bottom:5px;
}

a:link, a:visited, a:active {
color: #FF3300;
}

a:hover {
color: #FF6600;
text-decoration: none;
}

td {
text-align:left;
vertical-align:top;
}
table, form {margin:0; padding:0;}
p { margin-bottom:10px;}
img {border:0px;}

input, textarea {
background-color:#96938e;
border:1px solid #1c1b1b;
padding:1px;
}

li {margin-left:10px; list-style:square;}
li li {list-style:inside; list-style: disc;}
ul {margin-left:10px; margin-bottom:10px;}
strong { font-weight:bold;}
/* ---------------------- BASE ------------------------*/







/* ---------------------- Layout ---------------------- */
#wrap {
margin: 0 auto;
text-align: center;
width: 750px;
}

.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

#header {
text-align:left;
}
#header h2 {
background:none;
color:#FFFFFF;
font-size:150%;
border:none;
position:absolute;
margin-left:370px;
margin-top:200px;
}
#header h3 {
color:#FFFFFF;
font-size:140%;
position:absolute;
margin-left:430px;
margin-top:250px;
}

#content {
width:750px;
text-align:left;
padding-left:10px;
}

#footer, #footer a:link, #footer a:visited {
color:#999999;
font-size: small;
text-align:center;
margin-bottom:20px;
}
/* ---------------------- Layout ---------------------- */






/* ---------------------- Custom Classes ---------------------- */
#wrap_popup { text-align:left; padding:10px; }

.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}

.button, a.button,a.button:link,a.button:visited, a.button:active {
text-decoration:none;
display:block;
width:auto;
padding:8px;
border:2px solid #FFFFFF;
color:#FFFFFF;
font-weight:bold;
background-color: #FF3300;
}

a.button:hover {
color:#FFFFFF;
background-color: #333333;
border:2px solid #CCCCCC;
}

.small { font-size:small; }

.white a {color: #CCCCCC;}
a.grey {color:#666666;}

.title {font-size:120%; margin-bottom:5px; display:block;}

.spacing li { margin-bottom:8px;}
.title {color:#CC9900; font-size:110%;}

.box {
background-image:url(/images/box-background.png);
background-repeat: repeat-x;
margin-bottom:20px;
background-color: #333333;
border:1px solid #FFFFFF;
text-align:left;
}
.box .box_inner {
border:4px solid #000;
padding:7px;
}

.join_error {color:#FF3333;}

.imghover:hover img {
filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;
}

#members_login {
position:absolute;
margin-top:425px;
margin-left:580px;
}
/* ---------------------- Custom Classes ---------------------- */






/* ---------------------- INDEX MENU ---------------------- */
#nav {
color: #FFFFFF;
font-family: Impact;
font-size: x-large;
margin-top:-15px;
padding-left:0;
}
.topmenuul {
list-style-type:none;
width:100%;
margin:0;
padding:0;
}
.topmenuli {
list-style-type:none;
float:left;
margin-right:12px;
margin-left:0;
}
a.topmenutitle,a.topmenutitle:link,a.topmenutitle:visited, a.topmenutitle:active {
color:#FFFFFF;
text-decoration:none;
display:block;
width:auto;
padding:8px;
}
a.topmenutitle:hover {
color:#ff6600;
}
/* ---------------------- INDEX MENU ---------------------- */
