/* WIDE/LARGE SCREEN LAYOUT */

body {
	padding:0;
	margin:0;
	font-size:0.85em;
	line-height:1.4em;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#888;
	width:100%;
	height:100%;
}
a {  
    color:#888; 
    text-decoration:underline;
    }
a:link, a:visited { 
    color: #777; 
    text-decoration: underline;
    }
a:active, a:hover { 
    text-decoration: none; 
    color: #6355aa;
    }
img { margin: 0; padding: 0; border: none; }
b { color: #333;}
h1, h2 { 
    font-family: Century Gothic, Helvetica, sans serif; 
    color: #555; text-transform: uppercase; 
    font-weight: bold; 
    font-size: 2em; 
    line-height: 2em;}
strong { 
    font-family: Century Gothic, Helvetica, sans serif; 
    font-weight: bold; 
    text-transform: uppercase; 
    font-size: 1em; 
    padding-top: 15px;}

/* CONTENT */

#container {
	overflow: auto;
	max-width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}
#content {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 1500px;
	padding: 30px 100px 50px 100px;
	font-size: 1.3em;
	color: #444;
	background-color: #fff;
	margin: 0 auto;
}
#content a:link, #content a:visited {
	color: #777;
}
#content a:hover, #content a:active {
	color: #8645e8;
}
#content p {
	font-size: 1.1em;
	color: #444;
	background-color: #fff;
	margin: 15px 75px 15px 75px;
	max-width: 100%;
}
#logo, #firstlaw {
    display: flex; 
    justify-content:center;
}
.divider {
    display:block;
	width: 75%;
	height: 1px;
	background-color: #50cfc7;
	margin: 20px auto 20px auto;
}

        /* NAVIGATION */

#nav {
    display: flex;
    justify-content:center;
    background:#E3F5F3;
	font-family: Century gothic, Helvetica, Arial;
	max-height: 60px;
}
#nav a:link, a:visited {
    margin: 0 30px 0 30px;
	font-family: Century gothic, Helvetica, Vrinda, Tahoma;
	font-size: 1.5em;
	color: #333;
	text-decoration: none;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 5px #fff solid;
}
#nav a:hover, a:active {
	color: #455d5c;
	border-bottom: 5px #50cfc7 solid;
}

        /* COMIC PAGES ONLY */

#pages {
    display:flex; 
    flex-direction:row;
    justify-content:center; 
    flex-wrap:wrap;
    width: auto;
}
.pagelinks {
    display:flex;
    flex-wrap: wrap;
	justify-content: center;
}
.pagelinks a {
	padding: 6px;
	background-color: #eee;
	margin: 5px;
	border-radius: 0.8rem;
	text-decoration: none;
	letter-spacing: 0.03em;
	line-height: 1.5em;
	text-transform: uppercase;
}
.pagelinks a:hover {
    color:#000;
	background-color: #fff;
	text-decoration: none;
}

        /* WORLD ONLY */

#textwrap{
	width:700px;
	margin: 0 auto;
	font-size: 1em;
	color: #444;
}
#textwrap p {
	font-size: 0.95em;
	color: #444;
	margin: 15px 0px 15px 0;
}
#textwrap a:link, a:visited {
	color: #777;
}
#textwrap a:hover, a:active {
	color: #8645e8;
	border-bottom: 0;
}

        /* ARCHIVE ONLY */
        
.bookcover {
    display:flex; 
    align-items:center; 
    justify-content:center; 
    width:100%; height:200px;
    background-position: center;
    background-size:cover;
    border-radius: 5rem; 
    margin: 20px 0 0 0;
}
.bookcover h1 {
    color:#fff; 
    letter-spacing:.1em; 
    size:3em;
}
.booklinks {
    display: flex; 
    justify-content: center; 
    flex-wrap: nowrap; 
    align-items: baseline;
}
.booklinks h3 {
    padding: 10px; 
    font-weight:bold; 
    text-transform:uppercase; 
    font-family:century gothic, helvetica, sans serif; 
    width:auto;
    size:1.5em;
    height:1em; 
    margin:5px;
}
.booklinks a:link, a:visited {
    padding:10px; 
    font-weight:bold; 
    text-transform:uppercase; 
    font-family:century gothic, helvetica, sans serif; 
    width:auto; 
    margin:5px;
    text-decoration: none;
	border-bottom: 10px #fff solid;
}
.booklinks a:hover, a:active {
    color: #455d5c;
	border-bottom: 10px #50cfc7 solid;
}
#coverblock {
	display: block;
	margin: 0 auto;
}
#cover {
	width: 220px;
	min-height: 300px;
	padding: 0px 2px 15px 2px;
	background-color: #f4f4f4;
	margin: 3px 3px 8px 3px;
	border-radius: 3rem;
	display: inline-block;
	text-align: center;
}
#cover p {
	font-size:0.9em;
	background-color: #f3f3f3;
}
#cover img {
	margin: auto;
	display: block;
	padding-top: 13px;
}
#cover a:link, 
#cover a:visited  {
	color: #fff;
	font-family: Arial;
	font-size: 1em;
	text-decoration: none;
	background-color: #999;
	padding: 5px;
	width: 100%;
	border-radius: .3rem;
}
#cover a:hover, 
#cover a:active {
	color: #fff;
	background-color: #666;
	border-radius: .3rem;
	text-decoration: none !important;
}
.coverdiv {
	width: 50%;
	height: 1px;
	background-color: #888;
	margin-left: 25%;
	margin-right: 25%;
	margin-top: 10px;
	margin-bottom: 25px;
}

        /* FOOTER */


#footer {
	color: #aaa;
	font-size: 0.9em;
	text-align: center;
	background-color: #fff;
	padding: 20px 0 -20px 0;
	height:100px;
}