@charset "UTF-8";
body {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: small;
	background : #FFFFFF;
	color : #333333;
	text-align: left;
	margin: 0px 16px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
.small {
  font-size: small;
}
.category {
  font-size: small;
}
.selectedCategory {
  font-size: small;
  color: #FF6633;
}
.photo {
  margin: 5px;
  text-align: center;
}
a:link, a:visited, a:active {
  color: #009966;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
.bodyContent {
  /* out of template.jsp */
}
.bodyContentEven {
  background: white;
}
.bodyContentOdd {
  background: #D2EAF4;
}
.header {
	background : #009966;
	height: 100px;
	color: white;
	font-weight: bold;
}
.header a:link, .header a:visited, .header a:active {
  color : white;
}
.winheader {
  background : #009966;
  color: white;
  font-weight: bold;
}
.winheader a:link, .winheader a:visited, .winheader a:active {
  color : white;
}
.content {
  padding: 5px;
	border: solid #009966 1px;
}
.main {
}
.footer {
  clear: both;
  background: #009966;
  color: white;
  font-size: x-small;
  font-weight: bold;
  text-align: right;
  height: 16px;
  padding: 5px;
}
.footer a:link, .footer a:visited, .footer a:active {
  color : #0050B0;
}
.footer a:hover {
  color : #CCCCCC;
}
.login, .login a:link, .login a:visited, .login a:active {
  font-size: x-small;
  text-align: right;
  color : #FFFFFF;
  font-weight: normal;
}
.login a:hover {
  font-size: x-small;
  text-align: right;
  color : #999999;
}
.blogName {
  font-size: 24px;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 20px;
}
.blogDescription {
  font-weight: none;
  padding-left: 15px;
  padding-bottom: 15px;
}

/* CALENDAR CLASSES */
.calendar {
  font-size: x-small;
  text-align: center;
  padding-bottom: 10px;
}
.calendarHeader {
  font-size: medium;
}
.calendarDayHeader {
  font-size: small;
  padding-top: 8px;
  padding-bottom: 8px;
}
.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 {
  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 #009966;
  background-color: #EAF4F4;
}
.calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
  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: #FF6600;
  font-size: 9px;
  font-weight: normal;
}
.calendarBody a:hover {
  color: #0099FF;
}
.calendarBody ul {
  margin: 0px;
  padding: 0px;
}
.calendarBody li {
  list-style: outside;
  list-style-type: none;
	margin-left: 1px;
	padding-left: 5px;
	background-image: url(images/event.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.blogEntry {
	text-align: left;
	background: white;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.blogEntryHeader {
	color: black;
	font-size: medium;
	font-weight: bold;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #009966;
	border-left-color: #009966;
}
.blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
	color: black;
	text-decoration: none;
}
.blogEntryBody {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: small;
 	line-height: 130%;
}
.blogEntryMetadata, .blogEntryMetadata a:link, .blogEntryMetadata a:visited, .blogEntryMetadata a:active {
  color: gray;
  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: gray;
  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: gray;
  font-size: x-small;
}
.item {
	font-size: small;
	text-align: left;
	border: 1px solid #009966;
	margin-bottom: 5px;
}
.itemHeader, .itemHeader a:link, .itemHeader a:visited, .itemHeader a:active {
  background: #009966;
  color: #FFFFFF;
  font-size: x-small;
  font-weight: bold;
  padding: 4px;
}
.itemBody {
  font-size: x-small;
  padding-bottom: 10px;
}
.itemBodyEven {
  background: white;
}
.itemBodyOdd {
  background: #D2EAF4;
}
.itemMetadata, .itemMetadata a:link, .itemMetadata a:visited, .itemMetadata a:active {
  color: gray;
  font-weight: bold;
  font-size: x-small;
}

.blogEntryLinks, .itemLinks, .commentLinks, .trackbackLinks {
  float: right;
  color: gray;
  font-weight: bold;
  font-size: x-small;
}
blockquote {
	color: #555555;
	margin: 20px 10px 20px 10px;
	padding: 10px;
	border: 1px solid #A6C0D9;
}
.help, .help a:link, .help a:visited, .help a:active {
  color: gray;
  font-weight: bold;
  font-size: 11px;
  text-align: right;
}
.validationError {
  color: white;
  background-color: #B20D1C;
}
code {
	font-size: x-small;
}
pre {
	font-size: x-small;
}
li {
	list-style-type: none;
	list-style-position: outside;
}
form {
	margin: 0px;
}
.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;
}
