/* Companion Custom CSS over-rides for [ kamicomics ]:  -  */

/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#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;}

/* STANDARD TAGS */

a {
	color: #ff9933;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #66ccff;
}

a:focus {
	outline: none;
}

a img {
	border: none;
}

/* THE PAGE WRAPPER */

#page {
	width: 980px;
	margin: 0px auto;
}

#page-wide {
	width: 980px;
	margin: 0px auto;
}

#menubar-wrapper {
	width: 100%;
	clear: both;
	display: block;
	margin: 0 auto;
	background: #66ccff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* THIS SECTION LOADS BEFORE THE JAVASCRIPT */

/* This section makes sure the menubar looks good before loading or jquery disabled
-------------------------------------------------------------- */

#menubar-wrapper .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
}
#menubar-wrapper .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#menubar-wrapper .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#menubar-wrapper a {
	display: block;
	text-decoration: none;
}
#menubar-wrapper ul ul {
/*	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); */
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	z-index: 99999;
}
#menubar-wrapper ul ul li {
	min-width: 160px;
}
#menubar-wrapper ul ul ul {
	left: 100%;
	top: 0;
}
#menubar-wrapper ul ul a {
	height: auto;
}
#menubar-wrapper li:hover > a,
#menubar-wrapper ul ul :hover > a {
/*	background: #66ccff;
	color: #fff; */
}
#menubar-wrapper ul li:hover > ul {
	display: block;
}
#menubar-wrapper ul li.current_page_item > a,
#menubar-wrapper ul li.current-menu-ancestor > a,
#menubar-wrapper ul li.current-menu-item > a,
#menubar-wrapper ul li.current-menu-parent > a {
/*	color: #66ccff; */
}
* html #menubar-wrapper ul li.current_page_item a,
* html #menubar-wrapper ul li.current-menu-ancestor a,
* html #menubar-wrapper ul li.current-menu-item a,
* html #menubar-wrapper ul li.current-menu-parent a,
* html #menubar-wrapper ul li a:hover {
/*	color: #ff9933; */
}

.ie #menubar-wrapper {
	zoom: 1; /* IE fix, allows for variable height menu  */
}

.menunav {
	float: right;
	text-align: center;
}

.menunav a {
	color: #fff;
}

.menunav-search {
	float: left;
	line-height: 26px;
	height: 20px;
}

.menunav-rss {
	font-size: 12px;
	line-height: 26px;
	padding: 0 5px;
	float: left;
	display: inline-block;
	overflow: hidden;
	color: #fff;
}

.menunav-rss:hover {
	background: #66ccff;
	color: #fff;
}

.menunav-prev, .menunav-next {
	display: inline-block;
	float: left;
}

.menunav-prev a, .menunav-next a {
	width: 25px;
	line-height: 24px;
	font-size: 28px;
	padding-bottom: 3px;
	font-weight: bold;
	display: inline-block;
	overflow: hidden;
	color: #fff;
}

.menunav-prev a:hover {
	background: #fff;
}

.menunav-next a:hover {
	background: #fff;
}

.menubar {
/*	font: bold 12px Verdana; */
/*	background: #66ccff; background of menu bar (default state)*/
	float: left;
}

.menubar ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.menubar ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.menubar ul li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.menubar ul li ul li a {
	text-align: left;
	background: #fff; /* background of menu items (default state)*/
}

* html .menubar ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.menubar ul li a:link, .menubar ul li a:visited {
	color: #fff;
}

.menubar ul li ul li a:link, .menubar ul li ul li a:visited {
	color: #66ccff;
}

.menubar ul li a.selected {
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #fff;
	color: #ff9933;
}

.menubar ul li a:hover {
	color: #ff9933;
	background: #fff; /*background of menu items during onmouseover (hover state)*/
}

/*1st sub level menu*/
.menubar 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)*/
.menubar ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menubar ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.menubar ul li ul li a {
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
}

.menubar .current_page_item a {
	color: #f00;
}

/* Holly Hack for IE \*/
* html .menubar {
	height: 1%;
}
/*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 9px;
	right: 7px;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

/* classic menubar */

/* THE MENU */

#menubar {
	background: #66ccff;
	text-align: left;
	list-style: none;
}

.ie #menubar {
	zoom: 1; /* IE fix, allows for variable height menu  */
}

#menu {
	text-transform: capitalize;
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	line-height: 25px;
	font-size: 12px;
}

#menu a {
	padding: 0px 10px 0 10px;
	display: block;
	color: #fff;
	text-decoration: bold;
}

#menu li .rss {
	padding: 5px 0 5px 0;
}

#menu li {
	float: left;
	cursor: pointer;
}

#menu li:hover a, #menu li.sfhover a {
	color: #ff9933; /* Main menu highlighted text color */
}

#menu li:hover, #menu li.sfhover {
	background: #fff; /* Main menu highlighted background color */
}

.sfhover {
	padding: 0;
	margin: 0;
}

/* For submenu dropdowns - this order must be maintained */

#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: -9999px;
	width: 195px;
	line-height: 1;
}
#menu li li {
	width: 185px;
	padding: 4px 5px;
	color: #ff9933;
}
#menu li li a {
	width: 194px;
	padding: 0;
	color: #66ccff;
	border: none;
}
#menu li ul ul {
	margin: -16px 0 0 190px;
}
#menu li ul li:hover a, #menu li ul li li:hover a, #menu li ul li li li:hover a, #menu li ul li li li:hover a {
	color: #ff9933; /*Submenu highlighted text color */
}
#menu li:hover li a, #menu li li:hover li a, #menu li li li:hover li a, #menu li li li li:hover li a {
	color: #66ccff; /*Submenu text color */
	border: none;
	background: none;
}
#menu li li:hover {
	background: #fff; /*Submenu highlighted background color */
}
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li:hover ul ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul, #menu li.sfhover ul ul ul ul {
	left: -9999px;
}
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul, #menu li li li li.sfhover ul {
	left: auto;
	background: #fff; /* Submenu background color */
	text-transform: none;
}

#menu .current_page_item a {
	color: #ff9933;
	background: #fff;
}
