/*
Fanlisting Name: Nude no more
Fanlisting URI: http://fan.jebelle.net/threadless
Description: threadless.com FL
Author: Tracy @ jebelle.net
Author URI: http://jebelle.net
*/


/* -----------------------------------------------------------------LAYOUT */
body 	{
	font-family: georgia, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0;
	padding: 0;
	background:#fff;
	color:#777;
	}
#container {
	width: 720px;
	margin: 0 auto;
	border:0px solid #000;
	}
#header {
	background:url(./img/header.jpg) top center no-repeat;
	height: 100px;
	background-color: #fff;
	border-bottom: 1px dotted #b6d3ea;
	}
#content{
	margin:0 auto;
	height: auto;
	width: 500px;
	background:#fafdff;
	margin-top:50px;
	padding:15px;
	border: 1px solid #b6d3ea;
	}
#footer	{
	height: 10px;
	background-color: #fff;
	border-top: 1px dotted #b6d3ea;
	color:#fff;
	margin-top:50px;
	}

/* -----------------------------------------------------------------NAVIGATION */	


/* -------------------------------------------------------------NAVIGATION */


#menu1 	{
	width:440px;
	padding:0; 
	margin:0 auto; 
	list-style-type:none;
	float:right;
	margin-top:10px;
  	}
#menu1 li 
	{
	float:left;
	width:71px;
	border:1px solid #fff; 
  	}
#menu1 a 
	{
  	display:block;
  	width:71px;
  	color:#000; 
  	background:#d4d4d4; 
  	text-align:center; 
  	padding:4px 0; 
  	text-decoration:none; 
  	float:left; 
  	}
#menu1 a:hover 
	{
  	color:#000; 
  	background:#fcb0a0;
  	}

/* -----------------------------------------------------------------LINKS */	
	
a 	{	
	color:#003569;
	text-decoration:none;
	}
a:visited
	{
	color:#333;
	}
a:hover	{
	color:#777;
	}

	

/* -----------------------------------------------------------------HEADING */	

h1
	{
	color:#3a89c9;
	font-weight:bold;
	font-size: 1em;	
	}

strong
	{
	color:#8dc63f;
	}
	
textarea,input,blockquote
			{
			font-family:Tahoma, sans-serif;
			font-size:8pt;
			color:#000;
			background-color:#dcecc5;
			border:1px solid #fff;
			padding:3px;
			}

