#header
{   
   padding-left: .5em;
   background: url(tree.jpg) right no-repeat;
   border-bottom: 2px solid #6b6049;  
   background-color:#9F9F9F;
   height: 220px;
}
#title
{
   font-family:'Palatino Linotype';
}

ul#posts
{
	position: absolute;
	top: 5px;
	right: 5px;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000, endColorstr=#50000000, gradientType=0);
}

ul#posts li.shadow
{
   background-color: black;
}

ul#posts .itemDesc
{
   color: #E6923C;
}

ul#posts a
{
   color: white;
}

ul#posts a:hover
{
   color: white;
   background-color: black;
}