/*
Theme Name: Collective of Heroes Child Theme
Theme URI: http://collectiveofheroes.net
Description: The Collective of Heroes' child theme
Author: Shawn Gustafson
Author URI: http://collectiveofheroes.net
Version: 1.0
template: blankthreecolumn
*/
/* updated 12/19/18*/

@import url("../blankthreecolumn/style.css");
@import url("scripts/tipped/tipped.css");

* {
	padding: 0;
	margin: 0;
}
body {
	background: #DFD8D0 url("https://s3.amazonaws.com/collective-of-heroes/images/common/raysBGv2_1024x768.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	margin: 0;
}
body:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 57px;
	background-color: #E4A115;
	border-bottom: solid 3px #A70A15;
}

img, img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img {
	padding: 0;
	border: none;
}

h1 {
	font-family: 'Montserrat', sans-serif;
	color: #0A1334;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}
h2, #content h2 {
	font-size: 1.6em;
	text-align: center;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	color: #0A1334;
	font-size: 1.25em;
	font-weight: bold;
}

#logo {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
#logo h1 a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 260px;
	height: 160px;
	background: url("https://s3.amazonaws.com/collective-of-heroes/images/common/CoH_logo_main_260x160.png");
	margin-left: auto;
	margin-right: auto;
}
#logo h2 {
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	letter-spacing: 1px;
	margin-top: -15px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
}

.menu-link {
	display: block;
	background: url("https://s3.amazonaws.com/collective-of-heroes/images/common/menu_imagemap.png");
	height: 28px;
	position: absolute;
	top: 16px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#link-our-comics {
	left: 50px;
	width: 142px;
	background-position: -1px 0;
}
#link-our-comics:hover {
	background-position: -296px 0;
}
#link-honor-roll {
	display: none;
	left: 220px;
	width: 145px;
	background-position: -146px 0;
}
#link-honor-roll:hover {
	background-position: -441px 0;
}
#link-contact {
	left: 660px;
	width: 164px;
	background-position: 0 -30px;
}
#link-contact:hover {
	background-position: -295px -30px;
}
#link-follow-us {
	left: 850px;
	width: 126px;
	background-position: -168px -30px;
}
#link-follow-us:hover {
	background-position: -463px -30px;
}

#container {
	background: none;
	padding: 0;
	position: relative;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}
#left-sidebar, #right-sidebar {
	margin-top: -74px;
	width: 251px;
}
#left-sidebar {
	float: left;
}
#content-container {
	float: left;
    margin-left: 0;
    margin-top: -74px;
    padding-top: 74px;
    padding: 74px 40px 40px;
    /*border-left: 1px solid #000;
    border-right: 1px solid #000;*/
    width: 440px;
}

#right-sidebar {
	float: right;
}

.widget-container {
	margin: 0;
}

.banner-container {
	padding: 20px 40px;
}

#left-sidebar .banner-container {
	float: right;
}

.banner-list {
	list-style-type: none;
}

a.mini-banner {
	display: block;
	border: 1px solid #000;
	width: 160px;
	height: 31px;
	background: url("https://s3.amazonaws.com/collective-of-heroes/images/mini-banners.png");
	margin-bottom: 10px;
}

.badge, img.badge {
	display: block;
	border: 1px solid #000;
	width: 160px;
	height: 211px;
}

a.badge {
	margin: 19px;
}

#left-banner {
	background: url("https://s3.amazonaws.com/collective-of-heroes/images/common/graybanner_topleft_400x37.png");
	width: 400px;
	height: 37px;
	position: absolute;
	top: 71px;
	left: -10px;
}
#right-banner {
	background: url("https://s3.amazonaws.com/collective-of-heroes/images/common/graybanner_topright_400x37.png");
	width: 400px;
	height: 37px;
	position: absolute;
	top: 71px;
	right: -10px;
}

#footer {
	margin: 40px 0 0;
	padding: 60px 0 30px;
	width: auto;
	background: url("https://s3.amazonaws.com/collective-of-heroes/images/common/graybanner_bottom_1024x37.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.navTable {
	width:100%;
	border-top: 1px solid #555;
	margin-top: 20px;
}

.t_Content_light {
	font-size: 12px;
}
.t_Content_light h3 {
	font-size: 14px;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
}

.comic-link {
	margin: 20px 0 0;
	text-align: center;
}
.comic-link a, .comic-link a:visited , .comic-link a:active {
	font-size: 24px;
	color: #D2232A;
}

#content-container.comic-gallery {
	margin: 0;
	padding: 0;
	width: 1024px;
	border: none;
	text-align: center;
}
#content-container.comic-gallery ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content-container.comic-gallery li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.social-button-set {
	text-align: center;
}
.social-button {
	background: url("https://s3.amazonaws.com/collective-of-heroes/images/common/social_icons_imagemap.png");
	background-attachment: none;
	display: inline-block;
	height: 48px;
	width: 48px;
}
.social-button.facebook {
}
.social-button.facebook:hover {
	background-position: 0 -48px;
}
.social-button.googleplus {
	background-position: -50px 0;
}
.social-button.googleplus:hover {
	background-position: -50px -48px;
}
.social-button.twitter {
	background-position: -100px 0;
}
.social-button.twitter:hover {
	background-position: -100px -48px;
}
.social-button.rss {
	background-position: -150px 0;
}
.social-button.rss:hover {
	background-position: -150px -48px;
}
.social-button.deviantart {
	background-position: -200px 0;
}
.social-button.deviantart:hover {
	background-position: -200px -48px;
}
.social-button.tumblr {
	background-position: -250px 0;
}
.social-button.tumblr:hover {
	background-position: -250px -48px;
}
.social-button.instagram {
	background-position: -300px 0;
}
.social-button.instagram:hover {
	background-position: -300px -48px;
}
.slideshow_container {
	margin-left: auto;
	margin-right: auto;
}

.entry-content img, .comment-content img, .widget img {
	max-width: none;
}

.honor-roll-entry {
	border: 1px solid #999;
	background: #eee;
	padding: 10px;
	margin: 20px 0;
	display: block;
	color: #000;
}
.honor-roll-entry .badge.right-align {
	margin: 0 0 0 10px;
	float: right;
}

.honor-roll-divider {
	clear: both;
	margin: 10px 0;
}

.custom-title {
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	letter-spacing: 1px;
	margin-top: -15px;
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	padding: 5px;
	background-color: #E4A115;
    border-bottom: solid 3px #A70A15;
	color: white;
}
