/*---------------------------------------------------------------------------
Daydream Attorney @ https://daydream.attorney/

Resources used as reference:

tsui/Dithis - http://dithis.blog.fc2.com/
* 16_photo_gallery FC2 theme - v1.0.1 | 2015
* Licensed under the MIT license - http://opensource.org/licenses/mit-license.php

Eric Meyer - http://meyerweb.com/eric/tools/css/reset/ 
* CSS Reset Template -	v2.0 | 20110126
* Licensed under the public domain

Cursors-4u - https://www.cursors-4u.com/
* Cursors

If you use fauxluc.id's code as reference,
credit/attribution to the resources is encouraged.
----------------------------------------------------------------------------- */

@charset "UTF-8";

/* ----- Reset
-------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
strike, strong, tt, var,
center,
dl, dt, dd, 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{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section{
	display:block;
}
body{
	line-height:1;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* ----- Clearfix ----- */
.clearfix:before, .clearfix:after{
	content:'';
	display:table;
}
.clearfix:after{
	clear:both;
}
/* ----- Fonts
-------------------------------------------------- */
@font-face {
    font-family: Olivetti;
    src: url(Olivetti.woff2);
}
@font-face {
    font-family: Drukarnia;
    src: url(Drukarnia.woff2);
}

@font-face {
    font-family: ArteDellaCalligrafia;
    src: url(ArteDellaCalligrafia.woff2);
}
@font-face {
    font-family: BlackCasper;
    src: url(BlackCasper.woff2);
}
@font-face {
    font-family: Freakshow;
    src: url(Freakshow.woff2);
}
/* ----- Global
-------------------------------------------------- */

*, *:before, *:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
html{
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	overflow-y:scroll;
    box-sizing:border-box;
}
body{
	color:#ffffff;
	font:14px/1.5 'Arial';
	word-wrap:break-word;
	cursor:url(https://cur.cursors-4u.net/cursors/cur-10/cur918.cur), auto;
}
.adjust-line-height{
	line-height:0px;
}
/* ----- Headings
-------------------------------------------------- */
h1{
	font-size:3em;
	font-family:BlackCasper;
	margin:0 0 5px 0;
}
h2{
	font-size:2.2em;
	font-family:Olivetti;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}
h3{
	font-size:1.1em;
	font-weight:bold;
	background-color:#b787ca;
	color: #212022;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:5px 10px;
	margin:0 0 10px 0;
}
h4{
	font-family:'Courier New', Courier, monospace;
	font-weight:bold;
    border-bottom:1px dotted #666666;
	margin:0 0 10px 0;
}
/* ----- Blocks
-------------------------------------------------- */
p{
	margin:0 0 15px 0;
}
blockquote{
	border-left:3px solid #adb6a5;
	padding:0 0 0 10px;
	font-size:1em;
}
blockquote[cite]:after{
	color:#ca463c;
	font-size:12px;
	text-align:right;
	content:attr(cite);
	display:block;
	font-style:italic;
}
blockquote ul{
	list-style-type:disc;
}
blockquote > ul{
	margin-left:20px;
}
pre{
	font-family:Consolas, 'Courier New', Courier, Monaco, monospace;
	line-height:20px;
	white-space:-moz-pre-wrap;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;
	white-space:pre-wrap;
	word-wrap:break-word;
	margin:0 0 20px 0;
}
hr{
	height:1px;
	background-color:#666666;
	border:none;
	display:block;
	margin:10px 0px;
}
code{
	padding:5px;
    color:#212022;
    background-color: #f0f0f0;
  }
/* ----- Lists
-------------------------------------------------- */
ul{
    margin-left:20px;
}
/* ----- Table
-------------------------------------------------- */
.entry-content > table{
	margin:0 0 20px 0;
}
/* ----- Forms
-------------------------------------------------- */
  input, textarea, select, button{
	color:#666;
	font-family:Courier;
	font-size:1em;
	border:1px solid #666666;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding: 8px 5px;
	cursor:url(https://cur.cursors-4u.net/cursors/cur-10/cur914.cur), auto;
}
input:focus, textarea:focus{
	background-color:#f2f2f2;
}
input[type=submit], input[type=reset], input[type=button], button{
	color:#fcfbfa;
	background-color:#889657;
	border:none;
	cursor:url(https://cur.cursors-4u.net/cursors/cur-10/cur914.cur), auto;
}
button:hover{
	color:#fcfbfa;
	background-color:#e5a15c;
	cursor:url(https://cur.cursors-4u.net/cursors/cur-10/cur914.cur), auto;
}
/* ----- Links
-------------------------------------------------- */
a{
	color:#ff00ff;
	text-decoration:none;
	cursor:url(https://cur.cursors-4u.net/cursors/cur-10/cur914.cur), auto;
}
a:visited{
	color:#00feb7;
}
a:hover, a:focus{
	color: #00ff00;
    font-family:BlackCasper;
    font-size:1.3em;
}
a:active{
	color:#e24b3f;
}
#ask input, #ask textarea, #ask file{
	width: 100%;
}
h1 a:hover{
     font-family:Freakshow;
     font-size:0.8em;
}
/* ----- Inline
-------------------------------------------------- */
img{
	max-width:100%;
	height:auto;
}
video{
	width:100%;
	height:auto;	
}
br{
	letter-spacing:normal;
}
em{
	font-style:italic;
}
strong{
	font-weight:bold;
}
ins{
	text-decoration:underline;
}
del{
	color:#999;
	text-decoration:line-through;
}
q{
	background-color:#fcfbfa;
}
q:before{
	content:'\201C';
}
q:after{
	content:'\201D';
}
cite{
	font-style:italic;
}
/* ----- Misc
-------------------------------------------------- */
.hometitle{
    padding:2% 0% 0%;
}
.comic-nav{
    padding:0% 0% 5%;
    font-family:Olivetti;
    font-size:2em;
}
.comic{
    padding:2% 5%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.comic-pages{
    width:60%;
  }
  .prose{
    background-color:#212022;
    text-align:left;
    padding:2% 5%;
    font-family:Georgia;
    font-size:1.2em;
  }
  .spoiler{
    padding:2px;
    background-color:#ffffff;
    display:inline-block;
  }
  #totop{
	position:fixed;
	bottom:20px;
	right:2%;
	z-index:1;
}
#totop a{
	width:50px;
	height:50px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	z-index:1;
}
#totop:hover{
	transform: rotate(-5deg);
}
#totop span{
	display:none;
}
summary{
    font-family:Olivetti;
    font-size:1.8em;
} 
/* ----- Responsive ----- */

@media screen and (max-width:768px){
#container{
	width:100%;
	padding:0 10px;
	margin:0;
}
#primary-column{
	width:100%;
	float:none;
	margin:0;
}
#inner{
	margin:0;
}
#secondary-column{
	width:100%;
	float:none;
	margin:0;
}
#navigationbtn{
	bottom:10px;
	right:10px;
}
#totop{
	bottom:10px;
	right:10px;
    width:50px;
}
.entry-tile{
	width:100%;
	margin:10px 0;
}
.entry-thumb:empty{
	width:100%;
}
.comic{
    padding:2%;
  }
.comic-pages{
    width:100%;
}
}