body
{
	padding: 0;
	margin: 0;
	background: url(images/background.png) repeat-y  center;
}

a, a:link
{
	color: #948d60;
}

a:visted
{
	color: #bdb899;
}

a:hover, h3 a:hover, h4 a:hover
{
	text-decoration: underline;
}

#container
{
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(images/banner.png) repeat-y 75%;
}


h1
{
	border-bottom: 2px solid #444;
}

h1, #last_updated
{
	margin: 0;
	line-height: 150%;
	background-color: #ddd;
	padding: 5px;
	background-image: url(images/banner.png);
}

#sidebar 
{
	width: 24%;
	float: right;
}

#subscriptions
{
}

#subscriptions ul
{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

#subscriptions li:before
{
	content: '> ';
}

#entries
{
	width: 74%;
	float: left;
}

h2 
{
	border-bottom: 1px solid gray;
}

#entries h2
{
	padding-left: 5px;
}

h3
{
	border: 1px solid #999;
	margin-left: 20px;
}

h3 a, h3 a:link, h3 a:visited
{
	text-decoration: none;
	color: #444;
	padding: 2px;
	display: block;
}

h3:hover
{
	background-color: #ccc;
}

.entry
{
	margin-left: 20px;
	padding: 5px;
}

h4
{
	margin: 0px;
	border-bottom: 1px #ccc dotted;
}

h4 a, h4 a:link, h4 a:visited
{
	color: black;
	text-decoration: none;
}

.link
{
	clear: both;
	color: #4d4932;
}

.link a, .link a:link, .link a:visited
{
	color: #4d4932;
}

.link:before
{
	content: '> ';
}

#last_updated
{
	border-top: 2px solid #444;
	font-style: italic;
	padding: 5px;
	padding-bottom: 10px;
	margin: 0;
	clear: both;
}