/************************
CSS Angela Montenegro & Jack Hodgins fanlisting (August 2008)
(c) Emma http://be-stereo.org 
**************************/

/*-----------------
GENERAL
-----------------*/
*{
margin: 0;
padding: 0;
font-size: 100%;
}
body {
color: #d2e7aa;
font-family: "trebuchet ms", arial, tahoma, sans-serif;
font-size: 85%;
background: #27081d;
}

/*-----------------
LINKS
-----------------*/
a:link, a:active, a:visited {
text-decoration: none; 
color: #9e6c79;
padding: 1px;
}
a:hover {
text-decoration: none;  
color: #fff;
background: #9e6c79;
}
a.imglink:hover{
background: transparent;
border: 0;
}

/*-----------------
LAYOUT
-----------------*/
#container{
margin: 0 auto;
width: 735px;
text-align: left;
}
#header{
width: 500px;
height: 374px;
background-image: url(img/hodginsangela.png);
float: left;
}
#quote{
float: right;
margin: 80px 2px;
}
blockquote {
font-family: georgia, times, serif;
font-size: 0.85em;
width: 230px;
background: url(img/quote-close.png) no-repeat right bottom;
text-indent: -6px;
line-height: 1.4em;
}
blockquote:first-letter {
background: url(img/quote-open.png) no-repeat left top;
padding-left: 20px;
padding-top: 10px;
}
#content {
float:left;
width: 550px;
}
#sidebar {
margin-top: 40px;
float: left;
width: 185px; 
background: #512a33;
}
#fansfansfans{
margin: 0 auto;
width: 200px;
text-align: center;
}
#footer {
clear: both;
width: 625px;
height: 60px;
text-align: center;
}

/*-----------------
MENU
-----------------*/
.menu	{ 
font-size: 0.8em;
list-style-type:none; 
width: 100%;
margin: 0;
}
.menu li { 
text-align: center;
border-bottom: 1px solid #734853;
padding: 7px 5px;
background:#27081d; 
color: #d2e7aa;
}
.topmenu{
border-top: 1px solid #734853;
}
.menu li a { 
font-size: 1.3em;
color: #a4ca8b;
}
.menu li a:hover { 
background: transparent;
}
.menu li:hover { 
background: #3d112f;
cursor:pointer; 
}

/*-----------------
HTML TAGS
-----------------*/
h1, h2, h3, p{
margin-left: 15px;
}
h1 {
font-size: 1.5em;
color: #734853;
text-transform: uppercase;
margin-top: 30px;
}
h2{
font-size: 1.2em;
color: #66997b;
}
p{
margin-right: 15px;
margin-bottom: 15px;
text-align: justify;
line-height: 1.7em;
}
em{
font-family: georgia, serif;
color: #fff;
font-weight: normal;
}
strong{
font-weight: normal;
text-transform: uppercase;
color: #66997b;
}
img {
border: 0;
margin: 2px;
}
ul{
margin-left: 20px;
line-height: 22px;
} 
table{
width: 80%;
margin: 0 auto;
border: 0;
}
td{
padding: 3px;
}
code{
border: 1px solid #734853;
width: 450px;
text-align: left;
display: block;
margin: 10px auto 25px auto;
font-size: 13px;
padding: 10px;
}

/*-----------------
ADDITIONAL CLASSES
-----------------*/

.clear{
clear: both;
}
.centered, .codes{
text-align: center;
}
.credit{
margin-top: 30px;
font-size: 10px;
text-transform: uppercase;
text-align: center;
}
.datecat{
color: #66997b;
letter-spacing: 0.1em;
text-transform: lowercase;
margin: 10px 15px 0;
}