@charset "UTF-8";
/* CSS Document */
#shield {
	position: absolute;
	left: 85px;
	top: 71px;
}

#shield:hover {
    cursor: pointer;
}

#cover {
    position: absolute;
    left: 164px;
    top: 129px;
    width: 155px;
}

#issue {
    color: rgb(255, 255, 255);
    font-family: 'Comic Sans MS', Helvetica, Arial;
    font-size: 8pt;
    position: absolute;
    width: 40px;
    left: 0px;
    top: 0px;
    height: 15px;
}

#credits {
	color: rgb(255, 255, 255);
	font-family: 'Bank Gothic', Copperplate, 'Franklin Gothic Book', Helvetica;
	font-size: 11px;
	text-align: center;
	position: absolute;
	left: 348px;
	top: 134px;
	width: 66px;
	line-height: 8px;
	letter-spacing: .4px;
}

#title {
	color: rgb(255, 255, 255);
	font-family: 'Bank Gothic', Copperplate, 'Franklin Gothic Book', Helvetica;
	font-size: 12px;
	text-align: left;
	line-height: 11px;
	letter-spacing: .4px;
	position: absolute;
	left: 126px;
	top: 376px;
	width: 222px;
	height: 12px;
}

#synopsis {
	color: rgb(255, 255, 255);
	font-family: 'Comic Sans MS', Helvetica, Arial;
	font-size: 10px;
	text-align: justify;
	position: absolute;
	left: 126px;
	top: 400px;
	width: 222px;
	line-height: 12px;
	letter-spacing: .8px;
	height: 91px;
}

#sideBar {
	position: absolute;
	left: 111px;
	top: 145px;
	width: 55px;
}

#instructions {
    color: rgb(255, 255, 255);
    font-family: 'Comic Sans MS', Helvetica, Arial;
    font-size: 11px;
    text-align: left;
    line-height: 12px;
	letter-spacing: .6px;
    position: absolute;
    left: 150px;
    top: 120px;
    width: 225px;
}

#instructions p {
    margin-bottom: -2px;
}

#instructions ul {
    position: relative;
    left: -40px;
}

#instructions ul li {
    position: relative;
    left: 20px;
}

#instructions.copy {
    color: rgb(255, 255, 255);
    font-family: 'Bank Gothic', Copperplate, 'Franklin Gothic Book', Helvetica;
    font-size: 10px;
    line-height: 10px;
}

.#instructions.copy a {
    font-family: 'Bank Gothic', Copperplate, 'Franklin Gothic Book', Helvetica;
    font-size: 10px;
    line-height: 10px;
    text-decoration: none;
}

#instructions.copy a:hover {
    font-family: 'Bank Gothic', Copperplate, 'Franklin Gothic Book', Helvetica;
    font-size: 10px;
    line-height: 10px;
	background-color: none;
    text-decoration: underline;
}

#issNum {
    color: rgb(255, 255, 255);
    font-family: 'Bank Gothic', Copperplate, 'Franklin Gothic Book', Helvetica;
    font-size: 8pt;
    line-height: 8pt;
    text-align: center;
    position: relative;
    left: 330px;
    top: 88px;
	width: 100px;
}

#liinstructions ul li {
    position: relative;
    left: 20px;
}

#liinstructions ul {
    position: relative;
    left: -40px;
}

#li {
    margin-right: 0px;
    min-height: 0px;
    margin-top: 0px;
    width: 180px;
    margin-left: 0px;
}

