/* Stylesheet for alpha version of ReadersForAuthors.com
   by Stan W. Merrill, Phd
   16 December 2014
*/

body {
  background-color: #DDDDCC;
  background-color: #EEEEDD;
}

p {
  font-size: 1.1em;
}

a:link, a:visited {
  color: #666699;
}

a:hover, a:active {
  color: #9999CC;
}

ul, li {
  font-size: 1em;
}

sup {
  font-size: .4em;
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

tr:hover {
  background-color: #ddd;
}

th: {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #4CAF50;
  color: white;
}

#logo {
  font-size: 2.25em;
  text-decoration: none;
  padding-bottom: 8px;
  padding-left: 8px;
}

#logo a:link, #logo a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#page_title {
  font-size: 1.0em;
  font-weight: bold;
  font-weight: normal;
  text-align: right;
  background-color: #333333;
  color: #ffffff;
  color: green;
  color: #7A991A;
  padding-right: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  width: 99%;
}

.col_left {
  display: block;
  width: 50%;
  width: 33%;
  float: left;
}

.col_right {
  display: block;
  width: 47%;
  width: 64%;
  float: right;
}

#content {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  margin-bottom: 24px;
  width: 90%;
}

.test {
  border-radius: 7px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.9);
}

#header {
  display: block;
  clear: both;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4px;
  margin-bottom: 4px;
  background-color: #333333;
  color: #FFFFEE;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
}

#footer {
  display: block;
  clear: both;
  width: 90%;
  font-size: .8em;
  border-top: 5px;
  min-height: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 0px;
  background-color: #333333;
  color: #FFFFEE;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  padding-bottom: 1px;
}

#navigation_container {
  background-color: #98bf21;
  width: 100%;
}

#navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#navigation li {
  float: right;
}

#navigation a:link, #navigation a:visited {
  display: block;
  width: 140px;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #98bf21;
  text-align: center;
  padding: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

#navigation a:hover, #navigation a:active {
  background-color: #7A991A;
}

#continue, #fairy {
  background-color: #CCCCDD;
}

button {
  width: 140px;
  width: 200px;
  height: 30px;
  height: 60px;
  background-color: #7A991A;
  color: #FFFFFF;
  font-size: 1.1em;
  border-radius: 50%;
}

button a:link, button a:visited {
  font-weight: bold;
  background-color: #98bf21;
}

button a:hover, button a:active {
  background-color: #7A991A;
}

.zinger, h1 {
  color: green;
}

.align_right {
  text-align: right;
}


