/*
Theme Name: Microfinance 
Theme URI: http://microfinance.fm
Description: the microfinance theme adapted by <a href="http://patchlog.com">Mihai Secasiu</a>
Version: 0.1
Author: Mihai Secasiu
Author URI: http://patchlog.com
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


* { margin: 0;
    padding: 0;
    }

/* Höhen- und Breitenanpassung zu 100%; Scrollbar ausblenden */
body, html{ width: 100%;
            height: 100%;
            overflow: auto;}

/* BG-Image auf unterste Ebene anordnen */
#bgImg{ position: absolute;
        top: 0;
        left: 0;
        border: 0;
        z-index: 1;}
/* Body-Dummy absolut über BG-Image legen; Scrollbar bei Bedarf einblenden */
#bodyDiv{ position: absolute;
          top: 0;
          left: 0;
          z-index: 2;
          width: 100%;
          height: 100%;
          text-align: center;}

/* Layoutelemente */
#wrapper {
	position:relative;
	margin:0 auto;
	width:850px;
	z-index:3;
}

#header {
	position:relative;
	float:left;
	width:850px;
	height:122px;
}

#contentWrapper {
	position:relative;
	float:left;
	width:850px;
}

#lcontent {
	float:left;
	width:850px;
	background-image:url(images/contentBg.png);
	background-repeat:repeat-y;
}

#content {
	float:left;
	width: 560px;
	padding-left:20px;
}
#footer {
	position:relative;
	float:left;
	width:850px;
	height:17px;
}

.post {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:0.9em;
}

.post p {
	margin: 5px 0 0;
	padding: 5px;
}


.footertxt {
	text-align: center;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:11px;
}

#sidebar h2 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	font-family:"Courier New", Courier, monospace;
	text-decoration: none;
	}

#sidebar {
	font: 0.9em "Helvetica Neue",Helvetica,Arial,sans-serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

/* Begin Sidebar */
#sidebar
{
	padding: 20px 20px 20px 20px;
	float: right;
	width: 200px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */




.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em "Helvetica Neue",Helvetica,Arial,sans-serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}
#comment {
	width: 500px;
}
img .alignleft {
	float: left;
}
img .alignright {
	float: right;
}
.size-thumbnail {
	padding: 2px;
	border: 0 none;
}	
