/*
	Random Events v1.3
	by Andrew Kaser 
*/

#wpre_close {
  font-size: 14px;
  color: #524;
}
#wpre_close:hover {
	cursor: pointer;
}

.wpre_container { 
	width: 600px; 
	position: fixed;
	text-align: center; 
	z-index: 9999; 
	background-color: #ffffff; 
	box-shadow: 0px 0px 10px 0px #444444;
}
.wpre_title { 
	font-size: 20px;
	color: #ffffff;
	background-color: #ff0000;
	padding: 15px 20px 14px 0px;
	text-align: right;
}
.wpre_image {
	float: left;
	margin: -40px 15px 15px 15px;
}
.wpre_description {
	float: left;
	font-size: 18px;
	color: #000000;
	width: 340px;
	text-align: center;
	padding-top: 30px;
}

.wpre_cta:link, .wpre_cta:visited { 
	color: #0000ff; 
	text-decoration: underline;  
	text-align: center;
	display: block; 
	font-size: 15px;
	font-weight: bold;
}
.wpre_cta:hover, .wpre_cta:active { }

/* Positions */
.wpre_modal {
	top: calc( 50% - 60px );
	left: calc( 50% - 300px );
}
.wpre_modal_overlay {
	background-color: #000000;
	opacity: 0.6;
	z-index: 9998;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
}
.wpre_top_left { top: 0px; left:0px; }
.wpre_top_center { 
	top:0px; 
	left: 50%; 
	margin-left: -250px; 
}
.wpre_top_right { top: 0px; right: 0px; }
.wpre_bottom_left { bottom: 0px; left: 0px; }
.wpre_bottom_center { 
	bottom: 0px; 
	left: 50%; 
	margin-left: -250px; 
}
.wpre_bottom_right { bottom: 0px; right: 0px; }

.wpre_widget_container { display:none; }
