/*
PAYNEful - CASCADING STYLE SHEET - Detulux Inc. page styles
This file was last updated April 2018.

Developed by Sean Patrick Payne.  You should probably feel free to pinch this stylesheet since I too practice the 
philosophy of 'pinch and pinch alike'. Just keep my name credited in your stylesheet somewhere, please.
*/

html, body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#727272;
	background:linear-gradient(#fff,#fff,#dcdcdc) #dcdcdc no-repeat;
	min-height:100%!important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#727272;
}

a, a:visited{
	color:#ff0000;
}

tt{
	font-family:"Courier New", Courier, monospace;
	font-size:15px;
}

blockquote{
	font-size:13px!important;
	font-style:italic!important;
	background-color:#d0d0d0;
	border-left:5px solid #b0b0b0;
}

.comic-navbar{
	background-color:#d0d0d0;
	background-image:none;
	border-radius:15px;
	border:5px solid #b0b0b0;
}
	
.comic-nav-button{
	background-image: url('/assets/css/detulux-inc/images/navigation_buttons.png')!important;
	max-height:75px!important;
}

	.comic-nav-button:hover{
		background-color:#dfdfdf;
		border-radius:50px;
	}
	
.navbar{
	text-shadow:0 1px 0 rgba(255,255,255,0.3);
}

#site_navbar{
	background-color:#d0d0d0;
	background-image:none;
	border-radius:15px;
	border:5px solid #b0b0b0;
	padding-bottom:5px;
	margin-bottom:-10px;
}

	#site_navbar .nav-link, #site_navbar .nav-link:visited, .navbar-brand{
		color:#727272!important;
		font-weight:bold;
	}
	
	#site_navbar .nav-link:hover{
		color:#ff0000;
		background-color:#dfdfdf;
		border:0px solid #04b83b;
		border-radius:50px;
		padding-bottom:18px;
		margin-bottom:-8px;
	}
	
	#site_navbar .pull-right{
		padding-top:2px;
		margin-bottom:-3px;
	}

#navbar_top{
	margin-top:20px;
	margin-bottom:-10px;
}

#navbar_bottom{
	margin-bottom:0px;
}

#gunjunker_sidebar{
	margin-top:20px;
	border:1px solid #ccc;
	padding:5px 5px 0px 5px;
	background-color:#d0d0d0;
	background-image:none;
	border-radius:15px;
	border:5px solid #b0b0b0;
	margin-left:-15px;
	color:#727272;
}

	#gunjunker_sidebar img{
		margin-bottom:5px;
		background-color:#ff0000;
		border-radius:10px;
	}
	
	#gunjunker_sidebar img:hover{
		opacity:0.8;
		background-color:#ff5d5d!important;
	}
	
	#gunjunker_sidebar h2{
		padding:5px 0px 10px 0px;
		margin:0px;
		font-size:17px;
		font-weight:bold;
		color:#727272;
	}
	
	#gunjunker_sidebar hr{
		background-color:#fff;
		border:1px solid #fff;
		margin:10px 0px;
	}

#bookmark_save_bottom{
	margin-bottom:0px;
	margin-top:10px;
}

#the-comic-wrapper img{
	background-color:#d0d0d0;
	border-radius:15px;
	border:5px solid #b0b0b0;
}

#the-comic-wrapper embed{
	background-color:#d0d0d0;
	border-radius:15px;
	border:5px solid #b0b0b0;
}

.form-group, #the-comic-notes, #the-comic-tags, #the-comic-transcript, #the-comic-comments{
	border:5px solid #b0b0b0;
	background-color:#d0d0d0;
	color:#727272!important;
	border-radius:15px;
	padding:10px 15px;
	margin:10px 0px 0px 0px;
}

	.form-group select{
		border:1px solid #ccc!important;
	}
	
#gunjunker_author_notes{
	border:5px solid #b0b0b0;
	background-color:#fff;
	border-radius:15px;
	color:#000!important;
	margin-top:10px;
}

	#gunjunker_author_notes h1, #gunjunker_author_notes h2, #gunjunker_author_notes h3{
		color:#000!important;
	}
	
	#gunjunker_author_notes h2{
		font-size:20px;
		font-weight:bold;
	}
	
	#gunjunker_author_notes hr{
		background-color:#ff0000;
		color:#ff0000;
		border:1px solid #ff0000;
	}
	
	#gunjunker_author_notes a:hover{
		color:#9e86f6!important;
	}

#gunjunker_footer{
	color:#000;
}

	#gunjunker_footer a{
		color:#ff0000!important;
	}
	
	#gunjunker_footer a:hover{
		color:#000!important;
	}
	
/*** Mobile adjustments ***/

.navbar-toggle{
	border-color:#b0b0b0!important;
	position:relative;
	top:2px;
}

.icon-bar{
	background-color:#b0b0b0!important;
	border-color:#b0b0b0!important;
}

@media screen and (max-width: 768px){
	
	#gunjunker_sidebar{
		margin-top:10px!important;
		margin-left:0px!important;
	}
	
	#site_navbar .form-inline{
		border:0px solid #d0d0d0;
		background-color:#d0d0d0;
	}
	
	#site_navbar .pull-right{
		margin-left:auto!important;
		margin-right:auto!important;
		float:none;
	}
	
	#the-comic-wrapper img, #the-comic-wrapper embed{
		padding:0px!important;
		border: 2px solid #b0b0b0;
	}
	
}
