/* $TopStyle:URL=http://www.boringbutgood.com/blog/styles-site.css$ */

body {
  margin: 0px 0px 20px 0px;
  background-color: #c8e0f9;
  color: #000000;
  font-family: Arial, sans-serif;
}

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

a:link {
  color: #9ac6f4;
}

a:visited {
  color: #9ac6f4;
}

a:hover {
  color: #6cacef;
}

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

#container {
  line-height: 140%;
  padding: 0px;
  width: 100%;
}

#flickr {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px
}

#banner {
  position: relative;
  left: 0px;
  top: 15px;
  width: 100%;
}

a#banner-img {
  display: none;
}

#banner a {
  color: #6cacef;
  text-decoration: none;
  font-weight: bold;
}

#banner h1 {
  font-size: x-large;
  padding: 10px;
  width: auto;
  border-bottom: 15px double #6cacef;
  border-top: 15px double #6cacef;
  background-color: #FFFFFF;
}

#banner h2 {
  font-size: small;
  font-weight: bold;
  padding-left: 100px;
  color: #1cacef;
}

div.comment-archive {
	background-color: #C8E0F9;
	border: thin dotted #6CACEF;
	padding: 5px 5px 5px 5px;
}

div.comment-archive a:link {
  color: Black;
}

div.comment-archive h2 {
	background-color: #E2EDFC;
	padding: 5px 5px 5px 5px;
	font-size: small;
	color: Black;
	text-align: center;

}

div.comment-archive h2 a:link{
   color: #9ac6f4;
}

div.comment-archive h3{
	padding: 5px 5px 0px 5px;
	color: Black;
	font-size: small;
	text-align: left;
	text-decoration: underline;
}

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

.content {
  padding: 15px 15px 5px 15px;
  font-size: small;
  background-color: #FFFFFF;
  margin-left: 180px;
  margin-right: 240px;
  border: 5px solid #6cacef;
  margin-top: 20px;
}

#right {
  float: right;
  width: 220px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 220px;
  z-index: 2;
}

#left {
  float: left;
  width: 160px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 220px;
  z-index: 2;
}

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

.content blockquote {
  line-height: 150%;
  padding: 5px;
  background-color: #c8e0f9;
  border-top: 6px double #6cacef;
  border-bottom: 6px double #6cacef;
}

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

.content h2 {
  font-size: large;
  font-weight: bold;
  text-align: center;
}

.content h3 {
  font-size: x-large;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0px;
  color: #6cacef;
}

.content p.posted {
  font-size: x-small;
  text-align: center;
  line-height: normal;
  border-bottom: 2px solid #6cacef;
  padding-bottom: 5px;
  }

.sidebar h2 {
  font-size: small;
  text-align: center;
  font-weight: bold;
}

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

.sidebar li {
  font-weight: bold;
  font-size: 12px;
  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;
  border: 2px solid #6cacef;
  background-color: #FFFFFF;
  z-index: 2;
}

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

#powered a:link, #powered a:visited{
  color: #6cacef;
}

#powered a:hover {
  text-decoration: underline;
}

#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: x-small;
  padding: 2px;
  text-align: center;
  margin-bottom: 30px;
}

#calendar a {
  display: block;
  background-color: #9ac6f4;
  border: 1px solid #6cacef;
  color: #000000;
  text-decoration: none;
}

#calendar a:hover {
  display: block;
  background-color: #6cacef;
  border: 1px solid #6cacef;
  color: #FFFFFF;
  font-style: normal;
}

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

#calendar caption {
  font-size: small;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #000000;
}

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

#calendar td {
  text-align: center;
}

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

