@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Play:400,700);
html, body, div, span, applet, object, iframe, p, h1,h2, h3, h4, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, table {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
table {
	border: none;
}
@font-face {
	font-family: AnUnfortunateEvent;
	src: url('../fonts/ANUNE.ttf');
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	color: brown;
	cursor: pointer;
	text-decoration: none;
}
p{
	line-height: 1.5em;	
}
#help p{
	margin: 10px 0px 10px 0px;	
}
a:hover {
	color: powderblue;
}
body {
	line-height: 1;
	font-size: 16px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*----------Reader----------*/
.nextpage {
	float: right;
}
.nextpage, .lastpage {
	width: 10%;
	margin: 2%;
	height: 25px;
	background-color: powderblue;
	font-size: 12px;
}
.reader_page {
	width: 100%;
}
.preview {
	height: 200px;
}
.chapters {
	margin: 0 auto;
	margin-left: 5%;
	margin-right: 5%;
	font-size: 12px;
	width: 40%;
	height: 25px;
	background-color: powderblue;
}
.pages {
	margin: 0 auto;
	font-size: 12px;
	width: 20%;
	height: 25px;
	background-color: powderblue;
}
/* ---------------CSS Document--------------- */
.hover_img a {
	position: relative;
}
.hover_img a span {
	position: absolute;
	display: none;
	z-index: 99;
}
.hover_img a:hover span {
	display: block;
}
.pageimage {
	display: none;
}
#help_topics li{
	    margin: 10px 0px 10px 0px;
    line-height: 45px;
    font-size: 20px;
}
/*----------------Headers----------------------*/
body {
}
#search{
	height: 30px;
	width: 25%;
	background-color: powderblue;	
	float:right;
	margin: 20px 0px 20px 0px;	
}
.search{
	height: 30px;
	width: 70%;
	float:right;
	margin: 20px 1% 20px 0px;	
}
.browse_button {
	float: left;
	margin-top: 15px;
}
.about {
	background-color: whitesmoke;
	color: #000;
	line-height: 2em;
	clear: both;
	width: 100%;
	padding: 50px 0px 50px 0px;
	display: table;
}
#home {
	text-align: center;
}
.alert{
	text-align: center;
	color: green;	
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.75em;
}
h3{
	font-size: 1.5em;	
}
h4{
	font-size:1.33em;	
}
body {
	font-family: 'Play', sans-serif;
	background-size: 100%;
	background-color: #FFF;
}
.top_nav {
	width: 100%;
	height: 30px;
	background-color: #000;
}
.top_nav ul {
	float: right;
	padding-top: 10px;
}
.top_nav ul li {
	color: #FFF;
	float: left;
}
.content {
	width: 100%;
	margin: 0 auto;
}
header {
	height: 75px;
	border-bottom: 1px #FFF solid;
	background-color: #000;
}
#name a {
	margin-bottom: 36px;
	margin-left: 36px;
	font-family: AnUnfortunateEvent;
	color: #FFF;
	float: left;
	position: relative;
	text-decoration: none;
}
#arrow {
	display: none;
}
nav {
	width: 50%;
	float: right;
}
nav ul {
	float: right;
	width: 100%;
	height: 50px;
	/*transform: skewX(-30deg);*/
	position: relative;
}
nav ul li {
	color: #FFF;
	float: left;
	width: 20%;
	margin-top: 20px;
	text-align: center;/*transform: skewX(30deg);*/
	margin-bottom: 10px;
}
nav ul li a {
	text-decoration: none;
	color: #FFF;
}
nav ul li a:hover {
	color: powderblue;
}
#profile_nav {
	display: none;
	position: absolute;
	background-color: #000;
	width: 160px;
	z-index: 2;
	padding-top: 20px;
}
#profile_nav li {
	float: left;
	display: block;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 160px;
	background-color: #000;
	margin: 0;
}
#dropdownbutton:hover > #profile_nav {
	display: block;
}
/*--------------------End headers-----------------------*/
td[id^="detail_controls"] {
	background: url('../img/details_open.png') no-repeat center center;
	cursor: pointer;
}
tr.shown td[id^="detail_controls"] {
	background: url('../img/details_close.png') no-repeat center center;
}
#slideshow {
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.profilecomic{
	    float: left;
    width: 28%;
    margin: 0px 2.5% 0px 2.5%;
    height: 400px;
    overflow: hidden;
}	
.comic {
	float: left;
	width: 20%;
	margin: 0px 2.5% 0px 2.5%;
	height: 400px;
	overflow: hidden;
}
.comic:hover {
	opacity: 0.5;
}
.featured_comicstrip{
	width: 100%;
}	
.featuredcomic {
	min-height: 200px;
}
.comic p {
	text-align: center;
	margin-bottom: 10px;
}
.featuredcomic {
	height: 250px;
	margin: 25px;
}
.readmore {
	width: 50%;
	background-color: powderblue;
	border-radius: 20px;
}
.genre_featured {
	padding: 50px 0px 50px 0px;
	display: table;
}
.genre_featured h2 {
	margin: 10px;
}
.browse {
	margin-top: 75px;
}
/*-----------------------Footer-------------*/
footer {
	width: 92%;
	background: url('../img/San-Francisco-Skyline-2016011246.svg') no-repeat;
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
	height: 600px;
	opacity: 0.2;
}
.social_media {
	float: right;
}
.icon {
	height: 50px;
}
/*-------------------------Tabs page----------------------*/
ul.tabs {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	height: 32px;
}
ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	height: 55px;
	line-height: 55px;
	font-weight: bold;
	background: #EEEEEE;
	overflow: hidden;
	position: relative;
	width: 33.3%;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}
