/************************
CSS Ross Geller fanlisting ( September 2009)
(c) Emma http://be-stereo.org 
**************************/

/*-----------------
GENERAL
-----------------*/
*{
margin: 0;
padding: 0;
font-size: 100%;
list-style:none;
}
body {
font-family: arial, sans-serif;
font-size: 90%;
color: #393537;
background: #B5B594 url(img/bg.png) repeat-x;
}

/*-----------------
LINKS
-----------------*/
a:link, a:active, a:visited {
text-decoration: none;  
color: #393537;
padding: 2px;
background-color: #bebe9f;
}
a:hover {
text-decoration: none;  
color: #393537;
padding: 2px;
background-color: transparent;
}
a.imglink:hover{
background: transparent;
border: 0;
}
/*-----------------
DIVS
-----------------*/
#container{
margin: 0 auto;
width: 750px;
background: #B5B594;
}
#header{
background-image: url(img/rossgeller.png);
height: 250px;
margin: 0 auto;
}
#content {
margin: -5px auto;
background: #B5B594;
}
#stats table{
line-height: 2em;
margin-bottom:  0; 
}
#stats table strong a{
text-transform: none;
}
.st4tsl3ft{
font-size: 1.2em;
color: #1F0300;
font-variant: small-caps;

}
#footer{
background: url(img/footer.png) no-repeat 50px;
width: 100%;
min-height: 150px;
padding: 20px 0;
}
#footer p{
text-align: center;
}
#fansfansfans{
margin: 0 auto;
width: 200px;
text-align: center;
}
#fansfansfans img{
margin: 0;
}
/*-----------------
MENU
-----------------*/
#menu{
width: 100%;
margin: 10px auto;
}
ul#navlist{
list-style-type: none;
display: block;
text-align: center;
}

ul#navlist li{
font-size: 1.5em;
float: left;
margin: 0;
text-transform: uppercase;
}

#navlist a, #navlist a:link{
padding: 10px;
color: #E20808;
text-decoration: none;
background: transparent;
}

#navlist a:hover{
background: transparent;
color: #393537;
}
/*-----------------
HTML TAGS
-----------------*/
h1, h2, h3, h4, p{
margin: 0 15px;
}
h1 {
font-size: 2.5em;
color: #D1D2AA;
margin-top: 30px;
font-weight: normal;
}
h2{
font-size: 1.4em;
margin-top: 20px;
color: #1F0300;
}
p{
margin-right: 15px;
margin-bottom: 15px;
line-height: 15px;
text-align: justify;
line-height: 160%;
}
em{
font-family: georgia, serif;
/* font-weight: bold; */
color: #1F0300;
}
strong{
font-weight: normal;
text-transform: uppercase;
font-size: 0.9em;
}
table{
width: 80%;
margin: 20px auto;
}
area, a {
outline: none;
}
img {
border: 0;
margin: 2px;
}
ul{
margin-left: 15px;
color: #676767;
line-height: 28px;
}
td{
padding: 3px;
}
code{
color: #fff;
width: 450px;
text-align: left;
display: block;
margin: 10px auto 25px auto;
background-color: #1F0300;
font-size: 13px;
padding: 15px;
}
textarea,select,input,option{
color: #fff;
background-color: #1F0300;
border: 0;
}
input[type="submit"]{
text-transform: uppercase;
}
textarea,select, input[type="text"], input[type="submit"]{
width: 40%;
padding: 3px;
font-family: inherit;
}
option{
padding: 3px;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus{
background: #D2D2AA;
color: #1F0300;
}
.show_join_form span{
font-variant: small-caps;
}
input[type="password"]{
width: 20%;
padding: 3px;
}
/*-----------------
AFFILIATIONALLY
-----------------*/
#affiliates h2{
margin-top: 10px;
}
#affiliates a{
margin: 15px;
line-height: 170%;
}
#applyform{
margin-left: 15px;
}
#applyform label{
margin-top: 15px;
font-variant: small-caps;
}
#button{
display: none;
}
#applyform p{
margin-left: 0px;
}
/*-----------------
CLASSES
-----------------*/
.clear{
clear: both;
}
.imglink{
outline: none;
}
a.imglink{
background: transparent;
border: 0;
}
a.imglink:hover{
background: transparent;
border: 0;
}
.centered{
text-align: center;
}
.datecat{
margin-top: 10px;
margin-bottom: 0;
font-size: 1.3em;
text-transform: lowercase;
color: #1F0300;
}