/*
Theme Name: Old AGA Theme
Theme URI: http://www.usgo.org
Description: The old AGA theme, to be replaced soonish.
Version: 0.1
Author: Joshua Simmons
Tags: none
*/

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #FFFFCC;
  color: #000000;
}

h1,h2,h3 { color: #993300; }

h4,h5,h6 { color: #003366; }

a:link { color: #003366; }
a:visited { color: #003366; }
a:active { color: #003366; }

p { margin-top:.35em; }

.red { color: #993300; }
.blue { color: #003366; }
.small { font-size: .85em; }

.problem {
  font-size: small;
  color: #993300;
}

.maintext {
  font-family: Arial, Helvetica, sans-serif;
  color: #993300;
  text-align: left;
}

.coverphoto {
  font-size: smaller;
  color: #003366;
}

.happenings { font-size: small; }

.photo {
  font-size: smaller;
  color: #003366;
  text-align: left;
  font-weight: bold;
  margin-bottom: 5px;
}

.games {
  font-size: smaller;
  padding-bottom: 20px;
  text-align: left;
}

.subhead {
  font-size: small;
  color: #003366;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

.newshead {
  color: #003366;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}


.err {
  font-size: larger;
  color: #FF0000;
  font-weight: bold;
}


#header {
  margin: 0px 0px 10px 0px;
  padding: 5px 5px 5px 5px;
  border-style: solid;
  border-color: black;
  border-width: 1px 1px;
  background-color: #CC9933;
  height: 100px;
}

#header img {
  border: 0px;
}

#headerlinks {
  position: absolute;
  top: 80px;
  right: 20px;

}

#headerlinks a {
  margin-left: 10px;
  margin-right: 0px;
  text-decoration: none;
  color: #FFFFCC;
  padding: 5px;
  border: 1px solid #000;
  display: inline-block;
}

#content {
  margin:0px 50px 50px 200px;
  padding:10px;
  min-height: 250px;
}

#leftBar {
  position:absolute;
  top:120px;
  left:0px;
  padding:10px;
  border:0px;
  line-height:17px;
  width:150px;
}

#footer {
  position: relative;
  font-size: small;
  text-align: center;
  clear: both;
  width: 300px;
  left: 50%;
  margin-left: -150px;
}

.post img {
    float: right;
    margin: 10px;
}

.post {
    margin-top: 15px;
    margin-bottom: 45px;
}

.containfloats:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.pubdate {
    color: #505050;
    margin-top: -1em;
}

.code {
    FONT-SIZE: smaller;
    FONT-FAMILY: 'Courier New', Courier
}

form.ejsub label {
    width: 120px;
    display: inline-block;
    line-height: 1.7;
    vertical-align: top;
}

form.ejsub label.error {
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

form.ejsub ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

form.ejsub li {
    padding: 5px;
    margin: 0;
}

form.ejsub fieldset {
    margin-bottom: 1em;
}

.errorlist {
    color: red;
}

.hideme {
    display: none;
}

#morenews {
    padding: 10px;
    display: inline-block;
}