ul.tabs li:hover {
	background: #CCCCCC;
}
ul.tabs li.active {
	background: powderblue;
	color: #000;
}
.tab_content li {
	padding-top: 25px;
}
.tab_container {
	clear: both;
	width: 92%;
	background: #FFFFFF;
	margin: 0 auto;
}
.tab_content {
	font-size: 1.2em;
	display: none;
}
.comic_img {
	height: 250px;
}
.comic_img_profile {
	width: 33%;
	float: left;
}
#alphabet li {
	clear: none;
}
.title {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
}
.comic_info_read {
	float: left;
	width: 75%;
	margin-left: 10px;
	margin-bottom: 40px;
}
.author {
	color: grey;
}
.comic_info_read div:not(.title) {
	margin-top: 10px;
}
#alphabet {
	margin: 0 auto;
	width: 75%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#alphabet li {
	float: left;
	width: 3.7%;
}
/*-----------------------Form----------------*/
#login_page h2 {
	text-align: center;
	color: #000;
	padding-top: 30px;
	background-color: powderblue;
	padding-bottom: 20px;
}
#login {
	background-color: powderblue;
	display: table;
	width: 75%;
	margin: 0 auto;
	border-radius: 55px;
	padding-bottom: 30px;
	overflow: hidden;
	margin-top: 40px;
}
.fill_out {
	float: left;
	font-size: 16px;
	margin-top: 20px;
	width: 92%;
	margin-left: 3%;
	margin-right: 3%;
}
.fill_out div, .fill_out p {
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
}
.genre_label {
	margin-right: 5%;
	float: left;
	margin-top: 0px;
	
}
.fill_out label:not(.genre_label) {
	width: 30%;
	margin-right: 5%;
	text-align: right;
	float: left;
	margin-top: 18px;
	font-weight:bold;
}
.fill_out input, .fill_out select {
	width: 50%;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
input[type=submit] {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background-color: #000;
	color: #FFF;
	border-radius: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.input {
	float: left;
	width: 20%;
	margin-top: 15px;
	margin-left: 30%;
}
.fill_out input[type=checkbox] {
	width: auto;
	margin: 0;
	height: 10px;
}
#genres {
	clear: both;
	width: 75%;
	display: table;
	margin: 0 auto;
}
.box.is-dragover {
	background-color: grey;
}
.box.is-uploading .box__input {
	
}
.box {
	width: 75%;
	margin: 0 auto;
	height: 150px;
	background-color: powderblue;
}
#photo {
	    margin-top: 45px;
    font-size: 20px;
    background-color: grey;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30%;
    padding-right: 17%;
	}
	#photo.text{
		padding: 5px;	
	}
/*---------------Profile page------------*/

