/*  
Theme Name: Monotonalsperre	
 */

*{
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
}

html{
     }

body{
	font-family: "DroidSerif";
	font-size: 14px;
	line-height: 27px;
	
     }
     
@font-face {
  font-family: 'DroidSerif';
    src: url("font/DroidSerif-Regular.ttf");         
}

@font-face {
  font-family: 'DroidSerifItalic';
    src: url("font/DroidSerif-Italic.ttf");         
}

@font-face {
  font-family: 'DroidSans';
    src: url("font/DroidSans.ttf");         
}

@font-face {
  font-family: 'DroidSerifBold';
    src: url("font/DroidSerif-Bold.ttf");         
}
     
#container{
	background-color: #eee;
}



#header{
	top: 55px;
	position: absolute;
	margin-left: -139px;
	height: 110px;
	width: 109px;
}

#header a{
	height: 110px;
	width: 109px;
	display: block;
	background-image: url(img/logo.png);
	-moz-opacity: 0.6;
	filter: Alpha(opacity=60);
	opacity: 0.6;
	-webkit-transition:linear 0.3s;
}

#header a:hover{
-webkit-transition:linear 0.1s;
-moz-opacity: 1.0;
	filter: Alpha(opacity=100);
	opacity: 1.0;
}

#header a:active{
	position: relative; 
	top: 1px;
}

.kommentarlasche{
	float: right;
	width: 50px;
	height: 75px;
	background-color: #e1dfdf;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0, .5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0, .5);
	-webkit-transition:linear 0.1s;
-moz-opacity: 0.8;
	filter: Alpha(opacity=80);
	opacity: 0.8;
	
}

.kommentarlasche a{
	width: 50px;
	height: 30px;
	padding: 45px 0px 0px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #565656 !important;
	font-family: 'DroidSans';
	font-size: 12px;	
}

.kommentarlasche a:hover{
	text-decoration: none !important;
}

.kommentarlasche:hover{
-webkit-transition:linear 0.1s;
-moz-opacity: 1.0;
	filter: Alpha(opacity=100);
	opacity: 1.0;
}


.eintrag{
	min-width: 900px;
	border-top: 1px solid #ddd;
	padding: 0px 0px 130px 0px;
	background-color: #eee;
}

.eintraginhalt a, eintraginhalt a:visited{
	text-decoration: none;
	color: #0057b0;
}

.eintraginhalt a:active{
	position: relative; 
	top: 1px;
}

.eintraginhalt a:hover{
	text-decoration: underline;
}

.variante1 a{
	color: #0093d8;
}

.variante2 a{
	color: #9b764a;
}

.variante3 a{
	color: #ff8800;
}

.variante4 a{
	color: #6e6d6d;
}

.variante5 a{
	color: #434a56;	
}





.eintraginhalt{
	width: 600px;
	margin: 0px auto 0px auto;
	color: #3f3f3f;
}

.eintraginhalt h1 a{
	float: left;
	font-size: 21px;
	text-decoration: none;
	display: block;	
	color: #6e6d6d;
	font-weight: normal;	
}

.eintraginhalt h2{
	font-size: 17px;
	margin-bottom: 15px;
	margin-top: 40px;
	display: block;
	font-weight: normal;
}

.eintraginhalt h1{
	width: 500px;
	float: left;
	font-size: 21px;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
	color: #6e6d6d;
	font-weight: normal;
	margin-top: 50px;
}

.eintraginhalt p{
	margin-bottom: 20px;
}


#sidebar {
	padding: 0px 0px 80px 0px;
	border-top: 1px solid #ddd;

}

#sidebarinhalt {
	width: 975px;
	margin: 0px auto 0px auto;
}


.sidebarspalte{
	margin-top: 50px;
	width: 180px;
	float: left;
	border-right: 1px solid #ddd;
	padding: 0px 15px 0px 15px;
}

.sidebarspalteende{
	margin-top: 50px;
	width: 140px;
	float: left;
	padding: 0px 0px 0px 15px;
}

.sidebarspalteende h1{
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	margin: -8px 0px 0px 0px;
	font-weight: normal;
	color: #898989;
}

