@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 400;
  src: local('Alegreya Italic'), local('Alegreya-Italic'), url("font/alItalic.woff") format('woff');
}
@font-face {
  font-family: 'Alegreya';
  font-style: italic;
  font-weight: 700;
  src: local('Alegreya Bold Italic'), local('Alegreya-BoldItalic'), url("font/alBoldItalic.woff") format('woff');
}
@font-face {
  font-family: 'Alegreya SC';
  font-style: normal;
  font-weight: 700;
  src: local('Alegreya SC Bold'), local('AlegreyaSC-Bold'), url("font/alScBold.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url("font/oscLight.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSans-CondensedBold'), url("font/oscBold.woff") format('woff');
}

@font-face {
	font-family: 'icons';
	src: url("font/icons.eot");
	src: 
		url("font/icons.eot?#iefix") format('embedded-opentype'), 
		url("font/icons.woff") format('woff'), 
		url("font/icons.ttf") format('truetype'), 
		url("font/icons.svg#icons") format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Let's set and reset some common styles */
.mb-wrap {
	width: 190px;/*ori 30%*/
	float:right;
	margin: 10px 10px 0px 10px;/*10px auto;*/
	padding: 0px;
	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-3 {
	width: 30%;
	float:right;
}*/

.mb-style-3 blockquote{
	background: #fff;
	padding:15px 15px 10px 15px;/*padding: 2em 2.5em 1em 2.5em;*/
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 
		/*inset 0px 2px 0 rgba(0, 20, 104, 0.4),*/ 
		5px 4px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 
		/*inset 0 2px 0 rgba(0, 20, 104, 0.4),*/
		5px 4px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 
		/*inset 0 2px 0 rgba(0, 20, 104, 0.4),*/ 
		5px 4px 10px rgba(0, 0, 0, 0.3);
}

.mb-style-3 blockquote:after, 
.mb-style-3 blockquote:before  {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mb-style-3 blockquote:after  {
	border-top-color: #ffffff;
	border-width: 12px;
	left: 30%;
	margin-left: -10px;
}

.mb-style-3 blockquote:before {
	border-top-color: rgba(0,0,0,0.01);
	border-width: 11px;
	left: 65%;
	margin-left: -11px;
}

.mb-style-3 blockquote p {
	font-family: 'Alegreya', serif;
	font-size: 1.5em;
	color: #ababab;
	font-weight: 400;
	line-height: 1.2em;
	font-style: italic;
	text-indent: /*100px;*/20px;
	position: relative;
	padding-top:5px;
	
	/*padding:5px;
	box-shadow: 
		inset 0px 0px 10px rgba(0, 20, 104, 0.4);
	-moz-box-shadow: 
		inset 0px 0px 10px rgba(0, 20, 104, 0.4);
	-webkit-box-shadow: 
		inset 0px 0px 10px rgba(0, 20, 104, 0.4);*/
}

.mb-style-3 blockquote p:before{
	content: '\201C';
	font-family: serif;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	font-size: 100px;
	top: -4px;
	left: -43px;
	color: #a0a0cc;/* For IE, other browsers get overriden with following*/
	color: rgba(0, 20, 104, 0.4);
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	-webkit-text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.mb-style-3 .mb-attribution {
	text-align: right;
	padding: 20px 100px 20px 20px;
	position: relative;
}

.mb-style-3 .mb-thumb {
	display: block;
	width: 70px;
	height: 70px;
	border: 3px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: url("css_img/profile1.jpg") no-repeat center -4px;
	position: absolute;
	right: 10px;
	bottom: 25px;
	box-shadow: 
	inset 1px 1px 4px rgba(0,0,0,0.5),
	0 2px 3px rgba(0,0,0,0.6);	
	-moz-box-shadow: 
	inset 1px 1px 4px rgba(0,0,0,0.5),
	0 2px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 
	inset 1px 1px 4px rgba(0,0,0,0.5),
	0 2px 3px rgba(0,0,0,0.6);
}

.mb-style-3 .mb-author{
	font-family: 'Alegreya SC', serif;
	font-weight: 700;
	font-size: 1.4em;/*ori 16px*/
	color:#8080cc;/* for ie, gets overriden by followin in other browsers*/
	color: rgba(40, 20, 200, 0.5);
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
	-moz-text-shadow: 0 1px 1px rgba(255,255,255,0.7);
	-webkit-text-shadow: 0 1px 1px rgba(255,255,255,0.7);

}

.mb-style-3 cite a{
	font-family: 'Alegreya', serif;
}

.mb-style-3 cite a:link{
	font-family: 'Alegreya', serif;
	font-weight: 700;
	font-style: italic;
	color: #aaa;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-moz-text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	-webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.mb-style-3 cite a:visited, .mb-style-3 cite a:active{
	font-style: italic;
}/*for IE not using internal fonts*/
.mb-style-3 cite a:visited{
	color: #FF9900;/*to maintain quieter color in the blockquote visited link*/
}
.mb-style-3 cite a:hover{
	color: rgba(0, 20, 104, 1);
	text-shadow: 0 1px 1px rgba(255,255,255,0.7);
	-moz-text-shadow: 0 1px 1px rgba(255,255,255,0.7);
	-webkit-text-shadow: 0 1px 1px rgba(255,255,255,0.7);
}

