body {
  margin: 0 auto;
  padding: 0;
  font-size: x-small;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: black;
  background: white;
}

h1, h3, h5 {
  color: #93a530;               /* dark green */
}
h2, h4, h6, .affiliate {
  color: #fcb040;               /* light orange */
}

h1 {
  font-size: 1.6em;
}
h2, .affiliate {
  font-size: 1.2em;
}
h3, h4 {
  font-size: 1em;
  font-variant: small-caps;
}
h5, h6 {
  font-size: 1em;
  font-variant: small-caps;
}

a {
  font-weight: bold;
  text-decoration: underline;
}

a:link {
  color: #fcb040;               /* light orange */
}
a:visited {
  color: #743877;               /* purple */
}
a:hover, a:active {
  text-decoration: none;
  color: #743877;               /* purple */
}

a.blog_link {                     /* used for external blog links */
  color: inherit;
}
a.blog_link:link, a.blog_link:visited {
  text-decoration: none;
}
a.blog_link:hover, a.blog_link:active {
  text-decoration: underline;
}

.hidden {
  display: none;
}
.clear {
  clear: both;
}

#page {
  width: 760px;
  margin: 0 auto;
  padding: 5px 10px 10px 10px;
}

#container-outer {
  padding-top: 9px;
  color: #303030;               /* very dark grey */
  width: 736px;
  padding-left: 2px;
}

#header {
  height: 100px;
  border-bottom: 5px solid #93a530; /* dark green */
}

img#logo {
  border: none;
  margin-left: -48px;
  float: left;
}
/* IE6 and IE6- patches \*/
* html img#logo {
  margin-left: 0;
}
/* End hiding from IE5mac */

#breadcrumbs {
  color: #743877;               /* purple */
  font-size: 1em;
  font-weight: bold;
  margin: 80px 10px 0 0;
  float: right;
}

#breadcrumbs a {
  font-weight: normal;
  color: #fcb040;               /* light orange */
}

#navigation {
  background: #93a530;          /* dark green */
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 5px solid white;
}
#nav.zh_tw {
  font-size: 1.4em;
}
.zh_tw {                        /* used to make areas with Chinese characters more readable */
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
ul#nav {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
ul#nav li {
  display: inline;
  color: white;
  font-weight: bold;
  text-align: center;
  margin: 0px 2px;
  padding: 0.25em 1em;
}
ul#nav li.current_page {
  color: #743877;               /* purple */
}
ul#nav a {
  text-decoration: none;
}
ul#nav a:link, ul#nav a:visited {
  color: white;
}
ul#nav a:hover, ul#nav a:active {
  color: #f63;                  /* dark orange */
}
ul#nav li.ancestor_page a:link, ul#nav li.ancestor_page a:visited {
  color: #743877;               /* purple */
}
ul#nav li.ancestor_page a:hover, ul#nav li.ancestor_page a:active {
  color: #f63;
}

#container-cols {
  clear: both;
}
/* content & sidebar columns can be reversed in position
   by altering their margins, using a negative margin to
   "pull" the column that occurs later over to put it in the
   left-most position.
*/
.column {
  float: left;
}

/* IE6 and IE6- patches \*/
* html .column {
  display: inline;
}
/* End hiding from IE5mac */

#content {
  margin-left: 183px;
  margin-bottom: 0;
  width: 558px;
  height: 365px;
  overflow: auto;
  border-left: 1px dotted #93a530; /* dark green */
}

#sidebar {
  margin-left: -741px;
  margin-bottom: 10px;
  width: 173px;
  font-size: 1em;
}
#sidebar.zh_tw {
  font-size: 1.4em;
}

/* article divs are all in the content column */
#content div {
  margin:  5px 0 5px 5px;
  padding: 0 10px 5px 6px;
  font-size: 1.2em;
  line-height: 1.4em;
}

#content div div {
  margin:  0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

#content h2, #content .affiliate {
  margin: 0px;
  padding-top: 4px;
}

#content p {
  padding: 0;
  margin: 0.5em 0;
}

#content div.feed {
  margin-bottom: 1em;
}

/* A float style for images that can be selected from the editor */
#content img.float-right {
  float: right;
  margin: 0.5em 0 0.5em 2em;
}
/* Default style for content images */
#content img {
  float: left;
  border: 2px solid #93a530;    /* dark green */
  padding: 1px;
  margin: 0.5em 2em 0.5em 0;
}
.article img {
  height: 270px;
  width: 360px;
}
.bio img {
  height: 80px;
  width: 64px;
}

/* contact div ~similar~ to article div */
.contact {
  line-height: 1.3em;
  color: #93a530;               /* dark green */
}

.contact h2 {
  color: #93a530;               /* dark green */
}

.contact a {
  color: #93a530;               /* dark green */
  text-decoration: none;
}
.contact a:hover {
  text-decoration: underline;
}

/* IE6 and IE6- patches \*/
* html legend {
  position: absolute ;
  top: -1em ;
  left: 0.5em ;
}
* html fieldset {
  position: relative ;
  margin-top: 1em ;
  padding-top: 2em ;
  padding-bottom: 0 ;
}
* html #content div div fieldset .form_row {
  padding-bottom: 0.1em ;
}
/* End hiding from IE5mac */

/* Form Styles */

fieldset {
  background: #f0ffa5 ;
}
legend {
  background: #93a530 ;         /* dark green */
  color: #743877 ;              /* purple */
  font-weight: bold ;
  padding: 0.4em 1em ;
}
label {
  width: 10em ;
  float: left ;
  text-align: right ;
  font-weight: bold ;
  margin-right: 0.2em ;
  display: block ;
}
#content div div fieldset .form_row {
  white-space: nowrap ;
  padding-bottom: 0.5em ;
}
fieldset .submit {
  margin-left: 15em ;
}
fieldset input.mailer-field, fieldset textarea {
  width: 300px ;
}

/* lists occurring in the content column */
#content ul {
  list-style: disc outside none;
  margin: 0;
  padding: 0 0 1em 1em;
}
#content ul li {
  padding: 0;
  margin: 0.1em 0;
}

/* sidebar list */
#sidebar ul {
  list-style: none;
  margin: 0 0 3px 0;
  padding: 0;
}
#sidebar ul li {
  margin-bottom: 4px;
  text-align: right;
  background: #cdd94c;
}
/* IE6 and IE6- patches \*/
* html #sidebar ul li {
  margin: 0;
  background: white;
}
* html #sidebar ul li a {
  margin-bottom: -4px;
  background: #cdd94c;
}
* html #sidebar li.current_page {
  margin-bottom: 8px;
}
/* End hiding from IE5mac */
#sidebar ul li a {
  display: block;
  padding: 6px 4px;
  text-decoration: none;
}
#sidebar ul li a, #sidebar ul li strong {
  color: #743877;               /* purple */
}
#sidebar ul li a:hover {
  background: #93a530;          /* dark green */
  color: #f63;
}
#sidebar li.current_page {
  background: #93a530;          /* dark green */
  color: #743877;               /* purple */
  font-weight: bold;
  padding: 6px 4px;
}

#sidebar p {
  font-size: 1.1em;
}

#footer {
  clear: both;
  font-size: 1em;
  border-top: 1px dotted #93a530; /* dark green */
  padding-top: 3px;
  text-align: center;
}

#footer p {
  margin: 2px 0;
}