.sidebarspalteende a{
	font-size: 11px;
	color: #898989;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

.sidebarspalteende a:hover{
	text-decoration: none;
}

.werbung{
	background-color: #0057b0;
	height: 125px;
	width: 125px;
	display: block;
	margin-bottom: 15px;
	color: #fff;
	font-size: 11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
.werbung a{
	height: 125px;
	width: 125px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding-top: 50px;
}

.werbung a:hover{
	text-decoration: underline;
}

.mehrinfos{
font-size: 9px;
display: block;
}

#werbung1{
background-image: url(img/detailverliebt.gif);
background-repeat: no-repeat;
border: 1px solid #ddd;
}

#werbung2{

}

#werbung3{

}

#sidebar ul:first-child{
	border-top: 1px solid #ddd;
}


#sidebar li{
	list-style-type: none;
	}

#sidebar li a{
	text-decoration: none;
	border-bottom: 1px solid #ddd;
	padding: 7px 0px 3px 3px;
	width: 177px;
	display: block;
	font-size: 12px;
	color: #333;
}

#sidebar li a:hover{
	text-decoration: underline;
}

#kategorien{
	margin-bottom: 10px;
}

#archive{
	margin-bottom: 30px;
}

#facebook{
	margin-bottom: 10px;
}

.postform{
	width: 180px;
	border: 1px solid #d9d9d9;
	height: 25px;
	padding-top: 3px;
	color: #333;
}

#s{
	border: 1px solid #ddd;
	margin-bottom: 30px;
	width: 170px;
	height: 20px;
	background-image: url(img/suche.jpg);
	background-repeat: no-repeat;
	color: #7a7a7a;
	font-size: 11px;
	padding: 7px 0px 0px 10px;

}

#searchsubmit{
	display: none;
}
     
     
.clear{
	clear: both;
}     
     
.unsichtbar{
	display: none;
}

.screen-reader-text{
	display: none;
}
     
     
blockquote{
	margin-left: 50px;
	-moz-opacity: 0.5;
	filter: Alpha(opacity=50);
	opacity: 0.5;
	}

#feedburner{
	width: 90px;
	margin: 0px auto 0px auto;
	filter:alpha(opacity=20); /* IE */
	-moz-opacity: 0.20; /* Gecko */
	opacity: 0.20; /* Opera */
	-webkit-transition:linear 0.1s;
}

#feedburner:hover{
	filter:alpha(opacity=100); /* IE */
	-moz-opacity: 1.00; /* Gecko */
	opacity: 1.00; /* Opera */
	-webkit-transition:linear 0.1s;
}

#willmakeyou{
	width: 180px;
}

#willmakeyou a{
	padding: 0px;
	margin: 0px;
	border: none;
	display: inline;
	border: none !important;
}

#willmakeyou a:active{
	position: static;
}

#willmakeyou li{
	margin-bottom: 10px;
	-webkit-transition:linear 0.1s;
}

#willmakeyou li:hover{
	-webkit-transition:linear 0.1s;
	filter:alpha(opacity=90); /* IE */
	-moz-opacity: 0.90; /* Gecko */
	opacity: 0.90; /* Opera */
}

#willmakeyou li:active{
	position: relative;
	top: 1px;
}

#willmakeyou .title{
	font-family: arial, Verdana, sans-serif;
	padding-bottom: 10px;
	background-color: #000;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity: 0.80; /* Gecko */
	opacity: 0.80; /* Opera */
	display: block;	
	text-align: center;
	margin-top: -25px;
	height: 16px;
	color: #fff;
	font-size: 11px;   
	width: 180px;                           
}



/* SINGLE.PHP */


.eintragmeta{
font-size: 12px;
}

#kommentarwrapper{
	min-width: 900px;
	border-top: 1px solid #cccccc;
	background-color: #e6e6e6;
}

#kommentare{
	margin: 0px auto 0px auto;
	width: 600px;
}

#kommentarzipfel{
	height: 19px;
	width: 600px;
	background-image: url(img/kommentarzipfel.png);
	position: relative;
	top: -19px;
}

