.comments-alert{  
    background:transparent url(/images/chest.png) no-repeat;  
}

body.main {
  background-color: #e5e5e5;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
}

.odd {
  background-color: #def;
}

.even {
  background-color: #e5e5e5;
}

.odd td {
	border-bottom: 1px solid #cef;
	padding:10px;
	padding-right:50px;
}

.even td {
	background-color: #FAF0E6;
	padding:10px;
	padding-right:50px;
}

.selected td {
	background-color: #06c;
	padding:10px;
	padding-right:50px;
}

p {line-height: 2em;}

h1 {
  font-size:20px;
  padding-top:5px;
}

.center {
  text-align: center;
}
blog {
  text-align: left;
  font-weight: normal;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}

p {
  text-align: left;
}

#leftcontent {
  position: absolute;
  left:25px;
  top:200px;
  width:190px;
  /*border:1px solid #000;*/
}

#rightcontent {
  position: absolute;
  right:25px;
  top:200px;
  width:190px;
  /*border:1px solid #000;*/
}

#banner {
  height:155px;
  voice-family: "\"}\"";
  voice-family: inherit;
  text-align: center;
}

#centercontent {
  margin-left: 225px;
  margin-right:225px;
  /* border:1px solid #000;*/
  voice-family: "\"}\"";
  voice-family: inherit;
  margin-left: 201px;
  margin-right:201px;
}

html>body #centercontent {
  margin-left: 225px;
  margin-right:225px;
}

.popup {
  position   : fixed;
  padding    : 10px;
  background : url(images/popup.png);
  display    : none;
  z-index    : 1;
  border     : 1px solid #000;
  font-weight : bold;
}

#rightcontent a {
  text-decoration: none;
  font-weight: bold;
}

#rightcontent a:link {
  color: #000000;
}

#rightcontent a:visited {
  color: #000000;
  font-weight: bold;
}

#rightcontent a:active {
  color: #000000;
}

#rightcontent a:hover {
  color: #000000;
}

.entrytitle h2 {
  text-align: center;
  font-size:26px;
}

.entrytitle h3 {
  text-align: center;
  font-size:12px;
}
.commentlist li {padding-bottom: 12px;margin-left:20px}
.commentlist ol{
        list-style-type: decimal;
        margin-left:10px;
        padding-top: 10px;
        padding-bottom: 10px;
}
.commentlist cite {font-style:italic;}

#fiction_container{
	width:90%;
	margin: 10px auto;
	border: 1px solid gray;
}

#fiction_list{
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
}

#content
{
	margin-left: 200px;
	padding: 1em;
}
#top
{
padding: .5em;
background-color: #ddd;
border-bottom: 1px solid gray;
text-align:center;
}
#top h1
{
padding: 0;
margin: 0;
}
#footer
{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #000000;
border-top: 1px solid gray;
}
