@charset "utf-8";
/* Kluster home button */

#home {
	width: 130px;
	height: 34px;
	position: fixed;
	top: 20px;
	left: 20px;
}

#topNav { 
	width: 478px;
	height: 46px;
	position: fixed;
	top: 8px;
	right: 20px;
	z-index: 99;
	background: url(../images/back-issue-nav-bg.png) transparent no-repeat top left;
}

#topNav ul {
	margin-top: 18px;
	margin-left: 10px;
	padding: 0;
}

#topNav li { display: inline-block;
	margin: 0; 
	padding: 0;
	list-style:none;
	font-style: italic;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
}
#topNav a { border: none; }
#topNav a:link, #topNav a:visited { text-decoration: none; color: white; }
#topNav a:hover { color:#f6b192; }
#topNav .current { color: #f6b192; }
#topNav a.feed { padding-right:12px; background: url(../images/feed-icon-12x12.png) no-repeat 0px 3px; }
#topNav a.feed:hover { background-position: 0px -13px; }
