/*
 * General reusable definitions
 */

.psch0rr-red {
	color: #CF000A;
}

.center {
	text-align: center;
}

/*
 * Object specific definitions
 */

.nav {
	text-align: right;
}

.nav ul {
	margin-bottom: 10px;
	margin-top: 20px;
	list-style: outside none none;
}

.nav ul li {
	line-height: 36px;
	display: inline-block;
}

.nav ul li a {
	display: inline-block;
	padding: 0 15px;
	font-size: 20px;
	color: #333;
}

.post-preview {
	font-family: 'Open Sans', sans-serif;
	padding: 2% 10% 5%;
	background-color: #f5f5f5;
	font-size: 16px;
	margin-bottom: 40px;
}

.post-preview h2 {
	margin-top: 0px;
}

.post-preview h2 a {
	color: #333;
}

.post-preview img, .post img {
	max-width: 100%;
}

.post-meta {
	text-align: right;
	margin-bottom: 5px;
	color: #666;
	font-size: 12px;
}

.post {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}


/*
 * Element specific definitions
 */

h1 a, h1 a:hover {
	color: #000;
	text-decoration: none;
}

code, pre {
	font-family: 'Source Code Pro', monospace;
	font-size: 15px;
}

footer {
	color: #aaa;
	font-size: 12px;
}

blockquote {
	font-size: 16px;
}
