/************************
CSS Mr Darcy & Lizzy fanlisting (July 2010)
(c) Emma http://be-stereo.org 
**************************/

/*-----------------
GENERAL
-----------------*/
*{
margin: 0;
padding: 0;
list-style:none;
}
body {
font-size: 90%;
background: #3F6371;
font-family: georgia, serif;
color: #1B140B;

}

/*-----------------
LINKS
-----------------*/
a:link, a:active, a:visited {
text-decoration: none;  
color: #4E6F18;
padding: 1px;
border-bottom: #A7C210 2px solid;
}
a:hover {
text-decoration: none;  
color: #4E6F18;
padding: 1px;
border-bottom: none;
background: transparent;
}
a.imglink:hover{
background: transparent;
border: 0;
}
/*-----------------
DIVS
-----------------*/
#container{
margin: 0 auto;
width: 750px;
background: #dbd4a0;
}
#header{
background: transparent url(img/darcylizzy.jpg);
height: 427px;
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;
}
/*-----------------
MENU
-----------------*/
#menu{
width: 100%;
margin: -40px auto 0 auto;
}
#menu ul{
list-style-type: none;
display: block;
text-align: center;
}

#menu ul li {
display: inline;

}
#menu ul li a {
font-size: 105%;
color: #fff;
padding: 10px;
text-transform: uppercase;
border: 0;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background-color: #3F6371;
}
#menu ul li a:hover {
color: #fff;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background-color: #526F1B;
}
#menu ul  li a.now{
color: #fff;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
background-color: #526F1B;
}
/*-----------------
HTML TAGS
-----------------*/
h1, h2, h3, h4, p{
margin: 0 15px;
}
h1 {
font-size: 1.6em;
color: #d1b95e;
text-shadow: 0px 1px 1px #E4E1DC;
margin-top: 30px;
font-weight: normal;
text-transform: uppercase;
}
h2, .datecat{
margin-top: 10px;
margin-bottom: 0;
font-size: 1.1em;
text-transform: lowercase;
color: #3F6371;
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: #3F6371;
font-weight: bold;
}
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;
line-height: 28px;
}
td{
padding: 3px;
}
code{
width: 450px;
text-align: left;
display: block;
margin: 10px auto 25px auto;
padding: 15px;
background: #e7e1b1;
}
fieldset{
margin-top: 20px;
border: 0;
}
legend{
padding-left: 15px;
font-size: 1.1em;
text-transform: lowercase;
color: #3F6371;
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;
}
