
/* CSS Document for blade fanlisting
author: anja r.
category: fanlisting
uri: http://blade.amadora.it
*/

html {
margin: 0;
padding: 0;
height: 100%;
}

body {
margin: 0;
background: #000;
text-align: left;
font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
color: #989898;
font-size: 11px;
line-height: 21px;
}

#wrapper {
margin: 3% 0 0 2%;
width: 70%;
min-height: 300px;
}

#bild {
width: 532px;
height: 337px;
margin: 0;
}

#content {
width: 532px;
margin: 2% 0 0 3%;
min-height: 200px;
}

#footer {
margin: 5% 0 0 3%;
width: 532px;
padding: 0;
height: 30px;
font-size: 10px;
}

#content a:link {
text-decoration: none;
font-weight: bold;
color: #DB1A00;
}
#content a:visited {
text-decoration: none;
font-weight: bold;
color: #DB1A00;
}
#content a:hover {
text-decoration: none;
font-weight: bold;
background: #fff;
color: #000;
}
#content a:active {
text-decoration: none;
font-weight: bold;
color: #DB1A00;
}

#footer a:link {
text-decoration: none;
font-weight: bold;
color: #DB1A00;
}
#footer a:visited {
text-decoration: none;
font-weight: bold;
color: #DB1A00;
}
#footer a:hover {
text-decoration: none;
font-weight: bold;
background: #fff;
color: #000;
}
#footer a:active {
text-decoration: none;
font-weight: bold;
color: #DB1A00;
}

textarea, select, input, option {
background: #820700;
border: 1px solid #DB1A00;
padding: 1px;
font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #fff;
}

img {
border: 0;
}

h1 {
font-size: 18px;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: normal;
color: #DB1A00;
border-bottom: 1px solid #DB1A00;
margin: 0 0 14px 0;
}