@charset "UTF-8";
/* CSS Document for be my valentine fanlisting
author: amadora
URI: http://bmv.amadora.it
category: fanlisting > episodes
*/

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

body {
margin: 0 auto;
text-align: center;
background-color: #161616;
background-image: url(images/mainbg.gif);
background-position: top;
background-repeat: repeat-x;
font-family: Georgia, "Times New Roman", Times, serif;
color: #fff;
font-size: 11px;
line-height: 17px;
}

#wrapper {
width: 703px;
margin: 0 auto;
min-height: 200px;
}

#header {
width: 703px;
height: 252px;
background-image: url(images/header.jpg);
background-repeat: no-repeat;
}

#menu {
width: 100%;
text-align: center;
height: 20px;
margin: 20px 0 20px 0;
letter-spacing: 3px;
font-size: 12px;
text-transform: uppercase;
}

ul.menu {
margin: 0;
color: #fff;
list-style-type: none;
}

ul.menu li {
margin: 0;
color: #fff;
list-style-type: none;
display: inline;
}

ul.menu a {
display: inline;
margin-right: 18px;
padding: 4px;
color: #fff;
text-decoration: none;
list-style-type: none;
background-color: #000;
}

ul.menu a:hover {
display: inline;
color: #000;
list-style-type: none;
text-decoration: none;
background: #fff;
}

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

#content a:link {
text-decoration: none;
font-weight: bold;
color: #fff;
}
#content a:visited {
text-decoration: none;
font-weight: bold;
color: #fff;
}
#content a:hover {
text-decoration: none;
font-weight: bold;
color: #fff;
font-style: italic;
}
#content a:active {
text-decoration: none;
font-weight: bold;
color: #fff;
}

textarea,select,input,option {
background: #000;
padding: 3px;
color: #fff;
border: 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 11px;
}

h1 {
font-weight: normal;
font-size: 17px;
letter-spacing: 2px;
color: #fff;
margin: 0 0 17px 0;
}