/*
Arrows
*/
#left-header {
	background: none;
	width: 26px;
	height: 17px;
	position: absolute;
	bottom: 0px;
	left: 0;
}

#right-header {
	background: none;
	width: 26px;
	height: 17px;
	position: absolute;
	bottom: 0px;
	right: 0;
}

/*
Date
*/
.bluesip-date .bluesip-show-day {
	border: 1px solid rgb(223, 223, 223);
	background: linear-gradient(to top, rgb(236, 236, 236), rgb(249, 249, 249)) repeat scroll 0% 0% rgb(241, 241, 241);
	height: 30px;
	padding-top: 5px;
	color: #222;
	font-size: 20px;
}


.bluesip-date .bluesip-show-month {
	background: none;
	color: #808080;
	font-size: 20px;
}

/*
Widget Title Background
*/
.widget-title {
	border: 1px solid rgb(223, 223, 223);
	background: linear-gradient(to top, rgb(236, 236, 236), rgb(249, 249, 249)) repeat scroll 0% 0% rgb(241, 241, 241);
	color: #222;
}

/*
Colophon
*/
#colophon {
	color: #222;
}
#colophon-widget {
	background: #fff;
}