#header {
	margin-left: 150px;
	margin-top: 20px;
	margin-bottom: 0;
}

#posts {
	margin-left: 150px;
}

#footer {
	margin-left: 150px;
}

#sidebar {
	font-size: 10pt;
	font-family: sans-serif;
	
	width: 120px;
	position: fixed;
	margin-top: 0;
    margin-bottom: 0;
}

#sidebar p {
	margin-top: 2px;
    margin-bottom: 6px;
    padding-top: 0;
    padding-bottom: 0;    
}

h1 {
	margin-top: 10px;
}

.post {
	width: 550px;
	margin-top: 50px;
}

.title {
	margin-bottom: 0;
}

.title a {
	text-decoration: none;
}

.subtitle {
	margin-top: 2pt;
	font-family: sans-serif;
	font-size: 10pt;	
}

.author {
	font-style: italic;
}

.sidebarheader {
	font-weight: bold;
	font-size: 12pt;
}

a {
    color: #2d648a;
}
