/* Holiday v1 - contains css for holiday logos */

/* halloween */

#holiday {
	position:absolute;
	right:0px;
	max-width:45%;
}
#augbox {
	position:absolute;
	top:50px;
	right:105px;
	height:360px;
	width:360px;
	z-index:1;
}
#augbox2 {
	position:absolute;
	top:290px;
	right:410px;
	z-index:1;
}

#augbox #text1, #augbox2 #text1 {
	color:#fff;
	font-size:16px;
	position:absolute;
	bottom:0px;
	left:0px;
	text-align:center;
	/* background-color:rgb(230, 242, 250, 0.5); */
	/*background: -webkit-linear-gradient(#F52521, #C41613);
	background: -o-linear-gradient(#F52521, #C41613);
	background: -moz-linear-gradient(#F52521, #C41613);
	background: linear-gradient(#F52521, #C41613);*/
	background-color:rgba(60,141,13,0.7);
	border-radius:10px;
	border:2px solid #F52521;
	/*border:2px solid #3c8d0d;*/
	width:350px;
	padding:5px;
}

#augbox #text1 span, #augbox2 #text1 span {
	font-size:22px;
	font-weight:bold;
}

#augbox #text1:hover, #augbox2 #text1:hover {
	background:rgba(245,37,33,0.7);
}

#pullQuote { display:none; }