@charset "UTF-8";
body {
  font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	background-color : white;
	color: #666666;
	text-align: left;
	margin: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 770px;
}
blockquote {
  font-style: italic;
}
.small {
  font-size: 11px;
}
a:link, a:visited, a:active {
  color: #006699;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.header {
	background-color: #0050B0;
	color: #FFFFFF;
	height: 100px;
}
.header a:link, .header a:visited, .header a:active {
  color : #FFFFFF;
}
.blogName, .blogName a:link, .blogName a:visited, .blogName a:active {
	font-size: 24px;
	font-weight: bold;
	padding-top: 25px;
	padding-left: 10px;
}
.blogDescription {
	font-weight: bold;
	padding-left: 20px;
}
.maincol {
	text-align: left;
}
.content {
	float: left;
	clear: none;
	width: 400px;
	padding-top: 10px;
}
.content2 {
	float: left;
	clear: none;
	width: 600px;
	padding-top: 10px;
}
.sidebar {
	float: left;
	clear: none;
	text-align: left;
	width: 165px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.rightbar {
	float: right;
	text-align: left;
	width: 195px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
}

.bodyContent {
	background-color: white;
}
.bodyContentEven {
	background-color: #FFFFFF;
}
.bodyContentOdd {
	background-color: #D2EAF4;
}
.footer {
	text-align: center;
	clear: both;
	background : #0050B0;
	color: #FFFFFF;
	font-size: 10px;
	padding: 5px;
	height: 16px;
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #FFFFFF;
}
.item {
	text-align: left;
	color: #666666;
	border: 1px solid #0050B0;
	margin-bottom: 10px;
}
.itemHeader, .itemHeader a:link, .itemHeader a:visited, .itemHeader a:active {
	background-color: #0050B0;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
}
.itemBody {
	padding: 4px;
}
.itemBodyEven {
	background-color: #FFFFFF;
}
.itemBodyOdd {
	background-color: #D2EAF4;
}
.itemMetadata, .itemMetadata a:link, .itemMetadata a:visited, .itemMetadata a:active {
	color: gray;
	font-size: 10px;
}

.blogEntry {
  text-align: left;
  border-top: 1px solid #006699;
}
.blogEntryHeader, .blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
  color: black;
  font-size: 14px;
  font-weight: bold;
}
.blogEntryBody {
  line-height: 120%;
}
.blogEntryMetadata, .blogEntryMetadata a:link, .blogEntryMetadata a:visited, .blogEntryMetadata a:active {
  color: gray;
  font-size: 10px;
}

.calendar {
  font-size: 10px;
  text-align: center;
}
.calendarDayHeader {
  font-size: 10px;
}
.calendarDay {
  text-align: right;
}
.calendarDayWithEntries, .calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
  font-weight: bold;
  text-align: right;
}
.calendarToday, .calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
  background-color: #0050B0;
  color: white;
  font-weight: bold;
  text-align: right;
}
li {
	list-style-type: none;
	list-style-position: outside;
}

.tagCloud {
  line-height: 36px;
}
.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;
}
