/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/

body.custom-background {
	background-image: url('http://colourwheelcomic.com/WP/wp-content/uploads/2017/05/Site-BG-2.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#content-column {
	float: center;
	width: 570px;
	margin: 0 2px;
	padding: 10px;
}

.uentry, #comment-wrapper, #wp-paginav, #pagenav {
	border: solid 0 Transparent;
}

#sidebar-left {
	float: left;
	width: 162px;
	padding-left: 15px;
}

#sidebar-right {
	float: right;
	width: 162px;
	padding-right: 15px;
}

#sidebar-under-comic {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sidebar-under-comic .widget {
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 20px;
  width: 728px; 
  margin: 0 auto;
}


.menu ul li a:link, .menu ul li a:visited {
	color: #fff;
}

#content-wrapper {
	padding: 10px;
	background: rgb(255,255,255) !important;
/* Fallback */
	background: rgba(255,255,255,0.6) !important;
	border: 3px solid #fff !important;
}



#sidebar-footer-left, #sidebar-footer, #sidebar-footer-right {
	text-align: center;
	width: 940px;
	padding-bottom: 10px;
}

#sidebar-footer-left .widget, #sidebar-footer .widget, #sidebar-footer-right .widget {
	float: none;
	text-align: center;
	padding: 10px;
	background: rgb(255,255,255) !important;
/* Fallback */
	background: rgba(255,255,255,0.8) !important;
	border: 3px solid #fff !important;
}


#sidebar-over-comic {
	text-align: center;
	padding: 10px;
}

a.transcript-title {
	border-bottom: 0px #fff;
	padding:  0px;
	margin-top: 4px;
	font-size: 22px;
	text-align: center;
}

#transcript {
	padding: 0px;
	margin: 20px;
	font-size: 14px !important;
	border: 15px solid #e5f2ff;
	border-radius: 9px;
	background: #e5f2ff;
}

#transcript-content {
    font-family: 'Courier New' , monospace;
    overflow: hidden;
    margin: 1px;
}

.transcript-border {
	margin: 1px;
	border: 1px solid #fff !important;
	border-radius: 8px;
	background: #fff;
	clear: both;
}

.comic_navi {
	display: inline-block;
	border-collapse: collapse;
	text-align: center;
	margin: 0 auto;
  border: solid 1px #fff;
  border-radius: 40px;
	padding-left: 10px;
	background: #fff;
}

.navi {
	width: 70px;
	padding-top: 60px;
	margin: 5px;
	font-size: 0.9em;
	color: #555;
	display: inline-block;
	vertical-align:text-top;
}

.navi-last-in {
	margin-right: 15px;
}

.navi-last {
	margin-right: 15px;
}

.navi-prev {
	margin-left: 15px;
}

.navi-prev-in {
	margin-left: 15px;
}

.navi:hover {
	transform: scale(1.2, 1.2);	
}

.navi-void, .navi-void:hover {
	color: #999;
	background-position: -0px 0;
	opacity: 0.5;
	transform: scale(1, 1);
}