@charset "utf-8";
/* CSS Document */

/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html{}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
/*End of CSS Reset*/

body {
    background: #131316;
}
/*TEXT RELATED FEATURES*/
p{
    color: #15c1fa;
    font-size: 17px;
}
a {
    color: #66d9ff;
}
h1 {
    color: #66d9ff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 20px;
}
h2 {
    color: #66d9ff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 200%;
    text-transform: uppercase;
    padding-bottom: 12px;
}
h3{
    color: #66d9ff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 200%;
    text-transform: uppercase;
    font-weight: 1000;
    text-decoration: underline;
}
h4{
    color: #66d9ff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 25px;
    line-height: 300%;
    text-transform: uppercase;
    font-weight: 1000;
}
p.question{
    color: #66d9ff;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 200%;
    padding:10px 0px;
}

/*LAYOUT*/
.wrapper {
    width: 100%;
    margin: 10px auto;
}
.header {
    width:100%;
    text-align: center;
    background: #131316;
    margin-bottom: 10px;
    //background-image: url("../images/pridebg.png");
    background-repeat: no-repeat;
    background-position:top;
}
.coreContent{
    margin: auto;
    border-bottom: solid 1px #474747;
}
.comicBox{
    text-align:center;
}
.comicStretch{
    max-width: 100%;
}
.socialbar{
    text-align: center;
    margin: 10px auto;
}
.myFeed{
    max-width: 1024px;
    overflow: auto;
    margin: 0 auto;
    display:flex;
}
.sideFeed{
    display: flex;
    flex-direction: column;
}
.myComment{
    max-width: 800px;
    margin: 0px auto 15px 20px;
    overflow: auto;
}
.footer{
    margin: 40px auto 0;
    text-align: center;
    max-width: 960px;
    overflow: auto;
}
.discom{
    padding: 25px;
    background: #141414;
    margin: 20px auto;
    max-width: 1024px;
}
.textBlock{
    margin: 0 auto 20px;
    max-width: 960px;
    overflow: auto;
    border-bottom: solid 1px #474747;
}
.splashBlock {
    padding: 0 auto;
    position: relative;
    width: 50%;
    display:inline-block;
}

.splashBlock:hover .loreOverlay {
    opacity: 1;
    z-index: 1;
}
.imgSplash{
    max-width: 100%;
    height: auto;
}
.imgSplashHoverLOV{
    max-width: 200%;
    pointer-events:none;
    float:left;
}
.imgSplashHoverROV{
    max-width: 200%;
    float:right;
    pointer-events: none;
}
.imgMenu{
    max-width: 1000px;
    margin: 0px auto;
    overflow: auto;
    text-align: center;
}
.artGallery{
    max-width: 1100px;
    margin: 20px auto;
    overflow: auto;
    text-align: center;
    border-bottom: solid 1px #474747;
    background: #2b2b35;
    border-radius: 25px;
    padding-bottom: 25px;
}
.artGallery ul li{
    margin: 15px;
    display: inline-block;
    border-radius: 10px;
}
.artGallery img{
    border-radius: 25px;
    box-shadow: 4px 4px 5px #020207;
}
.rigDL{
    width:325px;
    margin:0 15px;
    display:inline-block;
}
.rigDL img{
    margin-bottom:10px;
}
.loreBlock {
    margin: auto;
    position: relative;
    width: 325px;
    display:inline-block;
}
.loreBlock:hover .loreOverlay {
    opacity: 1;
}
.loreOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: 1s ease;
}
.archiveCover{
    margin: 0 10px 20px;
}
.imgMenuArchive{
    max-width: 1024px;
    margin: 20px auto;
    overflow: auto;
    text-align: center;
}

/*DISPLAY STYLING*/
img.rwrap {
    float: right;
    padding-left: 30px;
    
}
img.lwrap {
    float: left;
    padding-right: 30px;
}
/*SIRE AND COMIC NAVIGATION0*/
.navbar {
    height: 100%;
    background: #101010;
    margin: 0px auto 5px auto;
    border-top: solid 1px #474747;
}
#menu {
    text-align: center;
    padding: 5px 0;
}

#menu li {
    display: inline-block;
    padding:0 30px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

#menu li a {
    text-decoration: none;
    color: #66d9ff;
    line-height: 45px;
    display: block;
}

#menu li a:hover {
    background-color: #373f4d;
}
.comicnav{
    height: 45px;
    margin: 0 auto;
    background: #131316;
    text-align: center;
    font-size: 0;
}////     500px910////////0
    text-align: center;2
    paddingpadding: o 0 auto;px