/*
Fanlisting Name: Piggyback
Fanlisting URI: http://fan.jebelle.net/backpacks
Description: Backpacks Fanlisting
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:#fff;
	color:#3e3e3e;
	}
#container {
	width: 750px;
	margin: 0 auto;
	margin-top: -50px;
	}
#header {
	background:url(./img/header.jpg) top center no-repeat;
	height: 297px;
	background-color: #fff;
	border-bottom: 0px solid #5B380F;
	}
#content{
	height: auto;
	width: 600px;
	border-top: 0px solid #d32789;
	}
#footer	{
	border-top: 1px dashed #859656;
	color:#000;
	margin-top:50px;
	}
#footer p
	{
	float:right;
	}

/* -----------------------------------------------------------------NAVIGATION */	

#menu a, #menu a:visited {
		  text-decoration:none; 
		  text-align:center; 
		  background-color:#e7c55b; 
		  color:#000; 
		  display:block; 
		  border:1px solid #d1a724;
		  padding:0.25em;
		  margin:0.5em auto;
		  }

#menu a:hover {
  		color:#fff;
	  	background:#f2799a;
	  	border-color:#a92a4c;
	  	}

#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:#859656;
	text-decoration:none;
	}
a:visited
	{
	color:#b4314b;
	}
a:hover	{
	color:#e4bc44;
	}


/* -----------------------------------------------------------------HEADING */	

h1
	{
	color:#da5478;
	font-weight:bold;
	font-size: 1em;	
	}

strong
	{
	color:#859656;
	}
	
textarea,input,blockquote
			{
			font-family:Tahoma, sans-serif;
			font-size:8pt;
			color:#000;
			background-color:#f988a6;
			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:#8dc63f;
	line-height:20px;
	}

