@charset "utf-8";

body {
	background-color: #000;
	margin: 0px;
}

#wrapper {
	padding-top: 10px;
	width: 980px;
	min-height: calc(100vh - 250px);
	min-height: -webkit-calc(100vh - 250px);
	min-height: -moz-calc(100vh - 250px);
	height: 910px;
	margin: auto;
}

#playernav {
	float: left;
	width: 150px;
	margin-right: 20px;
	min-height: calc(100vh - 250px);
	min-height: -webkit-calc(100vh - 250px);
	min-height: -moz-calc(100vh - 250px);
}

#main {
	width: 810px;
	overflow: hidden;
	height: 415px;
	padding-top: 10px;
}

#picture {
	position: relative;
	overflow: hidden;
	float: left;
	height: 375px;
	width: 400px;
	border: medium solid #FFF;
	margin-right: 20px;
	
}

#name {
	position: relative;
	overflow: hidden;
	top: -20px;
	height: 140px;
	width: 380px;
	font-family: Calibri;
	font-size: 14px;
	color: #FFF;
	text-align: left;
}

#last10 {
	position: relative;
	top: -52px;
	overflow: hidden;
	height: 320px;
	width: 380px;
}

.tables {
	align: center;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0px;
	border: 2px solid white;
}

caption {
	font-family: Calibri;
	color: #FFF;
	font-weight: bold;
}

th {
	font-family: Calibri;
	color: #F00;
	text-align: center;
	height: 30px;
	white-space: nowrap;
	background-color: #000;
}

td, tr {
	border: 0;
	font-family: Calibri;
	color: #F00;
	text-align: center;
	white-space: nowrap;
	background-color: #000;
}

.total {
	height: 30px;
}

.inside {
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	background-color: #999;
	font-family: Calibri;
	color: #FFF;
}

.totals {
	font-weight: bold;
	height: 30px;
}

#bio {
	position: relative;
	overflow: hidden;
	font-family: Calibri;
	font-size: 18px;
	color: #FFF;
	width: 810px;
}

#career {
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 810px;
}

nav.vertical {
  overflow: hidden;
  text-align: left;
  font-family: Calibri;
  font-size: 14px;
  width: 150px;
}

nav.vertical > ul {
	list-style: none;
	padding-left: 0px;
}

nav.vertical > ul > li > .navlink {
	background-color: #000;
	list-style: none;
    color: #999;
    display: block;
    padding: 10px 0;
    text-decoration: none;
    transition: all 0.15s linear;
	padding-left: 10px;
}

nav.vertical > ul > li:hover > .navlink {
    background-color: #F00;
    color: #FFF;
    padding: 10px 0 10px 25px;
}
