/*
Theme Name: inf02
Theme URI: http://be-infected.de
Description: 2-Spalten Theme #326ea1
Version: 1.0
Author: Michael Fitzen
Author URI: http://be-infected.de

/*

/* --- Standard-Zeugs --- */
*{
	margin: 0;
	padding: 0;
}

body {
	background: #444 url("images/background.png") repeat;
	font: normal 1em/1.5em "Trebuchet MS", verdana, arial, tahoma, sans-serif;
	color: #000;
}
#top {
	width: 580px;
	background-image: url(images/roundcorners.png);
	background-repeat:no-repeat;
	height: 42px;
	border-top: solid 10px #fff;
	border-left: solid 10px #fff;
	border-right: solid 10px #fff;
	margin: 0 auto;
	text-align: right;
	clear:both;
}

#toptitle{
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0 0;
}

#toptitle h1{font-size: 1.2em;}

#wrapper {
width: 580px;
background: #fff;
background-position: 0 0;
border: solid 10px #fff;
margin: 0 auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {margin: 1px 10px 2px 0;	display: inline;}

h2 {font-size: 1.2em;}
h3 {font-size: 1.1em;}
p {padding: 0 0 10px 0;}
.clear {clear: both;}

code {
	background: url(images/bgcode.png);
	border: 1px solid #ddd;
	border-left: 10px solid #326ea1;
	color: #555;
	display: block;
	font: normal 1em monospace;
	padding: 0px 4px;
	overflow: hidden;
}

/* --- Header --- */

#header {
width: 580px;
height: 210px;
background: #000 url("images/header.png") no-repeat;
background-position: top right;
border-bottom: 10px solid #fff;
}

#menu{
list-style: none;
z-index: 2;
border-right: 10px solid #fff;
height: 210px;
width: 150px;
background-color: #326ea1;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style-type: none;
	border-bottom: 1px solid #fff;
	background-color: #326ea1;
	color: #fff;
}

#menu li a{
color: #fff;
font: normal 1em/1.5em "Trebuchet MS", verdana, arial, tahoma, sans-serif;
display: block;
width: 140px;
height: 24px;
background-color: #326ea1;
padding-left: 4px;
padding-right: 0;
text-decoration: none;
}

#menu li a:hover {
background-color: #fff;
color: #326ea1;
width: 146px;
}

#menu li a:link, #menu li a:visited {
	text-decoration: none;
}

/* --- Content --- */

#main {
	width: 800px;
}
#content {float: left; width: 410px; margin: 10px 0 0 10px;}
#content a{color: #326ea1;}
#content a img{border: none;}
#content a:link, #content a:visited {text-decoration: none; color: #326ea1;}
#content a:hover {text-decoration: none;}
#content h1 {font-size: 1.3em;}
#content h2 {font-size: 1.2em;}
#content h3 {font-size: 1.1em;}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;}.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.post {
	padding: 0 5px 50px 0;
}
.post h2 {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
.post h3 {
  font-size: 1.1em;
  margin: 0;
  padding: 0;
}
.entry-content, .entry-excerpt {
	clear: left;
}
.entry-content blockquote {
	font: normal 1em/1.5em "Trebuchet MS", verdana, arial, tahoma, sans-serif;
  color: #000000;
  width: 345px;
  background: url(images/quote.png) no-repeat top left;
  padding: 0 0 0 30px;
}

.entry-content blockquote p{
	text-align: left;
	font-style: italic;
}

.entry-content li{
	list-style-type: square;
	list-style-position: inside;
	padding: 0 0 10px 10px;
}

a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}

.navigation {
	padding: 40px 0 10px 0;
	clear: both;
	text-align: center;
}
.entry-meta {
  font-size: 0.8em;
  margin: 0 0 10px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px dotted #444;
}
.underpost {
	margin: 20px 0 10px 0;
	font-size: 0.8em;
	border-top: 1px dotted #444;
	border-bottom: 1px dotted #444;
	background: url(images/properties.png);
	background-repeat: no-repeat;
	padding-left: 84px;
}
.underpost a {
	text-decoration: underline;
}

/* --- Kommentare --- */
.comment-meta{
	padding: 0 0 10px 0;
}

.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
#respond p {
	font-size: .9em;
}
#respond label {
	display: block;
	margin: 5px 0 5px 0;
}
#comment {	
	width: 100%;
}

