/*
Theme Name: ComicPress Sharksplode 05-2015
Theme URI: http://frumph.net
Template: comicpress
Description: My Personalized Child Theme
Author: Joel Watson
Author URI: http://www.sharksplode.com
Version: 1.0
.
The CSS, XHTML and design is released under GPL v3:
http://www.opensource.org/licenses/gpl-3.0.html
.

NOTE: When writing CSS in the Child Theme, you put the CHANGES only, not the entire CSS.  
*/

@import url("../comicpress/style.css");

/* PUT CSS CHANGES UNDER HERE */

/* Content-Wrapper */

#content-wrapper {
	border: solid 0px transparent;
}

#content {
	background-color: Transparent !important;
}


/* Subcontent-Wrapper */

#subcontent-wrapper {
	padding: 2px 0;
	overflow: hidden;
	/*background: url('http://sharksplode.com/wp-content/uploads/2015/05/subcontent-wrapper-background-2.png') top center repeat-y;*/
	background: url('http://sharksplode.com/wp-content/uploads/2015/10/subcontent-wrapper-background-1230px.png') top center repeat-y;

}

#header {
	display: block;
	overflow: hidden;
	max-width: 1230px;
	max-height: 1px;
}

/* Page */

#page-wrap {
	/*padding: 10px 0;*/
	padding: 25px 0;
	background: 
		url('http://sharksplode.com/wp-content/uploads/2015/10/sharksplode-main-bg-sharks-102815-3.png') top center no-repeat;
		min-width:1000px;
}

#page {
	/*width: 1080px;*/
	width: 1230px;
	/*margin: 10px auto;*/
	margin: 0px auto;
}

/* This is the wrapper for the #content floats need to be in here */
#content-column {
	float: left;
	/*width: 548px;*/
	width: 698px;
	margin: 0 2px;
}

body.layout-3crgn #content-column, body.layout-3crgn #content-column {
	/*width: 862px;*/
	width: 1012px;
}

body.layout-3crgn #content {
	/*width: 538px;*/
	width: 688px;
	float: right;
}

/* Scheme Sandy */

body.scheme-sandy #page {
	width: auto;
	background-color: Transparent !important;
}

body.scheme-sandy h1 a, body.scheme-boxed h1 a {
	text-shadow: 1px 2px 2px #777;
}

body.scheme-sandy #header, body.scheme-sandy #menubar-wrapper, body.scheme-sandy #breadcrumb-wrapper, body.scheme-sandy #subcontent-wrapper, body.scheme-sandy #footer {
	/*width: 1080px;*/
	width: 1230px;
	margin: 0 auto;
}

body.scheme-sandy #breadcrumb-wrapper {
	-moz-box-shadow: 1px 2px 10px #000;
	-webkit-box-shadow: 1px 2px 10px #000;
	-khtml-box-shadow: 1px 2px 10px #000;
	box-shadow: 1px 2px 10px #000;
}

body.scheme-sandy #comic-wrap {
	width: 1120px;
	margin: 0 auto;
	margin-bottom: -5px;
	position: relative;
	border: solid 0px #808080;
	border-bottom: solid 0px #808080;
	border-left: solid 0px #808080;
	border-right: solid 0px #808080;
	-moz-box-shadow: 0px 2px 4px #000;
	-webkit-box-shadow: 0px 2px 4px #000;
	-khtml-box-shadow: 0px 2px 4px #000;
	box-shadow: 0px 2px 4px #000;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

body.scheme-sandy.cnc #comic-wrap {
	width: auto;
	margin-bottom: 0;
}


body.scheme-sandy #subcontent-wrapper {
	padding-top: 5px;
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	-khtml-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;

}

body.scheme-sandy.cnc #subcontent-wrapper {
	padding-top: 0px;
}

