/*
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:#9fdfd7;
	}
#container {
	width: 630px;
	margin: 0 auto;
	}
#header {
	background:url(./img/header.jpg) top center no-repeat;
	height: 337px;
	background-color: #c0f4ef;
	border-bottom: 10px solid #fff;
	}
#content{
	background:url(./img/content_footer.jpg) bottom left no-repeat;
	height: auto;
	width: 490px;
	padding:5px;
	background:#9b5b75;
	color:#fff;
	}
#footer	{
	background:url(./img/content_footer.jpg) bottom left no-repeat;
	height: 37px;
	color:#9b5b75;
	}
#footer p
	{
	float:left;
	color:#361422;
	padding:5px;
	padding-top:20px;
	}
#footer	a:link, #footer a:visited
	{
	color:#000;
	}
#footer a:hover
	{
	color:#fff;
	}

/* -------------------------------------------------------------NAVIGATION */

#menu 	{
	margin: 0;
	padding: 0;
	width: 100px;
	float:right;
	}
#menu ul{
	font: 80% "Verdana",sans-serif;
	margin: 0;
	padding: 0;
	list-style:none;
	}
#menu a, #menu a:visited 
	{
	text-decoration:none; 
	text-align:center; 
	background-color:#fff; 
	color:#000; 
	display:block; 
	width:10em; 
	padding:0.25em;
	margin:0.5em auto;
	}
#menu a:hover 
	{
  	color:#fff;
  	background:#c991aa;
  	}
	
	
/* -----------------------------------------------------------------LINKS */	
	
a:link
	{	
	color:#f7b5c5;
	text-decoration:none;
	}
a:visited
	{
	color:#f7b5c5;
	}
a:hover	{
	color:#fff;
	}


/* -----------------------------------------------------------------HEADING */	

h1
	{
	color:#ffd0dd;
	font-weight:bold;
	font-size: 1em;	
	border-bottom:1px solid #fff;
	}

strong
	{
	color:#361422;
	}
	
textarea,input,blockquote
			{
			font-family:Tahoma, sans-serif;
			font-size:8pt;
			color:#000;
			background-color:#f7b5c5;
			border:1px solid #fff;
			padding:3px;
			}
			
			
/* -----------------------------------------------------------------TABLE */	
.table	{
	border:0px solid #fff;
	}
td	{
	border-right:1px dotted #d32789;
	border-left:1px dotted #d32789;
	text-align:center;
	}
th	{
	border-bottom:1px solid #fff;
	color:#000;
	line-height:20px;
	}

