/* Companion Custom CSS over-rides for [ stixandbones.com ]: ComicPress - 2.8 */

/*examples of fonts and colors that you can change*/
div#wp-calendar-http://stixandbones.com/wp-admin/themes.php?page=companionwrap {
font-family: Tahoma;
color: #FACD9A;
}

table#wp-calendar caption {
color: #C98300;
font-family: "Verdana";
}

div.sidebar h2 {
font-family: "Verdana";
color: black;
}

div.sidebar ul li {
font-family: "Verdana";
font-size: 16px;
}

div.cleared {
clear: both;
}

/*KW EDITS - menu item graphic replacement*/

#menubar {
	background-image: none;
	background-color: black;
        height: 50px;
}




div#menubar ul#menu li.page-item-home a,
div#menubar ul#menu li.page-item-2 a,
div#menubar ul#menu li.page-item-10 a,
div#menubar ul#menu li.page-item-18 a,
div#menubar ul#menu li.page-item-25 a,
div#menubar ul#menu li.page-item-30 a,
div#menubar ul#menu li.page-item-33 a {
text-indent: -9999px;
width: 100px;
height: 50px;
background-repeat: no-repeat;

}

div#menubar ul#menu li.page-item-home a:hover,
div#menubar ul#menu li.page-item-2 a:hover,
div#menubar ul#menu li.page-item-10 a:hover,
div#menubar ul#menu li.page-item-18 a:hover,
div#menubar ul#menu li.page-item-25 a:hover,
div#menubar ul#menu li.page-item-30 a:hover,
div#menubar ul#menu li.page-item-33 a:hover {
text-indent: -9999px;
width: 100px;
height: 50px;
background-repeat: no-repeat;

}
/*HOME*/
div#menubar ul#menu li.page-item-home a {background-image: url("http://stixandbones.com/wp-content/uploads/site-images/Home_rest_100.png");}
div#menubar ul#menu li.page-item-home a:hover {background-image: url("http://stixandbones.com/wp-content/uploads/site-images/Home_hover_100.png");}

/*CAST*/
div#menubar ul#menu li.page-item-2 a {background-image: url("http://stixandbones.com/wp-content/uploads/site-images/Cast_rest_100.png");}
div#menubar ul#menu li.page-item-2 a:hover {background-image: url("http://stixandbones.com/wp-content/uploads/site-images/Cast_hover_100.png");}

/*CONTACT*/
div#menubar ul#menu li.page-item-10 a {background-image: url("http://stixandbones.com/wp-content/uploads/site-images/Contact_rest_100.png");}
div#menubar ul#menu li.page-item-10 a:hover {background-image: url("http://stixandbones.com/wp-content/uploads/site-images/Contact_hover_100.png");}

/*SUPPORT*/
div#menubar ul#menu li.page-item-18 a {background-image: url("http://stixandbones.com/wp-content/uploads/site-images/Support_rest_100.png");}
div#menubar ul#menu li.page-item-18 a:hover {background-image: url("http://stixandbones.com/wp-content/uploads/site-images/Support_hover_100.png");}

/*LINKS*/
div#menubar ul#menu li.page-item-25 a {background-image: url("http://stixandbones.com/wp-content/uploads/site-images/Links_rest_100.png");}
div#menubar ul#menu li.page-item-25 a:hover {background-image: url("http://stixandbones.com/wp-content/uploads/site-images/Links_hover_100.png");}

/*STORE*/
div#menubar ul#menu li.page-item-30 a {background-image: url("http://stixandbones.com/wp-content/uploads/site-images/Store_rest_100.png");}
div#menubar ul#menu li.page-item-30 a:hover {background-image: url("http://stixandbones.com/wp-content/uploads/site-images/Store_hover_100.png");}

/*EXTRAS*/
div#menubar ul#menu li.page-item-33 a {background-image: url("http://stixandbones.com/wp-content/uploads/site-images/Extras_rest_100.png");}
div#menubar ul#menu li.page-item-33 a:hover {background-image: url("http://stixandbones.com/wp-content/uploads/site-images/Extras_hover_100.png");}



