/*
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>  For ComicPress 2.9.2 and above.
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: #989898;
}

#page, #page-wide {
	background: #ddd;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

#page-wide {
	width: 75% !important;
}

#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;
}

#header {
	background: #fff;
}

#header h1 {
	text-align: center;
	padding-left: 20px;
}

#header .description {
	text-align: left;
	padding-left: 60px;
}

#content-wrapper, #content-wrapper {
	background: #a0a0a0;
}

#subcontent-wrapper {
	background: #fff;
}

#footer {
	padding: 5px 0;
	color: #fff;
	background: #1f314e;
	border-bottom: solid 1px #000;
}

#comic_navi_wrapper, #comic, .pagenav {
	background: #fff;
}

div#content.narrowcolumn {
	width: 99% !important;
	background: none;
}

.narrowcolumn, .widecolumn {
	background: #FFF;
	width: 970px;
	text-align: center;
}

#header h1 a, #header .description {
	color: #000;
}


.page .narrowcolumn { width: 970px !important; padding-top: 5px; }

#comic-head {
	padding: 0;
	margin: 0;
}

#sidebar-abovecomic {
	background: #fff;
}

#comic {
	margin: 0;
	border: 0;
}

#sidebar-undercomic, #comic-foot {
	background: #fff;
}

#footer a {
	color: #989898;
}
#footer a:hover {
	color: #fff;
}


/* MENU */

.menunav a {}

body.scheme-boxed h1 a {
	text-shadow: none !important;
}
	
.menunav-rss:hover {
	background: #000;
}
	
.menubar ul li a:link, .menubar ul li a:visited,
.menubar ul li ul li a:link, .menubar ul li ul li a:visited {}

h1 {}

/* COMMENT  */

.comment-link {
	font-size: 9px;
}

.comment-meta-data {
	background: #ddd;
	border: dotted 1px #bbb;
}

.bypostauthor .comment-meta-data {
	background: #fff;
}

/* comments */

#comment, #author, #email, #url, #comment-textarea {
	padding: 2px;
	color: #000;
	font-family: 'Verdana' , sans-serif;
	font-size: 12px;
	background: #eee;
	border: 1px solid #888;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

#comment-textarea:focus, #comment:hover, #author:hover, #email:hover, #url:hover, #comment:focus, #author:focus, #email:focus, #url:focus {
	background: #fff;
}

/* OTHER */

#sidebar-left, #sidebar-right {
	/* display: none; */
}

#sidebar-undercomic {
	text-align: center;
}

.widget_sociable_widget {
	margin: 0 auto;
	padding: 0 0;
}

.cpcal-cals {
	width: 516px;
	margin: 0 auto;
	padding-left: 5px;
}

.post-tags {
	width: 98% /* 600px */;
	margin: 0 auto;
	padding-bottom: 10px;
}

.sfw-nocomments, .sfw-nopassword, .sfw-nocomments {
	display: none;
}

#blogheader {
	display: none;
}

#searchform {
	margin: 10px;
}

.ValentineLink {
	color: red !important;
	font-weight: bold !important;
}

.post-author, .posted-on, .post-date, .posted-at, .post-time, .pipe, .post-edit, .post-cat {
	display: none;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 640px){
	#page-wide {
	width: 95% !important;
	}

	
}

.archivecomicthumbwrap {
	display: inline-block;
	float: left;
	width: 120px;
	margin: 5px 3px;
	height: 200px;
	overflow: hidden;
}

.archivecomicthumbdate {
	text-align: center;
}

.archivecomicframe {
	text-align: center;
}

.archivecomicframe img {
	width: 120px;
	height: auto;
	max-height: 200px;
}
