body
{
	max-width: 900px;
	margin: 0 auto;
	font-family: Verdana;
}

.sidebar
{
	margin-top: 15px;
}

.sidebar ul li
{
	margin-top: 0.5em;
	margin-right: 20px;
}

.sidebar ul li a
{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #DEDEDE;
}

.sidebar ul .more-info
{
	font-style: italic;
	font-size: 75%;
}

.sidebar ul .divider
{
	background-color: white;
	height: 2em;
}

.sidebar ul
{
	margin-bottom: 8em;
}

.content
{
	padding-left: 10px;
}

h1
{
	font-size: 150%;
	font-family: Arial;

	background-color: #0088CC;
	color: white;

	margin-top: 0;
	margin-left: -10px;
	padding-left: 10px;
	padding-top: 3em;

	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

h2
{
	font-size: 80%;
	font-weight: lighter;
	line-height: 1em;
	padding-top: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #DDDDDD;
}

h3
{
	font-size: 120%;
	line-height: 1.2em;
}

.content blockquote p
{
	font-size: 100%;
	font-weight: normal;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.content p
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.link, .post, .snip
{
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #DDDDDD;
}

.footer
{
	padding-top: 5em;
}

ul.allArchive
{
	list-style-type: none;
}

ul.allArchive > li
{
	border-bottom: 1px solid #DDDDDD;
	padding-top: 1em;
	padding-bottom: 1em;
	font-weight: bold;
}

ul.allArchive li ul, ul.yearArchive
{
	list-style-type: none;
	display: inline;
	font-weight: normal;
}

ul.allArchive li ul li, ul.yearArchive > li
{
	display: inline;
	padding-right: 0.25em;
}

@media (max-width: 767px) {
	.sidebar ul .divider
	{
		display: none;
	}

	.sidebar ul
	{
		margin-bottom: 0.5em;
	}

	h1
	{
		padding-top: 1.8em;
		padding-bottom: 0.2em;

		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
}