/* CSS For Edward and Ling Fanlisting */
/* Coded by Kibumie of Peptropolis.com */

body {
background: #5D5D5D url('img/edandlingbg.gif');
background-repeat: repeat;
color: #E0E0E0;
font-family: verdana, arial;
font-size: 11px;
text-align: justify;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}

.headbg {
background: #E6E6E6 url('img/headbg.gif');
background-repeat: repeat-x;
height: 270px;
}

.header {
margin: 0 auto;
background: #E6E6E6 url('img/edandlingbanner.png');
background-repeat: no-repeat;
height: 270px;
width: 723px;
}

.nav {
margin: 0 auto;
width: 700px;
height: 30px;
padding: 10px;
}

.nav a {
font-family: georgia, verdana, arial;
font-size: 25px;
font-style: italic;
color: #FFD864;
text-decoration: none;
margin: 20px;
}

.nav a:hover {
color: #E0E0E0;
border-bottom: 5px solid #41CADE;
}

/* Content */

.content {
margin: 0 auto;
width: 600px;
padding: 10px;
}

.title {
font-family: bookman old style, verdana, arial;
font-size: 18px;
color: #FF7B7B;
text-decoration: none;
text-align: right;
display: block;
letter-spacing: 3px;
padding-right: 10px;
border-right: 50px solid #FFFFFF;
}

b {
color: #36E5FF;
}

i {
color: #FFD864;
}

u {
color: #E6E6E6;
}

a {
color: #3BF68F;
text-decoration: none;
}

a:hover {
color: #F49600;
}

blockquote {
margin: 0 auto;
width: 400px;
border-left: 7px solid #FDBABB;
background: #606161;
padding: 7px;
}

.content img {
background: #E6E6E6;
padding: 3px;
border: 4px solid #909090;
}

.content a img {
border: 4px solid #909090;
filter:alpha(opacity=80);
opacity:0.8;
}

.content a:hover img {
border: 4px solid #F49600;
filter:alpha(opacity=100);
opacity:1.0;
}

/* Highlight */

::-moz-selection{
	background:#F39FA2;
	color:#FFFFFF;
}

::selection {
	background:#F39FA2;
	color:#FFFFFF;
}

/* Footer */

.footer {
margin: 0 auto;
background: #000000;
color: #C4C4C4;
width: 500px;
padding: 10px;
clear: both;
}
