/* This stylesheet is used to style the public-facing components of the plugin. */
html, 
body { 
	min-height: 100% !important; 
	height: auto !important; 
}
.spu-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	display: none;
	z-index: 99999;
}
/*width*/
.spu-box { 
	position:absolute;
	width: 401px;
    top: 0px;
    left: 0px;
	z-index: 999999;
	-moz-box-shadow: 0 0 10px 1px #666;
	-webkit-box-shadow: 0 0 10px 1px #666;
	box-shadow: 0 0 10px 1px #666;
	padding: 4px;
	margin: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

}
.spu-box.spu-centered{
	margin: 0;
}
/** Some basic css for box content**/
.spu-box h1{
	margin: 1.414285714rem 0;
	font-size: 1.4em;
}	
.spu-box h2{
	margin: 1.414285714rem 0;
	font-size: 1.2em;
}	
.spu-box h3{
	margin: 1.414285714rem 0;
	font-size: 1.0em;
}	
.spu-box p{
	margin: 0 0 1.414285714rem;
}

/** end basic style**/
/*
.spu-box.spu-top-left{ 
	top: 0; left: 0; bottom: auto; right: auto;
}

.spu-box.spu-top-left{ 
	top: 670px; left:20px; bottom: auto; right: auto;
}*/
.spu-box.spu-top-left{ 
	top: 100px; left:20px; bottom: auto; right: auto;
}

.spu-box.spu-top-right{ 
	top: 100px; right: 20px; bottom: auto; left: auto;
}

.spu-box.spu-bottom-left{ 
	bottom: 0; left: 0; top: auto; right: auto;
}

.spu-box.spu-bottom-right{ 
	bottom: 0; right: 0; top: auto; left: auto;
}

.spu-content > *:first-child {	
	margin-top: 0; padding-top: 0;
}

.spu-content > *:last-child {
	margin-bottom:0; padding-bottom:0;
}

.spu-close{ 
position: relative;
  height: 20px;
  width: 20px;
  text-align: center;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: .3;
  filter: alpha(opacity=30);
  float: right;
}

.spu-close:hover, .spu-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .6;
	filter: alpha(opacity=60);
}
.spu-shortcode {
 	float: left;
 	line-height: normal !important;
}
.spu-shortcode iframe{
	max-width: 1200px;
}

#spu-7694 {z-index:999;}

.spu-today{
  position: relative;
  padding: 0;
  cursor: pointer;
  border: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  opacity: .8;
  float: right;
}

@media only screen and (max-width: 620px) {
	.spu-box {
		left: 0 !important;
		top: 100px !important;
		position: absolute !important;
	}
}

