/*
Theme Name: petites diablotines
Theme URI: 
Description:  Lauyout f�r Fe Sch�tte, basierend auf einem Theme von Kubrick
Version: 1.0
*/


@charset "UTF-8";
/* CSS Document */

body {
	font-family: Comic sans MS, Verdana, sans-serif;
	font-size: 0.8em;
	margin:0px;
	padding:0px;
	background-color: #DDFFA9;
}


#headlines {
	background-color: #006600;
	/*margin:0px auto 0px auto;*/
	width:580px;
}
#headlines h1, #headlines h1 a {
	color: white;
	font-size: 150%;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
}
#headlines h2, #headlines h2 a {
	color: white;
	font-size: 100%;
	text-align: center;
	padding-bottom: 20px;
}
#headlines h1 a, #headlines h2 a {
	text-decoration: none;
}
#headlines h1 a:hover, #headlines h2 a:hover {
	text-decoration: underline;
}
.rot {
	color: #660000;
}
/********* wrapper ************/
#wrapper {
	background-color: #DDFFA9;
	margin:0px auto 0px auto;
	width:990px;
     border: solid 1px #006600;
}
#wrapperLeft {
	background-color: white;
	float: left;

}
#wrapperRight {
	background-color: #DDFFA9;
	float: right;
}

/********* top ************/
#top {
	width:400px;
	height:400px;
	position: relative;
	top: -23px;
}
#top h1 {
	margin: 0px;
	padding: 0px;
}
#roterBalken {
	width:570px;
	padding:20px 10px 20px 10px;
	background-color:#660000;
	/*height: 20px;*/
}

/********* Sidebars ************/
#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: #006600;
	color: white;
	border: 0px;
	padding: 2px;
	margin: 0px 10px;
	height: 20px;
}
.widgettitle {
	color: white;
	background-color: #006600;
	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: #006600;
	font-size: 100%;
	text-align: right;
	padding: 0px 10px;
	line-height: 20px;
}
/********* Content ************/
#content {
	line-height: 20px;
	text-align: left;
	background-color: white;
	width:570px;
	padding:20px 10px 20px 10px;
	margin:0;
}
#content a {
	color: #660000;
}
#content h1 {
	color: white;
	background-color: #006600;
	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: #006600;
	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 {
	text-align:right;
	font-size: 80%;
	width: 950px;
	padding: 10px 20px;
	margin: 0px auto 0px auto;
	
}
#footer a {
	color: #660000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

