/*  
Theme Name: Kleiner Hinweis 
Theme URI: http://kleinerhinweis.com/
Description: WordPress theme for kleinerhinweis.com.
Version: 1
Author: Jason Craft
Author URI: http://deftdevelopment.com/
*/

/**** misc (from sentenc.es) ****/
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	color: #777;
	text-align: center;
}
#outer {
	text-align: left;
	margin: auto;
	width: 780px;
}
.mainContent {
	width: 365px;
	float: left;
	border-left: 1px solid #aaa;
	padding-left: 24px;
}

.sidebar {
	width: 365px;
	float: left;
	text-align: right;
	padding-right: 24px;
}
h1 {
	color: #000;
	font-size: 33px;
	margin-top: 160px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
	color: #005422;
}
a:link, a:visited {
	color: #005422;
}

/**** posts ****/
.post .title {
    margin:14px 0 2px;
}
.post .title a {
    color:#000;
    text-decoration:none;
}
.post .title a:hover {
    text-decoration:underline;
}
.post .meta {
    color:#444;
}

/**** footer ****/
.footer {
    margin:18px 0;
}
.footnote {
    font-size:11px;
    margin-bottom:20px;

}
.singleFooter {
    margin:16px 0;
}
.singleFooter .meta {
    margin:0 0 12px;
}

/**** page nav ****/
.pageNav {
    margin:28px 0;
    text-align:center;
}