/*
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: tahoma, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0;
	padding: 0;
	background:#fff;
	color:#64483d;
	}
#container {
	width: 750px;
	margin: 0 auto;
	border:0px solid #fff;
	}
#header {
	background:url(./img/header.jpg) bottom center no-repeat;
	height: 250px;
	background-color: #fff;
	width:600px;
	margin:0 auto;
	}
#header:hover {
	background:url(./img/header_hover.jpg) bottom center no-repeat;
	}
#content{
	height: auto;
	width: 450px;
	background:#fff;
	border:0px solid #fff;
	margin: 0 auto;
	padding:5px;
	}
#footer	{
	height: 10px;
	color:#000;
	margin-top:50px;
	}
#footer p
	{
	float:right;
	}

/* -----------------------------------------------------------------NAVIGATION */	

#menu a, #menu a:visited 
		{
		  text-decoration:none; 
		  text-align:center; 
		  background-color:#64483d; 
		  color:#fff; 
		  display:block; 
		  width:auto; 
		  padding:0.25em;
		  margin:0.5em auto;
		  }
#menu a:hover 	{
		  color:#64483d;
		  background:#a68981;
		  }

#menu li{
	font: 80% "Verdana",sans-serif;
	margin: 0;
	padding: 0;
	list-style:none;
	}

#menu 	{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100px;
	}
#menu li{
	font: 80% "Verdana",sans-serif;
	margin: 0;
	padding: 0;
	}
		
	
	
/* -----------------------------------------------------------------LINKS */	
	
a 	{	
	color:#64483d;
	text-decoration:none;
	}
a:visited
	{
	color:#68614e;
	}
a:hover	{
	color:#9a7f74;
	}


/* -----------------------------------------------------------------HEADING */	

h1
	{
	color:#64483d;
	font-weight:bold;
	font-size: 1em;	
	font: 160% "georgia",sans-serif;
	font-style:italic;
	}

strong
	{
	color:#806e64;
	}
	
textarea,input,blockquote
			{
			font-family:Tahoma, sans-serif;
			font-size:8pt;
			color:#000;
			background-color:#806e64;
			border:1px solid #fff;
			padding:3px;
			}
			
			
/* -----------------------------------------------------------------TABLE */	
.table	{
	border:0px solid #fff;
	}
td	{
	text-align:center;
	}
th	{
	border-bottom:1px solid #fff;
	color:#000;
	line-height:20px;
	}
