/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
body{
	/*background-blend-mode: multiply;*/
}

/*body:after{
 width: 100%;
height: 100%;
  top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    content: "";
    background: url(http://stonetoss.com/wp-content/uploads/2017/06/gravel2.jpg);
    opacity: 1;
	background-repeat: repeat;
	background-blend-mode: darken;
	background-color:  #593325;
}*/

.wrapper{
	box-shadow: -10px 30px 30px rgba(0, 0, 0, 0.6);
}

#menu-item-584{
	/*background: #854545;*/
}

table#comic-nav-wrapper{
	background: #752525;
	border: solid 2px #752525;

	color: #651515;
	margin-top: 2px;
}

#comic{
	border-radius: 0px 0px 6px 6px;
	border: solid 6px #752525;
}

.comic-nav-container{
 background-color: #752525;
	border-color: #752525;
}

/*
.comic-nav:nth-child(3){
	display: none;
}*/
.comic-nav-comment-count{ 
	Display: none;
}

#comic-nav-wrapper > tbody > tr > td:nth-child(4){
	margin-right: 20px;
}

.post-details a:nth-child(3){
 display: none;
}

#blogheader{
	padding: 5px 0px 5px 10px;
	color: white;
	background-color: #752525;
	/*background-color: #593325;*/
 border-bottom: solid 0px #593325;

}

main{
	/*background-color: #f0f0ff;*/
}
.sidebar1{
	/*background-color: #f9f9ff;*/
	border-left: solid #752525;
	border-left-style: dotted;
}
#blogheader{
display: none;
margin-top: 50px;	
}

#blogheader:after {
	font-weight: 900;
	font-size: 30px;
	content: "The Blog:";
}

.widget_recent_comments{
	display: none;
}

#archives-2{
	display: none;
}

#categories-2{
	display: none;
}

#meta-2{
	display: none;
}

#comments{
	display: none;
}

#wpdevar_comment_1 > span{
display: none;
}

#wpdevar_comment_2 > span{
display: none;
}

/*
#wpcom_social_media_icons_widget-3 > div.widget-content > ul{
	    -webkit-margin-before: 0em;
		  -webkit-margin-after: 0em;
}*/

#a2a_share_save_widget-5 > div.widget-content{
	margin-top: 40px;
	margin-bottom: -100px;
}

.comic-nav:hover{
	background-color: #27475b;
}

.comic-nav{
	font-size: 20px;
}

#comic-foot{
	margin-bottom: 30px;
}

.fb-page{
	margin-bottom: 10px;
}

.post-content a{
	color: #0066bb;
	text-decoration: underline;
}

#jp-relatedposts{
display: none;	
}