/*  
Theme Name: brunofranceschini.net
Theme URI: http://brunofranceschini.net/
Description: brunofranceschini.net-Theme von undkonsorten.com
Version: 1.6
Author: Thomas Alboth
Author URI: http://undkonsorten.com/

	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

*/



/* ************************************************** */
/* ********* SEITENSTRUKTUR / STRUCTURE / ******** */
/* ************************************************** */

body {
	background: #FFFFFF url('images/body_bruno_franceschini.gif') no-repeat 20px 20px;
	color: #000000;
	margin: 20px 0 0 20px;
	padding: 0; 
	text-align: left;
	vertical-align: middle; }

#page { /* 980px */
	/*background: #000000;*/
	border: 0px solid red; 
	color: #000000;
	/*height: 523px; */
	margin: 0;
	padding: 0;
	position: relative;
	left: 0px; 
	text-align: left;
} 

#sidebar {  /* 300px*/
	border: 0px solid silver;
	float: left;
	padding: 0; 
	margin: 150px 0 0 0; 
	width: 175px; 
}			
	
.narrowcolumn {  	
	
	float: left;
	color: #000000;
	border: 0px solid silver;	
	display: block;
	/*height: 430px; das ist neu */
	padding: 4px 0 0 0;
	position: relative;
	margin: 0 0 0 0; 

	width: 400px; 
}
narrowcolumn div { margin: 0; padding: 0; }
div.seiten_navi {
	color: #555555;
	position: absolute;
	left: 530px;
	top: 390px;
}


.narrowcolumn .post {
	margin: 0 0 5px 0; 
	}	

div.commentcount {
	float: right; 	
}

#footer {
	clear: both;
	margin: 0;
	padding: 0;	
}


/* ********* ENDE: SEITENSTRUKTUR / STUCTURE ******** */

/* ********* FONTS, FARBEN // TYPO, COLORS ********** */
/* *************************************************** */
body {
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #000000; 
}
#page {
	text-align: left; 	
}
.narrowcolumn small { 
	color: #000000;
	font-size: 11px; 
}	
.post p { 
	color: #000000;
	margin: 0 0 16px 0;
	padding: 0; }

p.postmetadata {
	background: #EFEFEF;
	border-top: 3px solid #99cc33;
	border-bottom: 1px solid silver;
	color: #000000;
	font-size: 10px; 
	font-weight: bold; 
	padding: 1px 0 20px 0;
	margin: 0;
	
}
div.navigation { 
	margin: 70px 0 0 0; 
}	
div#footer { 
	font-size: 10px;
	line-height: 12px; 
}
#footer .copy { line-height: 20px; clear: both; 
}	

div.commentcount {
	color: #99cc33; 
	font-size: 18px;
	text-align: left;
	font-weight: bold; 
}
.commentmetadata { 
	border-bottom: 1px solid #99cc33; 
	padding: 0 0 5px 0;
}

/*********** UEBERSCHRIFTEN ****************/
/* ************************************************** */
	
h1, h1 a , h2, h2a { 	
	color: #132533; 
	font-size: 18px; 	
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 20px 0;	
}


/*********** DIE LINKS ****************/
/* ************************************************** */
a, a:active {
	border-bottom: 0px dotted #CC6525; 
	color: #930;
	text-decoration: none; }
	
a:hover {
	border-bottom: 0px dotted #FFFFFF; 
	background: #CC6525;
	color: #FFFFFF;
	}


/* ********* SIDEBAR  / NAVIGO ********************** */

#sidebar {
	color: #930;
}

.level1 a, .level2active a {
	color: #930;
}

.level1 a:hover, .level1active a:hover , .level2active a:hover, .level2 a:hover {
	color: red;
}
.level2 a {
	color: #930;
}
.level2active a {
	color: #930;
}
#level1current, #level2current {	
	color: #000000;
}

	
/* ********* NARROWCOLUMN ********************** */


.post h2 a  {
	color: #555555; 
	border: 0px; }
