a {
  text-decoration: none;
}

a:hover {
  color: #bbbbff;
}

a:visited {
  color: navy;
}

html {
  background: url(../images/ice.jpg);
}

body {
  margin: 0;
  padding: 0;
}

.banner {
  width: 100%;
  height: 125px;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: black;
  background-color: #bfbfbf;
  background-repeat: no-repeat;
  background-position: top right;
  /*background-image: url(../images/background.png);*/
}

.banner h1 {
  font-family: serif;
  font-style: italic;
  font-weight: bolder;
  margin: 0;
}

.banner h2 {
  padding-left: 1em;
  margin: 0;
  font-weight: lighter;
  font-size: medium;
}

.banner h1 a {
  text-decoration: none;
  color: black;
}

img#logo {
  position: absolute;
  right: 0px;
}

.left {
  text-align: center;
  position: fixed;
  /*left: 10px;*/
  /*right: 85%;*/
  left: 1%;
  width: 14%;
  top: 150px;
}

.leftbar {
  text-align: left;
  border: solid silver;
  border-width: 2px 0 2px 2px;
  -moz-border-radius: 15px 0 0 15px;
  background: white;
}

.buttons {
  padding-top: 0.5em;
  text-align: center;
}

img {
  border: none;
}

.rightbar {
  position: fixed;
  top: 150px;
  right: 1%;
  width: 14%;
  border: solid silver;
  border-width: 2px 2px 2px 0;
  -moz-border-radius: 0 15px 15px 0;
  background: white;
}

.rightbar p {
  text-align: left;
  padding-left: 15px;
}

.body {
  position: absolute;
  left: 15%;
  right: 15%;
  top: 125px;
  /* bottom: -200px; */ /* Forces a scrollbar for testing */
  border: 1px solid black;
  z-index: 2;
  background: white;
  padding: 1%;
}

.bartitle {
  border-bottom: 1px solid silver;
  font-weight: bold;
  padding-left: 15px;
}

div.entry {
  padding: 0 0 1em 0;
  margin-right: 1%;
  margin-left: 1%;
}

div.header {
  float: left;
  width: 99%;
  margin-bottom: 0.5em;
  border-width: 0 0 2px 2px;
  border-color: silver;
  border-style: dotted;
  -moz-border-radius: 0 0 0 10px;
}

div.header h3 {
  float: left;
  margin: 0;
  font-size: medium;
  padding-left: 5px;
}

div.permalink {
  float: left;
  padding-left: 0.5em;
}

div.date {
  float: right;
  color: gray;
}

div.body h2 {
  margin-top: 0;
  font-family: serif;
}

div.newsbody, div.entrybody {
  padding-left: 1em;
  padding-right: 1em;
  text-align: justify;
}

div.terroralert {
  text-align:center;
  border: 2px solid silver;
  background: white;
  -moz-border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 160px;
}

p {
  text-align: justify;
}

div.fadein {
  display: none;
}
