@charset "UTF-8";
body {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: small;
	background : #FFFFFF;
	color : #333333;
	text-align: left;
	border: solid #000000 1px;
	margin: 15px 15px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.small {
  font-size: x-small;
}
.category {
  font-size: small;
  background-color:#EEEEEE;
  padding: 4px;
}
.category a:hover {
  color: #FF6600;
}
.selectedCategory {
  background-color:#EEEEEE;
  font-size: small;
  color: #FF6600;
  padding: 4px;
}
.photo {
  margin: 5px;
  text-align: center;
}
a:link, a:visited, a:active {
  color: #336633;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
.bodyContent {
  /* out of template.jsp */
}
.bodyContentEven {
  background: white;
}
.bodyContentOdd {
  background-color: #EBFAED;
}
.header {
	background : #FFFFFF;
	height: 100px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.header a:link, .header a:visited, .header a:active {
}
.winheader {
  background : #FFFFFF;
  font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.winheader a:link, .winheader a:visited, .winheader a:active {
}
.content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer {
	clear: both;
	background: #FFFFFF;
	font-size: x-small;
	font-weight: bold;
	text-align: right;
	height: 14px;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.footer a:link, .footer a:visited, .footer a:active {
  color:#FFFFFF;
}
.footer a:hover {
  color:gray;
}
.blogName {
  font-size: 24px;
  font-weight: bold;
  padding-left: 15px;
  padding-top: 20px;
}
.blogDescription {
  font-weight: none;
  padding-left: 15px;
  padding-bottom: 12px;
}
.blogEntry {
	text-align: left;
	background: white;
	padding-top: 4px;
	margin-top: 5px;
	margin-bottom: 20px;
}
.blogEntryHeader {
	clear:both;
	color: black;
	font-size: medium;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: gray;
	border-left-color: gray;
}
.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-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 gray;
	margin-bottom: 5px;
}
.itemHeader, .itemHeader a:link, .itemHeader a:visited, .itemHeader a:active {
  background: gray;
  color: #FFFFFF;
  font-size: small;
  font-weight: bold;
  padding: 4px;
}
.itemBody {
  font-size: x-small;
  padding-bottom: 10px;
}
.itemBodyEven {
  background: white;
}
.itemBodyOdd {
  background: #EBFAED;
}
.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: square;
	list-style-position: inside;
	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;
}

