body
{
  border: 5px solid #333;
  background: #fff;
  color: #333;
  font-family: "Lucida Grande", Verdana, Vera, Sans-serif;
  font-size: 11px;
  padding: 0;
  margin: 0 auto 0 auto;
}

#accessibility
{
  position: absolute;
  top: -10000px;
}

/** HEADER **/
#header
{
  padding: 10px;
  text-align: left;
  text-align: left;
  color: #4e4e4e;
  -moz-opacity: 0.4;
  opacity: .4;
}

#header:hover {
  -moz-opacity: 1;
  opacity: 1;
}

#headertop {
  border-bottom: 2px solid #ababab;
  text-shadow: 2px 2px 2px #ddd;
  text-weight: bold;
}

#header a {
  color: #4e4e4e;
  text-decoration: none;
  border-bottom: 1px none;
}

#header a:hover {
  color: #ababab;
  text-decoration: none;
  border-bottom: 1px dotted #949494;
}

#searchbar {
  float: right;
  text-align: right;
}

.primarylink {
  display: block;
}

.primarylink li {
  float: center;
  display: inline;
  list-style: name;
  margin: 0 10px;
}

/** CONTENT **/
#wrapper {
  width: 90%;
  min-height: 200%;
  margin: 10px auto 0 auto;
  padding: 0;
  text-align: left;
}

#content {
  width: 80%;
  float: left;
  margin: 0;
  padding: 0;
}

.content {
  float: center;
  margin: 0;
  background: #ffffff;
  text-align: left;
  width: 95%;
}

.article-title {
  display: block;
  text-shadow: 2px 2px 2px #ddd;
  font-weight: bold;
}

.article-details {
  text-align: right;
  border-top: 1px dotted #000000;
}

#article-navigation {
  display: block;
  text-shadow: 2px 2px 2px #ddd;
  text-align: right;
//  border-bottom: 1px dotted #000000;
//  -moz-opacity: 0.5;
//  opacity: .5;
}

#comment {
//  padding: 20px;
//  margin: 0;
  border-top: 1px solid #ababab;
  background: #eaeaea;
}

.comment-entry {
  overflow-x: auto;
  overflow-y: hidden;
}

.comments {
  display: block;
}

.comments li {
  float: center;
  list-style: name;
  margin: 0 10px;
  border: 1px solid #d5d5d5;
}

/** SIDEBAR **/
#sidebar {
  float: right;
  width: 19%;
  padding: 2em 0 0 0;
}

#sidebar .block {
    display: inside;
    float: left;
}

/** FOOTER **/
#footer {
  padding: 10px;
  border-top: 1px dotted #000000;
  background: #d5d5d5;
  text-align: center;
  clear: both;
}

/** BASIC **/ 
hr {
    display: none;
}

a {
    color: #06c;
    text-decoration: none;
    border-bottom: 1px none;
}

a:hover {
    color: #147;
    text-decoration: none;
    border-bottom: 1px dotted #147;
}

ins {
  text-decoration: none;
  color: #ff4242;
}

img {
  border: none;
}

blockquote {
  //background: #eaeaea;
  margin-left: 20px;
  margin-right: 0px;
  border-left: 5px solid #c4c4c4;
  padding-left: 10px;
}