body.scheme-sandy #footer {
	margin-top: 10px;
	-moz-box-shadow: 0px 2px 4px #000;
	-webkit-box-shadow: 0px 2px 4px #000;
	-khtml-box-shadow: 0px 2px 4px #000;
	box-shadow: 0px 2px 4px #000;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background-color: #939393;
}

/* Default Sidebars */

#sidebar-left, #sidebar-right {
	padding: 2px;
	margin: 0px 2px;
}

#sidebar-left {
	float: left;
	width: 312px;
	margin: 10px 0px 0px 6px;
}

#sidebar-right {
	float: right;
	width: 204px;
}

body.layout-3cr #sidebar-right {
	/*	margin-left: 0px; */
}

body.layout-3cl #sidebar-right {
	float: left;
}

.sidebar-basic ul, .sidebar-basic li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar-header {
	float: right;
	display: inline-block;
	/*margin: 10px 10px 0 0;*/
	margin: 0px 0px 0 0;
}

#sidebar-header .sidebar .widget {
	background: none;
	background-color: Transparent;
	border: 0;
}

/* Sidebar Class */

#sidebar-right .sidebar, #sidebar-left .sidebar {
	font-size: 12px;
	overflow: hidden;
}

h2.widget-title, h2.widget-title a {
	display: block;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin: 0 0 0 10px;
	padding: 0;
}

.sidebar .widget {
	margin-bottom: 10px;
}

.sidebar .widget .post-extras, .sidebar .widget .entry {
	padding: 3px;
}

.sidebar-no-widgets {
	color: #000;
	margin: 0 auto 10px;
	padding: 5px;
	border: dotted 1px #aaa;
	background: #ccc;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.classic-bookmark {
	margin: 0 auto;
	width: 185px;
}

body.rounded-posts .uentry, body.rounded-posts #comment-wrapper, body.rounded-posts #wp-paginav, body.rounded-posts #pagenav {
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 0px #000;
	-webkit-box-shadow: 0px 0px 0px #000;
	-khtml-box-shadow: 0px 0px 0px #000;
	box-shadow: 0px 0px 0px #000;
}

.post-info {
	padding: 5px;
	font-size: 12px;
	background-color: Transparent !important;
	color: #b10607;
	
}

/* THE MENU */

#menubar-wrapper {
	width: 1080px;
	/*height: 90px;*/
	clear: both;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	line-height: 25px;
	padding: 0px 0px 0px 0px;
	/*background: url('http://sharksplode.com/wp-content/uploads/2015/05/sharksplode-menubar-background-75x1080-x2.png') top center no-repeat;*/
	position: relative;
	/*z-index: -1;*/
}

.menu-container {
	/* THIS POSITIONS THE MENUBAR ITEMS WITHIN THEIR CONTAINER - JOEL*/
	position: absolute;
   	/*bottom: 25px;*/
   	/*left: 75px;*/
}

.menunav {
	float: right;
	text-align: center;
}

.menunav a:link, .menunav a:visited {
}

.menunav a:hover {
}

.menunav-search {
	float: left;
	height: 22px;
	margin-right: 3px;
}

.menunav-search .s-search {
	height: 15px;
}

.menunav-search button {
	height: 21px;
}

a.menunav-rss {
	line-height: 25px;
	padding: 0 4px;
	float: left;
	display: inline-block;
	overflow: hidden;
	margin: 0 3px;
}

.menunav-rss:hover {
}

.menu {
	/*	font: bold 12px Verdana; */ /*	background: #414141; background of menu bar (default state)*/
	float: left;
}

.menu ul, .footmenu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*Top level list items*/
.menu ul li, .footmenu ul li {
	position: relative;
	display: inline;
	float: left;
}

/*Top level menu link items style*/
.menu ul li a, .footmenu ul li a {
	line-height: 25px;
	display: block;
	padding: 0 7px;
	text-decoration: none;
	font-weight: bold;
}

.menu ul li ul li a {
	text-align: left;
	background: #555; /* background of menu items (default state)*/
}