#commentscount {
	background: url(images/comments.png);
	background-repeat: no-repeat;
	padding: 30px 0;
}

#commentscount h3{
	padding-left: 84px;
}

#commentheader{
	background: url(images/commentadd.png);
	background-repeat: no-repeat;
	padding: 30px 0;
}

#commentheader h3{
	padding-left: 84px;
}

.thread-even {
	background: url(images/leftbox.png) top left no-repeat;
	padding: 4px 0 20px 8px;
}

.thread-even li{
	list-style-type: square;
	list-style-position: inside;
	padding: 0 0 10px 10px;
}

.thread-even blockquote{
	font: normal 1em/1.5em "Trebuchet MS", verdana, arial, tahoma, sans-serif;
  	font-style: italic;
  	color: #000000;
  	width: 345px;
  	background: url(images/quote.png) no-repeat top left;
 	padding: 0 0 0 30px;
}

.thread-odd {
	background: url(images/leftbox.png) top left no-repeat;
	padding: 4px 0 20px 8px;
}

.thread-odd li{
	list-style-type: square;
	list-style-position: inside;
	padding: 0 0 10px 10px;
}
.thread-odd blockquote{
	font: normal 1em/1.5em "Trebuchet MS", verdana, arial, tahoma, sans-serif;
  	font-style:italic;
  	color: #000000;
  	width: 345px;
  	background: url(images/quote.png) no-repeat top left;
  	padding: 0 0 0 30px;
}

#commentform {	
	padding: 10px;
}

#commentform p{	
	font: normal 1em/1.5em "Trebuchet MS", verdana, arial, tahoma, sans-serif;
}

#commentform input{	
	font: normal 1em/1.5em "Trebuchet MS", verdana, arial, tahoma, sans-serif;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #444;
	border-left: none;
}

#commentform textarea{
	margin: 10px 0;
	border: 1px solid #444;	
	font: normal 1em/1.5em "Trebuchet MS", verdana, arial, tahoma, sans-serif;
}

#commentform #submit{
	border: 1px solid #444;
	padding: 4px;
}

#commentform #submit:hover{
	background-color: #326ea1;
	color: #fff;
	cursor: pointer;
}

ol.commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist li {
	margin: 15px 0 0 0;
}
ol.commentlist li a {
	text-decoration: none;
}

.fn{
		font: normal 1em/1.5em "Trebuchet MS", verdana, arial, tahoma, sans-serif;
}

/* --- Sidebar --- */

#sidebar {
width: 132px;
background-color: #fff;
float: left;
position: relative;
border-top: 1px solid #fff;
border-right: 1px dotted #444;
font: normal 1em/1.5em "Trebuchet MS", verdana, arial, tahoma, sans-serif;
padding: 8px 22px 8px 0;
}
#sidebar h1 {
	font-size: 1.3em;
}
#sidebar h2 {
	font-size: 1.2em;
}
#sidebar ul li{
	margin: 0px auto;
	padding: 0px 0px 20px 0;
	list-style-type: none;
	text-align: center;
}

#sidebar a img{
	border: none;
}

/* --- Footer --- */

#footer {
	height: 42px;
	clear: both;
	text-align: center;
	background-image: url(images/roundcorners.png);
	background-repeat:no-repeat;
}

#footer p a{
	text-decoration: none;
	color: #fff;
}

#footer p{
	font-size: 0.8em;
	color: #fff;
	line-height: 1.5em;
}

/* --- Blogroll --- */

.xoxo {
	padding:20px 0 0 0;
}

.xoxo li, .xoxo li a{
	list-style-type: none;
	display: block;
}

.xoxo li {
	padding: 0 0 20px 0;
}

.linkcat h2{
	display: none;
	list-style-type: none;
}
.linkcat{
	list-style-type: none;
}

/* --- Such- und Archivseite --- */
#suchformular input{
	font: normal 1em/1.5em "Trebuchet MS", verdana, arial, tahoma, sans-serif;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #444;
	border-left: none;
	margin:10px 0 40px 0;
	}

#archiv-kategorien, #archiv-monate{
	margin: 10px 0;
}		
	
#archiv-kategorien li, #archiv-monate li{
	list-style: none;
}	
