/*
Theme Name: ComicPress CMO
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Michael Dawes
Author URI: http://mfdawes.com/
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");

#wp-paginav {
	background: #aaa;
	padding-left: 10px;
}

/* Disqus */
#dsq-content {
    font-size: 12px;
    line-height: 1.5;
    	background: #ddd;
    	padding: 10px;

}

.textwidget {
	font-size:11px;
}

.lifestream_label {
	font-size:10px;
}

.comic-bookmark {
	align: center;
	text-align: center;
}


/* STANDARD TAGS */

body {
	background: #9e0b0e url('http://creepingmeout.com/images/redbg.jpg') no-repeat fixed left top;
	/* background: #2a332c; */
	font-family: 'Tahoma', sans-serif;
}

#page, #page-wide {
	background: #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	width: 980px;
}

#page-wide-wrap {
	padding: 0 10px;
	background: #9e0b0e url('http://creepingmeout.com/images/redbg.jpg') no-repeat fixed left top;
}

#header {
	background: #333;
}

#header h1 {
	text-align: left;
	padding-left: 20px;
}

#header .description {
	text-align: left;
	padding-left: 60px;
}

.layout-v3c  #section-wrap,
.layout-v3cr #section-wrap,
.layout-v3cl #section-wrap {
	width: 650px;
}

#subcontent-wrapper {
	background:  #000;
	}

#footer {
	padding: 5px 0;
	color: #fff;
	background: #222;
	border-bottom: solid 1px #000;
}

#comic_navi_wrapper, #comic, .pagenav {
	background: #000;
}

.narrowcolumn, .widecolumn {
	background: #000000;
}

#header h1 a, #header .description {
	color: #fff;
}

.page .narrowcolumn { padding-top: 0px; }

#comic-head {
	padding: 0;
	margin: 0;
}

#sidebar-abovecomic {
	background: #fff;
}

#comic {
	margin: 0;
	border: 0;
}

#sidebar-undercomic {
	background: #fff;
}

#comic-foot {
	background: #000;
}

#footer a {
	color: #ff0000;
}
#footer a:hover {
	color: #fff;
}



/* THE NEW MENU */

#menubar-wrapper {
/* background: url('http://creepingmeout.com/images/label800.png') no-repeat */ left;
	background: #000;
	border-bottom: 2px dotted #666666;
	width: 980px;
	text-transform: uppercase;
	font-family: "bad-dog-1","bad-dog-2",cursive;
	line-height: 24px;
	height: 24px;
}

/* THIS SECTION LOADS BEFORE THE JAVASCRIPT */

/* This section makes sure the menubar looks good before loading or jquery disabled moo
-------------------------------------------------------------- */

#menubar-wrapper .menu-header,
div.menu {
	font-size: 18pt;
	margin-left: 135px;
}
#menubar-wrapper .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#menubar-wrapper .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#menubar-wrapper a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 0 10px 0 10px;
}
#menubar-wrapper ul ul {
/*	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2); */
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	z-index: 99999;
}
#menubar-wrapper ul ul li {
	min-width: 160px;
}
#menubar-wrapper ul ul ul {
	left: 100%;
	top: 0;
}
#menubar-wrapper ul ul a {
	height: auto;
	font-family: "bad-dog-1","bad-dog-2";
	font-size: 16pt;
	text-transform: lowercase;
}
#menubar-wrapper li:hover > a,
#menubar-wrapper ul ul :hover > a {
/* background: url('http://creepingmeout.com/images/menudark.png'); */
background: #414141; 
	color: #fff; 
}
#menubar-wrapper ul li:hover > ul {
	display: block;
}
#menubar-wrapper ul li.current_page_item > a,
#menubar-wrapper ul li.current-menu-ancestor > a,
#menubar-wrapper ul li.current-menu-item > a,
#menubar-wrapper ul li.current-menu-parent > a {
color: #fff;
}
* html #menubar-wrapper ul li.current_page_item a,
* html #menubar-wrapper ul li.current-menu-ancestor a,
* html #menubar-wrapper ul li.current-menu-item a,
* html #menubar-wrapper ul li.current-menu-parent a,
* html #menubar-wrapper ul li a:hover {
/*	color: #fff; */
}

.ie #menubar-wrapper {
	zoom: 1; /* IE fix, allows for variable height menu  */
}

.menunav {
	float: right;
	text-align: center;
}

.menunav a {
	color: #fff;
}

.menunav-search {
	float: left;
	line-height: 26px;
	height: 20px;
}

.menunav-rss {
	font-size: 12px;
	line-height: 26px;
	padding: 0 5px;
	float: left;
	display: inline-block;
	overflow: hidden;
	color: #fff;
}

.menunav-rss:hover {
	background: #414141;
	color: #fff;
}

.menunav-prev, .menunav-next {
	display: inline-block;
	float: left;
}

.menunav-prev a, .menunav-next a {
	width: 25px;
	line-height: 23px;
	font-size: 24px;
	padding-bottom: 3px;
	font-weight: bold;
	font-family: "bad-dog-1","bad-dog-2";
	display: inline-block;
	overflow: hidden;
	color: #fff;
}

.menunav-prev a:hover {
	background: #414141;
}

.menunav-next a:hover {
	background: #414141;
}

.menubar {
/*	font: bold 12px Verdana; */
/*	background: #414141; background of menu bar (default state)*/
	float: left;
}

.menubar ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.menubar ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.menubar ul li a {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}

.menubar ul li ul li a {
	text-align: left;
	background: #414141; /* background of menu items (default state)*/
}

* html .menubar ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.menubar ul li a:link, .menubar ul li a:visited {
	color: #fff;
}

.menubar ul li ul li a:link, .menubar ul li ul li a:visited {
	color: #fff;
}

