/*
Theme Name: Comicpress-gbm2
Theme URI: http://hi2point5.com/comic
Template: comicpress
Description: Theme for Goodbye Blue Monday webcomic.  <a href="http://hi2point5.com/comic">Visit!</a>
Author: ComicPress Developement Team
Author URI: http://hi2point5.com
Version: 1.1
.
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: #fff;
        color: #8a3f2c;
}

a {
	color: #7b2a26;
	text-decoration: none;
        font-weight: 600;
}
	a:hover {
		color: #016ba9;
	}


#page, #page-wide {
	background: #fff;
	border-left: solid 3px #8a3f2c;
	border-right: solid 3px #8a3f2c;
	border-bottom: solid 2px #8a3f2c;
}

#page-wrap {
	padding: 0 10px;
	background: #f7f2cd;
}	

#page-wide-wrap {
	padding: 0 10px;
	background: #fff;
}

#header {
	width: 900px;
	height: 200px;
	background: url('/images/GBM_bann_abc.jpg') top center no-repeat;
	}
	 
    #header h1 {
	        padding: 0;  /* Remove the padding from the h1 */
	    }
	 
    #header h1 a {
	            display: block;	            
		    width: 900px;
	            height: 200px;
	            text-indent: -9999px;
	    }
	 
    #header .description { display: none; }

#content-wrapper, #content-wrapper {
	background: #fff;
}

#subcontent-wrapper {
	background: #fff;
        padding-left: 7px;
}

#footer {
	padding: 5px 0;
	color: #fff;
	background: #8a3f2c;
        border-bottom: #8a3f2c 1px;
        font-weight: bold;
        font-size: 10px;
}

#comic_navi_wrapper, #comic, .pagenav {
	background: #fff;
}

.narrowcolumn, .widecolumn {
	background: #d4e8e9;
        margin-top: 7px;
	border-left: solid 3px #8a3f2c;
	border-right: solid 3px #8a3f2c;
	border-top: solid 3px #8a3f2c;
}

.layout-standard .narrowcolumn, .layout-v .narrowcolumn {
	width: 656px;
}

#header h1 a, #header .description {
	color: #fff;
}

.page .narrowcolumn { padding-top: 5px; }

#blogheader {
         border-top: 6px solid #fff;
}

#comic-head {
	padding: 0;
	margin: 0;
}

#sidebar-abovecomic {
	background: #fff;
}

#comic {
	margin: 0;
	border: 0;
}

#sidebar-undercomic, #comic-foot {
	background: #fff;
}

#footer a {
	color: #d4e8e9;
}

#footer a:hover {
	color: #016ba9;
}

#pwad {
        width: 733px;
        padding: 5px;
        margin-top: 2px;
        margin-left: auto;
        margin-right: auto;
	border: solid 3px #8a3f2c;
}

/* MENU */
	
#menubar {
        background: #8a3f2c;
}

#menu {
        background: #8a3f2c;
	text-transform: lowercase;
        font-weight: bold;
	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: lowercase;
	font-size: 12px;
        border-right: 3px solid #fff;
        border-left: 3px solid #fff;
	}

#menu li:hover, #menu li.sfhover {
	background: #016ba9; /* Main menu highlighted background color */
	}

.menunav-rss {
	text-transform: lowercase;
        font-weight: bold;
        font-size: 12px;
}

.menunav-rss:hover {
	background: #016ba9;
	}

#menu .current_page_item a {
	color: #fff;
	background: #7b2a26;
	}

/* COMMENT  */

.comment-link {
	font-size: 9px;
}

.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: #f7f2cd;
}

#comment-textarea:focus {
	background: #fff;
}

/* CALENDAR */

#wp-calendar-wrap {
	border: 3px solid #8a3f2c;
        margin-top: 2px;
}

#wp-calendar a:hover {
	color: #fff;
	background: #016ba9;
}

.post-calendar-date .calendar-date {
        color: #8a3f2c;
}

table#wp-calendar td {
	border-color: #8a3f2c;
}

/* GRAPHIC NAV */

#comic_navi_wrapper .description { display: none; }

/* OTHER */


#side-aboutus {
	border: 3px solid #8a3f2c;
        margin: 2px;
}

#side-aboutus p {
       margin: 7px;
}

#side-aboutus h2 {
       margin: 3px;
}

#sidebar-undercomic {
	text-align: center;
}

.widget_sociable_widget {
	margin: 0 auto;
	padding: 0 0;
}

.cpcal-cals {
	width: 516px;
	margin: 0 auto;
	padding-left: 5px;
}

