/* All code by Sam Kaufman, 2005 */
a:link, a:visited, a:active
{
text-decoration:none;
}
#content
{
padding:5px 20px;
min-width:600px;
width:expression(document.body.clientWidth < 650 ? "600px" : "auto" );
}

/* The "header" of the layout" */
#top
{
padding:0;
margin:0;
}
	/* Wal-Mart Free NYC Picture */
	#top img#wmfnyc
	{
	margin:0;
	padding:0px;
	position:relative;
	top:13px;
	display:block;
	white-space: nowrap;
	
	}

	#top img#join
	{
	float:right;
	display:block; 
	margin-bottom:-1px;
	margin-right:1px;
	}
	
	/* this spacer is there so the "f" in wal-mart "free" can hang over the tagline, it runs from the WMFNYC logo
	to the edge	*/
	#spacer
	{
	padding:0;
	margin:0;

	width:auto;
	height:9px;
	clear:right;
	}

		
	#top #tagline
	{
	/* clear forces the tagline to go under the floats */
	text-align:center;
	clear:both;
	display:block;
	padding:0;
	margin:0;
	padding-bottom:10px;

	}
	#top #hnav /* The horizontal navbar, under the tagline */
	{
	padding:0;
	margin:0;
	

	}
	#top ul#hnav 
	{
	text-align:center;
	white-space: nowrap; /*  Don't break lines if the window is small */
	list-style:none;   
	margin:0;
	padding: 7px 0;
	padding-bottom:10px;
	}
	#top #hnav li
	{
	margin:0px 20px;
	display:inline;
	
	
	}

	ul#hnav a#current 
	{
	/* make the hand dissapear so users don't click on current page */
	cursor:default;
	}

	
	/* End Header, begin main content */
	#main
	{
	background-image: url(../images/sidebar.gif);
	background-repeat:repeat-y;
	}
	#sidebar
	{
	padding-top:20px;
	width:200px;
	float:left;
	text-align:center;
	}
		#sidebar ul
		{
		padding:0;
		margin:0;
		
		
		list-style:none;
		white-space:nowrap;
		}
	
	
	#innermain
	{
	padding:20px;
	margin-left:201px;
	}
	#footer
	{
	clear:left;
	margin-left:200px;
	text-align:center;
	
	padding: 5px 0px;
	}
	
	
	

	
	
	#sidebar li
	{
	
	margin: 2px 10px;
	padding:5px 0;
	}
	
	#sidebar h3
	{
	
	padding:0;
	}
	
img#unsmiley
{
float:right;
}

.entry
{
clear:right;
border-top: 1px solid #eee;
padding:20px;
margin:0;
}
