/*
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: #000;
}

#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 */
	
	.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: 50px;
	}

#menu .current_page_item a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:#0000FF none repeat scroll 0 0;
}

#menu li:hover, #menu li.sfhover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#151B8D none repeat scroll 0 0;
}

.menunav-rss:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#151B8D none repeat scroll 0 0;
color:#FFFFFF;
}

.menunav-prev a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#151B8D none repeat scroll 0 0;
}

.menunav-next a:hover {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#151B8D none repeat scroll 0 0;
}


/* 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;

}