@charset "UTF-8";
/* CSS Document */
.nav-bar{
	position: absolute;
	top: 0px;
	left: 3px;
	width: 150px;
}

.nav-bar-list{
	list-style: none;
	margin-bottom: 20px; /*gap between navigation groups*/
}

.nav-bar-list li{
	position: relative;
	display: inline;
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 70px;
	height: 70px;
	text-align: center;
}

.nav-bar-list img{
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	height: 60px;
	width: 60px;
}

.nav-bar-item-glow{
	background:url('../images/buttons/glow.png');
	background-size: 70px 70px;
    background-repeat: no-repeat;
	background-position: 0px -3px;
}

.nav-bar-shimmer{
	width: 60px;
	height: 60px;
    background-repeat:no-repeat;
	background-image:url('../images/other/shimmer.png');
	background-position: -100px -20px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
	opacity: .75;
}

.calendar-overlay-month{
	font-size: 8px;
	font-family: Verdana;
	color: slategrey;
	position: absolute;
	top: 6px;
	left: 0px;
	text-align: center;
	width: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}
.calendar-overlay-date{
	font-size: 40px;
	font-weight: 900;
	font-family: Gibson;
	color: darkslategrey;
	position: absolute;
	top: 20px;
	left: 0px;
	text-align: center;
	width: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
}