aside, article, section, header, footer, nav {
  display: block;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  width: auto;
  background: #009900;
  font: normal 1.6em Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.3em;
}

header {
  background: #009900;
  margin-bottom: 10px;
}

header h1 {
  font: normal 1.2em Arial, Helvetica, sans-serif;
  color: white;
  text-align: center;
  line-height: 4em;
  letter-spacing:.1em;
  margin: 0;
}

.navCol {
  height: 500px;
  float: left;
  width: 20%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contentCol {
  background: #006600;
  height: auto;
  float: left;
  padding: 20px;
  width: 75%;
  margin-top: 20px;
  border-radius: 20px;
}

.copyrightCol {
  background: #006600;
  height: auto;
  float: left;
  padding: 20px;
  width: 75%;
  margin-top: 10px;
  margin-left: 20%;
  margin-bottom: 20px;
  border-radius: 20px;
}

.contentCol a {
  color: #ffff00;
}

/*
.contentCol a[href]:not([href*="photos/ebothy/9"]) {
  color: #ffff00;
}
*/

.contentCol p a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contentCol iframe[src *= "youtube"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contentCol img {
  border:1px solid #;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  moz-box-shadow: 3px 3px 4px #000;
  -webkit-box-shadow: 3px 3px 4px #000;
  box-shadow: 3px 3px 4px #000;
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

footer {
  background: #006600;
  font-size: .7em;
  color: white;
  clear: both;
}

#stravaiger {
  float: left;
  padding-right: 10px;
  padding-bottom: 0;
  /*
  margin-right: 10px;
  margin-bottom: 10px;
  */
}

#national400route {
  float: left;
  padding-right: 10px;
  padding-bottom: 0;
}

#national400logo {
  float: left;
  padding-right: 10px;
  padding-bottom: 0;
}

nav ul a h2 {
  margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
  font-size: 1.1em;
}

nav ul a h3 {
  font-size: .8em;
  margin-top:0;
  margin-bottom:0;
  padding-top:0;
  padding-bottom:0;
}

a {
  text-decoration: none;
}

nav ul {
  list-style: none;
  padding: 0 0 0 0;
}

li {
  background: #008800;
  border-radius: 20px;
  margin-bottom: 5px;
}

li:hover {
  background: #5f5f6e;
  border-radius: 20px;
}

li.selected {
 background: #006600;
 border-radius: 20px;
}

section nav a {
  display:block;
  padding-left: 16px;
  border: none;
  line-height: 2em;
  color: #fff;
}

section nav a:hover {
  color: #fff;
  border:none;
  background: #5f5f6e;
  border-radius: 20px;
}

p.flickr {
  height:auto;
  width:auto;
  text-align:center;
  margin-top: 20px;
}

p.flickrdesc {
  text-align:center;
  font-weight:normal;
  width:auto;
  margin-top: 1px;
  margin-bottom: 20px;
}

.poem {
  font-size: medium;
  margin-left: 2.5em;
  margin-top: 0.0em;
}

footer a {
  color: #ffff00;
}
