/* 'most everything */
A:link { 
  color: #0000ff;
  text-decoration: none;
}

A:visited { 
  color: #aa00aa;
  text-decoration: none; 
}

A:hover {
  text-decoration: underline;
}

BODY { 
  background: #4E94CD;
  color: #222222;
  font-family: Optima,Helvetica,sans-serif;
}


BLOCKQUOTE {
  border-left: double;
  border-color: #7F6128;
  background-color: #FCF0E1;
  padding: 1ex;
}

UL {
  margin-left: 1px;
  padding-left: 15px;
}

/* dates */
.dateheader { 
  font-size: smaller; 
  font-weight: bold; 
  color: #336699; 
}


/* story */
P.links {
  font-size: smaller;
  font-style: italic;
}


/* header */
IMG.logo {
  border: none;
}


/* Layout tables */
.navBlock {
  vertical-align: top;
  width: 15%;
  background: #C5E0C3;
  color: #000;
  border: none;
  font-size: smaller;
  font-family: Optima,Helvetica,sans-serif;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomleft: 30px;
}


.bonusBlock {
  vertical-align: top;
  width: 15%;
  background: #EBD5B6;
  color: #000;
  border: none;
  font-size: smaller;
  font-family: Optima,Helvetica,sans-serif;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomleft: 30px;
}


.newsBlock {
  width: 70%;
  vertical-align: top;
  background: #C0DBFA;
  color: #222222;
  margin-left: 3em;
  font-size: small;
  font-family: Optima,Helvetica,sans-serif;
  -moz-border-radius-topright: 30px;
  -moz-border-radius-bottomleft: 30px;
}


/* Calendar */
.calendar {
  font-size: 75%;
}

.month-calendar, .year-calendar {
margin-left: auto;
margin-right: auto;
}

.month-calendar-head, .year-calendar-head {
  font-size: 90%;
  font-weight: bold;
margin-left: auto;
margin-right: auto;
}

.month-calendar-day-head, .year-calendar-subhead {
  font-size: 70%;
  font-weight: normal;
}

.month-calendar-day-noday,
.month-calendar-day-link, .year-calendar-month-link,
.month-calendar-day-nolink, .year-calendar-month-nolink,
.month-calendar-day-this-day, .year-calendar-this-month {
  text-align: right;
}

.month-calendar-day-this-day, .year-calendar-this-month {
  background: #eeeeee;
}

.month-calendar-day-future, .year-calendar-month-future {
  color: #83660F;
}


/* categories */
.categories {
  list-style-type: none;
}

.categories ul {
  list-style-type: none;
  padding-left: 1ex;
  margin-left: 0;
  border-left: 1px dotted #fff;
  font-size: smaller;
  font-family: Optima,Helvetica,sans-serif;
}

.categorytree_item {
  font-size: smaller;
  font-family: Optima,Helvetica,sans-serif;
}

.breadcrumb {
  font-size: 70%;
  font-family: sans-serif;
  text-align: right;
}


/* blogroll */
.blogroll {
  margin-left: 22px;
}
.blogroll-item {
  text-indent: -22px;
  font-size: 80%;
}

.ac-headings { 
  font-size: 90%;
  font-weight: bold;
}

a.remote {
  padding-right:          12px;
  background-image:       url(http://waxwolf.com/icon/aoutside.gif);
  background-position:    right;
  background-repeat:      no-repeat;
}

.categorytree {
	font-size:	10pt;
	list-style:	none;
}


