/*  
Theme Name: Halloween
Theme URI: http://halloweentheme.idano.net
Description: A WordPress Theme in Halloween and Fall colors. Supports WordPress Widgets.
Version: 1.1
Author: Dan Masters
Author URI: http://dan.idano.net/

	Halloween v1.1
	 http://dan.idano.net/

	This theme was designed and built by Dan Masters


This CSS stylesheet was created by KJH in order to style an additional 
nav bar added to the top of these sites. 10/9/2008
*/

#topnavbar {
	color: #630100;
	background-color: white;
	padding: 2px;
	margin-bottom: 10px;
	border-top: 1px solid black;
}
#topnavbar a {
	color: #9e0100;
	font-weight: bold;
}
#topnavbar a:hover {
	color: orange;
	text-decoration: underline;
}

#topnavbar ul {
	white-space: nowrap;
	margin: 0;
	padding: 1px 0;
}

#topnavbar li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#topnavbar li a {
	text-decoration: none;
	padding: 4px 10px;
	margin: 0;
}
