/************************
CSS Echo & Ballard fanlisting ( July 2009)
(c) Emma http://be-stereo.org 
**************************/

/*-----------------
General
-----------------*/
*{
margin: 0;
padding: 0;
font-size: 100%;
list-style:none;
}

body {
background: #525252;
font-family: "trebuchet ms", verdana, arial, sans-serif;
font-size: 90%;
color: #2F2F2F; 
}

/*-----------------
Links
-----------------*/
a:link, a:active, a:visited {
text-decoration: none;  
color: #af9e0f;
padding: 1px;
font-weight: normal;
}
a:hover{
text-decoration: none;  
color: #af9e0f;
border: 0;
background: #D3D3D3;
}


/*-----------------
Estructural DIVs
-----------------*/
#layout{
margin: auto;
width: 960px;
background: #C3C3C3;
}
#header{
position: relative;
float: left;
height: 800px;
width: 370px;
background: url(img/rufus.jpg);
}

#header img{
margin: 0;
}
#content{
position: relative;
margin: 0 auto;
float: right;
width: 590px;
min-height: 800px;
background: #C3C3C3;
}
#credit{
font-size: 0.8em;
position: absolute;
right: 15px;
bottom: 15px;
}
#credit p{
text-align: right;
text-transform: uppercase;
}
#fansfansfans{
margin: 20px auto;
width: 200px;
text-align: center;
}

/*-----------------
NAVIGATION
-----------------*/
#menu{
margin: 0 auto;
padding: 20px 0;
text-align: center;
}
#menu ul{
text-align: center;
}

#menu ul li{
float: left;
padding: 0 10px;
color: #9F047A;
text-decoration: none;
}
#menu ul  li a.now{
color: #fff;
}
#menu ul li a{
padding: 10px;
text-transform: uppercase;
text-align: center;
color: #9F047A;
text-decoration: none;
font-weight: normal;
}
#menu ul li a:hover{
color: #fff;
background: transparent;
}

/*-----------------
HTML Tags
-----------------*/

h1, h2, h3, h4, p{
margin: 0 15px;
}

h1 {
font-size: 1.6em;
font-style: italic;
font-weight: normal;
color: #282828;
margin-top: 20px; 
}

h2 {
font-weight: normal;
text-align: left;
margin-top: 20px;
margin-bottom: 0;
font-size: 1.1em;
text-transform: uppercase;
color: #000;
}
p{
margin-right: 15px;
margin-top: 5px;
line-height: 140%;
}
table{
width: 98%;
margin: 20px auto;
font-size: 90%;
}
area, a {
outline: none;
}
img {
border: 0;
margin: 2px;
}
#header img{
margin: 0;
}

code{
color: inherit;
width: 80%;
text-align: left;
display: block;
margin: 10px auto 25px auto;
background: #E4E4E4;
padding: 8px;
}
strong{
color: #000;
font-weight: normal;
text-transform: uppercase;
}
textarea, input, select, option{
font: inherit;
}
acronym, abbr{
cursor: help;
}

/*------classes */
.quotes{
position: absolute;
bottom: 20px;
font-family: georgia, serif;
color: #fff;
font-size: 110%;
font-weight: bold;
font-style: italic;
width: 350px;
}
.underline{
text-decoration: underline;
}
.clear{
clear: both;
}
a.imglink{
background: transparent;
border: 0;
}
a.imglink:hover{
background: transparent;
border: 0;
}
.centered{
text-align: center;
}
.datecat{
font-weight: normal;
text-align: left;
margin-top: 20px;
margin-bottom: -5px;
font-size: 1.1em;
text-transform: uppercase;
color: #000;
}
.codes, .show_sort_list, .links{
margin: 15px;
}
.fave{
text-align: center;
}