* {
	box-sizing: border-box;
	font-family: "Helvetica", "Arial", sans-sarif;
}

html {
	background-color: #282828;
	background-image: url("images/background.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: 306px 340px;
}

@media screen and (max-width: 980px) {
    html {
        background-image: url("")
    }
}

#topbox {
	display: block;
	max-width: 852px;
	margin-left: auto;
	margin-right: auto;
}

#site_navleft, #site_navright, #site_banner {
	display: inline-block;
}

.nav #topnav{
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.nav #bottomnav{
	display: table;
	margin-left: auto;
	margin-right: auto;
}

.nav img{
	margin-left: 10px;
	margin-right: 10px;
	
}

.navbutton_hidden {
	visibility: hidden;
}

#archivebutton img {
	width: 100px;
	max-height: 100px;
}

@media screen and (max-width: 865px) {
	#topbox {
		display: block;
		max-width: 394px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#site_navleft, #site_navright, #topnav .navbutton, #topnav .navbutton_hidden {
		display: none;
	}
}

#comic {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 15px;
	background-color: white;
	max-width: 807px;
	padding-top: 5px;
	madding-bottom: 5px;
}

#strips img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#comments {
	display: block;
	min-height: 200px;
	max-width: 590px;
	padding: 10px 15px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: white;
}

#feeter {
	text-align: center;
	margin-top: 20px;
	color: white;
	font-weight: lighter;
	font-size: 12px;
}

#site_map {
	display: table;
	color: white;
	margin-left: auto;
	margin-right: auto;
}

#site_map a {
	color: white;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
}

#site_map a:hover {
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: white;
}

.header {
	display: block;
	width: 350px;
	height: 105px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-radius: 15px;
	padding: 5px 10px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.header img {
	height: 100px;
	width: 211px;
}

.content {
	display: block;
	background-color: white;
	border-radius: 15px;
	padding: 5px 10px;
	text-align: center;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

.content a:hover {
	color: #AB86D9;
}

table, th, td {
	border: solid gray;
	border-collapse: collapse;
	text-align: center;
	padding: 4px;
}

table {
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

td a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

td a:hover {
	color: #AB86D9;
}