.menubar ul li a.selected {
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background: #000;
	color: #fff;
}

.menubar ul li a:hover {
	color: #fff;
	background: #132800; /*background of menu items during onmouseover (hover state)*/
}

/*1st sub level menu*/
.menubar ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menubar ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menubar ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.menubar ul li ul li a {
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
}

.menubar .current_page_item a {
	color: #f00;
}

/* Holly Hack for IE \*/
* html .menubar {
	height: 1%;
}
/*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 9px;
	right: 7px;
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}







	
	

/* COMMENT  */

.comment-link {
	font-size: 12px;
}

.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-undercomic {
	text-align: center;
}

.widget_sociable_widget {
	margin: 0 auto;
	padding: 0 0;
}

.cpcal-cals {
	width: 516px;
	margin: 0 auto;
	padding-left: 5px;
}



#content {
	float: left;
}

	.narrowcolumn {
		width: 640px;
		overflow: hidden;
	}
	
	/* add 10px to smaller width layouts */
		.layout-standard .narrowcolumn, .layout-v .narrowcolumn {
			width: 550px;
		}
		
	.widecolumn {
		width: 970px;
		overflow: hidden;
	}
	
	.column_one {
		width: 48%; 
		float: left; 
		padding: 1%; 
	}
	
	.column_two {
		width: 48%; 
		float: left; 
		padding: 1%; 
	}

/* SIDEBAR */

/* Left Sidebar Themes */
#sidebar-left {
	float: left;
	width: 150px;
	height: 100%;
	padding: 0px 5px 0px 5px;
	background: #000000 url('images/leftwibbles.png') repeat-y right;
	color: #ffffff;
	border-bottom: 3px solid #9e9e9e;
}

#sidebar-left a {
	color: #fcf;
	text-decoration: none;
}

#sidebar-left img {
	padding: 2px;
}


/* Right Sidebar Themes */
#sidebar-right {
	float: left;
	width: 160px;
	padding: 0px 5px 0px 5px;
	background: #000000 url('images/rightwibbles.png') repeat left;
	color: #ffffff;
	border-bottom: 3px solid #9e9e9e;
}

#sidebar-right a {
	color: #fcf;
	text-decoration: none;
}

#sidebar-undercomic {
	background: #000000; 
}

#sidebar-overcomic {
	padding: 0 0 0 0;
	background: #000; 
}

.post-content {
	background: #ddd url('images/newsbg.jpg') repeat left;
	padding: 10px;
	border: 0px;
	font-family: "ff-providence-sans-web-pro-1","ff-providence-sans-web-pro-2",cursive;
}

#respond {
	padding: 10px;
	background: #bbbbbb; 
}

.searchresults {
	background: #ddd url('images/newsbg.jpg') repeat left;
	padding: 10px;
	border: 0px;
}


#comment-textarea {
	width: 95%;
	margin-left: 20px;
}

#blogheader {
	background: #9e9e9e;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0px 0 0px 0;
	text-align: center;
	border: 0px
}

.nav,.blognav {
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
	width: 100%;
	background: #eeeeee;
}

ol.commentlist {
	margin: 0px;
	padding: 10px 10px 30px 10px;
	list-style: none;
	background: #eeeeee;
}

.comment-wrapper-respond {
	margin: 0px;
	padding: 10px 10px 30px 10px;
	list-style: none;
	background: #eeeeee;
}

.pagenav, .commentnav {
	height: 25px;
	background: #bbbbbb; 
	color: #000;
	font-weight: bold;
	line-height: 25px;
	padding: 0 5px 0 5px;
	margin-top: 5px;
	clear: both;
}

h1, h1 a {
	padding: 0px 0 0 0;
	margin: 0;
	font-size: 56px;
	line-height: 46px;
}

h2, h2 a {
	padding: 0 0 10px 0;
	margin: 0;
	letter-spacing: 0px;
	/*font-family: "bad-dog-1","bad-dog-2",cursive;*/
	text-transform: uppercase;
	border-bottom-style: dotted;
	border: 1px none #fffeff;
	color: #ba102d;
	/*text-decoration: bold;*/
}

h2.pagetitle, h2.pagetitle a, h2.page-title, h2.page-title a {
	padding: 10px;
	border: 0px;
	margin-top: 0px;
	font-size: 28px;
	clear: both;
	font-family: "bad-dog-1","bad-dog-2",cursive;
}

h3, h3 a {
	padding: 3px;
	margin: 0px;
	font-size: 20px;
	clear: both;
	letter-spacing: 0;
	text-indent: 10px;
	overflow: visible;
	display: block;
	background-image: none;
	background-color: rgba(251,252,254,0.5);
}

.sidebar h2, .sidebar h2 a {
		display: block;
		font-size: 12px;
		/*text-transform: uppercase;
		font-family: "bad-dog-1","bad-dog-2",cursive;*/
		letter-spacing: 0;
		margin: 0px -5px 0px -5px;
		padding: 0;
		background-color: #54131e;
		border-bottom: 3px solid #000;
		border-top: 1px solid #bb817f;
		text-indent: 5px;
		color: #ff4444;
		text-decoration: none;
		font-style: normal;
		
		
	}

#content-wrapper, #content-wrapper {
	background: #444444;
}

.right { float: right; margin-left: 10px; }
.left { float: left; margin-right: 10px;  }

.sidebar {
	font-size: 12px;
	overflow: visible;
}

.post-text {
	overflow: visible;
	display: block;
	background-image: none;
	background-color: rgba(251,252,254,0.5);
	padding: 3px 20px 3px 3px;
	text-align: right;
	font-family: "ff-providence-sans-web-pro-1","ff-providence-sans-web-pro-2",cursive;
	
}
