@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: 800px;
}
blockquote {
  font-style: italic;
}
.photo {
  margin: 5px;
}
.small {
  font-size: 11px;
}
a:link, a:visited, a:active {
  color: #0099FF;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.header {
	background-color: #FF6633;
	background-color: #FF6633;
	color: #FFFFFF;
	font-weight: bold;
	height: 90px;
}
.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: 630px;
	padding-top: 10px;
}
.sidebar {
	float: left;
	clear: none;
	text-align: left;
	width: 165px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.bodyContent {
	background-color: white;
}
.bodyContentEven {
	background-color: #FFFFFF;
}
.bodyContentOdd {
	background-color: #E6F3F9;
}
.footer {
	text-align: center;
	clear: both;
	background : #FF6633;
	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 #FF6633;
	margin-bottom: 10px;
}
.itemHeader, .itemHeader a:link, .itemHeader a:visited, .itemHeader a:active {
	background-color: #FF6633;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 4px;
}
.itemBody {
	padding: 4px;
}
.itemBodyEven {
	background-color: #FFFFFF;
}
.itemBodyOdd {
	background-color: #E6F3F9;
}
.itemMetadata, .itemMetadata a:link, .itemMetadata a:visited, .itemMetadata a:active {
	color: gray;
	font-size: 10px;
}

.blogEntry {
  text-align: left;
  border-top: 1px solid #FF6633;
}
.blogEntryHeader, .blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
  color: #009966;
  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 */

.calendar {
	font-size: 10px;
	text-align: center;
	margin-bottom: 20px;
	background-image: url(images/calendar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.calendarHeader, .calendarHeader a:link, .calendarHeader a:visited, .calendarHeader a:active {
  font-size: medium;
  font-weight: bold;
  color: #FF6633;
}

.calendarDayHeader {
  font-size: 10px;
}
.calendarDay {
  height: 80px;
  font-size: small;
  text-align: right;
  margin: 1px;
  padding: 1px;
  border: solid 1px #CCCCCC;
}
.calendarDayWithEntries {
  height: 80px;
  margin: 1px;
  padding: 1px;
  text-align: right;
  border: solid 1px #CCCCCC;
  background-color: #FFFFCC;
}
.calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
  color: #009966;
  font-size: small;
  font-weight: bold;
  text-align: right;
}
.calendarToday {
  height: 80px;
  font-size: small;
  font-weight: bold;
  text-align: right;
  margin: 1px;
  padding: 1px;
  border: solid 1px #FF6633;
  background-color: #FFFFCC;
}
.calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
  color: #009966;
  font-size: small;
  font-weight: bold;
  text-align: right;
}
.calendarBody { /* area of title links */
  font-size: 9px;
  text-align: left;
  margin: 0px;
}
.calendarBody a:link, .calendarBody a:visited, .calendarBody a:active {
  color: #0099FF;
  font-size: 9px;
  font-weight: normal;
}
.calendarBody a:hover {
  color: #FF6600;
}
.calendarBody ul {
  margin: 0px;
  padding: 0px;
}
.calendarBody li {
	list-style-type: none;
	margin-left: 1px;
	padding-left: 5px;
	background-image: url(images/event.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	list-style-position: inherit;
}


li {
	list-style-type: none;
	list-style-position: outside;
}

.tagCloud {
  color: #009966;
  line-height: 36px;
}
.tagCloud a:link, .tagCloud a:active, .tagCloud a:visited {
  color: #009966;
}
.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;
}
