/* Companion Custom CSS over-rides for [ Mirthless Myth ]: ComicPress - 2.9.0.12 */


body {
	margin: 0;
	font-family: 'Arial', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #666666;
}
a {
	color: #006699;
	text-decoration: none;
}

	a:hover {
		color: #3399cc;
	}

	a:focus {
		outline: none;
	}

	a img {
		border: none;
	}

/* THE PAGE WRAPPER */

#page {
	width: 770px;
	margin: 0px auto;
}

#page-wide {
	width: 980px;
	margin: 0px auto;
	background-image: url('http://www.donkeyshines.com/mirthlessmyth/wp-content/themes/comicpress/images/stonebackground.gif');
	border-width: 4px 4px 4px 4px;
	border-style: solid;
	border-color: #999999;
}
	
/* THE MENU */

#menubar-wrapper {
	width: 100%;
	clear: both;
	display: block;
	margin: 0 auto;
	background: #666666;
}

/* 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: #333;
	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: #fff; */
}
* 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: #fff; */
}

.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: #414141;
	color: #fff;
}

.menunav-prev, .menunav-next {
	display: inline-block;
	float: left;
}

.menunav-prev a, .menunav-next a {
	width: 25px;
	line-height: 23px;
	font-size: 24px;
	padding-bottom: 3px;
	font-weight: bold;
	display: inline-block;
	overflow: hidden;
	color: #fff;
}

.menunav-prev a:hover {
	background: #414141;
}

.menunav-next a:hover {
	background: #414141;
}

.menubar {
/*	font: bold 12px Verdana; */
/*	background: #414141; 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: #414141; /* 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: #fff;
}

.menubar ul li a.selected {
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #000;
	color: #fff;
}

.menubar ul li a:hover {
	color: #fff;
	background: #336699; /*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: #000;
	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: none;
}

#menu li .rss {
	padding: 5px 0 5px 0;
}

#menu li {
	float: left;
	cursor: pointer;
}

#menu li:hover a, #menu li.sfhover a {
	color: #fff; /* Main menu highlighted text color */
}

#menu li:hover, #menu li.sfhover {
	background: #f00; /* 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: #fff;
}
#menu li li a {
	width: 194px;
	padding: 0;
	color: #fff;
	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: #fff; /*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: #fff; /*Submenu text color */
	border: none;
	background: none;
}
#menu li li:hover {
	background: #f00; /*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: #000; /* Submenu background color */
	text-transform: none;
}

#menu .current_page_item a {
	color: #fff;
	background: #800;
}
	
/* COMIC NAVIGATION 
Author: Tyler Martin
Style: Silver
*/

#comic_navi_wrapper {
	display: table;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
}

.navi-comictitle {
	text-align: center;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	max-width: 250px;
}

.navi {
	width: 44px;
	height: 30px;
	margin: 0 5px;
	padding-top: 5px;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	color: #006699;
	float: left;
}

.navi:hover, #navi-share:hover {
	background-position: -44px 0;
}

.navi-first {
	background: url('first.png') no-repeat;
}

.navi-prevchap, .navi-story_prev {
	background: url('prevchap.png') no-repeat;
}

.navi-story_prev_in {
	background: url('prevchap.png') no-repeat;
}

.navi-prev, .navi-previous {
	margin-right: 10px;
	background: url('prev.png') no-repeat;
}

.navi-prev-in, .navi-previous-in {
	background: url('prev-in.png') no-repeat;
}

.navi-comments, .navi-archive, .navi-random, .navi-buyprint, .navi-subscribe, #navi-share {
	margin: 0 5px;
}

.navi-buyprint {
	border: none;
	cursor: pointer;
	background: url('buyprint.png') no-repeat;
}

.navi-buyprint:hover, button .navi-buyprint:hover {
	width: 44px;
	background: url('buyprint.png') no-repeat;
	background-position: -44px 0;
	color: #f00;
}

.navi-buyprint-form {
	width: 44px;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.navi-archive, .navi-archives {
	background: url('archive.png') no-repeat;
}

.navi-random {
	background: url('random.png') no-repeat;
}

#navi-share {
	background: url('share.png') no-repeat;
}

.navi-subscribe {
	background: url('subscribe.png') no-repeat;
}

.navi-comments {
	padding: 0;
	background: url('comments.png') no-repeat;
}

a.navi-comments span {
	display: inline-block;
	width: 44px;
	height: 44px;
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	color: #000;
	text-indent: 0;
}

a.navi-comments span:hover {
	color: #860b04;
}

.navi-next {
	margin-left: 10px;
	background: url('next.png') no-repeat;
}

.navi-next-in {
	background: url('next-in.png') no-repeat;
}

.navi-nextchap, .navi-story_next {
	background: url('nextchap.png') no-repeat;
}

.navi-story_next_in {
	background: url('nextchap.png') no-repeat;
}

.navi-last {
	background: url('last.png') no-repeat;
}

.navi-void, .navi-void:hover {
	color: #666666;
	background-position: -88px 0;
}

#navi-share-box {
	margin: 0 auto;
	height: 96px;
	width: 120px;
	padding: 1px;
	background: url('sharebox.png') 0 0 no-repeat;
	display: none;
	position: relative;
}

#navi-share-box a {
	width: 24px;
	height: 24px;
	display: block;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
}
