@font-face {
	font-family: computer;
	src: url('computer.ttf');
}
h1 {
	text-decoration:none;
	font-weight:normal;
	padding:0px;
	margin:0px;
	display:inline-block;
	
}

body {
	font-family: computer;
	background-image: url('background.png');
	background-attachment:fixed;
	background-size:cover;
}
.title1{
	text-align:left;
	display:inline-block;
	background-image: linear-gradient(to bottom, #d5a9c6, #bc8fb4);
	border: outset 1px;
	width:789px;
	height:18px;
	padding-left:10px;
	padding-top:1px;
	padding-bottom:5px;
	
}
.enterbtn{
	font-size:14px;
}
a{
	text-decoration:none;
}

a:hover{
	color:purple;
}
.box0{
	height:550px;
	width:802px;
	display:inline-block;
	overflow:hidden;
}
.box1 {
	width:800px;
	height:500px;
	background-color:#d9d9d9;
	background-image: linear-gradient(to bottom, #d9d9d9, #bfbfbf);
	display:inline-block;
	overflow:hidden;
	box-shadow: 1px 1px 1px black;
}
.box2{
	background-color:white;
	width:598px;
	height:460px;
	overflow:auto;
	float:right;
	margin:10px;
	box-shadow: 1px 1px 1px inset #595959;
	display:inline-block;
	padding-top:10px;
	padding:10px;
}

.containment{
position:fixed;
}

nav{
	margin:5px;
	width:150px;
	height:500px;
	float:left;
	list-style-type:none;
	overflow:hidden;
	display:inline-block;
}
li{
	text-align:left;
	list-style-type:none;
	padding:0px;
	margin:0px;
}
ul{
	padding:0px;
	margin:0px;
	margin-top:10px;
}
.link1{
	text-decoration:none;
	color:#404040;
	background-color:#d9d9d9;
	margin-top:1px;
	box-shadow: 1px 1px 1px #595959;
	width:143px;
	padding-top:5px;
	padding-left:5px;
	display:inline-block;
}
.link1:hover{
	background-color:#bfbfbf;
	color:black;
	box-shadow: 1px 1px 0px inset #595959;

}


[id$="home"], [id$="comics"], [id$="gallery"], [id$="characters"], [id$="journal"], [id$="directory"], [id$="audio"] {
display:none;
}
[id$="home"]:target, [id$="comics"]:target, [id$="gallery"]:target, [id$="characters"]:target, [id$="journal"]:target, [id$="directory"]:target,  [id$="audio"]:target{
display:block;
}

.home, .comics, .gallery, .characters, .journal, .directory, .audio {
width:300px;
height:300px;
overflow:hidden;
 }

.thumb{
	height: 100px;
	box-shadow:1px 1px 1px #595959;
}
