/*
Theme Name: Exercises in Futility Comic
Description: ComicPress child theme
Author: Kris Jacque
Version: 1.0
Template: comicpress
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/

@import url(../comicpress/style.css);

/* STANDARD TAGS */

body {
	font-family: 'Courier New', monospace;
	font-size: 13px;
	color: #000000;
	background: #ffffff;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
    text-decoration: none;
}

h1 a {
	text-decoration:none;
}

h1 a:hover {
	text-decoration:underline;
}

h1, h2, h2.pagetitle, h2.page-title, h3 {
	font-weight:normal;
	text-transform:uppercase;
}

p {
	padding: 0px 0px 0px 0px;
}

/* Content */

#comic {
	border:thin solid;
}

span.comment-balloon {
	display:none;
}

/* Menubar */

#menubar-wrapper {
	border:thin solid #000000;
	margin-bottom:10px;
}

.menunav-rss {
	text-decoration:none;
}

.menunav-rss:hover {
	background:#000000;
}
