body {
	background-color: black;
}
.topNav #characters {
    opacity: 1;
    border-bottom: 2px solid #ffffff;
}
.siteNav #characters {
    background-color: rgba(20,20,20,0.6);    
    box-shadow: inset 0 0 1px 1px #ffffff;
}
.wrap {
	color: white;
	max-width: 980px;
	margin: 0 auto;
}
.wrapHeader {
	padding: 110px 0 40px 0;
	font-size: 24px;
	background: url(images/char-header.png) no-repeat center right;
	background-size: cover;
}
.wrapHeader .wrap {
}
.charNav {
	padding: 20px 0 0 0;
}
.charNav a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-top: 15px;
	padding: 10px 0 10px 32px;
	margin-right: 10px;
	background-color: #000088;
	border: 1px solid #777777;
	text-decoration: none;
	color: white;
	position: relative;
	width: 109px;
	font-size: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	moz-border-radius: 5px;
	webkit-border-radius: 5px;
	border-radius: 5px;
}
.charNav a:last-child {
	margin-right: 0;
}
.charNav a:hover {
	background-color: #1515bd;
	border-color: #bbbbbb;
}
.charNav a.current, .charNav a.current:hover {
	background-color: #0070a5;
	border-color: #4ba3cc;
	cursor: default;
}
.charNav img {
	position: absolute;
	top: 6px;
	left: 10px;
}
.dungeonWrap {
	background: url('images/ps2dungeonFlo.png') left;
}
.profile img, .headImg, .charNav img, .floater img {
    image-rendering: optimizeSpeed;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: pixelated;
    -ms-interpolation-mode: nearest-neighbor;
}
.dungeonInner {
	background: url('images/ps2dungeonTop.png') repeat-x left top;
}
.dungeonInner2 {
	background: url('images/ps2dungeonBot.png') repeat-x left bottom;
	padding: 50px 0 0 0;
}
.text h2 {
	font-size: 38px;
	padding: 20px 0 10px 0;
	line-height: normal;
}
.text p {
    line-height: 1.7em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    font-size: 17px;
}
h3 {
	font-size: 24px;
    line-height: 1em;
    padding: 0.8em 0 0.4em 0;
}
.profile {
	position: relative;
	padding: 20px 0 10px 210px;
	height: 195px;
}
.profile .pic {
	position: absolute;
	top: 20px;
	left: 0;
}
.profile .ava {
	position: relative;
	top: 14px;
	margin-right: 10px;
}
.wrapBody {
	position: relative;
}
.floater {
	font-size: 14px;
	color: #999999;
	padding: 20px 0 0 30px;
	position: absolute;
	top: -2px;
	right: 0;
}
.floater img {
	border: 1px solid #555555;
	margin-bottom: 7px;
	display: block;
	max-width: 100%;
	height: auto;
}
.techs {
	padding: 15px 0 80px 0;
}
.techs table {
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	border-collapse: collapse;
	width: 100%;
}
.techs table th {
	background-color: rgba(18,67,100,0.6);
	text-align: left;
	font-weight: normal;
}
.techs table td, .techs table th {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 5px;
	border-collapse: collapse;
	font-size: 14px;
}
.techs table td {
	background-color: rgba(18,67,100,0.2);
}
.techs table td:nth-child(1) {
	font-size: 17px;
}
.headImg {
	margin-right: 7px;
	position: relative;
	top: 7px;
}
.levelMobile {
	display: none;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.wrapHeader {
		background-image: url(images/char-header-mobile.png);
        padding-top: 50px;
	}
	.charNav {
		padding-top: 0;
	}
	.charNav a {
		width: 22vw;
	}
	.floater {
		position: static;
		float: right;
	}
	.floater img {
		image-rendering: auto;
	}
	.level {
		display: none;
	}
	.levelMobile {
		display: block;
	}
}

@media only screen and (max-width : 800px) {
	.charNav a {
		width: 21vw;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    h1 {
        padding: 0 0 5px 0;
        margin: 0;
    }
    .wrapHeader {
        padding-top: 25px;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width : 640px) {
	.profile {
		height: auto;
		padding-left: 110px;
		padding-bottom: 20px;
	}
	.text h2 {
		padding: 0;
	}
	.profile .pic {
		width: 95px;
		height: 96px;
	}
	.profile .ava {
		display: none;
	}
	.floater {
		float: none;
		padding: 15px 20px;
		margin: 10px -20px 15px -20px;;
		text-align: center;
		background-color: rgba(0,0,0,0.15);
	}
	.floater img {
		margin: 0 auto 5px auto;
	}
}

@media only screen and (max-width : 600px) {
	.charNav a {
		width: 20vw;
	}
}

@media only screen and (max-width : 550px) {
    h1 {
        font-size: 40px;
	}
}

@media only screen and (max-width : 535px) {
	.wrapHeader {
		padding-top: 20px;
	}
	.charNav a {
		width: 27vw;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}

@media only screen and (max-width : 427px) {
	.charNav a {
		width: 40vw;
	}
}

@media only screen and (max-width : 420px) {
    h1 {
        font-size: 35px;
    }
}

@media only screen and (max-width : 330px) {
	.charNav a {
		width: 39vw;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
}