/*
Theme Name: ComicPress LunarLeopard Child
Theme URI: http://frumph.net
Template: comicpress
Description: LunarLeopard Child Theme
Author: Samantha "Spot" de Graffenried
Author URI: http://www.lunarleopard.com/
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.

NOTE: When writing CSS in the Child Theme, you put the CHANGES only, not the entire CSS.  
*/

@import url("../comicpress/style.css");

/* PUT CSS CHANGES UNDER HERE */

#header {
	height: 115px;
}

#page-wrap {
	padding: 0px;
}

#page {
	width: 1000px;
}

#sidebar-right {
	width: 170px;
}


#content-column {
	width: 600px;
}

