/*  
Theme Name: Board Blocks
Theme URI: http://www.michaelpalmer.de/2009/06/10/board-blocks-wordpress-theme/
Description: Simple blocked wp design. Three columns, the big one for the main content and two more for the widgets. You also find a simple lang selection tool and a fixed mini links bar. Designed by Michael Palmer Berlin 2009 (Web 2.0)

Version: 0.1
Author: Michael Palmer
Author URI: http://www.michaelpalmer.de/about/
Tags: white, black, light, three-columns, fixed-width, right-sidebar

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
*/

body {
	background-color: #e7e7e7;
	font-family:  Calibri, "Lucida Sans Unicode", "Lucida Sans", "verdana", "arial", "helvetica";
	font-size: 13px;
	color: #212121;
	line-height: 1.5em;
	background-image: url("images/background_right_bottom.png"); 
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment:fixed;

}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}


.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#wrapper { 
  width:1130px;
  margin:20px auto 20px auto;  
}

#makeheight { 

}
  
#mini-nav{
	bottom: 5px;
  text-align:center;
  right:5px;
  margin:15px;
  margin-bottom: 40px;
	position:fixed;
}

#mini-nav img{
	margin:1px;
}

#content {
	width: 600px;
	text-align: left;
	border-top:solid 1px #d9d9d9;
	border-bottom:solid 2px #d9d9d9;
	border-left:solid 1px #d9d9d9;
	border-right:solid 2px #d9d9d9;
	float: left;
	margin: 5px;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	background-color:#fcfcfc;
	background-image: url("images/background.png"); 
	background-repeat: no-repeat;
	background-position: right top;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

#sidebar-1 {
	width: 170px;
}

#sidebar-2 {
	width: 170px;
}

#logo {
	width: 140px;
	padding:10px;
}

.sidebar {
	text-align: left;
	padding: 20px;
	border-top:solid 1px #d9d9d9;
	border-bottom:solid 2px #d9d9d9;
	border-left:solid 1px #d9d9d9;
	border-right:solid 2px #d9d9d9;
	float: left;
	margin: 5px;
	background-color:#fcfcfc;
	font-size: 13px;
	-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
  /*opacity: 0.5;*/
}

.addpictosidebar {
	background-image: url("images/background_sidebar.png"); 
	background-repeat:no-repeat;
	background-position: left top;
}

.post {
	/*border-bottom:solid 4px #DEE4DA;*/
	padding-top:30px;
	padding-bottom:0px;
}

	
.post-titulo {
	color:#8b8b8b;
	margin:0px;
	margin-top:-10px;
	margin-bottom:2px;
	font-size: 18px;
}

.postmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 13px;
	color: #999;
}
	
.comentarios-link{
  margin-top: -10px;
  margin-bottom: -6px;
	padding: 30px 0 0 36px;
	width:32px;
	height:32px;
	background: url(images/comments.png) no-repeat center left;
}


