/*
Theme Name: ComicPress for Cartoon Thunder 
Theme URI: http://cartoonthunder.com
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Rob Campbell
Author URI: http://cartoonthunder.com
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
1. Modify the directory name to one of your chosing.
2. Change the 'Theme Name, Author and Author URI' to your custom names.
3. Put your custom sets of navigation, avatars, calanders, moods in the images folder in this Child Theme, uses the same base structure as the main ComicPress theme.
4. If you are using a custom-header.php, that too goes into this child theme.
5. The widgets directory in the child theme is where you can place custom widgets that you make.
6. Design your site with Companion or putting the CSS into this child theme's style.css
7. Take a screen capture of your designed site and replace the screenshot.png file in this child theme.
.
NOTE: When writing CSS in either Companion or the Child Theme, you put the CHANGES only, not the entire CSS.  
*/

@import url("../comicpress/style.css");

#header {width: 900px; height: 130px; background: url('http://www.cartoonthunder.net/wp-content/uploads/2010/07/900BannerNew1.png'); background-position: center no-repeat; overflow: hidden; }
#header h1 {padding: 0;}
#header h1 a {display: block; width: 900px; height: 130px; text-indent: -9999px;}
#header .description {display: none;}

body { background-color: #e9e9e9; background-image: url('http://www.cartoonthunder.net/wp-content/uploads/2010/07/bgdiamondP.gif'); }
#content {
	background-color: #e9e9e9;
}

/* main content bg*/
#page-wide {
	background-color: #e9e9e9;
}

#content { background-color: #fff; }

/*Rounded Corners*/
.narrowcolumn {
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

/* make the html page not wobble when reloading to a new page. */  
html { overflow-y: scroll; } 

.sidebar h2, .sidebar h2 a {
	text-align: center;
}

/* STANDARD TAGS */