#notecard {
	background-color: inherit;
	display: table;
	width: 100%;
	padding-bottom: 30px;
	padding-top: 35px;
}
.comicpage img {
	width: 92%;
	margin-right: 3%;
	margin-left: 3%;
}
.identity img {
	width: 92%;
	margin-right: 3%;
	margin-left: 3%;
	border-radius: 50%;
}
.identity span {
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.identity_info {
	margin-left: 3%;
}
.identity_info p {
	width: 75%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#profile {
	
	float: left;
}
ul#profile li {
	
	margin-top: 20px;
	margin-bottom: 20px;
}
ul#profile .label {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.fullwidth{
	width: 100%;	
	float:left;
}
.definition {
	width: 15%;
	margin-top: 10px;
}
.description {
	width: 75%;
	margin: 0 auto;
	clear: both;
}
.comicbio {
	width: 100%;
	clear: both;
	float: right;
	margin-bottom: 20px;
}
ul#profile li span:first-child {
	font-weight: bold;
}
.definition:before {
	content: '';
	margin-right: 5%;
}
/*------------------------table---------------------*/
.task {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: aliceblue;
	border-radius: 23px;
	width: 14%;
	margin: 2.5%;
	border: 1px solid lightgrey;
}
.tabletab {
	background-color: powderblue;
	width: 100px;
	padding: 18px;
	border-radius: 25px 25px 0px 0px;
	margin-top:20px;
}
table {
	border-collapse: collapse;
	width: 100%;
}
td, th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
}
th {
	background-color: powderblue;
}
*[class^="chapter_row"] {
	display: none;
	border: none;
}
/*-------------Media queries----------*/
.wrap {
	max-width: 1280px;
	width: 92%;
	margin: 0px auto;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	display: table;
}
.formwrap {
	width: 50%;
	margin: 0 auto;
	position: relative;
}
#username, #password {
	width: 100%;
}
/*  SECTIONS  */
.clear_wrapper {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.floater {
	display: block;
	float: left;
}
.floater:first-child {
	margin-left: 0;
}
/*  GROUPING  */
.group:before, .group:after {
	content: "";
	display: table;
}
.group:after {
	clear: both;
}
/*  GRID OF SIX  */
.kiwi {
	width: 100%;
	clear: both;
}
.grapefruit {
	width: 80%;
}
.fig {
	width: 60%;
	margin-top: 1.5%;
	margin-bottom: 1.5%;
	margin: auto;
}
.cherry {
	width: 48%;
	margin: 1%;
}
.banana {
	width: 30%;
	margin: 1.5%;
}
.apple {
	width: 15%;
}

@media only screen and (max-width:960px) {
.input {
	width: 100%;
	margin-left: 0px;
}
.browse {
	margin: 0 auto;
}
.col {
	margin: 1% 0 1% 0%;
}
.apple, .banana, .cherry, .fig, .grapefruit, .kiwi {
	width: 100%;
}
#name {
	height: 50px;
}
#name a {
	margin-left: 0px;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
	font-size: .7em;
}
header {
	height: initial;
}
nav {
	width: 100%;
	float: none;
	display: table;
}
nav ul {
	float: none;
	width: 100%;
	height: 50px;/*transform: skewX(-30deg);*/
}
nav ul li {
	color: #FFF;
	width: 100%;
	margin: 0 auto;
	height: 40px;
	text-align: center;/*transform: skewX(30deg);*/
	background-color: #000;
}
nav ul li a {
	text-decoration: none;
	color: #FFF;
}
nav ul li a:hover {
	color: powderblue;
}
#profile_nav {
	display: none;
	position: absolute;
	background-color: #000;
	width: 100%;
	z-index: 2;
	padding-top: 20px;
}
#profile_nav li {
	float: none;
	display: block;
	height: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 100%;
	background-color: #000;
	margin: 0;
}
#dropdownbutton:hover > #profile_nav {
	display: none;
}
#arrow {
	display: inline;
}
#arrow img {
	width: 20px;
	height: 13px;
	margin-left: 15px;
}
.web_block {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
.comic_img {
	width: 100%;
}
ul.tabs {
	height: initial;
	width: 100%;
}
ul.tabs li {
	float: none;
	margin: 0;
	cursor: pointer;
	height: 31px;
	line-height: 31px;
	font-weight: bold;
	background: #EEEEEE;
	overflow: hidden;
	position: relative;
	width: 100%;
	text-align: center;
}
#login {
	display: table;
	width: 75%;
	margin: 0 auto;
	border-radius: 55px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.fill_out {
	float: left;
	font-size: 16px;
	margin-top: 20px;
	width: 94%;
	margin-left: 3%;
	margin-right: 3%;
}
.fill_out div, .fill_out p {
	margin-bottom: 20px;
	margin-top: 20px;
	clear: both;
}
.genre_label {
	margin-right: 5%;
	float: left;
	margin-top: 0px;
}
.fill_out label:not(.genre_label) {
	width: 100%;
	
	text-align: left;
	float: left;
	margin-top: 18px;
}
.fill_out input, .fill_out select {
	width: 100%;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.fill_out input[type=checkbox] {
	width: auto;
	margin: 0;
	height: 10px;
}
#genres {
	width: 100%;
}
.comic {
	float: left;
	width: 100%;
	margin: 0;
	height: auto;
	overflow: hidden;
}
.comic_img {
	height: auto;
}
.featuredcomic {
	width: 70%;
	margin: 25px;
	height: auto;
	
}
}