a, a:hover, a:visited, a:link, a:active { border: 0px; color: #FF6600; text-decoration: none; font-size: 12px; }
a:hover { color: #777; }


h1,
h2,
h3{	font-family: Calibri, "Lucida Grande", Tahoma, Arial, sans-serif; font-weight: normal;  }

h1 { margin-top: 15px; font-size: 18px; margin-bottom: 0px; }
h2 { margin-top: 15px; margin-bottom: 0px; font-size: 18px; }
h2 a, h2 a:visited, h2 a:active, h2 a:link { font-size: 18px; color: #6f6f6f;  border-bottom: 1px #9f9d9b dotted; }
h2 a:hover { font-size: 18px; color: #9f9d9b;  border-bottom: 0px; }
h3 { font-size: 15px; color: #d3d3d3; margin-top: 15px; margin-bottom: -10px;}

#postcomment {
  border-top: 1px #ccc solid;
  padding-top:10px;
  margin-top: 15px; 
}


.post img{
	border: 1px solid #ced4ca;
	border-right: 2px solid #ced4ca;
	border-bottom: 2px solid #ced4ca;
		-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	padding: 10px;
	margin: 5px 5px 5px 5px;
}
.post img:hover{
	border: 1px solid #8b8b8b;
	border-right: 2px solid #8b8b8b;
	border-bottom: 2px solid #8b8b8b;
		-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	padding: 10px;
	margin: 5px 5px 5px 5px;
}


p {	line-height: 1.5em;	margin: 1.2em 0; }

ol, ul {
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
}

ul li,
ol li{ margin-bottom: 0.2em; }

img, a img{ border:0px; }

em{
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 13px;
}

pre{
	display: block;
	margin: 1.0em 1.5em 1.0em 0;
	padding-left: 0.8em;
	border-left: 5px solid #dbdbdb;
	background-color: #f7f7f7;
	overflow: auto;
	font-size: 11px;
}

code{font-family: monospace;  font-size: 13px; background-color: #eee;}
pre code{ line-height: 1.3em;}

kbd{
	background-color: #f9f9f9;
	border-right: 1px solid #dbdbdb;
	border-bottom: 2px solid #dbdbdb;
	font-size: inherit;
	font-family: inherit;
	padding: 0 3px 2px 4px;
}

del, del * { text-decoration: line-through; }

.small {
	font-size: 10px;
	color: #999;
}

/***********comentarios***************/
#comment{
	width: 400px;
	height: 100px;
}

.comentarios{
	border-right:1px solid #dbdbdb;
	border-bottom:2px solid #b9b9b9;
	background-color: #f5f5f5;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.commentarios li {
	border-right:1px solid #b9b9b9;
	border-bottom:2px solid #b9b9b9;
	background-color: #f5f5f5;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.comentarios:hover { background-color: #f1f1f1; }

.comentariosmeta {
	margin-top: 0;
	padding-top: 1px;
	font-size: 13px;
	color: #999;
}

.comentariostitulo {
	margin:0px;
	margin-bottom:2px;
}

.break {
	border-top:solid 2px #d9d9d9;
	border-bottom:solid 1px #d9d9d9;
	height:10px;
	background-color:#e7e7e7;
	width:643px;
	margin-left:-21px;
	margin-bottom:10px;
}

/*********sidebars***************/
.sidebar h2 {
	display: inline;
	padding: 0 10px 0 0;
	color: #373636;
	background: url(images/arrow.gif) no-repeat center right;
	font-size: 13px;
	line-height:30px;
	font-weight:bold;
}
	
.alignleft			{float:left;width:200px;text-align:left; font-size:11px;}
.alignright			{float:right;width:200px;font-size:11px;text-align:right; }
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.arrowpic {
	width:10px;
	height:10px;
	margin:0px;
	padding:0px;
	float:left;
	background: url(images/arrow.gif) no-repeat;
	}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sidebar ul ul {
}

.sidebar ul ul li {
	padding: 0 0 0 10px;
	margin: 4px;
	margin-top: 2px;
	margin-left: 4px;
}

.sidebar ul ul li a {
	display: block;
	margin: 0 0 0 -13px;
	border-bottom: 1px solid #d9d9d9;
	padding-left: 6px;
	padding-bottom: 2px;
}
	
.sidebar ul ul li a:hover {
	background-color: #f3f3f3;
}

.current_page_item, .current-cat {
	background-color: #f3f3f3;
	font-weight:bold;
}

.linkpermanente{
	padding: 0 0 0 17px;
	margin-bottom:20px;
	line-height:40px;
	background: url(images/permalink.gif) no-repeat center left;
}

.mitch{
  margin-top:-60px;
  width:200px;
  height:200px;
	background: url(images/mitch.png) no-repeat;
}
/**********formularios*********/
input, textarea, select {
	border: 1px solid #8b8b8b;
	background-color: #f7f7f7;
	color: #555;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	}

#pagina {
	padding-top:30px;
	padding-bottom:0px;
	margin-bottom:-20px;
}

#pagina img{
	border: 1px solid #ced4ca;
	border-right: 2px solid #ced4ca;
	border-bottom: 2px solid #ced4ca;
		-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	padding: 10px;
	margin: 5px 5px 5px 5px;
}
#pagina img:hover{
	border: 1px solid #8b8b8b;
	border-right: 2px solid #8b8b8b;
	border-bottom: 2px solid #8b8b8b;
		-moz-border-radius: 13px;
	-khtml-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	padding: 10px;
	margin: 5px 5px 5px 5px;
}

.pagina-titulo{
  font-family: "Lucida Grande", Tahoma, Arial, sans-serif; font-weight: normal; 
  font-size:18px;
  margin:0px;
  margin-bottom:15px;
}

.gravatar{

}

.comentarios-autor{
	border:1px solid #B2FF66;
	background-color: #95FFCE;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}

.comentarios-autor li {
	border:1px solid #B2FF66;
	background-color: #95FFCE;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
}
	
.comentarios-autor li:hover{ background-color: #fff; }

#searchform{
  width:100%;
}


#btnde {
  background-image:url(images/de.png);
  width: 24px;
  height: 24px;
}

#btnde:hover {
  background-image:url(images/de2.png);
}

#btnen {
  background-image:url(images/gb.png);
  width: 24px;
  height: 24px;
}

#btnen:hover {
  background-image:url(images/gb2.png);
}

#btnhome {
  background-image:url(images/home.png);
  width: 24px;
  height: 24px;
}

#btnhome:hover {
  background-image:url(images/home2.png);
}

#btnrss {
  background-image:url(images/rss.png);
  width: 24px;
  height: 24px;
}

#btnrss:hover {
  background-image:url(images/rss2.png);
}

#btnmail {
  background-image:url(images/mail.png);
  width: 24px;
  height: 24px;
}

#btnmail:hover {
  background-image:url(images/mail2.png);
}