/************************
CSS North by Northwest fanlisting (Updated in November 2008)
(c) Emma http://be-stereo.org 
**************************/

/*-----------------
LINKS
-----------------*/
a:link, a:visited, a:active {  
text-decoration: none; 
color: #ededed;
}
a:hover { 
font-weight: normal; 
color: #ededed; 
background-color: #99908b;
}
a.imglink:hover{
background: transparent;
border: 0;
}

/*-----------------
DIVS
-----------------*/
#wrapper{
width: 700px;
margin: 0 auto 0 auto;
}
#header{
width: 700px; 
height: 394px;
background-image: url(!img/northbynorthwest.jpg);
}
#content {
background-color: #85746b;
padding-top: 5px;
}

#affiliates{
margin: 0 auto;
text-align: center;
}
#credit{
font-size: 9px;
background: #655851;
padding: 10px;
}
#credit p{
text-align: center;
}
#fansfansfans{
margin: 0 auto;
width: 200px;
text-align: center;
}
/*-----------------
HTML TAGS
-----------------*/
body {
font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif; 
font-size: 13px;
margin-top: 0px;
color: #c2b7b1; 
background-color: #75655d;
}

h1 {
font-size:16px;
font-style: italic;
color: #deddcd;
text-align: left;
margin-left: 20px;
}

h2 {
font-size: 13px;
font-weight: bold;
color: #aaa6b5;
margin-left: 20px;
text-transform: uppercase;

}

p {
margin-left: 20px;
margin-right: 20px;
text-align: justify; 
}

img{
border: 0;
margin: 2px;
}

strong {
font-variant: small-caps;
font-weight: bold;
}
em { 
color: #ce9673;
}
ul{
margin-left: 30px;
list-style-position: inside;
list-style-type: square;
}
table{
width: 80%;
margin: 0 auto;
}
option, select, input, textarea {
font-size: 10px;
color: #333333;
background-color: b2c9ce;
border: 1px dotted #333333;
}

code{
width: 80%;
text-align: left;
display: block;
margin: 10px auto 25px auto;
padding: 8px;
}
/*-----------------
CLASSES
-----------------*/
.stats{
background: #655851;
border-left: 4px solid #ededed;
border-right: 4px solid #ededed;
padding: 8px;
width: 400px;
margin: 0 auto;
}
.datecat {
font-size: 16px;
margin: 20px 20px -15px 20px;
color: #aaa6b5;
}
.centered{
text-align: center;
}


/*-----------------
MENU
-----------------*/

.chromestyle{
width: 100%;
font-weight: normal;
}
.chromestyle ul{

width: 100%;
background: #d0c5bf ;
padding: 4px 0;
margin: 0;
text-align: center;
}

.chromestyle ul li{

display: inline;
}

.chromestyle ul li a{
color: #655851;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}
.chromestyle ul li a:hover{
background: #c3b9b3 ;
}
.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font: 12px "trebuchet ms", tahoma, verdana, arial, sans-serif; 
font-weight: normal;
text-transform: uppercase;
line-height:18px;
z-index:100;
background-color: #c8bab3;
width: 150px;
visibility: hidden;
}
.dropmenudiv  a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #ededed; 
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #ededed;
}

* html .dropmenudiv a{ /*ie only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #655851;
}