body {
	background:black;
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 18px;
	color:#EEE;
	min-height:100vh;
	position:absolute;
	width:100%;
}

h1, h3 {
	text-align:center;
}

html,body {
	margin:0;
}
html{
	cursor: url(cursorb.png), auto;
}

.content,.content-full {
	margin-left:auto;
	margin-right:auto;
	width:580px;
}

.content-full {
    width: 800px;
}

.splashpage {
	font-size:3em;
}

a:link, a:visited {
	cursor: url(cursorb2.png), auto;
}
a:link {
	color:cyan;
}
a:visited {
	color:#FF00FF;
}

.navbar {
	border-right:4px groove #EEE;
	position:absolute;
	min-height:100%;
	width:160px;
	background:url("pepperoni-pizza.jpg");
	color:black;
	text-align:center;
}
.navbar-pad {
	padding-left:164px;
}

.textbox {
	margin-top:1em;
	margin-bottom:1em;
	border:2px dashed red;
	background:black;
	padding:8px;
}

.ff-pad {
	height:100vh;
}

.progthumbL, .progthumbR {
	border:1px solid red;
}

.progthumbL{
	float:left;
	margin-right:8px;
}
.progthumbR{
	float:right;
	margin-left:8px;
}
.progdetails {
	background:#222;
	border-collapse:collapse;
}
.progdetails td {
	border:2px groove white;
	padding-left:4px;
	padding-right:4px;
}

.comiclist td {
	vertical-align:top;
}
.comiclist {
	width:100%;
}
#comic {
	max-width:100%;
}

.catlinks {
	list-style-image:url('/img/pawgre1.gif');
}
.searchlinks {
	list-style-image:url('/img/bhi_ball.gif');
}
.li_tri {
	list-style-image:url('/img/rd_tri.gif');
}

.thanks_bg {
	background-image:url('/img/thanks.gif');
	background-repeat:no-repeat;
	background-position:center;
}

.quiz-option {
    display: block;
}

.blog-header {
    padding: 8px;
}

.blog-header .avatar {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 1em;
    border:1px solid red;
}

.blog-header {
    text-align: left;
    margin-top: 0;
}

.spoiler, .spoiler-reveal {
    margin: 0.5em;
    border: 4px double grey;
    padding: 0.5em;
    min-height: 50px;
    background-color: darkslateblue;
}

.spoiler>* {
    display: none;
}

#contact_info {
	color:red;
	display:none;
}

footer {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}