/*
 Theme Name:   PodscapeCSS
 Theme URI:    
 Description:  Podscape Theme
 Author:       Xris Parsell
 Author URI:   http://www.xris.net
 Template:     comicpress
 Version:      1.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  
*/

/*
PODSCAPE
1. STANDARD TAGS */
@import url('https://fonts.googleapis.com/css?family=Nunito|Raleway');
html {
	overflow-y: scroll;
}
body {
	background: linear-gradient(#084f77, #c9d687);
}
/* THE HEADER */
#header {
	background-color: #294352;
	background-image: url(images/header8.png);
	height: 120px;
	border-radius: 15px 15px 0 0;
}
#header .description {
	padding: 0 0 10px 0;
	font-size: 14px;
	color: #00FF00;
}
.header-info {
	font-family: Nunito;
	font-weight: 700;
	transition: h1 0.4s ease-out, color 0.8s ease-out;
	visibility: hidden;
}
.header-info:hover {
	color: rgba(225,97,8,1.00);
}
.header-info:hover h1 {
	font-size: 66px;
}
.widget-content {
	padding: 8px 4px;
	background-color: #fff;
}
/* Comic */
#comic-head {
	clear: both;
}
#comic {
	text-align: center;
	background-color: #FFF;
}
#comic-foot {
	background-color: #FFF;
	padding-bottom: 5px;
	text-align: center;
}
#content {
	border: solid 1px #000;
	padding: 16px 8px;
	background-color: #fff;
}
#content-wrapper {
	box-shadow: rgba(106,106,106,.7);
}

/* NAVIGATION */
.nav, .blognav {
	float: right;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 0;
}
.nav-first {
	float: left;
}
.nav-previous {
	float: left;
}
.nav-previous a {
	padding-left: 10px;
}
.nav-next {
	float: left;
}
.nav-next a {
	padding-left: 10px;
}
.nav-last {
	float: left;
}
.nav-last a {
	padding-left: 10px;
}
.pagenav, .commentnav {
	height: 25px;
	color: #0FF;
	font-weight: bold;
	line-height: 25px;
	padding: 0 5px 0 5px;
	margin-top: 5px;
	clear: both;
}
.pagenav-left, .commentnav-left {
	float: left;
}
.pagenav-right, .commentnav-right {
	float: right;
}
.nav a, .pagenav a, .nav-blog a {
	display: block;
	float: left;
}
/* Posts Pages */
.sidebar .widget {
	margin-bottom: 10px;
}
/* WP */
.narrowcolumn {
	background-color: #d5ffa0;
	position: relative;
}
