/*
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: #111 url('images/background.png') repeat;
}

#page, #page-wide {
	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;
}

#pagewrap-right {
	border-top: solid 1px #000;
}

body.page .narrowcolumn {
	background: #fff;
}

#header { width: 980px; height: 100px; background: url('images/header.jpg') top center no-repeat; }
#header h1 {
}

#header h1 a {
	display: block;
	position: relative;
	padding: 0; margin: 0;
	background: url('images/header_words_big.png') no-repeat;
	margin-left: -40px;
	margin-bottom: -40px;
	zoom: 1;
	height: 130px;
	width: 528px;
	float: left;
	text-indent: -9999px;
} 

.menu {
	width: 480px;
	float: right;
	font-weight: 700;
}

#header .description {display: none;}


#content-wrapper {
	background: url('images/content-wrapper.jpg') top center repeat-y;
}

#subcontent-wrapper {
}

#footer {
	padding: 5px 0;
	color: #fff;
	background: #222;
	border-bottom: solid 1px #000;
}


.narrowcolumn, .widecolumn {
}

.page .narrowcolumn { padding-top: 5px; }

#comic-head {
	padding: 0;
	margin: 0;
}



#sidebar-left {
	padding-top: 5px;
}

#sidebar-abovecomic {
}

#comic img {
	background: #000;
	border: solid 1px #000;
	margin: 0px 10px auto;
	padding: 2px;
	border-radius: 6px;
  -moz-box-shadow: 3px 3px 3px #111;
  -webkit-box-shadow: 3px 3px 3px #111;
	box-shadow: 3px 3px 3px #111;
}

#sidebar-undercomic, #comic-foot {
}

#footer {
	color: #000;
}

#footer a {
	color: #ff0000;
}

#footer a:hover {
	color: #fff;
}


/* MENU */

.menunav a {
	text-shadow: 2px 2px 3px #111;
}
	
	.menunav-rss:hover {
		background: #ff6600;
	}
	
.menu ul li a:link, .menu ul li a:visited,
.menu ul li ul li a:link, .menu ul li ul li a:visited {
	color: #fff;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px #111;
}

h1 {
	text-shadow: 2px 2px 3px #111;
}

/* 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;
}

