@font-face {
    font-family: "Computer Modern";
    src: url('lmroman10-regular.otf');
}

html,body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

ul.dash {
  list-style-type: none;
  margin:0px;
  padding:0px;
}

ul.dash > li {
}

ul.dash > li:before {
	content: "- ";
}

html{
	margin:0;
	padding:0;
	height:100%;
}

body{
	background-color:#272727;
	font-family: "Computer Modern", sans-serif;
	color:#DADADA;
	font-size:20px;
	margin:0;
	padding:0;
	height:100%;
}

#wrap-box{
	border: 0px solid white;
	position:relative;
	min-height:100%;
}

#content-box{
	width:1200px;
	border: 0px solid white;
	margin:0px;
	padding:10px;
	padding-top:0px;
	padding-bottom:50px; /* Height of the footer element */
}

#menu-box{
	text-align:center;
	width:1200px;
	height:auto;
	border:0px solid white;
	margin-top:0px;
	padding-top:0px;
}

#text-box{
	border:0px solid white;
	text-align:justify;
	width:auto;
}

#footer{
	font-family: "Computer Modern", sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#b0b0b0;
	bottom:0px;
	position:fixed;
	text-align:center;
	width:100%;
	background-color:black;
	padding: 10px;
}

#pic-box{
	float:left;
	width:300px;
	height:auto;
	margin-bottom:25px;
	margin-right:25px;
	border:0px solid white;
}


#name{
	font-family: "Computer Modern", sans-serif;
	font-size:48px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:left;
}
#title{
	font-family: "Computer Modern", sans-serif;
	font-size:48px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:center;
}
a:link, a:visited{
	font-family: "Computer Modern", sans-serif;
	color:#DADADA;
	text-decoration: none;
	font-weight:bold;
}

a:hover, a:active{
	font-family: "Computer Modern", sans-serif;
	color:#DADADA;
	font-weight:bold;
	text-decoration: none;

}
hr{
	border:1px solid #DADADA;
}
h2{
	font-size:24px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-align:left;
}
h3{
	font-size:20px;
	margin:0px;
	padding:0px;
	text-align:center;
}

input[type="text"]{
	width:200px;
	background-color:#272727;
	border:2px solid #DADADA;
	color:#DADADA;
	font-family: "Computer Modern", sans-serif;

}
input[type="number"]{
	width:200px;
	background-color:#272727;
	border:2px solid #DADADA;
	color:#DADADA;
	font-family: "Computer Modern", sans-serif;

}
input[type="submit"]{
	width:200px;
	background-color:#272727;
	border:2px solid #DADADA;
	color:#DADADA;
	font-family: "Computer Modern", sans-serif;

}
.error{
	margin-left:10px;
	color:darkred;
	font-weight:bold;
	font-family: "Computer Modern", sans-serif;
	font-size:20px;
}

.std th{
	border: 1px solid #272727;
	padding: 5px;
	text-align:left;
	background-color:#DADADA;
	color:#272727;
}
.std td{
	border: 1px solid #272727;
	padding: 5px;
	text-align:left;
	background-color:#DADADA;
	color:#272727;
}
.std a{
	color:#272727;
}
.runners{
	border: 0px solid #DADADA;
	text-align:center;
}


// For Gear
.gear-item {
  display: block;
  position: relative;
  margin: 6px 0;
}

.gear-name {
  margin: 0 6px;
}

.gear-name.active {
  font-weight: bold;
}

.gear-age {
  color: #777;
  font-size: 0.85em;
}

/* hover image */
.gear-img {
  display: none;
  position: absolute;
  left: 260px;
  top: 0;
  width: 220px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 4px;
  z-index: 10;
}

.gear-item:hover .gear-img {
  display: block;
}