body {
  margin:0px;
  padding:0px;
  font-family: Lucida Grande, Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background : #002200;
  color : white;
  text-align: left;
  border: solid #20ff20 1px;
}
blockquote {
  border-left: solid silver 4px;
  padding-left: 8px;
}
.small {
  font-size: 11px;
}
.header {
  position:absolute;
  top:0px;
  margin:0px 0px 0px 0px;
  padding:5px;
  color: #20ff20;
  font-weight: bold;
  background-position: top;
  background-repeat: repeat-x;
}

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
  voice-family: "\"}\"";
  voice-family:inherit;
  height:14px; /* the correct height */
  }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

.header a:link, .header a:visited, .header a:active {
  color : white;
}
.search {
  background: #003300;
  float: right;
  position: relative;
  text-align: left;
  border: solid #106610 1px;
  margin-bottom: 8px;
}
.headerLinks {
  float: right;
  position: relative;
  width: 50%;
  text-align: right;
}
.copyright{
  float: left;
  position: relative;
  width: 33%;
  text-align: left;
}
.icra {
  float: right;
  width: 33%;
  position: relative;
  text-align: center;
  border: solid #20ff20 1px;
}
.footerLinks {
  float: right;
  position: relative;
  width: 33%;
  text-align: right;
}
.headerLinks a:link, .headerLinks a:visited, .headerLinks a:active,
.footerLinks a:link, .footerLinks a:visited, .footerLinks a:active {
  color : white;
}
#categories {
  padding: 0px;
  color : #20ff20;
  font-weight: bold;
}
.category a:link, .category a:visited, .category a:active {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
  color : #20ff20;;
}
.category {
}
.category a:hover, .selectedCategory {
  color: black;
  background: #22ff44;
  text-decoration: none;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
}
.tags {
  border: solid #106610 1px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 4px;
  background: #203320;
  font-weight: normal;
}
.tags a:link, .tags a:visited, .tags a:active {
  color : gray;
  font-weight: normal;
}
.photo {
  padding: 2px;
  margin-right: 5px;
  border: solid #106610 1px;
  text-align: center;
}
.codeSample {
  font-family: Courier, sans-serif;
  border: solid #F0F0F0 1px;
  text-align: left;
  background: #F8F8F8;
  margin-left: 32px;
  margin-right: 32px;
  padding: 16px;
  overflow: auto;
}
a:link, a:visited, a:active {
  color: #11dd44;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
.content {
  margin:174px 227px 0px -1px; /* margin-top = Menu top - 1 margin-right = Menu width - 2 */
  padding:8px;
  border-top: solid #20ff20 1px;
  border-right: solid #20ff20 1px;
  border-left: solid #20ff20 1px;
  height: 2600px; /* Adjust to be height of sidebar */
  background : #002200;
}
.bodyContent {
  background : #002200;
}
.sidebar {
  position:absolute;
  top:175px;   /* Content margin-left + 1 */
  right:0px;
  width:230px;
  border-top: solid #20ff20 1px;
  line-height:17px;
/* Again, the ugly brilliant hack. */
  voice-family: "\"}\"";
  voice-family:inherit;
  width:212px;
  padding-left: 8px;
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px;
/*  background: #662200; */
  }
/* Again, "be nice to Opera 5". */
body>.sidebar {width:212px;}

.footer {
  height: 35px;
  margin-top: -1px;
  font-weight: bold;
  padding-right: 8px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-top: 20px;
  clear: both;
  border-top: solid #20ff20 1px;
}
.footer a:link, .footer a:visited, .footer a:active {
  color : white;
}
.blogName, .blogName a:link, .blogName a:visited, .blogName a:active {
  color: #20ff20;
  font-size: 24px;
  font-weight: bold;
}
.blogDescription {
  font-weight: none;
  padding-bottom: 32px;
}
.linearNavigationLinks {
  text-align: center;
  padding-bottom: 8px;
  position: relative;
}
.calendar {
  background: #003300;
  float: right;
  text-align: center;
  border: solid #106610 1px;
  margin-bottom: 8px;
}
.calendarDayHeader {
  font-weight: bold;
  text-align: right;
}
.calendarDay {
  text-align: right;
  font-size: 8px;
  font-size: 8px;
  border: solid #106610 1px;
}
.calendarDayWithEntries {
  text-align: right;
  font-size: 8px;
  border: solid #20ff20 1px;
}
.calendarDayWithEntries a:link, .calendarDayWithEntries a:visited, .calendarDayWithEntries a:active {
  font-size: 8px;
  border: solid white 0px;
}
.calendarToday, .calendarToday a:link, .calendarToday a:visited, .calendarToday a:active {
  background : #22ff44;
  color: black;
  font-size: 8px;
  font-weight: bold;
  text-align: right;
}
.help, .help a:link, .help a:visited, .help a:active {
  color: gray;
  font-weight: bold;
  text-align: right;
}
.validationError {
  color: #B20D1C;
}

.blogEntry, .item {
  border: solid #106610 1px;
  background: #003300;
  text-align: left;
  padding: 8px;
  margin-bottom: 8px;
}
.comment, .trackback {
  padding: 8px;
}
/******************************************************************
.blogEntryHeader, .itemHeader {
  background : #4169AA;
  color: white;
  font-size: 13px;
  font-weight: bold;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 20px;
}
*******************************************************************/
.blogEntryHeader, .blogEntryHeader a:link, .blogEntryHeader a:visited, .blogEntryHeader a:active {
  color: white;
  font-weight: bold;
  position: relative;
}
.itemHeader, .itemHeader a:link, .itemHeader a:visited, .itemHeader a:active {
  color: green;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.commentHeader, .commentHeader a:link, .commentHeader a:visited, .commentHeader a:active, .trackbackHeader,
.trackbackHeader a:link, .trackbackHeader a:visited, .trackbackHeader a:active {
  font-size: 13px;
  font-weight: bold;
  color: green;
}

.blogEntryTitle, .blogEntryTitle a:link, .blogEntryTitle a:visited, .blogEntryTitle a:active {
  color: #44ff44;
  font-size: 16px;
  font-weight: bold;
}
.blogEntrySubtitle, .blogEntrySubtitle a:link, .blogEntrySubtitle a:visited, .blogEntrySubtitle a:active {
  color: #44ffaa;
  font-weight: bold;
}
.blogEntryBody, .itemBody {
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1.5;
}
.itemBodyEven {
  border: solid #106610 1px;
  background: #003300;
  margin-top: 5px;
  margin-bottom: 5px;
}
.itemBodyOdd {
  border: solid #106610 1px;
  background: #203320;
  margin-top: 5px;
  margin-bottom: 5px;
}
.commentBody, .trackbackBody {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5;
}


.blogEntryLinks, .itemLinks, .commentLinks, .trackbackLinks {
  float: right;
  position: relative;
  color: gray;
  font-weight: bold;
  text-align: right;
  font-size: 11px;
}

.blogEntryLinks a:link, .blogEntryLinks a:visited, .blogEntryLinks a:active,
.itemLinks a:link, .itemLinks a:visited, .itemLinks a:active,
.commentLinks a:link, .commentLinks a:visited, .commentLinks a:active,
.trackbackLinks a:link, .trackbackLinks a:visited, .trackbackLinks a:active {
  color: gray;
  font-weight: normal;
  font-size: 11px;
}

.blogEntryMetadata, .blogEntryMetadata a:link, .blogEntryMetadata a:visited, .blogEntryMetadata a:active,
.itemMetadata, .itemMetadata a:link, .itemMetadata a:visited, .itemMetadata a:active,
.commentMetadata, .commentMetadata a:link, .commentMetadata a:visited, .commentMetadata a:active,
.trackbackMetadata, .trackbackMetadata a:link, .trackbackMetadata a:visited, .trackbackMetadata a:active {
  color: gray;
  font-weight: normal;
}

.floatRight {
  float: right;
  position: relative;
}

.approved {
}
.pending {
  border-left: solid #FF9900 4px;
}
.rejected {
  border-left: solid red 4px;
}
thead {
  background : #005500;
  color: #000000;
  font-weight: bold;
  padding: 8px;
}
thead a:link, thead a:visited, thead a:active {
}
.tagCloud {
  line-height: 40px;
}
.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;
}
/* New Entries */
.button {
  background: #00cc66;
  border-top: #106610 1px solid;
  border-left: #106610 1px solid;
  border-right: #106610 1px solid;
  border-bottom: #106610 1px solid;
  cursor: hand;
  color: #000000;
  width: 75px;
  height: 19px;
  text-decoration: none;
}
textarea 
{
  background: #33ff99;
  border-top: #106610 1px solid;
  border-left: #106610 1px solid;
  border-right: #106610 1px solid;
  border-bottom: #106610 1px solid;
  color: #000000;
}
input 
{
  background: #33ff99;
  border-top: #106610 1px solid;
  border-left: #106610 1px solid;
  border-right: #106610 1px solid;
  border-bottom: #106610 1px solid;
  color: #000000;
}
h1 {
  display:inline;
  color: #44ff44;
  font-size: 16px;
  font-weight: bold;
}
h2 {
  display:inline;
  color: #44ffaa;
  font-size: 12px;
  font-weight: bold;
}