* html .menu ul li a {
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.menu ul li a:link, .menu ul li a:visited {
	/*This controls the main menu item links*/
	/*color: #000;*/
	color: #aa0014;
	font-size: 17px;
}

.menu ul li ul li a:link, .menu ul li ul li a:visited {
	/*This controls the drop down menu item links*/
	/*color: #fff;*/
	font-size: 14px;
	color: #fff;
	background: #7e7e7e;
	border-bottom: 1px solid #d5d5d5;
}

.menu ul li a.selected {
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
	/*background: #414141;*/
	/* color: #fff;*/
	color: #e0001b;
	background: Transparent;
}

.menu ul li a:hover, .menunav a:hover {
	/*Main menu item hover state*/
	/*color: #fff;*/
	/*background: #414141;*/ /*background of menu items during onmouseover (hover state)*/
	color: #e0001b;
	background: Transparent;
}

.menu ul li ul li a:hover {
	/*Hover on dropdown menu links*/
	/*color: #fff;*/
	/*font-size: 12px;*/
	font-size: 14px;
	color: #fff;
	background: #a6a6a6;
}

/*1st sub level menu*/
.menu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li {
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul {
	top: 0;
}

/* Sub level menu links style */
.menu ul li ul li a {
	font: normal 13px Verdana;
	width: 160px; /*width of sub menus*/
	padding: 5px;
	margin: 0;
}

/* Holly Hack for IE \*/
* html .menu, * html .footmenu {
	height: 1%;
}
/*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.menubar-arrow {
	position: absolute;
	margin-left: 2px;
	font-size: 11px;
}

/* classes that can be used to override the down/right arrows with images of your own */
.menubar-down-arrow {
}

.menubar-right-arrow {
}

body.scheme-sandy #header, body.scheme-sandy #menubar-wrapper, body.scheme-sandy #breadcrumb-wrapper, body.scheme-sandy #subcontent-wrapper, body.scheme-sandy #footer {
	/*width: 1080px;*/
	width: 1230px;
	margin: 0 auto;
}

/* ######### END THE MENU  ######### */

#sidebar-menubar {
	/*THIS IS HOW I MOVED THE MENUBAR ABOVE THE COMIC CONTAINER - JOEL*/
	margin-bottom: 40px;
}

#sidebar-above-header {
	/*I WAS USING THIS TO POSITION THE OLD MENUBAR ABOVE THE HEADER - JOEL*/
	margin-bottom: -40px;
}

#blogheader {
	border-width: 0;
	display: block;
	height: 51px;
	width: 500px;
	margin: 0 auto;
	background: url('http://sharksplode.com/wp-content/uploads/2015/05/blogsplode-header-1.png') top center no-repeat;
	border-bottom-color: Transparent !important;
}
	
.narrowcolumn {
	/*max-width: 525px;*/
	max-width: 675px;
	padding: 0px 10px 0px 0px;
}

.type-comic { 
	margin-top: 10px; }

.type-page { margin-top: 10px; }

.blognav {
	width: 80%;
	padding: 3px 12px;
	margin: 0 auto;
	background: Transparent !important;
}

#righttower {

-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
background-attachment: scroll;
background-clip: border-box;
background-color: #b0b0b0;
background-image: none;
background-origin: padding-box;
background-size: auto;
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
height: 100%;
margin-bottom: 0px;
margin-left: 8px;
margin-right: 8px;
margin-top: 0px;
padding-bottom: 12px;
padding-left: 12px;
padding-right: 12px;
padding-top: 12px;
width: 160px;
border: solid 1px #808080;
-moz-box-shadow: 0px 2px 4px #000;
-webkit-box-shadow: 0px 2px 4px #000;
-khtml-box-shadow: 0px 2px 4px #000;
box-shadow: 0px 2px 4px #000;
}

#leftsquare {

