/* CSS for plugin of DadiFB Box */

#dadifb-overlay {
	display: block;
	position: fixed;
	z-index: 100000;
	top: 0;
	background: rgba(3, 3, 3, 0.67);
	width: 100%;
	height: 100%;
	text-align: center;
}

#dadifb-overlay .dadifbox {
	border: 3px solid #FFF;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
	width: 301px;
	height: 271px;
	position: absolute;
}

#dadifb-overlay .remove {
	position: absolute;
	z-index: 100001;
	background: #050505;
	display: inline-block;
	right: -13px;
	top: -12px;
	border-radius: 12px;
	padding: 2px 7px 1px;
	color: #FFF;
	font-weight: bold;
	font-family: helvetica, arial, sans-serif;
	font-size: 13px;
	cursor: pointer;
}

#dadifb-overlay .remove:hover {
	background: #8D2525;
}

#dadifb-overlay .alert {
	height: 100%;
	font-size: 1.2em;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 158px;
	margin-left: -100px;
	margin-top: -100px;
	padding-top: 42px;
	color: #F00;
}

#dadifb-overlay a.dadifb-author-link {
	position: absolute;
	bottom: -20px;
	right: 0;
	font-weight: bold;
	text-shadow: 0 1px 0 #161515;
	color: #B8B6B6;
	font-size: 10px;
	padding: 0 9px;
}

#dadifb-overlay a.dadifb-author-link:hover {
	color: #fffffe;
}