/* Stylesheet for mee_journal pages */

/* Standard tags ***********************************/
h1,h2,h3,h4,h5,h6{
  color: navy;
  font-family: sans-serif;
}
h2,h3,h4,h5,h6{
  text-align: left;
}
h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 1em;
}
h2 {
  font-size: 18px;
  margin-left: -4%;
  margin-top: 2em;
}
h3 {
  font-size: 16px;
  margin-left: -2%;
}
h4,h5,h6 {
  font-size: 14pt;
  margin-left: 0%;
}
body {
  font-size: 12pt;
  color: black;
  background: white;
/*  background: white url(images/MEE30.png) no-repeat fixed top left;*/
  font-family: Arial, Verdana, sans-serif;
  margin-left: 10%; margin-right: 10%;
  margin-top: 2em; margin-bottom: 2em;
  text-align: justify;
}
td,p {
  font-size: 12pt;
  color: black;
  font-family: Arial, Verdana, sans-serif;
}
code {
  color: green;
  font-family: courier;
  font-weight: bold;
}
.rightBox {
  color: green;
  margin-left: 50%; margin-right: 10%;
  text-align: right;
}

/* Custom tags ***********************************/
.date {
  font-style: italic;
  font-size: 18px;
}
.title {
  font-size: 18px;
}
.LatestDate {
  font-style: italic;
  font-size: 12px;
}
.LatestTitle {
  font-size: 14px;
}
.AuthorMichael {
  font-weight: bold;
  color: maroon;
}
.AuthorElke {
  font-weight: bold;
  color: green;
}
.AuthorElina {
  font-weight: bold;
  color: purple;
}
.caption {
  font-style: italic;
}
.PanelHeader {
  color: white;
  font-size: 14px;
  font-weight: bold;
}
.galleryUpdateDate {
     color: gray;
     font-family: sans-serif;
     text-align: left;
     font-size: 9px;
}



/* Messy bits ***********************************/
.VoteHeader {
     color: white;
     font-size: 1em;
     font-weight: bold;
}
.VoteText {
     color: white;
     font-size: 80%;
}
.WeatherHeader {
     color: white;
     font-size: 14px;
     font-weight: bold;
}
.WebcamHeader {
     color: white;
     font-size: 1em;
     font-weight: bold;
}
.photosmissing {
  background: rgb(204,204,255);
  padding: 0.5em;
  border: none;
  text-align: left;
}
.q{text-decoration:none; color:navy;}

.label {
     color: navy;
}
.subtitle {
     color: navy;
     font-weight: bold;
}
.thanks {
     color: navy;
     font-size: 130%;
}
.note {
     color: gray;
     font-family: sans-serif;
     text-align: left;
}
.gallery {
     text-align: left;
}
.storytitle {
  color: navy;
  text-align: left;
  font-family: sans-serif;
  font-size: 18px;
  margin-left: +4%;
}
