/*
Theme Name: ComicPress Chainsawsuit 3 Beta
Theme URI: http://comicpress.org
Template: comicpress
Description: Publish a comic with WordPress.  <a href="http://comicpress.org">Visit the ComicPress Website.</a>
Author: Kris Straub
Author URI: http://krisstraub.com/
Version: 3.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.@import url("../comicpress/style.css");
*/

@import url("csstyle.css");

body {
     background-color: #33243c;
}

.title_background {
  
     background-color: #ffb11e;
    margin: 20px auto 0px auto;
    width: 950px;
    height: 83px;
    z-index: 5;
}
	.title_background div {
		display:inline;
		margin:0;
		padding:0;
	}

.top_bar img {
}

hr {
  border:none;
  border-top:2px dotted #aaa;
  color:#fff;
  background-color:#fff;
  height:1px;
  padding-bottom: 10px;
}

#wp-calendar {
   text-transform: lowercase;
}

.wp-calendar {
   text-transform: lowercase;
}


caption {
  text-transform: lowercase;
}

#page {
    
        width: 950px; 

}

#header {
 /* height: 136px;  height: 110px;*/
height: 102px;
padding-top: 0px;
}

.noncomic #header, .page #header, .archive #header, .search #header {
        text-transform: lowercase;
/* background-image: url('/images/css2014-nocomic-headbottom.png'); */
        padding-bottom: 20px;
}


#comic-head { 
     /* padding-bottom: 15px; 
      text-transform: lowercase; */
}

#textwidget { 
    padding: 0px;
    margin: 0px;
}

#comic, #sidebar-over-comic, #sidebar-under-comic {

    padding-top: 0px;
    text-align: center;
    padding: 10px 0px 0px 0px;
}

#comic img {
margin: 0;
padding: 0;
max-width: 100%;
text-align: center;
/* min-width: 820px; */
}

#comic-wrap {
 
width: 950px;
	margin-top:-20px;
padding-bottom: 10px;
background-color: #fff;
}

#comic-foot {

width: 950px;
}

#post-info {
   /* text-transform: lowercase; */
}

.post-info {
  /* text-transform: lowercase; */
}

#post-comic-info {
  /* text-transform: lowercase; */
}

.post-comic-info {
   /* text-transform: lowercase; */
}

.widget_recent_entries ul li {
    padding-bottom: 8px;
    font-size: 12px;
    text-transform: lowercase;
    font-weight: bold;
}


#sidebar-right { 
       width: 300px;
    margin: 0px 20px 20px 0px;
    float: right;

}

#sidebar-right .sidebar {
        background-color: #eee;
        padding: 20px;
}

#sidebar-right .sidebar-foot {
}

.layout-standard .narrowcolumn { 
/* width: 630px; 
width: 590px;*/
width: 610px;
padding-left: 10px; 
padding-top: 20px;}

#menubar {
	background-color: Transparent;
	color: #000;
	width: 640px;
        text-transform: lowercase; 
	margin: 0 auto;
}

#menu a, #menunav a {
	color: #000;
  text-transform: lowercase; 
}

#menu .current_page_item a {
	background-color: Transparent;
	color: #000;
  text-transform: lowercase; 
	font-weight: 700;
}

.comic_navi_left {
	float: left;
   text-transform: lowercase;

}

#comic_navi_wrapper {
	width: 640px;
}

.comic_navi_right {
	float: right;
}

.navi-previous, .navi-previous a {
	text-indent: -9999px;
	height: 45px;
   text-transform: lowercase;

	width: 171px;

	background: url('/images/cs_previous.png') top center no-repeat;
}

.navi-next, .navi-next a {
	text-indent: -9999px;
	height: 45px;
	width: 169px;

	background: url('/images/cs_next.png') top center no-repeat;
}

.navi-void {
	background-image: none;
}

.addtoany_list li {
display:inline;
}