/*
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: #111 url('images/background.png') repeat;
}

#page, #page-wide {
	background: #ddd;
	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;
}

#header {
	background: #333;
}

#header h1 {
	text-align: left;
	padding-left: 20px;
}

#header .description {
	text-align: left;
	padding-left: 60px;
}

#content-wrapper, #content-wrapper {
	background: #a0a0a0;
}

#subcontent-wrapper {
	background: #dfdfdf;
}

#footer {
	padding: 5px 0;
	color: #fff;
	background: #222;
	border-bottom: solid 1px #000;
}

#comic_navi_wrapper, #comic, .pagenav {
	background: #fff;
}

.narrowcolumn, .widecolumn {
	background: #efefef;
}

#header h1 a, #header .description {
	color: #fff;
}

.page .narrowcolumn { padding-top: 5px; }

#comic-head {
	padding: 0;
	margin: 0;
}

#sidebar-abovecomic {
	background: #fff;
}

#comic {
	margin: 0;
	border: 0;
}

#sidebar-undercomic, #comic-foot {
	background: #fff;
<!-- Beginning of Project Wonderful ad code: -->
<!-- Ad box ID: 49243 -->
<script type="text/javascript">
<!--
var pw_d=document;
pw_d.projectwonderful_adbox_id = "49243";
pw_d.projectwonderful_adbox_type = "1";
pw_d.projectwonderful_foreground_color = "";
pw_d.projectwonderful_background_color = "";
//-->
</script>
<script type="text/javascript" src="http://www.projectwonderful.com/ad_display.js"></script>
<noscript><map name="admap49243" id="admap49243"><area href="http://www.projectwonderful.com/out_nojs.php?r=0&amp;c=0&amp;id=49243&amp;type=1" shape="rect" coords="0,0,468,60" title="" alt="" target="_blank" /><area href="http://www.projectwonderful.com/out_nojs.php?r=1&amp;c=0&amp;id=49243&amp;type=1" shape="rect" coords="0,60,468,120" title="" alt="" target="_blank" /><area href="http://www.projectwonderful.com/out_nojs.php?r=2&amp;c=0&amp;id=49243&amp;type=1" shape="rect" coords="0,120,468,180" title="" alt="" target="_blank" /><area href="http://www.projectwonderful.com/out_nojs.php?r=3&amp;c=0&amp;id=49243&amp;type=1" shape="rect" coords="0,180,468,240" title="" alt="" target="_blank" /></map>
<table cellpadding="0" border="0" cellspacing="0" width="468" bgcolor="#ffffff"><tr><td><img src="http://www.projectwonderful.com/nojs.php?id=49243&amp;type=1" width="468" height="240" usemap="#admap49243" border="0" alt="" /></td></tr><tr><td bgcolor="#ffffff" colspan="1"><center><a style="font-size:10px;color:#0000ff;text-decoration:none;line-height:1.2;font-weight:bold;font-family:Tahoma, verdana,arial,helvetica,sans-serif;text-transform: none;letter-spacing:normal;text-shadow:none;white-space:normal;word-spacing:normal;" href="http://www.projectwonderful.com/advertisehere.php?id=49243&amp;type=1" target="_blank">Ads by Project Wonderful!  Your ad here, right now: $0</a></center></td></tr></table>
</noscript>
<!-- End of Project Wonderful ad code. -->
}

#footer a {
	color: #ff0000;
}
#footer a:hover {
	color: #fff;
}


/* MENU */
	
	.menunav-rss:hover {
		background: #ff6600;
	}

#menu {
	text-transform: uppercase;
	font-size: 12px;
}

	#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: 12px;
	}

/* 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-undercomic {
	text-align: center;
}

.widget_sociable_widget {
	margin: 0 auto;
	padding: 0 0;
}

.cpcal-cals {
	width: 516px;
	margin: 0 auto;
	padding-left: 5px;
}


