/* monks of doom !  */
/* monks of doom !  */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
body {
  background: #000;
  margin: 30px 20px;
  background: url(../img/body_bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#main {
  position: relative;
  min-width: 750px;
}
#header {
  height: 120px;
  position: relative;
  overflow: hidden;
}
#header h1 {
  width: 401px;
  height: 56px;
  text-indent: -9876px;
  background: url(../img/header_title.png) no-repeat;
  background-size: 401px 56px;
  cursor: pointer;
}
#header ul {
  border-top: #434e42 3px solid;
  position: fixed;
  top: 32px;
  left: 440px;
  right: 10px;
  right: 0px;
}
#header ul li {
  display: inline;
}
#header ul li a {
  position: relative;
  float: left;
  display: block;
  color: #bfae24;
  font-size: 30px;
  margin: 13px 25px 0px 25px;
  text-decoration: none;
  font-family: 'BenchNine', sans-serif;
  text-transform: uppercase;
}
#header ul li a:hover {
  color: yellow;
}
#header ul li a.selected {
  border-top: #bfae24 9px solid;
  margin-top: 4px;
  cursor: default;
  color: #bfae24;
}
#content {
  color: #c0effe;
  font-size: 15px;
  font-family: 'News Cycle', sans-serif;
  position: relative;
  max-width: 400px;
  margin-bottom: 80px;
}
#content h1,
#content h2,
#content h3,
#content h4 {
  font-family: 'Anton', sans-serif;
  color: #d3d9fa;
  opacity: .65;
  letter-spacing: 1px;
  margin: 10px 0px 6px 0px;
  text-transform: uppercase;
}
#content h1 {
  font-size: 30px;
}
#content h2 {
  font-size: 26px;
}
#content h3 {
  font-size: 22px;
}
#content h4 {
  font-size: 18px;
}
#content h1.alt,
#content h2.alt,
#content h3.alt,
#content h4.alt {
  font-family: 'News Cycle', sans-serif;
  text-transform: uppercase;
  color: #c0effe !important;
}
#content p {
  margin: 3px 0px 10px 0px;
  opacity: .9;
}
#content a {
  color: #99bcc7;
}
#content a:hover {
  color: #fff;
  text-decoration: none;
}
#content ul,
#content ol,
#content dl {
  margin: 6px 10px 10px 32px;
}
#content ul {
  list-style: square;
}
#content li {
  margin-bottom: 1px;
}
.center {
  text-align: center;
}
.j {
  text-align: justify;
}
.clear {
  clear: both;
}
@media screen and (min-width: 320px) and (max-width: 1020px) {
  #main {
    min-width: 500px;
  }
  #header {
    height: 150px;
  }
  #header ul {
    border-top: #434e42 3px solid;
    position: absolute;
    top: 62px;
    left: 0px;
    right: 0px;
    width: 402px;
    overflow: hidden;
  }
  #header ul li a {
    margin: 13px 30px 0px 0px;
    width: 50px;
    font-size: 28px;
  }
}
