/*
Theme Name: ComicPress Ant Guy
Theme URI: http://antguycomics.com
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Adam Rutten, Philip M. Hofer
Author URI: http://frumph.net/
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");

/* STANDARD TAGS */

body {
	background: #000 url('images/background.png') top center repeat-y;
}

#header {
	width: 980px; 
	height: 120px; 
	background: url('images/header.jpg') top center no-repeat; 
	overflow: hidden;
}

#header h1, #header .description { display: none; }

#menubar {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	background: #d9c394 url('images/menubar.jpg') top center no-repeat;
}

	#menu {
		text-transform: uppercase;
	}