-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
background-attachment: scroll;
background-clip: border-box;
background-color: #b0b0b0;
background-image: none;
background-origin: padding-box;
background-size: auto;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
height: 100%;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding-bottom: 0px;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
width: 300px;
border: solid 1px #808080;
-moz-box-shadow: 0px 2px 4px #000;
-webkit-box-shadow: 0px 2px 4px #000;
-khtml-box-shadow: 0px 2px 4px #000;
box-shadow: 0px 2px 4px #000;

}

div.sharedaddy .sd-content {
	margin: 0 auto !important;
	width: 700px !important; /* change this width based on which buttons and styles you are using */
	float: none !important;
}

ul.blogroll a {
    display: block;
}

.footmenu .menu {
	display: inline-block;
	text-transform: uppercase;
	float: none;
	margin-top: 10px;
}

#sidebar-footer-left, #sidebar-footer, #sidebar-footer-right {
	/*PADDING HERE CONTROLS DISTANCE BETWEEN FOOTER SIDEBARS - JOEL*/
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	/*width: 326px;*/
	width: 332px;
	padding: 10px;
	/*height: 100%;*/
	height: 250px;
	/*border: solid 1px #808080;*/
}

#sidebar-footer-left .widget, #sidebar-footer .widget, #sidebar-footer-right .widget {
	/*Margin here ads distance between the whole footer and the footer sidebar - JOEL*/
	/*Padding here pads the items INSIDE the footer widgets from the footer widget border - JOEL*/
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	/*border: solid 1px #808080;*/
	margin-bottom: 0px;
}

#sidebar-footer-left .widget-title, #sidebar-footer .widget-title, #sidebar-footer-right .widget-title {
	text-align: center;
	color: #f3f3f3;
}

#footer-sidebar-wrapper {
	display: table;
	table-layout: fixed;
	padding: 10px 10px 10px 10px;
	width: 1120px;
	margin: auto;
}

#footer .widget {
	background-color: #b0b0b0;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 100%;
}

#sidebar-left .widget_links {
	background: rgba(255,255,255,0.3);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	height: 100%;
	padding: 10px 10px 10px 10px;
}

.blognav {
	width: 80%;
	padding: 3px 12px;
	margin: 0 auto;
}

h2.post-title {
	color: #b10607;
}

h2.widget-title, h2.widget-title a {
	display: block;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #606060;
}

a {
	text-decoration: none;
}

a:link {
	color: #b00;
}

a:visited {
	color: #b00;
}

a:hover {
	color: #f00;
}

.ceo_thumbnail_widget img { 
	-moz-box-shadow: 0px 1px 4px #000;
	-webkit-box-shadow: 0px 1px 4px #000;
	-khtml-box-shadow: 0px 1px 4px #000;
	box-shadow: 0px 1px 4px #000;
}

/* Start Mobile Alt Text Styles */
#checker {
    position:absolute;
    width:125px;
    height:41px;
    background:url(http://sharksplode.com/wp-content/uploads/2015/05/mobile-alt-text-button-sharksplode.png);
    background-position:0 -40px;
    display:inline-block;
   /* bottom: 82px;*/
    bottom: 15px;
    right: 25px;
    cursor:pointer;
}
#checker:hover {
    background-position:0 0;
}
@media (max-width:767px) {
    #checker {
        position: static;
    }
}
.alt-text-popup {
  position: relative;
  background: white;
  padding: 25px;
  width: auto;
  max-width: 600px;
  margin: 0 auto;
  font-size:20px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

#comic-wrap {
    position: relative;
}
/* End Mobile Alt Text Styles */

#comic {
	padding: 10px 0px 10px 0px;
}

blockquote {
	margin: 5px;
	border: 1px dashed #ccc;
	padding: 10px;
	font-size: 14px;
	font-weight: normal;
}

blockquote p:first-letter {
	float: none;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

blockquote p:first-line {
	font-variant: normal;
}