@charset "UTF-8";
body {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	background-image: url(images/back.gif);
	background-repeat: repeat-x;
	height: 400px;
	background-color: #E0E0DF;
}
.small {
  font-size: x-small;
}
.category {
  font-size: x-small;
}
.selectedCategory {
  font-size: x-small;
  color: #FF6633;
}
.photo {
  margin: 5px;
  text-align: center;
}
a:link, a:visited, a:active {
  color: #999999;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.bodyContent {
  /* out of template.jsp */
}
.bodyContentEven {
  background: white;
}
.bodyContentOdd {
  background: #F7E0F4;
}
.header {
	background : #898080;
	height: 100px;
	color: white;
	font-weight: bold;
}
.header a:link, .header a:visited, .header a:active {
  color : white;
}
.winheader {
  background : #898080;
  color: white;
}
.winheader a:link, .winheader a:visited, .winheader a:active {
  color : white;
}
.content {
	width: 741px;
	background-image: url(images/back-line.gif);
	background-repeat: repeat-y;
	padding-bottom: 50px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.content2 {
	float: left;
	width: 470px;
}
.sidebar {
	float: right;
	width: 172px;
}
.blogName {
  font-size: 24px;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 20px;
}
.blogDescription {
  font-weight: none;
  padding-left: 15px;
  padding-bottom: 15px;
}
.calendar {
  font-size: x-small;
  text-align: center;
}
.calendarDayHeader {
  font-size: x-small;
}
.calendarDay {
  font-size: x-small;
  text-align: right;
}
.calendarDayWithEntries, .calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
  font-size: x-small;
  font-weight: bold;
  text-align: right;
}
.calendarToday, .calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
  font-size: x-small;
  background : #E7E2EE;
  color: white;
  font-weight: bold;
  text-align: right;
}
.blogEntry {
	text-align: left;
	background: white;
	padding-top: 4px;
	padding-left: 80px;
	margin-top: 5px;
	margin-bottom: 20px;
	width: 500px;
}
.blogEntryHeader {
	color: 999999;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #898080;
	
}
.blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
	color: black;
	text-decoration: none;
}
.blogEntryBody {
	margin-top: 5px;
	font-size: small;
 	line-height: 130%;
}
.blogEntryMetadata, .blogEntryMetadata a:link, .blogEntryMetadata a:visited, .blogEntryMetadata a:active {
  color: gray;
  font-size: x-small;
}
.comment {
  font-size: small;
}
.commentHeader, .commentHeader a:link, .commentHeader a:visited, .commentHeader a:active {
}
.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 {
}
.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 #898080;
	margin-bottom: 5px;
}
.itemHeader, .itemHeader a:link, .itemHeader a:visited, .itemHeader a:active {
  background: #898080;
  color: #FFFFFF;
  font-size: x-small;
  padding: 4px;
}
.itemBody {
  font-size: x-small;
  padding-bottom: 10px;
}
.itemBodyEven {
  background: white;
}
.itemBodyOdd {
  background: #E7E2EE;
}
.itemMetadata, .itemMetadata a:link, .itemMetadata a:visited, .itemMetadata a:active {
  color: gray;
  font-size: x-small;
}

.blogEntryLinks, .itemLinks, .commentLinks, .trackbackLinks {
  float: right;
  color: gray;
  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;
	padding-left: 5px;
}
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;
}
.whole {
	width: 702px;
}
.header2 {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 74px;
	width: 771px;
	margin-top: 0px;
}
.logo {
	float: left;
}
.small-button {
	float: right;
	padding-top: 40px;
	padding-right: 27px;
}
.B {
	float: left;
	clear: none;
}
.button {
	padding-top: 32px;
	padding-left: 1px;
}
.button-area {
	margin-top: 32px;
	margin-left: 1px;
}
.top {
	background-image: url(images/top-line.gif);
	background-repeat: repeat-y;
	float: left;
	height: 100px;
	width: 779px;
	clear: both;
}
.b-back {
	background-image: url(images/button-back.gif);
	background-repeat: no-repeat;
	height: 66px;
	width: 771px;
	clear: both;
}
.footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 76px;
	width: 771px;
	clear: both;
}
.footer-inner {
	color: #211665;
	font-size: 10px;;
	font-weight: bold;
	padding: 10px;
}