/*
Theme Name: balayeur 1
Theme URI: 
Description: Design f�r Angela Prinzen, basierend auf einem Theme von Kubrick
Version: 1.0
*/

@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background-color: #666633;
	font-family: Comic sans MS, Verdana, sans-serif;
	font-size: 0.8em;
     color: #663333;
}
body p {
     font-size:1.2em;
}
.rot {
	color: #660000;
}
/********* headlines ************/

#headlines {
	margin:0px auto 0px auto;
	width:990px;
}
#headlines h1, #headlines h1 a {
	color: #FFCC66;
	font-size: 150%;
	text-align: center;
}
#headlines h2, #headlines h2 a {
	color: #CCCC66;
	font-size: 120%;
	text-align: center;
}
#headlines h1 a, #headlines h2 a {
	text-decoration: none;
}
#headlines h1 a:hover, #headlines h2 a:hover {
	text-decoration: underline;
}

/********* wrapper ************/
#wrapper {
	background: #CCCC99;
	text-align: center;
	margin:0px auto 0px auto;
	width:990px;
     border: 1px solid #999;

}
/********* top ************/
#top {
	width:990px;
	height:175px;
	position: relative;
}
#top h1 {
	margin: 0px;
	padding: 0px;
}


/********* Sidebars ************/
#roterBalken {
	width:990px;
	background-color:#660000;
	height: 20px;
}
#leftSidebar {
	width:195px;
	padding:20px 5px 0px 0px;
	margin:0px;
	float:left;
}
#rightSidebar {
	width:195px;
	padding:20px 0px 0px 5px;
	margin:0px;
	float:left;
}
#leftSidebar ul li, #rightSidebar ul li {
	list-style: none;
	list-style-type: none;
	text-align: right;
}
#leftSidebar ul, #rightSidebar ul {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}
.searchField {
	width: 120px;
}
.searchBut {
	background-color: #006633;
	color: white;
	border: 0px;
	padding: 2px;
	margin: 0px 10px;
	height: 20px;
}
.widgettitle {
	color: white;
	background-color: #336600;
	padding: 0px 10px;
	margin: 0px 0px 10px 0px;
	font-size: 100%;
	height: 20px;
	line-height: 20px;
	text-align: right;
}

.widget {
	margin-bottom: 20px;
}
.widget a, #leftSidebar .page_item a, #rightSidebar .page_item a {
	color: #660000;
	text-decoration: none;
	padding: 0px 10px;
	/*display: block;*/
	margin: 5px 0px;
}
#leftSidebar .page_item a, #rightSidebar .page_item a, #leftSidebar .page_item a:hover, #rightSidebar .page_item a:hover {
	display: block;
}
.widget a:hover, #leftSidebar .page_item a:hover, #rightSidebar .page_item a:hover{
	text-decoration: underline;
	background-color: #d5d5d5;
	/*display: block;*/
}


.widgettitle a {
	color: white;
	background-color: #660000;
	text-decoration: none;
}
#leftSidebar .current_page_item a, #rightSidebar .current_page_item a  {
	color: #660000;
	background-color: #d5d5d5;
	display: block;
	margin: 5px 0px;
}
.subtitle {
	color: silver;
	display: block;
	margin: 5px 0px;
	background-color: #006633;
	font-size: 100%;
	text-align: right;
	padding: 0px 10px;
	line-height: 20px;
}
/********* Content ************/ 
#content {
	width:570px;
	padding:20px 10px 20px 10px;
	margin:0;
	float:left; 
	background-color: #FFFFCC;
	line-height: 20px;
	text-align: left;
}
#content a {
	color: #660000;
}
#content h1 {
	color: white;
	background-color: #336600 ;
	padding: 0px 5px;
	margin: 0px 0px 20px 0px;
	font-size: 100%;
}
#content h2 {
	color: #660000;
	font-weight: bold;
	padding: 0px 5px;
	margin: 0px 0px 10px 0;
	font-size: 150%;
	line-height: 130%;
}
#content h2 a {
	color: #660000;
	font-weight: bold;
}

#content h3 {
	color: white;
	background-color: #666666;
	padding: 0px 5px;
	margin: 0px 0px 20px 0px;
	font-size: 100%;
}
#content h4, #content h5 {
	color: #660000;
	font-weight: bold;
	padding: 0px 5px;
	margin: 0px 0px 10px 0;
	font-size: 100%;
}
#content h6 {
	color: #666666;
	font-weight: bold;
	padding: 0px 5px;
	margin: 0px 0px 10px 0;
	font-size: 100%;
}

#content p {
	padding: 0px 5px;
}
.entry {
	margin-bottom: 50px;
}
small {
	padding: 0px 5px 20px 5px;
}
small a {
	color: #660000;
}
.navigation {
	margin-bottom: 50px;
}
.navigation a, .navigation {
	color: #660000;
}
.clearBoth {
	clear:both;
}
/********* Footer ************/
#footer {
	width: 950px;
	padding: 10px 20px;
	margin: 0px auto 0px auto;
	text-align:right;
	font-size: 80%;
}
#footer a {
	color: #660000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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 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;
}
/* End captions */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	border: 0px;
	}


img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Comments */
#comment {
	width: 90%;
}




