/*
Theme Name: LNRT
Description: 
Version: 1.0
Author: Lennart Muehlenmeier
Author URI: 
*/

@import url(reset.css);

body {
	background: white;
	font-family: serif;
	font-size:13px;
	color: black;
	}

a {
	color: red;
	text-decoration: none;
	}
	
p {
	padding: 0px 0 5px 0;
	}

div#wrapper {
	width: 1140px;
	}
	
div#sidebar {
	width: 150px;
	padding: 10px;
	float: left;
	}
	
div#content {
	width: 900px;
	padding: 10px;
	margin-left: 170px;
	}
	
h1, h2, h3, h4, h5 {
	font-weight: 900;
	font-family: sans-serif;
	}
	
h1 a {
	display: block;
	width: 50px;
	height: 31px;
	background: url(graphics/lnrt-logo.png) 0 0 no-repeat;
	color: transparent;
	}
	
h2 a {
	color: black;
	margin-bottom: 5px;
	display: block;
	}
	
div.meta {
	text-align: right;
	}
	
div.category-text p{
	width: 580px;
	margin-left: 210px;
	text-indent: 1em;
	}
	
div.category-text div.entry p:first-child {
	text-indent: 0;
	}
	
div.category-text h2 {
	float: left;
	width: 200px;
	}
	
div.post {
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(graphics/arrow.png) center bottom no-repeat;
	}
