*{
margin: 0;
padding: 0;
}
/*------links*/
a:link, a:active, a:visited {
text-decoration: none;  
color: #D92525;
padding: 1px;
}
a:hover {
text-decoration: none;  
color: #fff;
background-color: #D92525;
padding: 1px;
}
a.imglink:hover{
background: transparent;
border: 0;
}
/*------ divs */
#container{
margin: 0 auto;
width: 650px;
text-align: left;
}
#header{
width: 650px;
height: 400px;
margin: 0 auto;
background-image: url(img/somelikeithot.jpg);
}
#content {
float:left;
width: 650px;
margin: -5px auto;
background: #323232;
}
#footer{
width: 100%;
height: 10px;
}

#stats{
margin: 15px auto;
text-align: left;
width: 400px;
height: 193px;
background: url(img/stats.jpg) no-repeat;
}
#stats p{
font-size: 10px;
width: 50%;
padding: 60px 15px 15px 195px;
border: 0;
text-align: left;
color: #fff;
text-transform: uppercase;
}
#stats p .grey{
color: #a19e9e;
}

#fansfansfans{
margin: 0 auto;
width: 200px;
text-align: center;
}
/*------ menu */
#menu{
width: 100%;
height: 50px;
background: #2C2B2B;
}
ul#navlist{
background-color: #8bd015;
margin: 0 75px;
padding: 0;
list-style-type: none;
display: block;
text-align: center;
}

ul#navlist li{
font-size: 110%;
float: left;
margin: 0;
padding: 10px 0 4px 0;
text-transform: uppercase;
}

#navlist a, #navlist a:link{
margin: 0;
padding: 5px 9px 4px 9px;
color: #fff;
text-decoration: none;
}

#navlist a:hover{
border: 0;
background: transparent;
color: #d7d7d7;
}
/*------------html tags */
body {
color: #676767;
font-family: "trebuchet ms", arial, tahoma, sans-serif;
font-size: 90%;
background-color: #1F1F1F;
}
h1, h2, h3, p{
margin-left: 15px;
}
h1 {
font-size: 1.3em;
font-style: italic;
font-family: georgia, serif;
color: #d61818;
margin-top: 30px;
}
p{
margin-right: 15px;
margin-bottom: 15px;
line-height: 15px;
text-align: justify;
line-height: 150%;
}
em{
font-family: georgia, serif;
color: #fff;
font-weight: normal;
}
strong{
font-weight: normal;
text-transform: uppercase;
font-size: 0.9em;
}
img {
border: 0;
margin: 2px;
}
ul, ol{
margin-left: 50px;
color: #676767;
line-height: 22px;
}
table{
width: 95%;
margin: 0 auto;
border: 0;
}
td{
padding: 3px;
}
code{
color: #fff;
width: 450px;
text-align: left;
display: block;
margin: 10px auto 25px auto;
background-color: #403f3f;
font-size: 13px;
padding: 3px;
}
textarea,select,input,option{
color: #fff;
background-color: #403f3f;
border: 0;
}

fieldset{
margin-top: 20px;
border: 0;
}
legend{
font-size: 1.1em;
font-weight: bold;
padding: 0 0 10px 15px;
text-transform: uppercase;
}
.versales{ 
font-size: 14px;
font-variant: small-caps
}
.clear{
clear: both;
width: 100%;
height: 10px;
}
.centered{
text-align: center;
}
.linkcode{
margin: 0 auto;
}

.credit{
margin-top: 30px;
font-size: 10px;
text-transform: uppercase;
text-align: center;
}

/*------ fanupdate */
h2, .datecat{
color: #fff;
font-size: 1.1em;
letter-spacing: 0.1em;
text-transform: uppercase;
margin-bottom: 0;
font-weight: normal;
}

.comment{
color: #a19e9e;
font-size: 12px;
text-align: right;
}
.archivelink {
text-align: center;
}
