/*
Theme Name: ComicPress
Theme URI: http://comicpress.org
*/

body    { font-family: 'Arial' , sans-serif;font-size: 14px; }
a       { color: #000; font-size:25px; text-decoration: none;}
a:hover { color:orange; }
a img   { border: none; }
h1 {margin:0px;padding:0px;}
#header { margin-top:10px; }
.monday {position:relative;top:-10px;}
#comic  { text-align: center; max-width: 100%;}

.comic_navi_wrapper {
display: table;
border-collapse: collapse;
text-align: center;
margin: 0 auto;
font-weight: bold;
font-size: 12px; }

.comicthumbwrap {padding: 2px 2px 6px 2px;text-align: center;}

.comicarchiveframe, .comicarchiveframeinpost {
        margin: 2px auto;
	text-align: center;
	-moz-opacity: 0.99; /* mozilla, netscape */
	opacity: 0.99; /* firefox, opera, safari, chrome */
	-khtml-opacity: 0.99; /* khtml, old safari */
}

.navi-void {display:none;}
#comment-wrapper {display:none;}

.pagetitle, .searchresults {display:none;}
.comicthumbdate {font-size:10px;font-weight:bold;}

#single  {margin-bottom:10px;}
#single a {font-size:12px;font-weight:bold;}
