/*
riotcompany.de

file: common.css
description: common stylesheet for whole site

author: daniel
date: 10.08.2006
*/

body
{
margin: 0;
padding: 0;
border: 0;
font: 11px "Lucida Grande", "Lucida Sans Unicode", lucida, helvetica, verdana, arial, sans-serif;
color: #FFF;
background-color: #000;
}

h1, h2
{
background-color: transparent;
color: #FFF;
font-family: Tahoma;
font-size: 11px;
font-weight: bold;
text-transform: uppercase;
margin: 0;
padding: 8px 7px 7px 0px;
text-align: left;
}

h3
{
font-size: 11px;
text-transform: uppercase;
font-weight: bold;
margin: 0px;
padding: 0px;
padding-bottom: 12px;
}

h3:before {
content: '';
/*content: url(images/ironcross.gif);*/
}

h4, h5, h6
{
font: 11px Verdana;
font-weight: bold;
margin: 0px;
padding: 0px;
padding-bottom: 4px;
}

p
{
padding: 0px;
padding-bottom: 8px;
margin: 0;
line-height: 130%;
border: 0px;
}

p.rightalign
{
text-align: right;
}

a
{
color: #CC0000;
text-decoration: none;
}

a:hover
{
color: #FFF;
text-decoration: none;
}

a img
{
border: 0;
}

br.clear
{
clear: both;
}

div.clear
{
clear: both;
}

ul, ol
{
margin:0 0 10px 25px;
}

dl
{
margin:0 0 10px;
}

dt
{
font-weight:bold;
}

dd
{
margin:0 0 3px 10px;
}

hr
{
display:none;
}

table
{
padding: 0px;
margin: 0;
line-height: 110%;
}

acronym {
border-bottom: 1px dotted;
}

blockquote
{
margin:0 25px 20px 25px;
font-style:italic;
}

.centered
{
text-align: center;
}

.bold
{
font-weight: bold;
}

.italic
{
font-style: italic;
}

.small
{
font-size: 11px;
}

div.pagination {
clear: both;
float: left;
width: 90%;
padding: 14px;
margin: 0;
line-height: 130%;
text-align: right;
text-transform: uppercase;
}

div.functions {
clear: both;
float: left;
width: 90%;
padding: 14px;
margin: 0;
line-height: 130%;
text-align: right;
text-transform: uppercase;
}

div.functions_ext {
clear: both;
float: left;
width: 90%;
padding: 14px;
margin: 0;
line-height: 130%;
text-align: left;
text-transform: uppercase;
}

div.functions_ext div.left {
float: left;
text-align: left;
}

div.functions_ext div.right {
float: right;
text-align: right;
}


#container
{
float: left;
width: 800px;
background: #000 url(images/box_bg.png) top left no-repeat;
}

#header
{
float: left;
width: 770px;
height: 200px;
background-color: transparent;
}

#sitecontent
{
width:800px;
float:left;
display:inline;
/*padding-top: 200px;*/
background-color: transparent;
}

#content
{
float:right;
width:600px;
text-align: left;
/*background-color: #333;*/
background-color: transparent;
color: #FFF;
padding:0;
margin:0;
}

#flash
{
float: left;
width: 100%;
text-align: center;
font-size: 12px;
text-transform: uppercase;
background-color: transparent;
color: #FFF;
padding:0;
margin:0;
}

#footer
{
clear: both;
float: left;
width: 95%;
background-color: transparent;
padding: 0;
margin: 0;
padding-top: 4px;
padding-bottom: 4px;
}

#footertext
{
color: #FFF;
text-align: center;
font-size: 10px;
margin-right: auto;
margin-left: auto;
width: 100%;
line-height: 600%;
}

#footertext a
{
color: #FFF;
text-decoration: none;
}

#footertext a:hover
{
color: #990000;
text-decoration: underline;
}

/* navigation */
#sidebar
{
float:left;
width:140px;
font-size:11px;
background-color: transparent;
}

#sidebar ul, #sidebar li
{
list-style: none;
margin: 0;
text-align: right;
padding: 4px;
}

#sidebar li.first_sponsor
{
margin-top: 36px;
}

#sidebar li.copyright
{
margin-top: 36px;
}

/* BB-Code Styles */

ul.bb-list-unordered { }
ol.bb-list-ordered { }
ol.bb-list-ordered-d { list-style-type:decimal; }
ol.bb-list-ordered-lr { list-style-type:lower-roman; }
ol.bb-list-ordered-ur { list-style-type:upper-roman; }
ol.bb-list-ordered-la { list-style-type:lower-alpha; }
ol.bb-list-ordered-ua { list-style-type:upper-alpha; }
ol.bb-listitem { }

.bb-code,
.bb-php {
background-color: #f2f2e2;
border: 1px solid #666666;
padding: 10px;
font-family: Courier;
font-size: 0.5em;
white-space: nowrap;
}

.bb-quote {
background-color: #f2f2e2;
border: 1px solid #666666;
padding: 10px;
}