/*
Fanlisting Name: Butterflies
Fanlisting URI: http://fan.jebelle.net/chrushes
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:#f0ece9;
	color:#6b517b;
	}
#container {
	width: 650px;
	margin: 0 auto;
	}
#header {
	background:url(./img/header.jpg) top center no-repeat;
	height: 304px;
	background-color: #fff;
	border-bottom: 0px solid #5B380F;
	}
#content{
	height: auto;
	width: 440px;
	background:#e7d0f5;
	border: 5px solid #fff;
	padding:10px;
	margin-top:-10px;
	}
#footer	{
	border-top: 1px solid #6b517b;
	color:#636363;
	margin-top:50px;
	font-size: .7em;
	}
#footer p
	{
	float:right;
	}

/* -----------------------------------------------------------------NAVIGATION */	

#menu a, #menu a:visited 
	{
	text-decoration:none; 
	text-align:center; 
	background-color:#f8cd7b; 
	color:#905c1e; 
	display:block; 
	border:1px solid #fff;
	padding:0.25em;
	margin:0.5em auto;
	}
#menu a:hover 
	{
  	color:#905c1e;
  	background:#fded7e;
  	}
#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;
	height:300px;
	background:url(./img/navbg.jpg) bottom center no-repeat;
	}
		
	
	
/* -----------------------------------------------------------------LINKS */	
	
a 	{	
	color:#000;
	text-decoration:none;
	}
a:visited
	{
	color:#000;
	}
a:hover	{
	color:#d5a2f4;
	}


/* -----------------------------------------------------------------HEADING */	

h1
	{
	color:#638861;
	font-weight:bold;
	font-size: 1em;
	border-bottom:2px solid #fff;
	}

strong
	{
	color:#6b517b;
	}
	
textarea,input,blockquote
			{
			font-family:Tahoma, sans-serif;
			font-size:8pt;
			color:#000;
			background-color:#fbea74;
			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;
	}

