/* Companion Custom CSS over-rides for [ The Prince and the Unicorn ]:  -  */
#header {width: 980px; height: 120px; background: url('/images/header.png') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 120px; text-indent: -9999px;}
#header .description {display: none;}

body {
	margin: 0;
	font-family: 'Arial' , sans-serif;
	font-size: 14px;
	color: #33333;
}

a {
	color: #3B0040;
	text-decoration: none;
}

a:hover {
	color: #DFB8CA;
}
/* THE MENU */

#menubar-wrapper {
	width: 100%;
	clear: both;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	background: #FCE9ED;
}

.ie #menubar-wrapper {
	zoom: 1; /* IE fix, allows for variable height menu  */
}

.menunav {
	float: right;
	text-align: center;
}

.menunav a {
	color: #3B0040;
}

.menunav-search {
	float: left;
	padding: 2px;
}

.ie .menunav-search {
	padding-top: 3px;
}


.menunav-rss {
	font-size: 13px;
	line-height: 26px;
	padding: 0 5px;
	float: left;
	display: inline-block;
	overflow: hidden;
	color: #3B0040;
}

.menunav-rss:hover {
	background: #FCE9ED;
	color: #DFB8CA;
}

.menunav-prev, .menunav-next {
	display: inline-block;
	float: left;
}

.menunav-prev a, .menunav-next a {
	font-size: 24px;
	line-height: 25px;
	padding: 0 5px 1px 5px;
	float: left;
	display: inline-block;
	overflow: hidden;
	color: #3B0040;
}

.menunav-prev a:hover, .menunav-next a:hover {
	color: #DFB8CA;
	background: #FCE9ED;
}

.menu {
	float: left;
}

.menu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.menu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.menu ul li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.menu ul li ul li a {
	text-align: left;
	background: #FCE9ED; /* background of menu items (default state)*/
}

* html .menu ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

/* this is the color of the non-hovered text in the menubar */
.menu ul li a:link, .menu ul li a:visited {
	color: #3B0040;
}

/* color of the sub level non-hovered text */
.menu ul li ul li a:link, .menu ul li ul li a:visited {
	color: #3B0040;
	font-size: 12px;
}

.menu ul li a.selected {
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #FCE9ED;
	color: #3B0040;
}

.menu ul li a:hover {
	color: #DFB8CA;
	background: #FCE9ED; /*background of menu items during onmouseover (hover state)*/
}

/*1st sub level menu*/
.menu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.menu ul li ul li a {
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
}

/* sub level menu hover color */
.menu ul li ul li a:hover {
	color: #DFB8CA;
}

/* this is the color of the text in the menubar when its on that page */
.menu .current_page_item a {
	color: #333333 !important;
}

/* Holly Hack for IE \*/
* html .menu {
	height: 1%;
}
/*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.arrowclass {
	position: absolute;
	top: 2;
	margin-left: 2px;
	font-size: 11px;
}
