/* AwesomeDude styles template for responsive author index */

/* Last modified June 22 2016 by John Silby (Alien Son) */


/* Reset */

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none
}


/* Basics */

body {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #000;
  background-color: #6D7D85;
}

.container {
  position: relative;
  width: 960px;
  height: 643px;
  margin: 1.0em auto;
  background-image: url(title-960.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0px solid #A5AED6;
}

header {
  position: relative;
  top: 30px;
  left: 40px;
  width: 40%;
  height: auto;
}

h1, h2, h3 {
  text-align: center;
}

h1 {
  font-size: 2.0em;
  font-weight: bold;
  padding-top: 0em;
  line-height: 1.1;
}

h2 {
  font-size: 0.7em;
  font-weight: bold;
  padding-top: .3em;
}

.stories {
  position: absolute;
  top: 200px;
  left: 680px;
  width: 255px;
  border: 0px solid #9932CC;
}

.stories li {
  list-style: none;
  width: 100%;
}

.stories ul li a {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  color: #FFFF00;
  background-color: rgba(43,73,6,.70);
  display: block;
  width: 235px;
  margin: 0px auto 5px auto;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.30);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.stories ul li a:hover {
  color: #000;
  background-color: rgba(255,255,255,.30);
}

/* Links */

h2 a:link {
  text-decoration: none;
  color: #ffff00;
}

h2 a:hover, a:visited:hover {
  text-decoration: none;
  color: #000;
}

h2 a:visited {
  text-decoration: none;
  color: #00ffff;
}



@media screen and (max-width: 1000px) {

body {
  font-size: 16pt;
  }

.container {
  width: 750px;
  height: 502px;
  background-image: url(title-750.jpg);
}

header {
  width: 50%;
  position: absolute;
  top: 25px;
  left: 20px;
  height: auto;
}

.stories {
  top: 200px;
  left: 480px;
}
}


@media screen and (max-width: 800px) {

body {
  font-size: 14pt;
  }

.container {
  width: 500px;
  height: 440px;
  background-image: url(title-500.jpg);
}

header {
  top: 0px;
  left: 10px;
  width: 60%;
}

.stories {
  width: 100%;
  position: absolute;
  top: 340px;
  left: 2px;
}

.stories ul li {
  float: left;
  width: 48%;
  margin: 0px 4px;
}

.stories ul li a {
  font-size: 12pt;
  background-color: rgba(43,73,6,.40);
  width: 220px;
}
}


@media screen and (max-width: 550px) {

body {
  font-size: 12pt;
  }

.container {
  max-width: 250px;
  height: 490px;
  background-image: url(title-250.jpg);
}

header {
  top: 170px;
  left: 0;
  width: 100%;
}

h1 {
  font-size: 1.8em;
}

.stories {
  top: 275px;
  left: 0;
}

.stories ul li {
  width: 100%;
  margin: 0px;
}
}