BODY {
	margin: 1px 1px 20px 1px;
	background-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
	}

TEXTAREA {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	}

A 	{ text-decoration: underline; }

A:link, A:visited, A:active { color: #666666; }
A:hover { color: #006699; }

#container { width: 800px; }

#banner {
	color: #ffffff;
	background-color: #999999;
	}

#banner a {
	color: #ffffff;
	text-decoration: none;
	}
#banner h1 { font-size: xx-large; }
#banner h2 { font-size: small; }

.blogdesc {
	  padding-left: 16px;
	  }

#center {
	float: left;
	width: 628px;
	overflow: hidden;
	}

#right { float: left;
	width: 170px;
	overflow: hidden;
	}

.content {
	padding: 16px 16px 5px 16px;
	background-color: #ffffff;
	color: #000000;
	font-size: 11px;
	   line-height: 14px;
	}
.content blockquote { line-height: 120%; }
.content li { line-height: 120%; }

.entry {
	  border-top: 1px solid #999999;
	  border-left: 6px solid #fff088;
	  }

.entry .head {
	  padding: 1px 3px 3px 15px;
	  background-color: #f4f0e0;
	  }

.entry .head .date {
	  color: #666666;
	  font-size: 9px;
	  text-align: left;
	  font-weight: bold;
	  }
.entry .head .title {
	  color: #666666;
	  font-size: 13px;
	  text-align: left;
	  font-weight: bold;
	  }

.entry .body {
	  padding-left: 16px;
	  }

.entry .posted {
	  background-color: #f4f0e0;
	  color: #666666;
	  border-top: 1px solid #999999;
	  text-align: left;
	  margin-bottom: 25px;
	  line-height: normal;
	  padding: 3px 3px 3px 16px;
	  }
	  
.blogdesc { padding-left: 15px; }

.sidebar {
	padding: 15px 0px 15px 0px;
	}

#calendar {
  	line-height: 140%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
  	padding: 2px;
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid #cccccc;
	}

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

#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

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

#calendar td { text-align: center; }

.sidebar h2 {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .3em;
	}

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

.sidebar ul ul {
	margin-bottom: 0px;
	}

.sidebar #categories ul {
	padding-left: 15px;
	}

.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	margin-top: 10px;
	list-style-type: none;
	}

.sidebar #categories li {
	list-style-type: circle;
	}

.sidebar img {
	border: 3px solid #FFFFFF;
	}

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

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

#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 50px;
	}

.comment { padding-left: 22px; }

.comment H2 {  
	color: #666666;
 	font-size: 13px;
	text-align: left;
	font-weight: bold;
	}

#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%;
	}

.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
	}
.quote {
  width: 480px; 
  border-style: solid; 
  border-width: 1px; 
  border-color: gray;
  background-color: #f4f4e4;
  margin-left: 36px; 
  margin-top: 36px; 
  margin-bottom: 36px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
}
.photo {
  clear: both;
  margin: 18px 18px 8px 18px;
  border: solid 1px #888888;
  padding: 0;
}
.center {
  text-align: center;
}