/*
Theme Name: ComicPress Uncubed
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 */

a:link {
        color: #1E444D;
}

a:visited {
       color: #2F626E;
}

a:hover {

      color: #ffffff;
}

a:active {

      color: #ffffff;
}


body {
	background: #000000;
/* url('images/background.png') repeat; */

}

#page-wide {
	width: 1000px;
}

#page, #page-wide {
	background: #ddd;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}

#text-6 { width: 1000px; margin: 0 auto; }

#header {
	background: url('images/header.jpg') top center no-repeat; 
	height: 200px;
}

#header h1, #header .description { display: none; }

#content-wrapper, #content-wrapper {
	background: #00AADF;
}

#footer {
	padding: 5px 0;
	color: #fff;
	background: #222;
	border-bottom: solid 1px #000;
}

#comic_navi_wrapper, #comic, .pagenav {
	background: #fff;
}

#header h1 a, #header .description {
	color: #fff;
}

.page .narrowcolumn { padding-top: 5px; }

#comic-head {
	padding: 0;
	margin: 0;
}

#sidebar-abovecomic {
	background: #fff;
}

#comic-wrap {
	background: #fff;
}

#comic {
	margin: 0;
	border: 0;
}

#sidebar-undercomic, #comic-foot {
	background: #fff;
}

#footer a {
	color: #09C3ED;
}
#footer a:hover {
	color: #A7E4F2;
}


/* MENU */
	
	.menunav-rss:hover {
                  background: #77D8F6;
                
	}

#menu {
	text-transform: uppercase;
	font-size: 14px;
        font-family: Helvetica, sans-serif;

}

	#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: 14px;
           
                
	}

/* COMMENT  */

.comment-link {
	font-size: 9px;
}

.comment-meta-data {
	background: #00aadf;
/*	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-undercomic {
	text-align: center;
 	padding: 5px 0;
}

.widget_sociable_widget {
	margin: 0 auto;
	padding: 0 0;
}

.cpcal-cals {
	width: 516px;
	margin: 0 auto;
	padding-left: 5px;
}


.post-comic, .post-page, .blogindex {
	background: #77D8F6;
	border: 3px dashed #00AADF;
        padding: 10px;
}

.post-blog, .post-page {
	margin-bottom: 10px;
}

.post-comic {
margin-top: 10px;
}

.home .post-blog .post-foot, .page-template-blog-php .post-foot {
	margin: 0;
	padding: 0;
}

#blogheader { 
	background: url('images/blog_header.jpg') top center no-repeat;
	height: 77px;
	border: 0;
}

.narrowcolumn {
width: 570px;
}

#sidebar-left {

padding-top: 12px;

}

#sidebar-right {

padding-top: 12px;

}
