/*
Theme Name: ComicPress MeenComics
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Terri and Stew
Author URI: http://www.meencomics.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");

/* STANDARD TAGS */

body {
	background: #66ccff url('images/background.jpg') top center repeat-x;
}

/* Clickable header - takes you back to main URL when clicked */
#header {
	height: 310px; 
	background: url('images/header.png') top center no-repeat; 
	overflow: hidden;
}

#header h1 a {display: block; height: 310px; text-indent: -9999px;}
#header .description {display: none;}


#content-wrapper {
	background: #000;
	border: solid 1px #000;
}

#subcontent-wrapper {
	background: #fff; 
}

#comic-foot {
	margin-bottom: 20px;
}

.comicarchiveframe {
	height: 170px;
}

