/*
Theme Name: ComicPress Red
Theme URI: http://comicpress.org
Template: comicpress
Description: Child Theme for ComicPress 2.9.2.*
Author: Philip M. Hofer
Author URI: http://frumph.net/
Version: 1.1
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.
*/

@import url("../comicpress/style.css");

/* STANDARD TAGS */

body {
	background: #fff url('images/background.jpg') top center no-repeat;
}

#page-head {
	background: url('images/page-head.png') bottom center no-repeat;
	height: 26px;
	margin: 0 auto;
}

#page-wide {
	width: 960px;
}

#page-foot {
	background: url('images/page-foot.png') top center no-repeat;
	height: 26px;
	margin: 0 auto;
}

#header {
	background: url('images/header.png') top center repeat-y;
	height: 110px;
	padding: 0 40px;
}

#header .description {
	padding-left: 50px;
}

#menubar-wrapper {
	background-color: Transparent;
	background: url('images/menubar.png') top center no-repeat;
	height: 60px;
	font-weight: 700;
}

	.menunav {
		line-height: 60px;
		padding-right: 30px;
	}

	.menubar a, .menunav a {
		text-shadow: 2px 2px 4px #000;
		text-transform: uppercase;
	}
	
	.menubar {
		padding-left: 24px;
	}
	
	.menubar a {
		font-size: 14px;
	}

	.menubar, .menunav {
		margin: 10px 0 0;
		line-height: 30px;
	}
	
	a.menunav-rss, .menunav-rss {
		height: 40px;
		width: 40px;
		background: url('images/rss.png') top left no-repeat;
		text-indent: -9999px;
		padding: 0;
	}
	
	a.menunav-rss:hover {
		background-color: Transparent;
		background: url('images/rss.png') top left no-repeat;
		background-position: -40px;
	}
	
	.menunav-prev a:hover {
		background-color: Transparent;
		color: #fcff00;
	}

	.menunav-next a:hover {
		background-color: Transparent;
		color: #fcff00;
	}
	
	.menubar ul li a.selected {
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
		background-color: Transparent;
		color: #fcff00;
	}
		
		.menubar ul li ul li a.selected{ 
			background-color: #b00;
			color: #fff;
		}
		
	.menubar ul li a:hover {
		color: #fcff00;
		background-color: Transparent; /*background of menu items during onmouseover (hover state)*/
	}
	
		.menubar ul li ul li a:hover {
			color: #fcff00;
			background-color: #b00; /*background of menu items during onmouseover (hover state)*/
		}
	
	img.downarrowclass {
		top: 16px;
	}
	
#content-wrapper, #footer {
	background: url('images/content-wrapper.png') top center repeat-y;
}

#subcontent-wrapper {
	padding: 0 25px;
}

.narrowcolumn {
	width: 480px;
}

#sidebar-undercomic .ComicPressComicDateWidget {
	background: url('images/datebg.png') no-repeat;
	width: 58px;
	height: 70px;
	display: inline-block;
	margin-left: 13px;
	font-size: 18px;
	padding-top: 12px;
	color: #fff;
	float: left;
	text-shadow: 2px 2px 4px #000;
	font-weight: 700;
}

#sidebar-undercomic #comic_navi_wrapper {
	float: left;
	margin-top: 10px;
}

	#comic img, #wp-calendar-wrap {
		-moz-box-shadow: 2px 2px 2px #888;
		-webkit-box-shadow: 2px 2px 2px #888;
		box-shadow: 2px 2px 2px #888;
	}
	
h1, h2, h3 {
	text-shadow: 1px 1px 1px #888;
}

h1, h2.post-title, h2.page-title, h2.pagetitle {
	border-bottom: dotted 1px #700;
}

li.comment {
	background: url('images/comments.png') repeat;
}