/**
 * Advent Calendar Styles
 * 
 * @author	Sascha Greuel <sascha@softcreatr.de>
 * @copyright	2013 Sascha Greuel
 * @license	Creative Commons BY-ND 4.0 <http://creativecommons.org/licenses/by-nd/4.0/>
 * @package	be.bastelstu.sascha.maelstrom.adventcalendar
 * @category	Community Framework
 */

#adventCalendarErrorMessage {
	display: none;
}

#adventCalendarDoorWrapper {
	width: 852px;
	height: 568px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#adventCalendar {
	position: relative;
	width: 1024px;
	height: 640px;
	margin: auto;
	background-image: url('../images/adventCalendarBG.jpg');
	background-repeat: no-repeat;
}

.adventCalendarDoor, .adventCalendarDoorFuture {
	width: 80px;
	height: 80px;
	font-size: 62px;
	line-height: 70px;
	float: left;
	margin: 30px;
	text-align: center;
	color: #FFF !important;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia,"Times New Roman",Times,serif;
	border: 1px solid rgba(0,0,0,1);
	border-bottom: 3px solid rgba(0,0,0,1);
	background: rgba(0,0,0,0.25);
	cursor: pointer;
}

.adventCalendarDoor:hover, .adventCalendarDoorFuture:hover {
	text-decoration: none;
	border: 1px solid rgba(0,0,0,0.5);
	border-bottom: 3px solid rgba(0,0,0,0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: rgba(0,0,0,0.25);
	-o-box-shadow: 0 2px 8px rgba(0,0,0,0.5),inset 0 1px rgba(255,255,255,0.3),inset 0 10px rgba(255,255,255,0.2),inset 0 10px 20px rgba(255,255,255,0.25),inset 0 -15px 30px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.5),inset 0 1px rgba(255,255,255,0.3),inset 0 10px rgba(255,255,255,0.2),inset 0 10px 20px rgba(255,255,255,0.25),inset 0 -15px 30px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,0.5),inset 0 1px rgba(255,255,255,0.3),inset 0 10px rgba(255,255,255,0.2),inset 0 10px 20px rgba(255,255,255,0.25),inset 0 -15px 30px rgba(0,0,0,0.3);
	box-shadow: 0 2px 8px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}

.adventCalendarDoorOpened {
	width: 80px;
	height: 80px;
	font-size: 62px;
	line-height: 70px;
	float: left;
	margin: 30px;
	text-align: center;
	color: #FFF !important;
	font-weight: normal;
	text-decoration: none;
	font-family: Georgia,"Times New Roman",Times,serif;
	border: 1px solid rgba(0,0,0,1);
	border-bottom: 3px solid rgba(0,0,0,1);
	background: rgba(0,0,0,0.8);
	cursor: pointer;
}

.adventCalendarDoorOpened:hover {
	text-decoration: none;
}

@media only screen and (max-width: 800px) {
	#adventCalendarWrapper {
		display: none;
	}

	#adventCalendarErrorMessage {
		display: block;
	}
}
