/*
Theme Name: ComicPress Monster Comix 
Theme URI: http://comicpress.org
Template: comicpress
Description: A ComicPress child theme. <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Lore Sjoberg
Author URI: http://slumbering.lungfish.com
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/


@import url("../comicpress/style.css");

.archive .entry {
	display: none;
}

.entry {
	background: #eee;
	padding-left: 14px;
	min-height: 100px;
}

      a.tooltip span {
		display:none; 
		padding:2px 3px; 
		margin-left:8px;
		width:130px;
		line-height: 100%;
		text-transform: none;
		}

      a.tooltip:hover span {
		display:inline; 
		position:absolute; 
		background:#ffffff; 
		border:1px solid #cccccc; 
		color:#6c6c6c;
		}


a {
	color: #58b;
}

a:hover {
	color: #36a;
}

#menu {
        line-height: 30px;
}

.menunav-rss {
        line-height: 30px;
}

.menunav-prev a, .menunav-next a {
        width: 30px;
        height: 30px;
        line-height: 23px;
        font-size: 32px;
        font-weight: bold;
        display: block;
        overflow: hidden;
}

#sidebar-menubar  {
	margin-bottom: 7px;
}

#menubar {
	background: #8ac;
}

#menubar a:hover {
	background: #58b;
}

#header {
	margin-top: 10px;
	margin-bottom: 2px;
}

#menu .current_page_item a {
	background: #58b;
}

.post-info {
	display: none;
}

.pipe {
	display: none;
}

.comic_navi {
    font-size: 16px;
    margin-top: 6px;
}