#kommentarliste{
	margin-top: 50px;
}

#kommentarliste li{
	list-style-type: none;
}

#ilike{
display: inline;
background-color: red;
width: 100px;
}

.kommentar{
	margin-bottom: 45px;
	overflow: hidden;	
}

.featured{

}

.kommentarinhalt{
	float: left;
	width: 500px;
	font-size: 13px;
	line-height: 22px;
	color: #333;

}

.kommentarinhalt a, kommentarinhalt a:visited{
	text-decoration: none;
	color: #0057b0;
}

.kommentarinhalt a:active{
	position: relative; 
	top: 1px;
}

.kommentarinhalt a:hover{
	text-decoration: underline;
}

.kommentarinhalt p{
	margin-bottom: 15px;
}

.kommentaravatar{
	float: left;
	width: 30px;
	margin-right: 10px;
	margin-top: 5px;
	border: 1px solid #ddd;
	margin-bottom: 3px;
}

.wp-smiley{
	border: none;
}

.fn{
	float: left;
	margin-right: 5px;
	color: #000;
	line-height: 22px;

}

.fn a{
	text-decoration: none;
	color: #0056a7;
}

.fn a:hover{
	text-decoration: underline;
}




.depth-2{
	margin-top: -30px;
	margin-left: 40px;	
}

.depth-2 .kommentarinhalt{
	width: 400px !important;
}

.depth-3{
	margin-top: -40px;
}

.depth-3 .kommentarinhalt{
	width: 400px !important;
}


.kommentarinhalt > .commentmetadata{
	-moz-opacity: 0.0;
	filter: Alpha(opacity=0);
	opacity: 0.0;
	color: #9b9b9b;
	margin-top: -20px;
	font-family: Arial, Verdana, sans-serif;
	text-align: right;
	font-size: 11px;
	-webkit-transition:linear 0.1s;
}

.commentmetadata a{
	color: #9b9b9b;
}


.kommentarinhalt:hover > .commentmetadata{
-moz-opacity: 1.0;
	filter: Alpha(opacity=1);
	opacity: 1.0;
	-webkit-transition:linear 0.1s;
}

.buried{
-moz-opacity: 0.20;
	filter: Alpha(opacity=0.20);
	opacity: 0.2;
}

#kommentarschreiben{	
	margin-left: 40px;
	width: 520px;
	margin-top: 60px;
	padding-bottom: 100px;
}

#comment{
	font-family: Arial, Verdana, sans-serif;
	width: 490px;
	height: 30px;
	background-color: #eeeeee;
	border: 1px solid #c7c7c7;
	padding: 5px;
	font-size: 12px;
	line-height: 20px;
}


#author, #email, #url{
	width:157px;
	float: left;
	margin-right: 5px;
	height: 18px;
	background-color: #eeeeee;
	border: 1px solid #c7c7c7;
	margin-bottom: 5px;
	padding: 6px 0px 0px 5px;
}





#submit{

	float: right;
	margin: 10px 18px 0px 0px;
	color: #fff;
	background-color: #2c6ba6;
	border-top: 1px solid #578ebd;
	border-left: 1px solid #00203f;
	border-right: 1px solid #00203f;
	border-bottom: 1px solid #000911;
	width: 100px;
	height: 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	cursor: pointer;
	-webkit-transition:linear 0.1s;	
	text-shadow: 1px 1px 0px #082843;
	font-weight: bold;
	font-size: 11px;
	background:-moz-linear-gradient(top, #326ea2, #245a88);
	background:-webkit-gradient(linear, left top, left bottom, from(#326ea2), to(#16436a));

}

#submit:hover{
	background-color: #4684bd;
	-webkit-transition:linear 0.1s;
	background:-moz-linear-gradient(top, #2c6596, #194a74); /* Firefox */
	background:-webkit-gradient(linear, left top, left bottom, from(#2c6596), to(#194a74));
}

#submit:active{
	position: relative; 
	top: 1px;
}

#cancel-comment-reply-link{
display: block;
color: #9b9b9b;
	text-decoration: none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;

}

#angemeldet a{
	font-size: 11px;
	color: #9b9b9b;
	text-decoration: none;
}

#angemeldet{
	font-size: 11px;
	color: #9b9b9b;
	text-decoration: none;
}

