/* Companion Custom CSS over-rides for [ My Blog ]: ComicPress - 2.8 */

/* THE COMIC */

#page { width: 1000; }

#narrowcolumn { width: 1000; }

#comic-head {
padding-top: 0;
}

#comic {
padding-left: 0;
}

#comic {
background: inherit;
border: 0px solid #0;
text-align: center;
z-index: 100;
width: inherit;
}

#comic img {
margin: 0px;
width: 817;
}
}

#comic-foot {
padding-bottom: 0px;
}

#comic img {
   max-width: 817; }
   
   
/* Begins Custom Menubar */
#zrmenubar { background: url('') no-repeat; }
#zrmenubar ul, #zrmenubar ul li { margin: 0; padding: 0; }
#zrmenu .page_item a, #zrmenu .page_item { display: inline-block; float: left; text-decoration: none; text-indent: -99999px; }
#zrmenu { padding: 0 0 0 20px; margin: 0 0 0 0; width: 100%; height: 33px; }

#zrmenu .page-item-home a, #zrmenu .page-item-home { height: 30px; width: 105px; background: url('') no-repeat; }
#zrmenu .page-item-2 a, #zrmenu .page-item-2 { height: 30px; width: 105px; background: url('') no-repeat; }

#zrmenu .page-item-home a:hover { background-position: -105px 0; }
#zrmenu .page-item-2 a:hover { background-position: -105px 0; background-color: #000 Transparent; }

/* Ends Custom Menubar */