/*
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");

.character-argrath {
	background: url('http://www.princeofsartar.com/wp-content/uploads/2014/06/Young-Argrath-Headshot.png') top center no-repeat;
}

div.comic_navi_wrapper {
	text-align: center;
	font-size: 12px;
}

#page-wrap {
	background: #7e5e44 url('images/noise.jpg') repeat;
	background-color: #7e5e44;
}

#page {
	background: #7e5e44 url('images/noise.jpg') repeat;
	background-color: #7e5e44;
}

div.comic_navi_wrapper table {
	margin: 0 auto;
}

a.naviv-comments span.navi-comments-count {
	vertical-align: text-middle;
}

span.navi-comicchapter {
	font-size: 16px;
}

/* Cast */
#gallery-12 .gallery-caption {
	font-size: 14px;
}

div.textwidget {
	background: #fff;
}

/* Scheme: CEasel body.scheme-ceasel */
body.scheme-ceasel {
	background: #7e5e44 url('images/noise.jpg') repeat;
	background: #7e5e44 url('images/noise.jpg') repeat;
}

/* remove the background on posts */
body.scheme-ceasel .uentry {
	background: #fff;
}

body.scheme-ceasel .sidebar h2 {
	background-color: #fff;
	background: #fff;
}

body.scheme-ceasel .sidebar .widget {
	background-color: #fff;
	background: #fff;
}

/* Change the Menu bar background */
body.scheme-ceasel #menubar-wrapper {
	background: #7e5e44 url('http://www.princeofsartar.com/wp-content/uploads/2014/08/Menu-Bar-v2-2.png');
	border-radius: 0;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 100%;
	border: 0;
}

body.scheme-ceasel .post-info {
	background-color: #fff;
}

body.scheme-ceasel .post-text {
	border-radius: 0;
	background-color: #fff;
	background-image: url('http://www.princeofsartar.com/wp-content/uploads/2014/08/post-info-gradient.png');
}

body.scheme-ceasel .comment-wrapper-respond {
	background-color: #fff;
	background-image: url('http://www.princeofsartar.com/wp-content/uploads/2014/08/post-info-gradient.png');
	background-position: bottom;
	background-repeat: no-repeat;
}

body.scheme-ceasel #comment-wrapper {
	background-color: #000;
}

.comment-text {
	font-size: 13px;
}

.post-info {
	font-size: 13px;
}

.comment-link {
	font-size: 13px;
}

div.entry p:first-of-type:first-letter {
	font-size: 200%;
}

.FirstLetter:first-letter {
	font-size: 200%;
}

.comic-archive-chapter-description {
	font-family: "Rosarivo";
	font-size: 14px;
}

.comic-archive-chapter-description:first-letter {
	font-size: 200%;
}

.comic-archive-date {
	font-family: "Rosarivo";
	font-size: 14px;
}

.comic-archive-list-wrap {
	margin-left: 10px;
}

.comic-archive-thumbnail {
	margin: 10px;
}

.gallery-caption {
	font-family: "Rosarivo";
	font-size: 14px;
}