#eintragzurueck{
	-webkit-transition:linear 0.1s;
	filter:alpha(opacity=10); /* IE */
	-moz-opacity: 0.10; /* Gecko */
	opacity: 0.10; /* Opera */	
	position: fixed;
	font-size: 60px;
	right: 20px;
	top: 50%;
}

#eintragzurueck a{

	text-decoration: none;
}


#eintragvor{
	-webkit-transition:linear 0.1s;
	filter:alpha(opacity=10); /* IE */
	-moz-opacity: 0.10; /* Gecko */
	opacity: 0.10; /* Opera */	
	position: fixed;
	font-size: 60px;
	left: 20px;
	top: 50%;
}

#eintragvor:hover{
	-webkit-transition:linear 0.1s;
	filter:alpha(opacity=15); /* IE */
	-moz-opacity: 0.15; /* Gecko */
	opacity: 0.15; /* Opera */	
}

#eintragzurueck:hover{
	-webkit-transition:linear 0.1s;
	filter:alpha(opacity=15); /* IE */
	-moz-opacity: 0.15; /* Gecko */
	opacity: 0.15; /* Opera */	
}



#eintragvor a{
	text-decoration: none;
}



.pagebar{
	margin: 0px auto 50px auto;
	filter:alpha(opacity=75); /* IE */
	-moz-opacity: 0.75; /* Gecko */
	opacity: 0.75; /* Opera */	
	width: 600px;
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif; 
	padding-top: 20px; 
	padding-bottom: 10px; 
}

.pagebar a, .pageList .this-page {
	-webkit-transition:linear 0.1s;	
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;	
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	padding: 2px 6px; 
	color: #fff;
	background-color: #000; 
	text-decoration: none;
}

.pagebar a:visited 
	{
		padding: 2px 6px; 
		 
		background-color: #000; 
		text-decoration: none;
	}

.pagebar .break 
	{
		padding: 2px 6px; 
		border: none; 
		text-decoration: none;
	}

.pagebar .this-page 
	{
		-moz-border-radius: 3px;
		-khtml-border-radius: 3px;	
		-webkit-border-radius: 3px;
		border-radius: 3px;
		padding: 4px 8px; 
		border-color: #999; 
		font-weight: bold; 
		font-size: 13px; 
		vertical-align: top; 
		background: #ddd;
	}

.pagebar a:hover 
	{
		-webkit-transition:linear 0.1s;	
		color: #fff; 
		background: #474747; 
		border-color: #666; 
		text-decoration: none;
	}
	
.flattr{
	float: left; 
	margin-top: 5px;
	margin-right: 3px;
	filter:alpha(opacity=60); /* IE */
	-moz-opacity: 0.60; /* Gecko */
	opacity: 0.60; /* Opera */
	-webkit-transition:linear 0.1s;	
}

.flattr:hover{
	float: left;
	filter:alpha(opacity=100); /* IE */
	-moz-opacity: 1.00; /* Gecko */
	opacity: 1.00; /* Opera */
	-webkit-transition:linear 0.1s;	
}

#fbshare{
		filter:alpha(opacity=60); /* IE */
	-moz-opacity: 0.60; /* Gecko */
	opacity: 0.60; /* Opera */
	-webkit-transition:linear 0.1s;	
}

#fbshare:hover{
	
	filter:alpha(opacity=100); /* IE */
	-moz-opacity: 1.00; /* Gecko */
	opacity: 1.00; /* Opera */
	-webkit-transition:linear 0.1s;	
}

em{
	font-family: 'DroidSerifItalic';
}
     

strong{
font-family: 'DroidSerifBold';	
}

del{
	text-decoration: line-through;
}

herz{
	font-size: 10px;
	
}

rotherz{
	font-size: 10px;
	color: #e48a7f;
}

#twitterdies{
display: inline;

}