@charset "UTF-8";
/* CSS Document for diaries.css */

body {
  line-height: 1.5em;
  background-color: #FFFFF0;
  text-align: center;
  color: black;
}

.oneCol #container {
  width: 97%;
  background-color: #FFFFF0;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.oneCol #header {
  background-color: #FFFFF0;
  padding: 10 0 0 0;
  text-align: center;
}

.oneCol #header {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: center;
  color: #cc0000;
  font-weight: normal;
  font-size: 1em;
}

.oneCol #mainContent {
 	padding: 0 15px;
  background-color: #FFFFF0;
}

.oneCol #footer {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #FFFFF0;
  text-align: center;
}

.oneCol #footer p {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}

h1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2em;
  line-height: normal;
}

h2 {
  font-family: Verdana, Geneva, sans-serif;
  letter-spacing: 1px;
   line-height: normal;
}

h3 {
  font-family: Verdana, Geneva, sans-serif;
   line-height: normal;
}

h4 {
  font-family: Verdana, sans-serif;
   line-height: normal;
}

h5 {
  font-family: Verdana, sans-serif;
   line-height: normal;
}

h6 {
  font-family: Verdana, sans-serif;
   line-height: normal;
}

a:link {
  color: #0133cc;
}

a:visited {
  color: #660066;
}

a:hover {
  color: #0099ff;
}

a:active {
  color: #cc3300;
}

p {
  font-family: Georgia, serif;
  font-weight: normal;
  text-align: left;
  font-size: 18px;
  line-height: 1.5em;
}

p.noteindent {
  font-family: Arial, sans-serif;
  font-size: small;
  padding-left: 2em;
  line-height: 1.2em;
  text-indent: -6px;
}

p.bottom {
  font-family: Verdana, sans-serif;
  font-size: small;
  font-weight: bold;
  text-align: center;
}
      
div.traveldiaries {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1.5em;
}

div.wrap {
  text-align: center;
  font-family: Arial, sans-serif;
  font-size: 10px;
  float: right;
  margin-left: 12px;
  margin-bottom: 3px;
}

div.left {
  font-family: Arial, sans-serif;
  font-size: 10px;
  float: left;
  margin-right: 12px;
  margin-bottom: 3px;
}

div.plain {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 3px;
}

hr.new1 {
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #cc0000;
}

.thumbnail-label {
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-style: normal;
  text-align: center;
  line-height: 12px;
  font-weight: normal;
  padding-bottom: 3px;
  padding-top: 2px;
}

img {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: black;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: black;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: black;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: black;
  border-radius: 2px;
}