/* CSS touch ups for the blog. This assumes Blueprint or some other framework is already in use */


h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
	margin-bottom: .5em;
}

img.icon {
	margin: 0 .5em 0 0;
}

a:hover {
	text-decoration: underline;
}

div#masthead {
	border-bottom: .5px solid #ddd;
}

.divider {
	border-bottom: .5px solid #ddd;
}

pre {
    margin: 1.5em;
}

/* footer */

#license img {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.footer-list {
	list-style: none;
	list-style-position: outside;
	list-style-type: square;
}

/* LiveBlog */

.liveblog li {
	list-style: none;
	list-style-position: outside;
	list-style-type: none;
}

/* permalinks */
p a.permalink { visibility:hidden }
p:hover a.permalink { visibility:visible }
