/*
Theme Name: ComicPress RepublicofJones
Theme URI: http://comicpress.org
Template: comicpress
Description: A ComicPress child theme. <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Richard Owen Jones
Author URI: http://republicofjones.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");

/* h1, h1 a {
	font-size: 30px;
	font-color: #CC0000;
}*/

#header {float: left; width: 980px; background: none; overflow: visible; z-index: 200}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 980px; height: 0px; text-indent: -9999px;}
#header .description {display: none;}
/*Altered comic title element*/
.widget_comicpress_comictitle {
		font-size: 15px;
                font-weight: bold;
		font-family: arial;
		color: #CC0000;
		letter-spacing: 0px;
		text-align: left;
}

#text-5 {
	float: left;
	display:inline;
	}
#text-4 {display: inline;}


body {	background: #000 url('images/newWebBG.png') top repeat-x;
	font-size: 14px;
}

#comic-wrap {width: 980px;}

#comic-head {
	background: url('images/newComicHead.png');
	padding-top: 24px;
	clear: right;
}

#comic {background: url('images/newComicBody.png');
   background-position: center;
   background-repeat: repeat-y;
   padding: 0px;
   border:0px;
}

#comic-foot {
padding-bottom:0px;
background: transparent url('images/newComicFooter.png');
background-position: center bottom;
background-repeat: no-repeat;
height: 85px;
}


#menubar {
   background: transparent repeat scroll 0 0 transparent;
   background-image: none;
/*   background: transparent url('images/custom_menu_bg.png');*/
   background-position: center;
   background-repeat: no-repeat;
   border: 0;
   /*height: 57px;*/
   float: right;
   color:#FFFFFF;
   width: 500px;
   position: static;
   z-index: 300;
   
}

#menu {
   background: #bdbdbd;
   font-size: 20px;
   font-weight: bold;
   padding: 5;
   border: 2px;
   text-transform: uppercase;
}

#menu li {border: ridge #828282;}

#menu li a {
   border: 0;
}


/* link color of the menubar */
#menu a {
   color: #000;
   padding: 5px 5px 0;
}

/* Main menu highlighted text color */
#menu li:hover a, #menu li.sfhover a {
   background-image: none;
   color: #fff;
   border: 3px #000;
}

/* Main menu highlighted background color*/
#menu li:hover, #menu li.sfhover {
   background-color: #ff0000;
}

/* The current page your on */
#menu .current_page_item a {
   background-image: none;
   background-color: #990000;
   color: #EEE;
   border: 8;
}

#subcontent-wrapper { 
		margin-left: auto;
		margin-right: auto;
		background-image: url('images/wrapperBG.png');
		padding-top: 5px;
		width: 930px;
		clear: right;
		}
			

#sidebar-left {	width: 210px; padding: 2px;}

.narrowcolumn { width: 513px; padding: 0px;}

#sidebar-right {width: 195px; padding: 4px;}

.nav {visibility: hidden;}

.post-comic-head {
    background: #ff9a75;
    height: 30px;
}
.post-comic {
    background: #ff9a75;
}

.post-comic-foot {
    background: #ff9a75;
    height: 10px;
}

.post-content {
	border: 5px ridge #828282;
	padding: 5px;
}

.post-head {background: #fff;}
.post {background: #fff;}
.post-foot {background:#fff;}

#footer {background-color: #778283;}

/* ================================ABOUT PAGE===================================== */

.page-id-2 #content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	}

.page-id-2 #sidebar-left {width: 0px;}

.page-id-2 .narrowcolumn {width: 700px;}

.page-id-2 td {width: 350px;}

/* ================================Archive Page==================================*/

.page-id-135 #content {
	float: none;
	margin-left: auto;
	margin-right: auto;
	}

.page-id-135 #sidebar-left {width: 0px;}

/* ===============================Buy-a-Print Page (129) =========================*/

.page-id-129 #sidebar-left {width: 100px;}
.page-id-129 #sidebar-right {width: 250px;}
	
