/*
Theme Name: Guilded Age
Theme URI: http://comicpress.org
Template: comicpress
Description: Comicpress child theme for Guilded Age
Author: Wednesday Burns-White for T Campbell and Phil Kahn
Author URI: http://guildedage.net/
Version: 1.0
*/

/* Invoke core Comicpress-fu... */

@import url("../comicpress/style.css");

/* ...then add some font embed magic for when the WP plugin doesn't work,
or isn't installed yet. 
(If neither works, the browser will work down the chain of chosen fonts to 
system defaults.) */

@import url(http://fonts.googleapis.com/css?family=Crimson+Text);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans); 


/* Comicpress style overrides */

body {
	background: none;
	background-color: #000000;
	font-family: "Droid Sans", Calibri, Verdana, sans serif;
	color: #1a0e10;
}

#content-wrapper { 
	background: #fdf1ba;
}

#sidebar-undercomic {
	background: #ffffff bottom left repeat-x url(images/assets/raggedpaperedge02.png);
}

#subcontent-wrapper {
	padding-top: 10px;
}


.narrowcolumn {
	background: #fcf9ea;
	border: 1px solid #1a0e10;
	margin-left: 10px;
	width: 750px;
	padding: 7px;
	
}

.narrowcolumn h2 {
	font-size: 28px;
	line-height: 30px;
    font-width: 2px;
}

#sidebar-right {
		width: 170px;
		margin-right: 7px;
}


#comic {
	border: 0;
	background-color: #ffffff;
}

#comic-foot {
	padding: 0;
}

.widget_comicpress_bookmark {
	padding-bottom: 20px;
	margin-bottom: 0;
}

.comic-bookmark {
	margin: 0 auto;
	margin-bottom: 0;
}

#sidebar-footer {
	font-size: small;
}

.post, .post-comic, .post-page {
	color: #1a0e10;
}


a:hover,
.narrowcolumn h2 a:hover {
	color: #ea5514;
}

a {
	color: #6b0000;
}

h2, h2 a, #wp-calendar caption {
	color: #1a0e10;
	font-family: "Crimson Text", Georgia, Serif;
	font-size: 24px;
	letter-spacing: 0; 
	line-height: 28px;
	margin: 0;
	padding-bottom: 2px;
}

.narrowcolumn h2 a {
	color: #1a0e10;
}

.narrowcolumn h2 {
	font-size: 32px;
	line-height: 36px;
}

#comic_navi_wrapper {
	color: #000000;
}


.navi {
	color: #000000;
}

#footer {
	color: #fdf1ba;
}

#footer a {
	color: #eea200;
}

#footer a:hover {
	text-decoration: underline;
	font-color: #fcf9ea;
}

.sidebar {
	font-size: 12px;
}

#wp-calendar-wrap {
	font-size: 11px;
	background: #ebebcb;
}

.widget_calendar h2 {
	display: none;
}


#wp-calendar-wrap a {
	background: #dacf88;
}

#content-wrapper {
	padding-bottom: 5px;
}