/*
Theme Name: ComicPress Blank
Theme URI: http://frumph.net
Template: comicpress
Description: My Personalized Child Theme
Author: Your Name Here
Author URI: http://Your personal site url here/
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 */

/* Page */

#page-wrap {
    padding: 10px 0;
}

#page {
	margin: 0 auto;
	display: block;
	width: 100% !important;
	padding: 0px !important;
	
}

#comic {
	 width: 100% !important;
}

#comic img { 
	     width: 840px !important;
}

@media (width: 100%) 

#content-wrapper {
    width: 1102px;
}

#page {
    width: 100% !important;
}