/*RSS small icon*/
.menunav-rss {
	background: url("http://stixandbones.com/wp-content/uploads/2010/01/RSS_rest_25.png") no-repeat;
	height: 31px;
}
.menunav-rss:hover {
	background: url("http://stixandbones.com/wp-content/uploads/2010/01/RSS_hover_25.png") no-repeat;
	height: 31px;
}

/*Prev Next small icon*/
/*.nav{display:none;}*/

.menunav-prev a {
	background: url("http://stixandbones.com/wp-content/uploads/2010/01/Back_Rest_25.png") no-repeat;
}

.menunav-prev a:hover {
        background: url("http://stixandbones.com/wp-content/uploads/2010/01/Back_Hover_25.png") no-repeat;
}
.menunav-next a {
	background: url("http://stixandbones.com/wp-content/uploads/2010/01/Forward_Rest_25.png") no-repeat;
}

.menunav-next a:hover {
        background: url("http://stixandbones.com/wp-content/uploads/2010/01/Forward_Hover_25.png") no-repeat;
}

/*prev next large navigation*/

.navi-next {
	
	margin-left: 30px;
	background: url('http://stixandbones.com/wp-content/uploads/2010/01/Forward_Rest_66.png') no-repeat;
	
}
.navi-next:hover {

	margin-left: 30px;
	background: url('http://stixandbones.com/wp-content/uploads/2010/01/Forward_Hover_66.png') no-repeat;

}

.navi-prev {
	
	margin-left: 30px;
	background: url('http://stixandbones.com/wp-content/uploads/2010/01/Back_Rest_66.png') no-repeat;
	
}
.navi-prev:hover {

	margin-left: 30px;
	background: url('http://stixandbones.com/wp-content/uploads/2010/01/Back_Hover_66.png') no-repeat;

}

.navi-first {
	
	margin-left: 10px;
	background: url('http://stixandbones.com/wp-content/uploads/2010/01/First_Rest_66.png') no-repeat;
	
}
.navi-first:hover {

	margin-left: 10px;
	background: url('http://stixandbones.com/wp-content/uploads/2010/01/First_Hover_66.png') no-repeat;

}

.navi-last {
	
	margin-left: 30px;
	background: url('http://stixandbones.com/wp-content/uploads/2010/01/Last_Rest_66.png') no-repeat;
	
}
.navi-last:hover {

	margin-left: 30px;
	background: url('http://stixandbones.com/wp-content/uploads/2010/01/Last_Hover_66.png') no-repeat;

}



.navi-void, .navi-void:hover {
 /* for IE */
  filter:alpha(opacity=20);
  /* CSS3 standard */
  opacity:0.2;

}




/*.navi-void, .navi-void:hover {
	margin-left: 30px;
	background: url('http://stixandbones.com/wp-content/uploads/2010/01/Forward_Gray_66.png') no-repeat;
}*/


/*edit August 23, 2010*/
div.nav div.nav-previous,
div.nav div.nav-next {display: none;}

div.nav div.nav-first a {
	display: block;
	text-indent: -9999px;
	background: url('http://stixandbones.com/wp-content/uploads/2010/01/First_Rest_66.png') no-repeat;
	height: 33px;
	width: 66px;

}
div.nav div.nav-first a:hover {

	background: url('http://stixandbones.com/wp-content/uploads/2010/01/First_Hover_66.png') no-repeat;

}

div.nav div.nav-last a{
	display: block;
	text-indent: -9999px;
	margin-left: 70px;
	background: url('http://stixandbones.com/wp-content/uploads/2010/01/Last_Rest_66.png') no-repeat;
	height: 33px;
	width: 66px;
	
}
div.nav div.nav-last a:hover {

	margin-left: 70px;
	background: url('http://stixandbones.com/wp-content/uploads/2010/01/Last_Hover_66.png') no-repeat;

}

div.nav {
width: 530px;
padding-bottom: 30px;
}