/********************************/
/* CSS Styles for WWII Timeline */
/*        by Ammon Shepherd     */
/*            Fall 2006         */
/********************************/

* {
    margin: 0;
    padding: 0;
}
body {
  color: #333;
  font-size:0.8em;
  font-family:Verdana, Tahoma, Arial, Serif;
  background: #bbb url("images/bground.png") top repeat-x;
}
p {
    margin: 1em 0.5em;
    line-height: 1.5em;
}
p.redletter:first-letter {
  float: left;
  font-size: 2.4em;
  color: #900;
  margin-top: -3px;
  margin-right: 2px;
  font-family: Georgia, serif;
}
h1 {
  color: #fff;
  font-size: 60px;
  margin-left: 1em;
  font-family: Georgia, serif;
}
h2 {
  color: #457;
  font-size: 18pt;
}
h3 {
  color: #457;
  font-size: 16pt;
  padding-left: 15px;
  background: url("images/arrow.png") center left no-repeat;
}
a {
    color: #900;
    text-decoration: none;
    padding: 2px;
}
a:hover {
    color: #457;
    border-bottom: 1px dashed #009;
}
input, textarea {
  border-top: 2px solid #777;
  border-left: 2px solid #777;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

#success {
  border: 1px solid #457;
  background: #cdf;
  padding: 5px;
  color: #235
}
#failed {
  border: 1px solid #754;
  background: #fdc;
  padding: 5px;
  color: #532;
}
.center {
  text-align: center;
}
#small {
  font-size: 10px;
}
th {
  color: #457;
}

/**** images ****/
img {
  border: none;
  padding: 0.5em;
}
div.left {
  float: left;
  margin: 1em;
  border: 1px solid #333;
  font-family: Arial, sans-serif;
}
div.right {
  float: right;
  margin: 1em;
  border: 1px solid #333;
  font-family: Arial, sans-serif;
}
p.capt {
  width: 120px;
  font-size: 10px;
  line-height: 1em;
}
#up {
  margin-top: -0.5em;
}


/**** structure ****/
#wrap {
  z-index: 2;
  width: 80%;
  margin: 1em auto;
  position: relative;
  border: 7px solid #fff;
  background-color: #fff;
}

#header {
  color: #fff;
  width: 100%;
  height: 140px;
  margin-bottom: 2px;
  position: relative;
  background: #000 url("images/header.jpg") center right no-repeat;
}

#topsub {
  font-size: 10px;
  margin-left: 5em;
  font-family: Verdana, Arial, sans-serif;
}

#botsub {
  font-size: 10px;
  margin-left: 8em;
  margin-bottom: 5px;
  font-family: Verdana, Arial, sans-serif;
}
#header a {
    color: #fff;
    border: none;
    text-decoration: none;
}


/**** Menu ****/
#menu {
margin: 0.5em 1em;
}
#menu ul li {
  display: inline;
}
#menu a {
  color: #900;
  text-decoration: none;
  padding: 0.5em 1.0em 0.9em 1.0em;
    font-weight: bold;
    border: none;
}
#menu a:hover {
    color: #fff;
    background: #777;
}
#highlight a {
    background: #333;
    color: #fff;
    font-weight: bold;
}
#highlight a:hover {
    color: #fff;
    background: #777;
}

/**** Content ****/
#content {
  padding-top: 1em;
}
#content div.box {
  margin: 1em;
  padding: 1em;
  border: 1px solid #ddd;
}
#content div.bigbox {
  margin: 1em;
  padding: 1em;
  min-height: 300px;
  border: 1px solid #ddd;
}
#content div.smallbox {
  margin: 1em;
  padding: 1em;
  min-height: 180px;
  border: 1px solid #ddd;

}
#content div.smallbox2 {
  margin: 1em;
  padding: 1em;
  min-height: 220px;
  border: 1px solid #ddd;
}


/**** important ****/
.datebox {
}
.datebox p {
    text-align: center;
}
.datebox #whytop {
    color: #111;
    font-family: Arial, sans-serif;
    font-size: 3em;
    font-weight: bold;
}
.datebox #why {
    /* blue-ish grey -color: #464658;*/
    color: #555;
    font-family: Arial, sans-serif;
    font-size: 3em;
    font-weight: bold;
}
#whydiv {
    background: #abc;
}
#datecontainer {
    margin: 1em;
}
#datecontainer table {
    width: 100%;
}
#datecontainer #tdmid {
    width: 50%;
    border: 1px solid #888;
    padding: 1em;
}
#tdyear {
    width: 25%;
}
#tdyear dt {
    margin-top: 0.8em;
    padding-left: 1em;
    font-weight: bold;
}
#tdyear dd {
    padding-left: 3em;
    text-align: left;
}
.bold {
  font-weight: bold;
  padding: 0 5px;
  background: #eeb;
}
#explain {
  font-size: 0.6em;
  width: 60%;
  margin: 5px auto;
  padding: 5px;
  display: block;
  background: #eee;
  border: 1px dashed #abc;
}



/**** timeline.php ****/
#timeline {
  height: 250px;
  border: 1px solid #aaa;
  width: 100%;
  margin: 1em auto;
}
#psubmit {
    text-align: right;
}
#submit {
  border-bottom: 2px solid #555;
  border-right: 2px solid #555;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
#submit:hover {
    background: #ccc;
}
#showResults {
  border-spacing: 5px;
}
#showResults td {
  border-bottom: 1px dashed #abc;
}
#pickevents td {
  padding: 3px;
  border-bottom: 1px dashed #abc;
}
.firsttd {
  width: 20%;
}
.smalltd {
  width: 45%;
  border-left: 1px dotted #abc;
}
.smalltd2 {
  text-align: right;
  border-left: 1px dotted #abc;
}
.lasttr td {
  border: none;
}

/**** compare ****/
#showAll {
  border-spacing: 10px;
}

/****   imagepage.php styles     ****/
.imagepagenav {
  text-align: center;
  margin: 2% auto 2% auto;
}
.imagepagenav a {
  color: #a41933;
  text-decoration: none;

}
.imagepagenav a:hover {
  color: #654c2b;
  border-bottom: 1px dotted #654c2b;
}
#imagepage {
  text-align: center;
}


/**** Footer ****/
#foot {
  padding-top: 1em;
  text-align: center;
}
.footborder {
  background: url("images/arrow.png") center left repeat-x;
}