.post h2 a:hover , h1 a:hover {
	color: #FFFFFF;
	border: 0; }
	
div.narrowcolumn .post p a  {
	border-bottom: 1px dotted #CC6525;
	color: #CC6525; 
	text-decoration: none; }	
	
.narrowcolumn .post p a:hover {
	background: #CC6525;
	color: #FFFFFF; 
}


	
/* ********* SIDEBAR  ********************** */
#sidebar {	
	text-align: left; }

#sidebar ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0; }
	
#sidebar  ul li {
	margin: 0 0 0 0;
	padding: 0;
	text-indent: 0; }	

#sidebar ul li ul {
	margin: 10px 0 10px 0 ;
}
#sidebar  ul li ul li {
	margin: 0 0 0 22px;
	padding: 0;	}	


/*********** IMAGES, BILDER ****************/
/* ************************************************** */



p img {
	padding: 0;
	max-width: 100%; 	}
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto; 	}
	
img.alignright {
	padding: 0;
	margin: 0 0 7px 10px;
}

img.alignleft {
	float: left; 
	padding: 0;
	margin: 0 20px 7px 0 ;
}
.alignleft {
	float: left; 
	padding: 0;
	margin: 0 20px 7px 0 ;
}



.print {
	float: right; 
	padding: 0px; 
	margin: 0 0 13px 20px ; }
	
.print a img {
	border: 0; }	

a img {
	border: none; 
	margin: 0;
	padding: 0; }

#wp-notable-line a, #wp-notable-line a:hover  { 
	background: none; 
	border: 0; }

#wp-notable-line a img { height: 10px; margin: 5px 3px 0 0; }
#wp-notable-line a:hover img { height: 13px; margin: 0 0px 0 0; }

	
/* Ende Images */


/* ********* ALLES UEBER FORMULAR-FELDER ********************** */
/* ************************************************** */

/* Tabellenlayout f?r Formularelemente */

form { margin: 0; padding: 0; }

.form_satz { /*das ist ein DIV!!!*/
	padding-top: 10px;
	clear : right; }
.form_bezeichner { /*das ist ein span!!!*/
	float: left;
	width: 130px;
	text-align: left; }
.form_input { /*das ist ein span!!!*/
	float: right;
	width: 280px;		/*425px;*/
	text-align: left; }	

input { height: 13px; padding: 0px 2px 2px 2px; }

input, textarea, select  {
	border: 1px solid black; margin: 0;
	background: #FFFFFF; 
	font-size: 11px; }
	
input, textarea, select, form {	
	text-align: left; }

input:hover, input:focus, textarea:focus, textarea:hover { 
	border: 1px solid black; 
	background-color: #EFEFEF; }

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align: left;
	border: 1px solid silver; }

.fehler_font { color: #FF0000; }
.fehler_input input, .fehler_input textarea { border: 1px solid #FF0000; }


/* FORMULARE SIDEBAR */

#sidebar input, #sidebar textarea, #sidebar select  {
	border: 1px solid black; margin: 0 0 3px 0; 
	background-color: #FFFFFF;
	font-size: 11px; }

#sidebar input:hover, #sidebar input:focus, #sidebar textarea:focus, #sidebar textarea:hover { 
	border: 1px solid black; 
	background-color: #EFEFEF; }
	
input, textarea, select, form {	
	text-align: left; }

#searchsubmit, input.absenden { text-align: center; padding: 0 5px 0px 5px; margin: 3px 0 0 0; height: 20px; }
	
/* Ende Form Elements */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help; 	}

acronym, abbr {
	border-bottom: 1px dashed #999; }



blockquote cite {
	margin: 5px 0 0;
	display: block; 	}

.center {
	text-align: center; 	}

hr { display: none; 	}
hr.startseite_trenner { 
	background: #555555;
	clear: both;
	display: block;
	border: 0px dotted silver;
	margin: 0 0 16px 0;
	padding: 0;
	height: 1px;
	width: 680px;
}

/* End Various Tags & Classes*/

.nixzusehen { display: none; }