h1,h2,h3,h4 
{
	margin: 0;
	padding: 0;
}

#print-header, #print-header h4
{
	display: none;
}

#title 
{
	display: block;
	text-decoration: none;
	margin-top: 10px;	
	margin-bottom: 10px;
}

#title > .left 
{
	display: inline-block;
	width: 60px;
	margin-left: -63px;
	margin-right: 2px;
}

#title > .right 
{
	margin-left:2px;
}

#header 
{
	margin-bottom: 10px;
}

#subtitle 
{
	margin-top: -8px;
	margin-bottom: 10px;
	margin-left: 2px;
}

#rss 
{
	margin-top: 5px;
}

#content h1, h2, h3, h4
{
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
}

#content h1>a 
{
	padding-left: 7px;
}


#content 
{
}

#top-line
{
	background: #a6a6a6;
	margin-top: 60px;
	margin-left: -65px;	
}

#bottom-line 
{
	background: #a6a6a6;
	margin-left: -65px;
	margin-bottom: 10px;
}

#thin-line 
{
	height: 1px;
	background: #a6a6a6;
	margin-left: 0px;
	margin-bottom: 10px;	
	width: 630px;
}

#post-title
{
	margin-left: 5px;
}

#post-content, #page-content
{
	margin-left: 10px;
}

h2
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#post-list 
{
	margin-bottom: 15px;
}

#post-list h2>a
{
	padding-left: 10px;
}

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

#post-list li
{
	
}

#post-meta 
{
	margin-bottom: 5px;
}

#post-tags
{
	padding-left: 7px;
}

#post-meta #bottom-line 
{
	margin-bottom: 3px;
}

.month-stamp
{
	float: left;
	margin-top: 12px;
	display: inline-block;
	margin-left: -133px;
	width: 130px;
}

#navigation 
{
	margin-top: 35px;
	text-align: right;
}

#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

#navigation li
{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
}

#navigation li a 
{
	display: inline-block;
	height: 30px;
	color: #a6a6a6;
	text-decoration: none;	
}

#navigation li a:hover 
{
	color: black;
	text-decoration: overline;
	background: white url('../img/hr-black-thick.png') repeat-x bottom left;
	height: 29px;
}

#navigation li a.selected
{
	color: black;
	text-decoration: none;
	background: white url('../img/hr-black.png') repeat-x bottom left;
	height: 28px;
}

#post-content h3, #page-content h3
{
	border-left: 6px solid #a6a6a6;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -13px;
}

#related 
{
	margin-left: 15px;	
}

#related ul
{
	padding-left: 15px;
}

#disqus_thread
{
	margin-left: 15px;
}

#site-search 
{
	float: right;
	margin-top: 13px;
}

#search-text
{
	border: 1px solid #a6a6a6;
}

#category-box
{
}

.dsq-brlink
{
	padding-left: 15px;
}

#rss-button 
{
	display: block;
	float: right;
	background: white url('../img/rss-small.png') no-repeat;
	width: 123px;
	height: 21px;
	margin-top: 1px;
	margin-right: 2px;
	padding-left: 6px;
	padding-top: 2px;	
}

.quote, cite
{
	display: block;
	background: white url('../img/quote.png') no-repeat top left;
	font-style: italic;
	padding-top: 5px;
	padding-left: 45px;
}

.quote .dash
{
	color: #a6a6a6;
}

.quote .author 
{
	font-size: 12px;
	font-style: normal;
}