/*
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 */


#header {
background:url(/Header.jpg) left bottom repeat-x;
}


@font-face {
	font-family: 'WotchFont';
	src: url('http://www.thewotch.com/fonts/CAELDERA.TTF');
}

.header-info h1 a {
	font-family: 'WotchFont', 'Arial', sans-serif;
}


.character-anne {
background: url('http://www.thewotch.com/Cast/AnneCast.jpg') top center no-repeat;
}
.character-robin {
background: url('http://www.thewotch.com/Cast/RobinCast.jpg') top center no-repeat;
}
.character-jason {
background: url('http://www.thewotch.com/Cast/JasonCast.jpg') top center no-repeat;
}
.character-evan-lilly {
background: url('http://www.thewotch.com/Cast/EvanLillyCast.jpg') top center no-repeat;
}
.character-miranda-west {
background: url('http://www.thewotch.com/Cast/MirandaCast.jpg') top center no-repeat;
}
.character-cassie-sinclair {
background: url('http://www.thewotch.com/Cast/CassieCast.jpg') top center no-repeat;
}