/* general */
body {
  background-color: white;
  color: black;
  font-family: helvetica, arial, simsun, sans-serif;
  font-size: 90%;
  padding: 0px;
  margin: 0px;
  width: 100%;
  text-align: center;
}
h1 {
  font-family: Garamond, Times New Roman, Times, serif;
  font-size: 1.8em;
  font-weight: bold;
}
h1#blog-title a:link,
h1#blog-title a:visited
{
  font-family: Garamond, Times New Roman, Times, serif;
  font-weight: bold;
  color: white;
  background-color: #556680;
  padding: 0 6px 0 6px;
}
h1#blog-title a:hover,
h1#blog-title a:active
{
  font-family: Garamond, Times New Roman, Times, serif;
  font-weight: bold;
  color: white;
  background-color: #778899;
  padding: 0 6px 0 6px;
}
a {
  color: #556680;
  background-color: white;
  text-decoration: none;
}
a:active, a:hover, a.feeds:hover {
  color: #4169E1;
  background-color: #EFFFE7;
  text-decoration: none;
}
h1 a .uname {
  color: #396DB5;
  background-color: white;
}
h1 a .domain {
  color: #B5C7DE;
  background-color: white;
}
/*
h1 a:hover * {
  background-color: #EFFFE7;
  color: green;
  text-decoration: none;
}
  */
h2 {
  font-family: helvetica, arial, simsun, sans-serif;
  font-size: 1.5em;
}
h3 {
  font-family: helvetica, arial, simsun, sans-serif;
  font-size: medium;
}

/* layout */
#header {
  clear: both;
  background-color: #556680;
  color: white;
  padding: 10px 53px 20px 53px;
  margin: 0 auto;
  border: 0px;
  text-align: left;
}
#colophon {
  color: silver;
  background-color: #556680;
  font-family: verdana, sans-serif;
  font-size: small;
  text-align: right;
  padding-bottom: 20px;
  clear: both;
  margin: 0px auto;
  width: 900px;
}
div#colophon a:link,
div#colophon a:visited
{
  color: silver;
  background-color: #556680;
  text-decoration: none;
  padding: 0 4px 0 4px;
}
div#colophon a:hover,
div#colophon a:active
{
  color: white;
  background-color: #778899;
  text-decoration: none;
}
#title {
  width: 900px;
  margin: 0 auto;
  border: 1px;
}
#header a {
  color: white;
  background-color: #556680;
}
#header h1 {
  color: white;
  background-color: #556680;
  margin: 0px;
  border: 0px;
}
#container {
  clear: both;
  margin: 0px auto;
  padding: 0 10px;
  width: 900px;
  text-align: left;
  background-color: white;
  color: black;
}
#content {
  clear: both;
  margin: 0px auto;
  padding; 3px 0px 0px 0px;
  text-align: left;
  width: 900px;
}
#left-column, #cse-search-results {
  float: left;
  margin: 0px;
  padding: 5px 5px 5px 0px;
  text-align: left;
  width: 700px;
}
#right-column {
  float: right;
  margin: 0px;
  padding-top: 5px;
  text-align: left;
  width: 190px;
}
#navigator {
  float: right;
  text-align: right;
}
#path-bar {
  clear: both;
  text-align: left;
  color: #8D8D8D;
  background-color: white;
}
.paging {
  display: block;
  text-align: center;
}
#footer {
  clear: both;
  border-top: 1px solid gray;
  padding: 5px 0px 15px 0px;
  text-align: left;
}

/* right column */
div.block {
  font-size: small;
  /* border: solid 1px #556680; */
  color: #555555;
  background-color: #F0F0F0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
div.block a {
  font-size: small;
  /* border: solid 1px #556680; */
  background-color: #F0F0F0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
div.block-title {
  background-color: #556680;
  color: white;
  font-weight: bold;
  font-size: small;
  padding: 3px 0px;
  text-align: center;
}
.block p {
  font-size: small;
  margin-left: 5px;
  margin-right: 5px;
}
p.block-center {
  font-size: small;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}
.block-content {
  margin: 5px;
}

/* list on right column */
.block ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  border-width: 0px;
}
.block ul ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-left: 0.3em;
  padding-left: 0.3em;
  border-left: 1px dotted gray;
}
.block li {
  list-style-type: none;
  margin-left: 0.3em;
  padding-left: 0.3em;
}
.block li li {
  list-style-type: none;
  margin-left: 0.3em;
  padding-left: 0.3em;
}

/* post */
.post {
  line-height: 1.3em;
  padding-top: 0.5em;
  padding-right: 15px;
}
.post-title  {
  padding: 0px;
}
.post-date {
  color: #8D8D8D;
  background-color: white;
}
.post-link {
  color: #8D8D8D;
  background-color: white;
  text-align: right;
}
.post-path {
  font-style: italic;
}

#path-bar, #footer, #footer-left, #footer-center, #footer-right,
.post-link, .post-path, .small {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: x-small;
}

/* search bar */
#search-bar {
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: small;
  text-align: left;
  float: right;
}
#search-bar {
  text-align: right;
  float: right;
}

/* footer */
#footer-center, .center {
  text-align: center;
  text-indent: 0px;
}
.nodecoration a {
  text-decoration: none;
}
.logo {
  border: 0px;
}
.feeds {
  color: white;
  background-color: #FF6600;
  padding: 1px 2px;
  text-decoration: none;
}
.comments, #sources {
  color: black;
  background-color: #F9F9F9;
  border: 1px dashed #DDD;
  padding: .5em 1em;
  margin-top: 1em;
}
.downloads {
  font-size: small;
  padding-left: 1em;
}
.small-caps {
  font-variant: small-caps;
  font-size: medium;
}

/* table */
table {
  margin: 0px auto 5px auto;
  border-color: gray;
  border-spacing: 0px;
  border-collapse: collapse;
  font-family: arial, sans-serif;
  color: gray;
  background-color: white;
  float: center;
}
th {
  padding: 4px;
  border-color: gray;
}
tr.header {
  color: white;
  background-color: #556680;
  text-align: center;
}
tr.category {
  color: #555555;
  background-color: #E0E0E0;
  text-align: center;
}
td {
  vertical-align: top;
  border-color: gray;
}

li {
  padding: 0.1em 0px;
}
.underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}

/* misc */
blockquote {
  margin: 15px 30px 0 10px;
  padding-left: 18px;
  border-left: 8px solid #DDD;
}
blockquote cite {
  margin: 5px 0px 5px 0px;
  display: block;
}
code, pre, tt, var, kbd {
  font-size: small;
  font-family: "Courier New", courier, monospace;
}
p.seemore {
  background-color: white;
  color: gray;
  text-align: center;
}
#footer p {
  margin: 0px;
  padding: 3px 0px;
  text-align: left;
}
