/*****************
  This is your playground. Customize Hemingway to your hearts extent. 
*****************

/* LAYOUT WIDTH */

/* Example for a fluid layout:
.inside{
	width:95%;
}
*/

/* Example for a static layout:
.inside{
	width:800px;
}
*/
body {
       background-image: url("../images/background.jpg");
       background-repeat: repeat-x;
       background-color: #000;
       font-size:13px;
}

#header {
       background: none;
}

div.delicious-posts ul {
  border-top:1px solid #3D3D3D;
  list-style-type:none;
  margin:1.5em 0pt 2em;
}
div.delicious-posts ul li {
  border-bottom:1px solid #3D3D3D;
  list-style-type:none;
  margin:0pt;
  padding:0.5em 0pt;
}
div.delicious-posts ul a:hover {
  color:#FFFFFF;
}
div.delicious-posts ul a {
  color:#BFBFBF;
  text-decoration:none;
}
