@import url(../fonts/texgyreadventor/stylesheet.css);



a {
  color: #cc3333;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: none;
}

body.page-error{
  font-family: sans-serif;
  font-size: 13px;
  margin: 0;
  padding: 0;
}

div#errorboxoutline {
  position: relative;
  text-align: center;
}

div.error {
  color: #666;
  margin: 100px auto 0;
  min-height: 500px;
  padding: 0;
  position: relative;
  text-align: left;
  width: 894px;
}
 
div.error h1 {
  margin-bottom: 20px;
}

div.error h1 span{
  display: inline-block;
  font-size: 350px;
  line-height: 350px;
  color: #cc3333;
}

div.error h1 span.errorcode-last {
 margin:0px;
}

div.error #errorboxbody {
  margin-top: 15px;
}

div.error #errorboxbody a {
  color: #cc3333;
}

div.error #errorboxbody a:hover,
div.error #errorboxbody a:focus, 
div.error #errorboxbody a:active {
  color: #666;
  text-decoration: underline;
}

div.error .error-message h2 {
  font-family: 'texgyreadventorregular', sans-serif;
  display: inline-block;
  font-size: 38px;
  font-weight: 300;
  line-height: 38px;
  margin: 0 0 5px;
  padding: 0;
}

div.error-nav ul {
  font-size: 14px;
  font-weight: 300;
  margin: 15px 0 0 !important; 
  padding: 0 !important;
}

div.error-nav ul li {
  display: inline;
  list-style: none;
  line-height: 24px;
}

div.error-nav ul li:first-child {
  border-left: 0;
  margin-left: -10px;
}

div.error-nav ul li a {
  padding: 0 5px;
  color: #e73628;
}

div.error-nav ul li a:hover,
div.error-nav ul li a:focus, 
div.error-nav ul li a:active {
  color: #c62316;
}