body 
{ 
   margin:0px;
   padding:0px;
   color:#6b6049;
   background-color:#100000;
}
A:link, A:active, A:visited, A:hover
{
   font-size:small;
   color: white;
   text-decoration: none;
   border-bottom: 1pt none;
}
A:active
{
   color: #b6ac99;
}
A:visited
{
   color: #b6ac99;
}
A:hover
{
   color: #bc6969;
   text-decoration: none;
   border-bottom: 1pt #6b6049 solid;
}
#header
{   
   color: #200000;
   height: 220px;
}
#title
{
   float:left;
   letter-spacing:-.05125em;
   font-family:'Palatino Linotype';
   font-size:1.8em;
   margin-right: 3em;
}
#content
{
	clear: both;
}
#content p
{
   padding: .5em;
   text-indent: 1em;
   text-align: justify;
}

#content p:first-letter
{
   color: #9F9F9F;
}

#footer
{
   text-align:center;
   position:fixed;
   bottom: 0px;
   left: 0px;
   width: 100%;
   color: #351313;
   background-color:#9F9F9F;
}
.links
{
   float:right;
   height: 100%;
   width: 32%;
   border-left:dashed 1px #6b6049;
   padding: 0;
   margin: 0;
}

.links .caption
{
   border-bottom: solid 1px #6b6049;
   margin: .75em;
}

.links ul
{
   list-style-type: none;
   list-style-position: inside;
   padding: 0;
   margin: 0;
   padding-left: 5em;
   text-indent: -2.5em;
}

ul#posts
{
   list-style-type: none;
   list-style-position: inside;
   padding: .5em;
   margin: 0;
   position: relative;
   z-index: 1;
   border: solid 1px black;
   -moz-border-radius:8px;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50FFFFFF, endColorstr=#50FFFFFF, gradientType=0);
}

ul#posts li.shadow
{
   opacity:0.5;
   -moz-border-radius:7px;
   filter:alpha(opacity=50);
   background-color: white;
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: -1;
   overflow: hidden;
   display: expression("none");
}

ul#posts .itemDate
{
	display:none;
}

ul#posts .itemDesc
{
	display: block;
	font-size: smaller;
	font-style: italic;
	text-align: right;
   font-family: Lucida Sans, Arial, sansserif;
}

ul#posts a
{
	display: block;
	padding: .25em;
   color: black;
   font-weight: bold;
   border-bottom: none;   
   font-family: Palatino Linotype, Garamond, serif;
}

ul#posts a:hover
{
   border-bottom: none;   
   color: black;
   background-color: white;
}
