/* StyleMonkey Black Cherry CSS for use with the Panes 3 column style */
body {
  margin: 0px 0px 20px 0px;
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  font-family: Arial, sans-serif;
}

a {
  text-decoration: underline;
  font-weight: bold;
}

a:link {
  color: #FFFFFF;
}

a:visited {
  color: #FFFFFF;
}

h1, h2, h3 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}

#container {
  line-height: 140%;
  text-align: left;
  padding: 0px;
  width: 100%;
  position: relative;
}

#banner {
  font-family: Times New Roman, serif;
  text-align: left;
  padding: 15px;
  height: 65px;
}

a#banner-img {
  display: none;
}

#banner a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: normal;
  font-style: italic;
}

#banner h1 {
  font-size: x-large;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom: 2px solid #FFFFFF;
  
}

#banner h2 {
  font-size: small;
  text-align: right;
}

#main {
  float: left;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0px;
  top: auto;
  z-index: 0;
}

.content {
  padding: 15px 15px 5px 15px;
  font-size: x-small;
  margin-right: 200px;
  margin-left: 200px;
}

.blogentry {
  padding: 5px;
  background-color: #871A2E;
  border: 1px solid #FFFFFF;
  -moz-border-radius: 1em;
}

#right {
  float: right;
  width: 200px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  z-index: 2;
}

#left {
  float: left;
  width: 200px;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}

.content p {
  
  line-height: 150%;
  text-align: left;
  margin-bottom: 10px;
}

.content blockquote {
  line-height: 150%;
  border: 1px solid #FFFFFF;
  padding: 5px;
  -moz-border-radius: 1em;
}

.content li {
  line-height: 130%;
  list-style-type: none;
}

.content h2 {
  font-family: Times New Roman, serif;
  font-size: small;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding-right: 5px;
  margin-bottom: 10px;
}

.content h3 {
  font-size: x-small;
  text-align: left;
  font-weight: bold;
  margin-bottom: 10px;
}

.content p.posted {
  font-size: x-small;
  font-style: italic;
  text-align: right;
  margin-bottom: 0px;
  line-height: normal;
  }

.sidebar {
  padding: 15px;
}

.sidebar h2 {
  font-family: Times New Roman, serif;
  font-size: small;
  font-style: italic;
  text-align: right;
  font-weight: bold;
  border-bottom: 2px solid #FFFFFF;
}

.sidebar ul {
  padding-left: 0px;
  margin: 0px;
  margin-left: 10px;
}

.sidebar li {
  font-size: x-small;
  text-align: left;
  line-height: 130%;
  margin-top: 2px;
  list-style-type: none;
}

.sidebar p {
  font-size: x-small;
  font-weight: normal;
  line-height: 150%;
  text-align: left;
  margin-bottom: 10px;
}

img {
  border: 0px;
}

.photo {
  text-align: left;
  margin-bottom: 20px;
}

.link-note {
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  padding: 2px;
  margin-bottom: 15px;
}

#powered {
  font-size: x-small;
  line-height: 150%;
  text-align: left;
  margin-top: 50px;
}

#comment-data {
  float: left;
  width: 180px;
  padding-right: 15px;
  margin-right: 15px;
  text-align: left;
  border-right: 1px dotted #BBB;
}

textarea[id="comment-text"] {
  width: 80%;
}

#calendar {
  line-height: 140%;
  font-size: small;
  padding: 2px;
  text-align: center;
  margin-bottom: 30px;
}

#calendar table {
  padding: 2px;
  border-collapse: collapse;
  border: 0px;
  width: 100%;
}

#calendar caption {
  font-family: Times New Roman, serif;
  font-size: x-small;
  font-weight: bold;
  font-style: italic;
  text-align: right;
  border-bottom: 2px solid #FFFFFF;
}

#calendar th {
  text-align: center;
  font-weight: normal;
}

#calendar td {
  text-align: center;
}

.monkey {
  font-style: italic;
  font-size: x-small;
  text-align: center;
}