/*
Theme Name: Machtwort
Theme URI: http://machtwort.andymacht.org/
Description: Das Theme.
Author: vortrieb – Büro für Netzpräsenz
Author URI: http://www.vortrieb-webdesign.de/
Tags: blue, custom header, fixed width, two columns, widgets

*/

/* @group Setup */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 62.5%/1.5 Georgia, "Times New Roman", Times, serif;
	background: url(images/background1001.png) repeat center center;
}

p, ul, ol, blockquote {
	margin-bottom: 1em;
}

ul, ol {
	padding-left: 2em;
}

li {
	margin-bottom: 0.5em;
}

blockquote {
	background-color: #eee;
	padding: 1.5em 1.5em 0.5em 1.5em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

a:link, a:visited {
	color: #931e22;		
}

a:hover {
	color: #000;
}

.clear {
	clear: both;
}



/* @end */

#page {
	width: 960px;
	margin: 0 auto;
	background-color: #FFF;
}

#header {
	height: 180px;
	padding-top: 30px;
	position: relative;
}

#header h1 a {
	display: block;
	width: 365px;
	height: 79px;
	background: url(images/machtwort-logo.jpg) no-repeat;
	text-indent: -9999px;
	margin: 0px auto 0 auto;
}

#header .description {
	text-indent: -9999px;
}

#header .rss, #header .flickr, #header .twitter {
	position: absolute;
	display: block;
	text-indent: -9999px;
	width: 68px;
	height: 59px;
}

#header .flickr {
	background: url(images/head-flickr.png) no-repeat left top;
	margin-left: -19px;
	top: 75px;
}

#header .rss {
	background: url(images/head-rss.png) no-repeat left top;
	margin-left: -19px;
	top: 15px;
}

#header .twitter {
	background: url(images/head-twitter.png) no-repeat left top;
	top: 75px;
	left: 911px;
}

#navigation {
	margin: 20px 0px 10px -20px;
	padding: 0px 50px;
	list-style-type: none;
	width: 900px;
	height: 59px;
	background: url(images/navigation-background.png) no-repeat;
	zoom: 1;
	text-align: center;
}

#navigation li {
	display: inline;
	font-size: 1.3em;
	margin-right: 8px;
	padding: 5px;
	height: 40px;
	line-height: 40px;
}

#navigation a:link, #navigation a:visited  {
	text-decoration: none;
	color: #fff;
}

#navigation .current_page_item {
	background-color: #FFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

#navigation .current_page_item a:link, #navigation .current_page_item a:visited {
	color: #222024;
}

#navigation a:hover {
	color: #19171a;	
}

#content {
	padding: 30px;
	font-size: 1.3em;
}

/* @group Post */

.post {
	margin-bottom: 2em;
	padding-bottom: 2em;
	overflow: visible;
	background: url(images/machtlinie.jpg) no-repeat center bottom;
}

#content h2 {
	width: 900px;
	font-size: 2em;
	font-weight: 200;
	color: #931e22;	
}

#content h2 a:link, #content h2 a:visited {
	font-weight: 200;
	text-decoration: none;
	color: #931e22;
}

#content h2 a:hover {
	color: #000;
}

.teaser {
	display: block;
	margin-bottom: 1.5em;
}

.teaser img {
	border: 0;
	outline: none;
}

.entry {
	width: 600px;
	position: relative;
}

.postmetadata {
	width: 200px;
	position: absolute;
	top: 0px;
	left: 700px;
	text-align: right;
	color: #aeaeae;
}

.postmetadata a:link, .postmetadata a:visited {
	color: #aeaeae;
}

.postmetadata a:hover {
	color: #931e22;
}

/* @end */

/* @group Sidebar */

#sidebar {
	background-color: #000;
	color: #fff;
	font-size: 1.3em;
	padding: 30px;	
}

#sidebar ul {
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	float: left;
	width: 25%;
	
}

#sidebar ul ul {
	padding: 10px 10px 10px 0px;
}

#sidebar #linkcat-2 ul {
	padding-right: 0px;
}

#sidebar ul ul li {
	float: none;
	width: auto;
	border-bottom: 1px solid #161616;
	padding: 3px 2px;
}

h2.widgettitle {
	font-weight: 200;
	color: #931e22;	
}

#sidebar a:link, #sidebar a:visited {
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover {
	color: #931e22;
}



/* @end */

#footer {
	display: none;
	font-size: 1.1em;
	clear: both;
	background-color: #fff;
}

/* @group Comment */

ol.commentlist {
	width: 600px;
	list-style-type: none;
	padding: 0;
}

ol.commentlist li {
	background-color: #EEE;
	padding: 5px;
}

ol.commentlist li.odd {
	background-color: #EEE;
}

.comment-author {
	line-height: 32px;
}

/* @end */

/* @group Archive */

#archive {
	list-style-type: none;
	padding: 0;
}

#archive li {
	width: 50%;
}

/* @end */
