/*Styles for holiday challenge*/


body {background-color:#000000;}


a.blue:link {
color:#fff;
text-decoration:underline;
}

a.blue:visited {
color:#fff;
}

a.blue:hover {
color:#babdbe;
text-decoration:underline;
}

a.holiday[href^="mailto"] { 
color:#fff;
text-decoration:underline; 
}
a.holiday[href^="mailto"]:hover {color:#babdbe;}

#holidaycontain {
margin-top:-50px;
margin-left:-25px;
padding-bottom:150px;
}

.col_red {
  width: 590px;
  margin: -465px 160px 0;
  padding: 30px 30px 20px;
  background-color: rgb(228, 0, 27);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position:relative;
}


#ie_col_red_topCorners, 
#ie_col_red_btmCorners {
  display: none;
}

hr {
color: #fff;
background-color: #fff;
height: 1px;
width: 100%;
}

.holiday {
color:#fff;
font-size:100%;
width:595px;
}

.contestterms {
color:#fff;
font-size:80%;
width:595px;
}

.menu {
	margin: 50px 0 0;
	padding: 0;
	list-style: none;
	width:910px;
}
.menu li {
	padding: 0;
	margin: 0 60px 0 0;
	float: left;
	position: relative;
	text-align: center;
}
.menu a {
	padding: 14px 10px;
	display: block;
	color: #000000;
	font-size:1px;
	width: 70px;
	height:100px;
	text-decoration: none;
	margin-top:55px;
	z-index:300;
	background-color:white; /*workaround to make clickable in IE */
        opacity: 0; /*workaround to make clickable in IE */
        filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.menu li em {
	background: url(//d2ypq1gviimup.cloudfront.net/img/holidaycontest2012/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: left;
	padding: 17px 12px 10px;
	font-style: normal;
	z-index: 2;
	display: none;
	margin-top:50px;
}

.tooltips {
	margin-top:10px;
	width:910px;
	position:relative;
}
/*enter button*/
.buttonholiday {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.buttonholiday:hover {
	text-decoration: none;
}
.buttonholiday:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
	
}

a.medium {
color:#ec3a28;
}

a.medium:visited {
color:#ec3a28;
}
	
.small {
	font-size: 11px;
        font-color:#000;
}


.white {
	color: #ec3a28;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}