@charset "UTF-8";

html, body {
	height: 100%;
}

.otd_entry {
	border: solid 1px #b8c2ce;
	padding: 0px 7px;
	margin-bottom: 20px;
	box-shadow: 0px 3px 5px #ccc;
	-moz-box-shadow: 0px 3px 5px #ccc;
	-webkit-box-shadow: 0px 3px 5px #ccc;
}

.otd_entry h2 {
	border: none;
	margin: 0px -7px 15px -7px;
	background: #b8c2ce;
	padding: 7px;
}

.otd_media {
	margin: 0px 14px;
	float: right;
}

.otd_media a:link,
.otd_media a:visited {
	display: block;
	outline: none;
	padding: 7px;
	background: #464b65;
	color: #fff;
	text-decoration: none;
}

.otd_media a:focus,
.otd_media a:hover,
.otd_media a:active {
	background: #318bdf;
}

.otd_media .button {
	margin-bottom: 0;
}

table.player {
	width: 100%;
	height: 100%;
	border: none;
	padding: none;
	margin: none;
	background: url(../../../images/bottom_swirls.png) center bottom no-repeat;
}

table.player td {
	background: url(../../../images/top_swirls.png) center top no-repeat;
}

#player {
	box-shadow: 0px 3px 5px #ccc;
	-moz-box-shadow: 0px 3px 5px #ccc;
	-webkit-box-shadow: 0px 3px 5px #ccc;
}

.otd_month_entry {
	margin: 0;
	padding: 28px 0 14px;
	border-top: solid 2px #fff;
	border-bottom: solid 1px #aaa;
}

.otd_month_entry.top {
	border-top-width: 0;
	padding-top: 0px;
}

.otd_month_entry.bottom {
	border-bottom-width: 0;
}

.note_box_lite.otd_month_day {
	padding-top: 7px;
}

.note_box_lite.otd_month_day .note_box_med {
	margin: 0 -14px 21px;
}

.otd_month_day h2 {
	font-size: 1.75em;
	border: none;
}

.otd_month_day .note_box_med .button {
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	font-size: .6em !important;
	padding: 7px 21px;
}

