/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

small {
  font-size: 80%; }

img {
  border: 0; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

* {
  box-sizing: border-box; }

body {
  width: 100%;
  min-height: 100%;
  background: url("bg.jpg") 0 0 no-repeat;
  background-size: cover;
  color: #fff;
  font: 400 16px 'Open Sans', Arial; }

.hide {
  display: none !important; }

.parent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.child, .container.child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  margin-left: -330px; }

.container {
  width: 660px;
  margin-left: auto;
  margin-right: auto; }

.half {
  float: left;
  width: 50%; }

#searchForm {
  background-color: #151515;
  padding: 5px;
  margin-bottom: 5px; }
  #searchForm input, #searchForm select {
    background-color: #2f2f2f;
    border: 0;
    width: 83%;
    padding: 5px 10px; }
  #searchForm select {
    width: 16.2%;
    margin-left: 1px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75em;
    height: 32px;
    float: right; }

#linkArea {
  background-color: rgba(21, 21, 21, 0.95);
  border: 4px solid #151515;
  padding: 15px 40px 40px; }
  #linkArea .half {
    padding-left: 40px; }
  #linkArea .half:last-child {
    padding-left: 60px; }
  #linkArea h3 {
    margin: 27px 0 13px;
    font: 500 20px Raleway;
    color: #bac8ea; }       /* Link colors */
  #linkArea h3.alt {
    color: #b6a7d2; }       /* Alternate link colors */
  #linkArea ul.links, #linkArea ul.links li {
    margin: 0;
    padding: 0;
    list-style: none; }
  #linkArea ul.links li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px; }

#timeArea {
  position: absolute;
  bottom: 0;
  left: 0; }
  #timeArea .time {
    font-size: 75px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 20px 20px;
    text-shadow: 1px 1px 1px black; }
    #timeArea .time .date {
      display: block;
      margin-top: -10px;
      font-size: 30px; }

/*# sourceMappingURL=main.css.map */
