#header {
	background-color: white;
}

#logobar {
	padding-top: 3px;
}

.logo {
	float: left;
	margin-right: 15px;
	margin-left: 5px;
}

.logobar-topmenu {
	text-align: right;
	margin: 0 15px 0 0;
	padding: 0;
	font-weight: bold;
	font-size: 0.9em;
}

.logobar-topmenu a {
	text-decoration: none;
	color: #900;
}

.logobar-topmenu a:hover {
	text-decoration: underline;
	color: #330;
}

.logobar-tagline {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	color: #900;
	margin: 5px 0 0 10px;
	padding-left: 50px;
}

#topnav {
	font-family: 'Trebuchet MS', sans-serif;
	background: transparent url(../images/menubk.png) top left no-repeat;
	padding-top: 2px;
	margin-bottom: 0;
	position: relative;
	z-index: 9999;
	float: left;
	width: 100%;
}

ul#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	clear: both;
}
ul#menu li {
	float: left;
	padding: 0;
	margin: 0;
	background: url(../images/menu_sliding_right.png) right top no-repeat;
}

ul#menu li.top span.top-menu {
	display: block;
	background: url(../images/menu_sliding_left.png) left top no-repeat;
	padding: 5px 10px;
	color: #330;
	font-weight: bold;
}


/* get rid of the barn doors for lower level */

ul#menu ul.submenu li, ul#menu ul.submenu li a {background-image: none; list-style-type: none; list-style-position: inside;}


/* Style the list OR link hover. Depends on which browser is used */
ul#menu a:hover {
	visibility: visible;
	position: relative;
	z-index: 9999;
}

ul#menu li:hover {
	cursor: pointer;
	position: relative;
	z-index: 9999;
}

/* keep the 'next' level invisible by placing it off screen. */
ul#menu ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
}

/* now come the dropdowns */
ul#menu :hover ul, ul#menu li.sfhover ul {
	position: absolute;
	left: auto;
	top: 26px;
	white-space: nowrap;
	width: 165px;
	height: auto;
	background: transparent url(../images/dropdown-bkgd.png) bottom left no-repeat;
	padding: 0 5px 5px;
	z-index: 9999;
}

ul#menu :hover ul.right {
	left: -65px;
}

ul#menu :hover ul.lastright {
	left: -85px;
}

ul#menu :hover ul.lastright li{
	overflow: hidden;
}

ul#menu :hover ul li {
	margin-left: 5px;
}

ul#menu :hover ul li a, ul#menu li.sfhover ul li a {
	display: block;
	width: 155px;
	text-decoration: none;
	border-bottom: 1px solid #996;
	margin-left: 1px;
	color: #366;
	padding: 0;
}

ul#menu :hover ul li.last a {
	border: none;
}

ul#menu li.submenu-item a {
	font-size: 12px;
	line-height: 23px;
	font-weight: bold;
	color: #366;
}

ul#menu li a:hover, ul#menu li.submenu-item a:hover {
	color: #000;
}

ul#menu li li {
	text-align: left;
}

#banner {
	background: #ebebc4 url(../images/BlogLogo-RSSBkgd.png) center center no-repeat;
	height: 130px;
	clear: both;
	position: relative;
	z-index: 100;
}

#bannerimage {
	position: absolute;
	top: 11px;
	left: 15px;
}

#tagline {
	position: relative;
	bottom: 25px;
	left: 110px;
	text-align: left;
	font-size: 130%;
}

#navrss {
	width: 220px;
	text-align: center;
	padding: 0;
	float: right;
	position: absolute;
	top: 21px;
	right: 18px;
}

#navrssicon {
	float: left;
	width: 100px;
	height: 90px;
	margin-bottom: 10px;
	margin-top: 0;
	padding: 0;
}

#navrssoptions {
	color: #D13302;
	font-size: 11px;
	line-height: 13px;
	float: right;
	text-align: left;
	color: #ffffff;
}

#navrssoptions a {
	color: #D13302;
	font-weight: bold;
}

#navrssoptions a:hover {
	color: #663300;
}
#hotpopular {
	clear: both;
	padding-left: 15px;
	background: #ebebc4 url(../images/new-addition-center.png) top center repeat-y;
	padding-bottom: 0;
}

#hotpopular .clear {
	background: url(../images/new-addition-bottom.png) bottom center no-repeat;
	height: 20px;
	margin-left: -15px;
}

#hotpopular a:hover {
	text-decoration: underline;
}

.popcontent {
	width: 317px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 90%;
	line-height: 1.1em;
}

.popcontent a {
	text-decoration: none;
	color: #330}

.popcontent h3 {
	background-color: #663;
	color: white;
	font-weight: bold;
	font-size: 120%;
	padding: 10px 0 10px 10px;
	margin-bottom: 10px;
}

.popcontent ul, .popcontent div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.popcontent ul li, .popcontent div ul li {
	margin: 0 15px 5px 0;
}

#mostpopular {margin-left: -1px;}
#freeguide {width: 319px;}

#mostpopularContent {
	padding-left: 10px;
}


#freeguideContent {
	font-size: 90%;
}

#freeguideContent p {
	color: #330;
	margin-bottom: 10px;
	font-weight: bold;
}

#freeguideContent label {
	width: 40px;
	display: block;
	margin: 2px 0 0;
	float: left;
}

#freeguideContent img {
	float: left;
	margin: 0 10px 20px 0;
}
