@charset "utf-8";

/* Let's set and reset some common styles */
.mb-wrap {
	width: 300px;
	margin: 20px auto;
	padding: 10px;
	position: relative;
}

.mb-wrap p{
	margin: 0;
	padding: 0;
}

.mb-wrap blockquote {
	margin: 0;
	padding: 0;
	position: relative;
}

.mb-wrap cite {
	font-style: normal;
}

.mb-style-1 {
	margin-top: 100px;
	padding-top: 100px;
	width: 400px;
	color: #fff;
	/* [disabled]box-shadow: 1px 1px 3px rgba(0,0,0,0.3); */
	border-top: 10px solid #fff;
}

.mb-style-1 .mb-thumb {
	display: block;
	width: 180px;
	height: 180px;
	border: 10px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	background: url(../img/sayina-riman.jpg) no-repeat center center;
	position: absolute;
	left: 50%;
	top: -90px;
	margin: 0 0 0 -90px;
	box-shadow: inset 1px 1px 4px rgba(0,0,0,0.5),
		0 2px 3px rgba(0,0,0,0.6);
}
.mb-style-1 blockquote p:before,
.mb-style-1 blockquote p:after{
	font-family: "Canicon";
	font-size: 25px;
	color: #242526;
	text-shadow: 0 1px 1px rgba(255,255,255,0.1);
}
.mb-style-1 blockquote:before, .mb-style-1 blockquote:after {
	font-size: 25px;
	color: #242526;
	text-shadow: 0 1px 1px rgba(255,255,255,0.1);
	content: normal;
}

.mb-style-1 blockquote p:before{
	content: "\e018";
	padding-right: 10px;
	left: 0px;
}
.mb-style-1 blockquote p:after{
	right: 0px;
	content: "\e02a";
	padding-left: 10px;
	clear: both;
}

.mb-style-1 blockquote p {
	font-family: Cambria, Georgia, serif;
	font-style: italic;
	font-size: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	/* [disabled]box-shadow: 0 1px 0 rgba(255,255,255,0.1); */
	padding: 10px 10px 20px 10px;
	text-align: center;
	margin: 0 0 20px 0;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.mb-style-1 .mb-attribution {
	text-align: right;
}

.mb-style-1 .mb-author{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(255,255,255,0.1);
}

.mb-style-1 cite a{
	color: #CCCCCC;
	font-style: italic;
	font-family: Cambria, Georgia, serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7)
}

.mb-style-1 cite a:hover{
	text-shadow: 2px 2px 3px rgba(0,0,0,0.9)
}