@charset "UTF-8";
body {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: small;
	background : #FFFFFF;
	color : #8B8060;
	text-align: left;
	margin: 0px 16px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background: url(images/header.jpg) no-repeat center top;
}
blockquote {
  font-size: small;
  color: #666666;
  margin: 20px 10px 20px 10px;
  padding: 10px;
  border: 1px solid #CCCCCC;
}
.small {
  font-size: x-small;
}
.category {
  font-size: x-small;
}
.selectedCategory {
  font-size: x-small;
  color: #FFFFFF;
  font-weight: bold;
  background: #66CC00;
}
.photo {
  margin: 5px;
  border: solid gray 1px;
  text-align: center;
}
a:link, a:visited, a:active {
  color: #958E5E;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #339933;
  text-decoration: underline;
}
.header {
  color: #8B8060;
  font-weight: bold;
  height: 180px;
}
.header a:link, .header a:visited, .header a:active {
  color : #958E5E;
}
.winheader {
  background-color: #DDF5CD;
  color: #8B8060;
  font-weight: bold;
}
.winheader a:link, .winheader a:visited, .winheader a:active {
  color : #958E5E;
}
.bodyContent {
}
.content {
  background-color: #EFEFEF;
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
}
.bodyContentEven {
  background: white;
}
.bodyContentOdd {
  background: #DFF1DE;
}
.sidebar {
  margin-left: 5px;
  width: 200px;
}
.footer {
  color: #8B8060;
  background-color: #FFFFFF;
  font-size: x-small;
  font-weight: bold;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #5BCC00;
}
.footer a:link, .footer a:visited, .footer a:active {
  color : #958E5E;
}
.blogName, .blogName a:link, .blogName a:visited, .blogName a:active {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #FFFFFF;
}
.blogDescription {
  font-weight: none;
  text-align: center;
}
.calendar {
  font-size: x-small;
  text-align: center;
}
.calendarDayHeader {
  font-size: x-small;
}
.calendarDay {
  font-size: x-small;
  text-align: right;
  border: 1px solid #CCCCCC;
}
.calendarDayWithEntries, .calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
  color: white;
  font-size: x-small;
  font-weight: bold;
  text-align: right;
  background : #66CC00;
}
.calendarToday, .calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
  font-size: x-small;
  background : #958E5E;
  color: white;
  font-weight: bold;
  text-align: right;
}

.blogEntry {
  background : #FFFFFF;
  text-align: left;
  border-top: 3px solid #5BCC00;
  margin-top: 5px;
}
.blogEntryHeader, .blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
  color: #339933;
  font-size: medium;
  font-weight: bold;
}
.blogEntryBody {
  background : #FFFFFF;
  font-size: small;
  line-height: 120%;
}
.blogEntryMetadata, .blogEntryMetadata a:link, .blogEntryMetadata a:visited, .blogEntryMetadata a:active {
  color: #999999;
  font-weight: bold;
  font-size: x-small;
}

.comment {
  font-size: small;
}
.commentHeader, .commentHeader a:link, .commentHeader a:visited, .commentHeader a:active {
  font-weight: bold;
}
.commentBody {
  font-size: small;
}
.commentMetadata, .commentMetadata a:link, .commentMetadata a:visited, .commentMetadata a:active {
  color: #999999;
  font-size: x-small;
}
.trackback {
  font-size: small;
}
.trackbackHeader, .trackbackHeader a:link, .trackbackHeader a:visited, .trackbackHeader a:active {
  font-weight: bold;
}
.trackbackBody {
  font-size: small;
}
.trackbackMetadata, .trackbackMetadata a:link, .trackbackMetadata a:visited, .trackbackMetadata a:active {
  color: #999999;
  font-size: x-small;
}

.item {
  background: white;
  font-size: small;
  text-align: left;
  /*border: 2px dotted #958E5E;*/
}
.itemHeader, .itemHeader a:link, .itemHeader a:visited, .itemHeader a:active {
  color: white;
  font-size: medium;
  font-weight: bold;
  background: #66CC00;
  padding: 3px;
  margin-bottom: 10px;
}
.itemBody {
  font-size: x-small;
  background-color: #DDF5CD;
  padding: 3px;
}
.itemBodyEven {
  background: white;
}
.itemBodyOdd {
  background: #DFF1DE;
}
.itemMetadata, .itemMetadata a:link, .itemMetadata a:visited, .itemMetadata a:active {
  color: #999999;
  font-size: x-small;
}
.validationError {
  color: white;
  background-color: #B20D1C;
}
code {
	font-size: x-small;
}
pre {
	font-size: x-small;
}
li {
	list-style-position: outside;
	list-style-type: none;
}

.tagCloud {
  line-height: 40px;
}
.tagCloud1 {
  font-size: 10px;
}
.tagCloud2 {
  font-size: 12px;
}
.tagCloud3 {
  font-size: 14px;
}
.tagCloud4 {
  font-size: 16px;
}
.tagCloud5 {
  font-size: 18px;
}
.tagCloud6 {
  font-size: 20px;
}
.tagCloud7 {
  font-size: 22px;
}
.tagCloud8 {
  font-size: 24px;
}
.tagCloud9 {
  font-size: 26px;
}
.tagCloud10 {
  font-size: 28px;
}

