@charset "UTF-8";
body {
  font-family: "Lucida Grande", "Tahoma", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	background : white;
	color: #666666;
	text-align: left;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
h5 {
  font-size: 12px;
  font-weight: bold;
}
li {
	list-style-type: square;
}
blockquote {
  font-style: italic;
}
.small {
  font-size: 11px;
}
a:link, a:visited, a:active {
  color: #9C2117;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.header {
	background : #FFFFFF;
	color: #333333;
	font-weight: bold;
	height: 60px;
}
.header a:link, .header a:visited, .header a:active {
  color : #F69920;
}
.blogName, .blogName a:link, .blogName a:visited, .blogName a:active {
  font-size: 22px;
  font-weight: bold;
}
.blogDescription {
  font-weight: none;
}
.maincol {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 400px;
}
.sidebar {
	text-align: left;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.rightbar {
	text-align: left;
	width: 200px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.bodyContent {
  background : white;
}
.bodyContentEven {
	background: #F2F2F2;
}
.bodyContentOdd {
  background: #F7DFCE;
}
.footer, .footer a:link, .footer a:visited, .footer a:active {
	background : #990000;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
}
.item {
	color: #666666;
	text-align: left;
	border: 1px solid #9C2117;
}
.itemHeader, .itemHeader a:link, .itemHeader a:visited, .itemHeader a:active {
  background: #9C2117;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
	padding: 5px;
}
.itemBody {
  background: white;
}
.itemBodyEven {
  background: #FFFFFF;
}
.itemBodyOdd {
  background: #F7DFCE;
}
.itemMetadata, .itemMetadata a:link, .itemMetadata a:visited, .itemMetadata a:active {
  color: gray;
  font-weight: bold;
  font-size: 11px;
}
.screenshot {
  border-top: solid gray 1px;
  border-right: solid gray 1px;
  border-bottom: solid gray 1px;
  border-left: solid gray 1px;
  text-align: left;
}

.blogEntry {
  text-align: left;
  background: white;
  border-top: dotted silver 1px;
}
.blogEntryHeader, .blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
  background: white;
  color: black;
  font-size: 16px;
  font-weight: bold;
}
.blogEntryBody {
  background: white;
}
.blogEntryMetadata, .blogEntryMetadata a:link, .blogEntryMetadata a:visited, .blogEntryMetadata a:active {
  color: gray;
  font-weight: bold;
  font-size: 11px;
}
