body {
  font: 85% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  background-color: White;
  color: Black;
  margin: 0;
  padding: 0;
}

pre {
font-size: 100%;
}

table {
  font-size: 100%;
}

a {
  color: #0000CC;
  background-color: transparent;
}

img {
  border: none;
  vertical-align: middle;
}

p {
  margin: 0 0 0.75em 0;
  line-height: 1.5em;
}

p img {
  border: none;
  margin: 0;
}

hr {
  border: 0;
  height: 1px;
  color: #000000;
  background-color: #000000;
  margin: 0.5em 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
  color: Black;
  background-color: transparent;
  font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 0.25em 0;
  border-bottom: 1px solid #000000;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: Black ! important;
  text-decoration: none;
}

h1 {
  font-size: 160%;
}

h2 {
  font-size: 150%;
}

h3 {
  font-size: 125%;
  border-bottom: none;
  font-weight: bold;
}

h4 {
  font-size: 110%;
  border-bottom: none;
  font-weight: bold;
}

h5 {
  font-size: 100%;
  border-bottom: none;
  font-weight: bold;
}

h6 {
  font-size: 85%;
  border-bottom: none;
  font-weight: bold;
}

ul {
  line-height: 1.5em;
  margin: 0.5em 0 0 1.5em;
  padding: 0;
  list-style-image: url(bullet.gif);
  list-style-type: square;
}

ol {
  line-height: 1.5em;
  margin: 0.5em 0 0 2.5em;
  padding: 0;
  list-style-image: none;
}

li {
  margin-bottom: 0.5em;
}

dt {
  font-weight: bold;
}

dd {
  line-height: 1.5em;
  margin-bottom: 1em;
}

.documentByLine {
  font-size: 85%;
  font-weight: normal;
  margin: 0em 0em 0.8em 0em;
}

.discreet {
  color: #76797c;
  font-size: 85%;
  font-weight: normal;
}

#main-nav, #main-nav a {
  color: #fff;
  text-decoration: none;
}

#main-nav a:hover {
  color: #fff;
  text-decoration: underline;
}

#author-list {
  margin-bottom: 2em
}

.author-item {
  margin-bottom: 0.5em
}

.author-profile .author-name
{
  font-weight: bold;
  margin-bottom: 0.5em;
}

.author-profile {
  border: 1px solid #000;
  padding: 1em;
  margin-bottom: 2em
}

.pagination {
    margin: 10px 0;
}
.pagination .disabled {
    padding: 3px;
    color: #999;
    border: 1px solid #CCC;
}
.pagination .current {
    padding: 3px;
    color: #FFF;
    border: 1px solid #9BC;
    background: #9BC;
}
.pagination a {
    padding: 3px;
    text-decoration: none;
    border: 1px solid #9BC;
    color: #444;
    background: #DEF;
}
.pagination a:hover {
    background: #BCD;
}

/* @group Tagcloud */

.tag-cloud {
    text-align: center;    
    border: 1px solid #cca6e3;
    padding: 5px;
    background-color: #ebddf6;
    width: 150px;
    float: right;
}

.tag-cloud a{
     text-decoration: none;
}

.tag-1 {
    font-size: 12px;
}

.tag-2 {
    font-size: 13px;
}

.tag-3 {
    font-size: 14px;
}

.tag-4 {
    font-size: 15px;
}

.tag-5 {
    font-size: 16px;
}

.tag-6 {
    font-size: 17px;
}

/* For large tag cloud 6 step */
.tag-7 {
    font-size: 18px;
}

.tag-8 {
    font-size: 19px;
}

/* @end */



