
/* CSS Document for the Being Human FL
author: anja from amadora
uri: http://beinghuman.amadora.it
category: tv show fanlisting
*/

html {
margin: 0;
padding: 0;
height: 100%;
}

img {
border: 0;
}

body {
margin: 0 auto;
padding: 0;
text-align: center;
background: #4f4f4f;
font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
color: #999999;
font-size: 13px;
line-height: 18px;
}

#wrapper {
width: 757px;
min-height: 200px;
margin: 20px auto;
}

#graphic {
width: 757px;
height: 374px;
margin: 0;
background-image: url(beinghuman.jpg);
background-repeat: no-repeat;
}

#navi {
width: 91%;
text-align: right;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 15px;
color: #FFFFFF;
margin: 10px 0 10px 0;
padding-right: 9%;
}

#content {
width: 100%;
text-align: left;
margin: 10px 0 0 0;
}

a:link {
color: #fff;
text-decoration: none;
}

a:visited {
color: #fff;
text-decoration: none;
}

a:hover {
color: #a10000;
text-decoration: none;
}

a:active {
color: #fff;
text-decoration: none;
}

textarea, select, input, option {
background: #fff;
border: 1px solid #000;
color: #000;
font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
padding: 1px;
}

h1,h2 {
margin: 0 0 15px 0;
color: #fff;
border-bottom: 1px dashed #FF0000;
padding-bottom: 15px;
font-size: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
letter-spacing: 2px;
}

#footer {
margin: 20px 0 10px 0;
font-size: 10px;
border-top: 1px dashed #ccc;
padding: 10px 0 0 0;
text-align: center;
width: 100%;
min-height: 45px;
}

.thumb {
border: 1px solid #fff;
padding: 2px;
background: #000;
}