/************************
CSS Bones fanlisting (May 2010)
© Emma http://be-stereo.org 
**************************/

/*-----------------
GENERAL
-----------------*/
*{
margin: 0;
padding: 0;
list-style:none;
}
body {
font-size: 90%;
background: #1e150e;
font-family: arial, sans-serif;
color: #CBBCAB;

}

/*-----------------
LINKS
-----------------*/
a:link, a:active, a:visited {
text-decoration: none;  
color: #BFB9AD;
padding: 1px;
border-bottom: #CC9415 2px solid;
}
a:hover {
text-decoration: none;  
color: #BFB9AD;
padding: 1px;
border-bottom: none;
background: transparent;
}
a.imglink:hover{
background: transparent;
border: 0;
}
/*-----------------
DIVS
-----------------*/
#container{
margin: 0 auto;
width: 750px;
background: #0B0803;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0B0803', endColorstr='#1e150e'); /* IE */
background: -webkit-gradient(linear, left top, left bottom, from(#0B0803), to(#1e150e)); /* Chrome & Safari */
background: -moz-linear-gradient(top,  #0B0803,  #1e150e); /* Firefox 3.6+ */
}
#header{
background: transparent url(img/bones.jpg);
height: 400px;
margin: 0 auto;
}
#content {
margin: 0 auto;
}

#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;
}
/*-----------------
AFFILIATIONALLY
-----------------*/
#affiliates h2{
margin-top: 10px;
}
#affiliates a{
margin: 15px;
line-height: 170%;
}
#applyform{
margin-left: 15px;
}
#applyform input{
margin-bottom: 10px;
}
#applyform  input[type="submit"]{
margin-bottom: 10px;
}
#applyform select{
margin-bottom: 10px;
}

#button{
display: none;
}
#applyform p{
margin-left: 0px;
}

/*-----------------
MENU
-----------------*/
#menu{
width: 100%;
margin: 0 auto;
}
#menu ul{
list-style-type: none;
display: block;
text-align: center;
}

#menu ul li {
display: inline;

}
#menu ul li a {
color: #fff;
padding: 8px;
text-transform: uppercase;
border: 0;
}
#menu ul li a:hover {
-moz-border-radius: 0 0 8px 8px;
-webkit-border-radius: 0 0 8px 8px;
background-color: #cc9415;
color: #d4decd;
}
#menu ul  li a.now{
-moz-border-radius: 0 0 8px 8px;
-webkit-border-radius: 0 0 8px 8px;
background-color: #cc9415;
color: #d4decd;
}
/*-----------------
HTML TAGS
-----------------*/
h1, h2, h3, h4, p{
margin: 0 15px;
}
h1 {
font-size: 1.6em;
color: #D3AC81;
margin-top: 30px;
font-weight: normal;
text-transform: uppercase;
}
h2{
margin-top: 10px;
margin-bottom: 0;
font-size: 1.1em;
color: #443628;
font-weight: normal;
text-transform: uppercase;
}
h3, .datecat{
margin-top: 10px;
margin-bottom: 0;
font-size: 1em;
text-transform: lowercase;
color: #D3AC81;
font-weight: normal;
}
p{
margin-right: 15px;
margin-bottom: 15px;
line-height: 15px;
text-align: justify;
line-height: 160%;
}
em{
font-family: georgia, serif;
color: #D3AC81;
}
strong{
font-weight: normal;
text-transform: uppercase;
}
table{
width: 80%;
margin: 20px auto;
}
area, a {
outline: none;
}
img {
border: 0;
margin: 2px;
}
ul, ol{
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;
padding: 15px;
border: #1E150E dotted 1px;
background: #1b140b;
}
fieldset{
margin-top: 20px;
border: 0;
}
legend{
padding-left: 15px;
font-size: 1.1em;
text-transform: lowercase;
color: #D3AC81;
font-weight: normal;
}

/*-----------------
CLASSES
-----------------*/
.clear{
clear: both;
}
.imglink{
outline: none;
}
a.imglink{
background: transparent;
border: 0;
}
a.imglink:hover{
background: transparent;
border: 0;
}
.centered{
text-align: center;
}
.right{
text-align: right;
}
.character{
padding: 10px;
margin: 15px;
background: #1b140b;
min-height:150px;
}
.character p{
font-size: 0.9em;
}
.character img{
float: left;
padding: 10px;
background-color: #cc9415;
margin: 15px;
}
.character:hover{
background-color:#251c10;
}
