/* Companion Custom CSS over-rides for [ Kate or Die! ]:  -  */

#body {
font: 14px Arial, Georgia, Helvetica, sans-serif !important;
}

#webcomic nav.above {
	display: none;
	}
	
#webcomic nav {
	text-align: center;
	font-family: 'Annie Use Your Telescope', cursive;
	font-size: 24px;
	background: #000000;
	}
	
#header nav {
	background: #43babc;
	border-bottom: 3px solid #000000;
	border-top: 3px solid #000000;
	}
	
#header nav ul li a {
	font-family: 'Annie Use Your Telescope', cursive;
	font-size: 24px;
	color: #FFFFFF;
}

article h1 {
	font-family: 'Annie Use Your Telescope', cursive;
	font-size: 36px;
	font-weight: bold;
	}

article footer {
	color: #000000;
	}
	
	#comments h1 {
	font-size: 24px;
font-weight: bold;
margin: 0 0 1.5em;
}
.widgetized figure figcaption {
	font-family: 'Annie Use Your Telescope', cursive;
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
	}
	
	
#footer {
	text-align: center;
	border-top: 3px solid #000000;
	background: #ed8b56;
	height: 35px;
	padding-top: 10px;
	}