/* Companion Custom CSS over-rides for [ The Nicky510 webcomic - It's An Adventure! ]: ComicPress - 2.8 */

css for Companion:

/* Begins Custom Menubar */

#zrmenubar {
text-align: left;
}

#zrmenubar ul, #zrmenubar ul li {
margin: 0;
padding: 0;
background: #fff;
}

#zrmenu .page_item a, #zrmenu .page_item {
display: inline-block;
float: left;
text-decoration: none;
text-indent: -99999px;
}

#zrmenu {
padding: 5px 0 0 20px;
width: 100%;
height: 50px;
}

#zrmenu .page-item-home a, #zrmenu .page-item-home {
height: 50px;
width: 115px;
background: url('/wp-content/themes/comicpress/images/begin.png') no-repeat;
}

#zrmenu .page-item-2 a, #zrmenu .page-item-2 {
height: 50px;
width: 115px;
background: url('/wp-content/themes/comicpress/images/aboutrosie.png') no-repeat;
}

#zrmenu .page-item-61 a, #zrmenu .page-item-61 {
height: 50px;
width: 115px;
background: url('/wp-content/themes/comicpress/images/contact.png') no-repeat;
}

#zrmenu .page-item-3283 a, #zrmenu .page-item-3283 {
height: 50px;
width: 115px;
background: url('/wp-content/themes/comicpress/images/store.png') no-repeat;
}



#zrmenu .page-item-63 a, #zrmenu .page-item-63 {
height: 50px;
width: 115px;
background: url('/wp-content/themes/comicpress/images/privacy.png') no-repeat;
}

#zrmenu .page-item-home a:hover {
background-position: -115px 0;
}

#zrmenu .page-item-2 a:hover {
background-position: -115px 0;
background-color: #000 Transparent;
}

#zrmenu .page-item-61 a:hover {
background-position: -115px 0;
background-color: #000 Transparent;
}


#zrmenu .page-item-3283 a:hover {
background-position: -115px 0;
background-color: #000 Transparent;
}


#zrmenu .page-item-63 a:hover {
background-position: -115px 0;
background-color: #000 Transparent;
}

/* Ends Custom Menubar */

.narrowcolumn .nav { display: none; }