/*
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: #595454 url('images/background.png') repeat;
}

a {
color:#0000FF;
text-decoration:none;
}
a:hover {
color:#0000A0;
}

#page, #page-wide {
	background: #000;
	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: url('http://zerogcomics.com/wp-content/themes/comicpress-boxed/images/newbanner.gif') 0 no-repeat;
border-bottom:2px solid #0000ff;
height:180px;
text-align:center;
width:100%;
margin:0;
margin-left:auto;margin-right:auto;
}


}

#header h1 {
	text-align: center;
	padding-left: 20px;
}

#header .description {
	text-align: center;
	padding-left: 60px;

}

#content-wrapper, #content-wrapper {
	background: #fff;

}

#subcontent-wrapper {
	background: url('images/stars.png') top center repeat-y;

}

#footer {
	padding: 5px 0;
	color: #fff;
	background: #222;
	border-bottom: solid 1px #000;
}

#comic_navi_wrapper, #comic, .pagenav {
	background: #gfff;


}



.narrowcolumn { 
	background: #fff; 
	border: solid 2px #0000FF;
	margin-top: 15px; 
	margin-left:12px;
	width: 520px;
}

#header h1 a, #header .description {
	color: #fff;
}

.page .narrowcolumn { 
	padding-top: 15px; 
	background: #fff;
 	border: solid 2px #0000FF;
	horizontal-align: center;

}

#comic-head {
	padding: 0;
	margin: 0;
text-align: center;
}

#sidebar-abovecomic {
	background: #fff;
	text-align: center;

}

#comic {
	margin: 0;
	border: 0;
}

#sidebar-undercomic, #comic-foot {
	background: #fff;
	padding-bottom: 10px;
}

#comic-foot {
	border-bottom: solid 2px #0000FF;
}

#footer {
	margin-top: 20px;
	border-top: solid 2px #0000FF;
}


#footer a {
	color: #0000FF;
}
#footer a:hover {
	color: #fff;
}


/* MENU */

#menu {
	text-transform: uppercase;
	font-size: 12px;
}


.menunav-rss {
color:#FFFFFF;
display:inline-block;
float:left;
font-size:13px;
line-height:26px;
overflow:hidden;
padding:0 5px;
}
.menunav-rss:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#0000FF none repeat scroll 0 0;
color:#FFFFFF;
}
.menunav-prev, .menunav-next {
display:inline-block;
float:left;
}
.menunav-prev a, .menunav-next a {
color:#FFFFFF;
display:inline-block;
float:left;
font-size:24px;
line-height:25px;
overflow:hidden;
padding:0 5px 1px;
}
.menunav-prev a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#0000FF none repeat scroll 0 0;
color:#FFFFFF;
}
.menunav-next a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#0000FF none repeat scroll 0 0;
color:#FFFFFF;
}

.menu ul li ul li a {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#0000FF none repeat scroll 0 0;
text-align:left;
}
* html .menu ul li a {
display:inline-block;
}
.menu ul li a:link, .menu ul li a:visited {
color:#FFFFFF;
}
.menu ul li ul li a:link, .menu ul li ul li a:visited {
color:#FFFFFF;
font-size:12px;
}
.menu ul li a.selected {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#0000FF none repeat scroll 0 0;
color:#FFFFFF;
}
.menu ul li a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#0000FF none repeat scroll 0 0;
color:#FFFFFF;
}



.menu ul li ul li a:hover {
color:#FFFFFF;
}
.menu .current_page_item a {
color:#FFFFFF !important;
}


/* COMMENT  */

.comment-link {
	padding-top: 10px; 
	font-size: 16px;
	text-align: center;
}

.comment-meta-data {
	background: #ddd;
	border: dotted 1px #bbb;
}

.bypostauthor .comment-meta-data {
	background: #fff;
}

#comment-textarea {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
	padding: 3px;
	background: #ccc;
}

#comment-textarea:focus {
	background: #fff;
}

/* OTHER */

.sidebar {
	margin-top: 10px;
	padding: 5px;
	background: #fff;
 	border: solid 2px #0000FF;
}

#sidebar-undercomic {
	text-align: center;


}

.widget_sociable_widget {
	margin: 0 auto;
	padding: 0 0;

}

.cpcal-cals {
	width: 516px;
	margin: 0 auto;
	padding-left: 5px;

}
