/*
Theme Name:   SNP Greger Theme (Muto Child)
Template:     snptheme
*/

/*#############################################################
					Eigene Ergänzungen
###############################################################*/



.authorbox{
	width:400px;
	border: 2px solid #eee;
	margin: 0px auto;
	padding: 4px 7px 2px 7px;
}
.authorbox img
 {
	 width:150px;
 }
@media (max-width: 800px)
 {
.authorbox {
	width:100%;
	border: none;
	margin: none;
	padding: none;
 }
 .authorbox img
 {
	 width: 200px;
 }
 }
blockquote{
	font-size: inherit !important;
	font-style: italic;
	margin-left: 80px !important;
}

img { -ms-interpolation-mode: bicubic; }

.bilderrahmen {
	border: 2px solid #ddd
}

.grey_box{	/* für die grauen Hinweisboxen in den Blogbeiträgen*/
	background-color: lightgrey;
	padding: 6px;
	border-radius: 3px
}

summary{
	font-weight: bold;
}