/* StyleMonkey Grey CSS for use with the Isolated style */
body {
  margin: 0px 0px 20px 0px;
  background-color: #9C9C9C;
  color: #555555;
  text-align: center;
  font-family: Verdana, sans-serif;
}

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

a:link, a:visited {
  color: #555555;
}

.sidebar a:hover {
  text-decoration: none;
}

.sidebar a {
  text-decoration: none;
}

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: Verdana, Arial, sans-serif;
		color: #FFFFFF;
		background: #999999 url("http://www.baggers.com/kath-blog/kathblogtitle.jpg") no-repeat;
		text-align: left;
		border-bottom: 0px solid #FFFFFF;
		height: 182px;

}

 #quoteright {
                z-index:1;
		position:absolute;
		top: 20px;
		left: 700px;
		width: 315px;
                font-family: Verdana, Arial, sans-serif;
		color: #000000;
		background: #FFFFFF;
		text-align:right;
		font-size:14px;
  		text-transform:none;
                text-align: Right;
}


a#banner-img {
  display: none;
}

#banner a {
  color: #555555;
  text-decoration: none;
  font-weight: normal;
}

#banner h1 {
  font-size: xx-large;
  padding-bottom: 10px;
  padding-left: 10px;
}

#banner h2 {
  font-size: small;
}

#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;
  margin-right: 200px;
  margin-left: 200px;
  border: 10px solid #555555;
  background-color: #E8E8E8;
}

#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 #555555;
  padding: 5px;
  background-color: #C2C2C2;
}

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

.content h2 {
  padding-right: 5px;
  margin-bottom: 10px;
  border-bottom: 2px solid;
  font: bold x-small Verdana, sans-serif;
}

.content h3 {
  font-size: large;
  font-weight: bold;
  text-align: left;
  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: bold small Verdana, sans-serif;
  text-align: center;
  text-transform: lowercase;
  border-bottom: 2px solid;
}

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

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

#calendar caption {
  border-bottom: 2px solid;
  font: bold small Verdana, sans-serif;
  text-align: center;
  text-transform: lowercase;
}

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

#calendar td {
  text-align: center;
}

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