/*
Theme Name: ReportagenArchiv v2
Theme URI: http://reportagen-archiv.com/
Description: Das Reportagen-Archiv - Version 2.
Version: 1.6
Author: Carlo Columna
Author URI: http://reportagen-archiv.com/
Tags: Reportagen, Dokumentationen
*/



body {
	background: url(images/bg.gif);
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	color: #44555E;
}

img {
	border: 0px;
}

a {
	color: #78B152;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.more-link {
	color: orange;
} 

#page { 
	width: 850px;
	text-align: left;
}	

#left {
	width: 700px;
	float: left;
}

#right {
	width: 150px;
	background: #44555F;
	float: right;
	min-height: 600px;
	color: white;
}

#right #stuff {
	margin: 5px;
}

#header {
	background: #44555F;
}

#logo {
	padding: 10px;
}

#topline {
	height: 14px;
	background: #2E424D;
}

#content {
	float: left;
	background: white;
	width: 520px;
	min-height: 500px;
}

#menu {
	float: right;
	background: #F7F7F7;
	width: 180px;
	min-height: 500px;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}

#header h1 a {
	color: white;
	font-size: 24px;
	font-weight: normal;
}

#logo .subline {
	color: #C9C9C9;
	font-size: 12px;
}

#posts {
	margin: 15px;
	margin-bottom: 15px;
}

.post h2 a {
	font-size: 18px;
	font-weight: normal;
	color: white;
}

.post h2 {
	background: #78B152;
	padding: 3px;
}

.post .text {
	text-align: justify;
	line-height: 22px;
	font-size: 1.1em;
}

.post .subline {
	font-size: 11px;
}

.post .meta {
	font-size: 11px;
	margin-bottom: 15px;
}

.post .meta a {
	color: #78B152;
}

#sidebar {
	margin: 10px;
}

#sidebar h2 {
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: orange;
	padding: 3px;
}

#sidebar ul {
	margin-left: -35px;
	margin-bottom: 10px;
	list-style-type: none;
}

#sidebar ul ul {
	list-style-image: url(images/arrow.gif);
	margin-left: -20px;
	margin-bottom: 20px;
	vertical-align: middle;
}

#sidebar a {
	color: #44555F;
}

input#s {
	border: 1px solid gray;
}

input#searchsubmit {
	
}

textarea#comment {
	width: 450px;
	border: 1px solid gray;
	padding: 5px;
}
