/*
Theme Name: ComicPress Boxed
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: ComicPress Developement Team
Author URI: http://comicpress.org/
Version: 1.2
.
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: #243e22; 
	font-size:8pt;
}

#page, #page-wide {
	background: #2d1e0a;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

#page-wrap {
	padding: 0 10px;
	background: url('images/classic-background-narrow.png') top center repeat-y;
}	

#page-wide-wrap {
	padding: 0 10px;
	background: url('images/classic-background-wide.png') top center repeat-y;
}

/* HEADINGS */

h1, h1 a {
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 14px;
	line-height: 46px;
	letter-spacing: 5px;
	
}

h2, h2 a {
	padding: 0 0 2px 0;
	margin: 2px;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;

	
}

	h2.pagetitle, h2.pagetitle a, h2.page-title, h2.page-title a {
		padding: 0 0 5px 0;
		margin-top: 3px;
		font-size: 14px;
		letter-spacing: 0px;
		clear: both;
		
	}

h3, h3 a {
	padding: 0;
	margin: 0;
	font-size: 14px;
	clear: both;
	letter-spacing: -1px;
	
}

h4, h4 a {
	padding: 0;
	margin: 0;
	font-size: 14px;
	clear: both;
	
}

/* THE HEADER */

#header {
	text-align: center;
}

	#header .description {
		padding: 0 0 10px 0;
		font-size: 12px;
	}


#content-wrapper, #content-wrapper {
	background: #55331c;
}

#subcontent-wrapper {
	background: #af995d;
	padding: 5px 0;
	border-bottom: solid 1px #000;
	
}

#footer {
	padding: 5px 0;
	color: #ffe9bd;
	background: #3d220f;
	border-bottom: solid 1px #000;
}

#comic_navi_wrapper, #comic, .pagenav {
	background: #392113;
}

.narrowcolumn, .widecolumn {
	background: #e8d3b5;
}

#header h1 a, #header .description {
	color: #392113;
}

.page .narrowcolumn { padding-top: 5px; }

#comic-head {
	padding: 0;
	margin: 0;
}

#sidebar-abovecomic {
	background: #392113;
}

#comic {
	margin: 0;
	border: 0;
}

#sidebar-undercomic, #comic-foot {
	background: #392113;
}

#footer a {
	color: #911818;
}
#footer a:hover {
	color: #fff;
}


/* MENU */
	
	.menunav-rss:hover {
		background: #994a1f;
	}

#menu {
	text-transform: uppercase;
	font-size: 10px;
}

	#menu li:hover li a, #menu li li:hover li a, #menu li li li:hover li a, #menu li li li li:hover li a,
	#menu li:hover li, #menu li li:hover li, #menu li li li:hover li, #menu li li li li:hover li {
		text-transform: uppercase;
		font-size: 10px;
	}

/* COMMENT  */

textarea#comment {
	width: 90%;
	height: 80px;
}

.comment {
	display: block;
	margin-top: 20px;
}

	.comment .comment {
		margin: 14px 0 0 70px;
	}

	.comment .comment .comment {
		margin-left: 20px;
	}

.comment-avatar {
	width: 64px;
	height: 64px;
	float: left;
	overflow: hidden;
}

	.comment .comment .comment-avatar {
		width: 40px;
		height: 40px;
	}

		.comment .comment .avatar {
			width: 40px;
			height: 40px;
		}

.comment-content {
	margin-left: 100px;
}

	.comment .comment .comment-content {
		margin-left: 100px;
	}

		
.comment-author cite {
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	
}

	.comment .comment .comment-author cite {
		font-size: 14px;
	}

.comment-meta-data {
	font-size: 11px;
}

	.comment .comment .comment-permalink {
		display: none;
	}

.comment-moderated {
	font-style: italic;
	font-size: 14px;
}

.comment-text  {
	padding: 5px;
	font-size: 11px;
}

	.comment-text p {
		padding: 5px 5px;
		margin: 0;
	}

.comment-note {
	width: 400px;
	display: block;
	font-size: 11px;
}
		
.comment-meta {
	display: inline;
	border-left: 1px solid #000;
}

.commentsrsslink {
	font-size: 11px;
	float: right;
}

#comment-textarea {
	width: 99%;
}

#author, #email, #url {
	width: 50%;
}

.comment-submit {
	float: right;
}

.commentlist ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ol.commentlist {
	margin: 0;
	padding: 10px 0 30px 0;
	list-style: none;
}

ol.commentlist p {
	margin-top: 3px;
}

ul.children {
	margin: 0;
	padding: 0;
	list-style: none;
}

#respond {
	padding: 20px 0 0 0;
}

/* OTHER */

#sidebar-undercomic {
	text-align: center;
}

.widget_sociable_widget {
	margin: 0 auto;
	padding: 0 0;
}

.cpcal-cals {
	width: 516px;
	margin: 0 auto;
	padding-left: 5px;
}

.archive-dropdown {
	-webkit-appearance: menulist;
	-webkit-box-align: center;
	-webkit-rtl-ordering: logical;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: white;
	background-image: none;
	background-origin: padding-box;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-top-style: solid;
	border-top-width: 1px;
	box-sizing: border-box;
	color: black;
	cursor: default;
	display: inline-block;
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 20px;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	overflow-x: visible;
	overflow-y: visible;
	text-align: -webkit-auto;
	text-indent: 0px;
	text-shadow: none;
	text-transform: none;
	white-space: pre;
	width: 197px;
	word-spacing: 1px;
}

