/*
Fanlisting Name: Run Away
Fanlisting URI: http://fan.jebelle.net/islandinthesun
Description: Island in the Sun by Weezer FL
Author: Tracy @ jebelle.net
Author URI: http://jebelle.net
*/


/* -----------------------------------------------------------------LAYOUT */
body 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0;
	padding: 0;
	background:#211c21;
	color:#c1c0c0;
	}
#container {
	width: 650px;
	margin: 0 auto;
	}
#header {
	background:url(./img/header.jpg) top center no-repeat;
	height: 255px;
	background-color: #211c21;
	border-bottom: 0px solid #5B380F;
	margin-top:30px;
	}
#content{
	height: auto;
	width: 500px;
	background:#211c21;
	border: 0px solid #d32789;
	}
#footer	{
	height: 10px;
	background-color: #211c21;
	border-top: 1px solid #fff;
	color:#fff;
	margin-top:50px;
	}
#footer p
	{
	float:right;
	}

/* -----------------------------------------------------------------NAVIGATION */	

#menu a, #menu a:visited 
	{
	text-decoration:none; 
	text-align:center; 
	background-color:#cda050; 
	color:#000; 
	display:block; 
	width:10em; 
	border:1px solid #fff;
	padding:0.25em;
	margin:0.5em auto;
	}
#menu a:hover 
	{
  	color:#fff;
  	background:#554c01;
  	}
#menu ul{
	font: 80% "Verdana",sans-serif;
	margin: 0;
	padding: 0;
	list-style:none;
	}
#menu 	{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100px;
	float:right;
	}
		
	
	
/* -----------------------------------------------------------------LINKS */	
	
a 	{	
	color:#cda050;
	text-decoration:none;
	}
a:visited
	{
	color:#fff;
	}
a:hover	{
	color:#cda050;
	}


/* -----------------------------------------------------------------HEADING */	

h1
	{
	color:#fff;
	font-weight:bold;
	font-size: 1em;	
	}

strong
	{
	color:#cda050;
	}
	
textarea,input,blockquote
			{
			font-family:Tahoma, sans-serif;
			font-size:8pt;
			color:#000;
			background-color:#cda050;
			border:1px solid #000;
			padding:3px;
			}
			
			
/* -----------------------------------------------------------------TABLE */	
.table	{
	border:0px solid #fff;
	}
td	{
	border-right:1px dotted #cda050;
	border-left:1px dotted #cda050;
	text-align:center;
	}
th	{
	border-bottom:1px solid #fff;
	color:#cda050;
	line-height:20px;
	}

