/* GENERAL CALENDAR SETTINGS */
div.pdf-issue-calendar-wrapper {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}


/* TITLE BAR */
div.pdf-issue-calendar-wrapper div.pdf-issue-calendar-nav {
	height: 36px;
	line-height: 36px;
	position: relative;

	background: rgb(86,95,100); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(86,95,100,1) 0%, rgba(71,78,83,1) 49%, rgba(62,69,74,1) 50%, rgba(47,52,57,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(86,95,100,1)), color-stop(49%,rgba(71,78,83,1)), color-stop(50%,rgba(62,69,74,1)), color-stop(99%,rgba(47,52,57,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(86,95,100,1) 0%,rgba(71,78,83,1) 49%,rgba(62,69,74,1) 50%,rgba(47,52,57,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(86,95,100,1) 0%,rgba(71,78,83,1) 49%,rgba(62,69,74,1) 50%,rgba(47,52,57,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(86,95,100,1) 0%,rgba(71,78,83,1) 49%,rgba(62,69,74,1) 50%,rgba(47,52,57,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(86,95,100,1) 0%,rgba(71,78,83,1) 49%,rgba(62,69,74,1) 50%,rgba(47,52,57,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565f64', endColorstr='#2f3439',GradientType=0 ); /* IE6-9 */

	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

div.pdf-issue-calendar-wrapper div.pdf-issue-calendar-nav a.pdf-issue-calendar-nav-prev,
div.pdf-issue-calendar-wrapper div.pdf-issue-calendar-nav a.pdf-issue-calendar-nav-next {
	display: block;
	position: absolute;
	text-indent: -9999px;
	width: 0;
	height: 0;

	top: 12px;

	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}

div.pdf-issue-calendar-wrapper div.pdf-issue-calendar-nav a.pdf-issue-calendar-nav-prev {
	left: 6px;
	border-right: 9px solid #fff;
}

div.pdf-issue-calendar-wrapper div.pdf-issue-calendar-nav a.pdf-issue-calendar-nav-next {
	right: 6px;
	border-left: 9px solid #fff;
}

div.pdf-issue-calendar-wrapper div.pdf-issue-calendar-nav a.pdf-issue-calendar-nav-prev:hover {
	border-right: 9px solid rgba(204, 102, 0, 0.85);
}

div.pdf-issue-calendar-wrapper div.pdf-issue-calendar-nav a.pdf-issue-calendar-nav-next:hover {
	border-left: 9px solid rgba(204, 102, 0, 0.85);
}

div.pdf-issue-calendar-wrapper div.pdf-issue-calendar-nav h2.pdf-issue-calendar-nav-curmonth {
	font-size: 11pt;
	font-weight: normal;
	letter-spacing: .5px;
	text-align: center;

	color: #fff;
	text-shadow: -1px 0 #222, 0 1px #222, 1px 0 #222, 0 -1px #222;
}



/* STYLE THE TABLE */
div.pdf-issue-calendar-wrapper div.pdf-issue-calendar-table-wrapper {
	background: rgb(47,52,57); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(47,52,57,1) 0%, rgba(33,36,39,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,52,57,1)), color-stop(99%,rgba(33,36,39,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(47,52,57,1) 0%,rgba(33,36,39,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(47,52,57,1) 0%,rgba(33,36,39,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(47,52,57,1) 0%,rgba(33,36,39,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(47,52,57,1) 0%,rgba(33,36,39,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f3439', endColorstr='#212427',GradientType=0 ); /* IE6-9 */

	padding: 0 6px 6px;

	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

div.pdf-issue-calendar-wrapper div.pdf-issue-calendar-table-wrapper table {
	background: #d0dae1;
	width: 100%;

	-webkit-box-shadow: inset 0 0 8px #a8a8a8;
	-moz-box-shadow: inset 0 0 8px #a8a8a8;
	box-shadow: inset 0 0 8px #a8a8a8;
}

div.pdf-issue-calendar-wrapper div.pdf-issue-calendar-table-wrapper table thead tr {
	background: rgb(14,19,24); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(14,19,24,1) 0%, rgba(55,64,76,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,19,24,1)), color-stop(99%,rgba(55,64,76,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(14,19,24,1) 0%,rgba(55,64,76,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(14,19,24,1) 0%,rgba(55,64,76,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(14,19,24,1) 0%,rgba(55,64,76,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(14,19,24,1) 0%,rgba(55,64,76,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e1318', endColorstr='#37404c',GradientType=0 ); /* IE6-9 */

	border: 1px solid #000;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

div.pdf-issue-calendar-wrapper div.pdf-issue-calendar-table-wrapper table thead tr th {
	text-transform: uppercase;
	font-size: 6pt;
	text-align: center;

	color: #d0dae1;
	padding: 3px 6px;
}


/* DAY STYLINGS */
div.pdf-issue-calendar-wrapper table tbody {
	border: 1px solid #000;
}

div.pdf-issue-calendar-wrapper table tbody td {
	font-weight: bold;
	font-size: 11pt;
	text-align: center;

	color: #3c4955;
}

div.pdf-issue-calendar-wrapper table tbody tr td span,
div.pdf-issue-calendar-wrapper table tbody tr td a {
	display: block;
	padding: 12px 8px;

	-webkit-box-shadow: inset 1px -1px 1px #dce3e8, inset -1px 1px 1px #dce3e8;
	-moz-box-shadow: inset 1px -1px 1px #dce3e8, inset -1px 1px 1px #dce3e8;
	box-shadow: inset 1px -1px 1px #dce3e8, inset -1px 1px 1px #dce3e8;
}

div.pdf-issue-calendar-wrapper table tbody tr td span,
div.pdf-issue-calendar-wrapper table tbody tr td a,
div.pdf-issue-calendar-wrapper table tbody tr:first-child td span,
div.pdf-issue-calendar-wrapper table tbody tr:first-child td a,
div.pdf-issue-calendar-wrapper table tbody tr:first-child td:first-child span,
div.pdf-issue-calendar-wrapper table tbody tr:first-child td:first-child a {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #aeb7be;
	border-bottom: 1px solid #aeb7be;
}

div.pdf-issue-calendar-wrapper table tbody tr:first-child td:last-child span,
div.pdf-issue-calendar-wrapper table tbody tr:first-child td:last-child a {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #aeb7be;
}

div.pdf-issue-calendar-wrapper table tbody tr:last-child td span,
div.pdf-issue-calendar-wrapper table tbody tr:last-child td a,
div.pdf-issue-calendar-wrapper table tbody tr:last-child td:first-child span,
div.pdf-issue-calendar-wrapper table tbody tr:last-child td:first-child a {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #aeb7be;
	border-bottom: 0;
}

div.pdf-issue-calendar-wrapper table tbody tr:last-child td:last-child span,
div.pdf-issue-calendar-wrapper table tbody tr:last-child td:last-child a {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

div.pdf-issue-calendar-wrapper table tbody td.prev-month-day,
div.pdf-issue-calendar-wrapper table tbody td.next-month-day,
div.pdf-issue-calendar-wrapper table tbody td.prev-month-day a,
div.pdf-issue-calendar-wrapper table tbody td.next-month-day a {
	color: #b2bdc5;
}

div.pdf-issue-calendar-wrapper table tbody td a {
	text-decoration: none;
	color: #3c4955;
	text-shadow: #fff 1px 1px 1px;
	background: rgba(255, 255, 255, 0.55);
}

div.pdf-issue-calendar-wrapper table tbody td a:hover,
div.pdf-issue-calendar-wrapper table tbody td a.active {
	background: rgba(255, 255, 236, 0.75);
}



/**
 *	SIDEBAR STYLING
 */
aside#sidebar-right div.block-dt-issuu#block-dt-issuu-dt-issuu-thumb-double-coverage h2 {
	display: none;
}

aside#sidebar-right div.block-dt-issuu#block-dt-issuu-dt-issuu-thumb-double-coverage a {
	display: block;
	position: relative;
}

aside#sidebar-right div.block-dt-issuu#block-dt-issuu-dt-issuu-thumb-double-coverage a img {
	display: block;
}

aside#sidebar-right div.block-dt-issuu#block-dt-issuu-dt-issuu-thumb-double-coverage a:hover {
	-webkit-box-shadow: 0 0 6px #c50;
	-moz-box-shadow: 0 0 6px #c50;
	box-shadow: 0 0 6px #c50;
}

aside#sidebar-right div.block-dt-issuu#block-dt-issuu-dt-issuu-thumb-double-coverage a div#latest-text {
	position: absolute;
	left: 50%;
	margin-left: -100px;
	top: 50%;
	width: 200px;
	
	background: rgba(0,0,0,0.65);
	padding: 6px 12px;
	color: #fff;
	
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}