/*
Theme Name: Reading Room
Theme URI: http://www.magasin3.com/
Description: Theme for Reading Room on magasin3.com
Version: 1.0.1
Author: Orangelab
Author URI: http://orangelab.se/
*/


/* HTML5 âœ° Boilerplate * /

/* ==|== Normalize ========================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { discover: ""; discover: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: discover-box; -webkit-box-sizing: discover-box; box-sizing: discover-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Layout */

body {
	background: #fff;
	font-family: 'Helvetica Nueue', 'Helvetica', Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000;
}

#site-header {
	width: 940px;
	margin: 0 auto 10px;
	padding-top: 60px;
}

#site-header #language-switcher {
	float: right;
	line-height: 12px;
	text-transform: uppercase;
	text-align: right;
	margin: 4px 0 0;
}
#site-header #language-switcher ul { list-style: none; margin: 0; padding: 0; }
#site-header #language-switcher a { letter-spacing: 0.8px; font-family: 'FuturaStdBold', 'Futura', Arial, Verdana, sans-serif; text-decoration: none; color: #111; }
#site-header #language-switcher li { list-style-image: none; list-style-position: outside; list-style-type: circle; display: inline; }
#site-header #language-switcher .active { display: none; }

#site-header #site-top {
	float: left;
	margin: 0 40px 0 0;
}

#site-header #site-title {
	margin: 0 0 2px;
}

#site-header #site-title .title {
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
}

#site-header #site-status .site-time {
	float: left;
	margin: 0 10px 0 0;
	padding-left: 20px;
	background: url(./images/clock.gif) no-repeat left center;
	font-size: 15px;
}

#site-header #site-status .site-time.last {
	margin-right: 35px;
}

#site-header #site-status .site-weather {
	float: left;
	margin: 0 10px 0 0;
	padding-left: 20px;
	background: url(./images/cloudy.gif) no-repeat left center;
	font-size: 15px;
}

#site-header #site-status .site-weather.sunny { background: url(./images/sunny.gif) no-repeat left center; }
#site-header #site-status .site-weather.rain { background: url(./images/rain.gif) no-repeat left center; }
#site-header #site-status .site-weather.mix { background: url(./images/mix.gif) no-repeat left center; }

#site-social {
	float: right;
}

#content {
	position: relative;
	margin: 0 auto;
	-webkit-transition: none 0s ease 0s;
     -moz-transition: none 0s ease 0s;
       -o-transition: none 0s ease 0s;
          transition: none 0s ease 0s;
}

#footer {
	position: fixed;
	bottom: 5px;
	right: 5px;
	color: #999;
}

a img {
	border: 0;
}

.clearfix:before, .clearfix:after {
	discover: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

hr {
	border: none;
	border-bottom: 1px dashed #000;
	width: 100%;
	height: 0;
	padding: 0;
	margin: 0;
	display: block;
	background: none;
	line-height: 0;
	clear: both;
}

input.input-text {
	border: 1px solid #444;
	color: #777;
	padding: 4px;
}

input.input-submit {
	background-color: #777;
	color: #fff;
	font-weight: bold;
	border: 0;
	padding: 4px 5px;
}

a {
	color: #000;
}

/* Box styles */

div.box {
	position: absolute;
	width: 295px;
	height: auto;
	margin: 10px;
	overflow: visible;
	border-color: #000;
	border-width: 0;
	border-style: solid;
	z-index: 5;
	background-color: #fff;
}

div.box.open {
	z-index: 10;
}

div.box .top-bar {
	border-width: 0;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: inherit;
	color: inherit;
	font-family: 'FuturaStdMedium', 'Futura', Arial, sans-serif;
	background-color: inherit;
	position: relative;
	height: 25px;
	overflow: hidden;
}

div.box .top-bar .title {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	text-transform: uppercase;
	border-style: solid;
	border-color: inherit;
	border-width: 1px;
	border-bottom-width: 0;
	padding: 5px 10px;
	background: #fff;
	z-index: 4;
}

div.box .top-bar .description {
	font-style: italic;
	font-weight: bold;
	position: absolute;
	background-color: #fff;
	right: 0;
	top: 0;
	width: 100%;
	padding: 0 5px 0 0;
	margin: 0;
	text-align: right;
	height: 25px;
	line-height: 27px;
	z-index: 1;
}

div.box .top-bar .description .date {
	font-weight: normal;
}

div.box .top-bar .description .actions a.share {
	display: block;
	float: right;
	font-weight: normal;
	text-decoration: none;
	color: inherit;
}
div.box .top-bar .description .actions a.share span.icon {
	background-image: url(./images/share.gif);
	background-repeat: no-repeat;
	float: right;
	display: block;
	height: 12px;
	width: 11px;
	margin: 7px 0 0 5px;
	background-position: 0 0;
}
div.box .top-bar .description .actions a.share:hover { color: #000; }

div.box.exhibition .top-bar .description .actions a.share span.icon  { background-position: 0 0; }
div.box.visit .top-bar .description .actions a.share span.icon  { background-position: 0 -12px; }
div.box.discover .top-bar .description .actions a.share span.icon  { background-position: 0 -24px; }
div.box.live .top-bar .description .actions a.share span.icon  { background-position: 0 -36px; }
div.box.program .top-bar .description .actions a.share span.icon  { background-position: 0 -48px; }

div.box .top-bar .description .actions a.share:hover span.icon { background-position: -11px 0; }

div.box .top-bar .description .actions { display: none; }
body.no-mobile div.box:hover .top-bar .description .actions { display: block; }
body.no-mobile div.box:hover .top-bar .description .text { display: none; }
body.no-mobile div.box:hover .top-bar .title, div.box.source-aiwwenglish .top-bar .title { background-color: inherit; color: #fff; }

div.box .inner {
	padding: 10px;
	border-style: solid;
	border-color: inherit;
	border-width: 0;
	border-left-width: 1px;
	border-right-width: 1px;
	color: #777;
	background: #fff;
}

div.box .inner .post-image {
	margin: 0 0 10px;
}

div.box .inner p {
	margin: 0 0 10px;
	line-height: 1.6;
}

div.box .bottom-bar {
	border-style: solid;
	border-color: inherit;
	border-width: 1px;
	border-top-width: 0;
	height: 7px;
	position: relative;
	background: #fff;
}

div.box .bottom-bar .buttons-holder {
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
}

div.box .bottom-bar .buttons-holder .buttons {
	background-color: #fff;
	display: inline;
}

div.box .bottom-bar .buttons-holder .buttons a {
	padding: 0 10px;
	text-decoration: none;
	font-size: 11px;
	font-style: italic;
	color: #000;
	cursor: pointer;
	border-left: 1px solid;
	border-color: inherit;
}

div.box .bottom-bar .buttons-holder .buttons a.first {
	border-left: 0;
}

div.box .bottom-bar .buttons-holder .buttons a.collapser,
div.box .bottom-bar .buttons-holder .buttons a.opennew,
div.box.open .bottom-bar .buttons-holder .buttons a.expander {
	display: none;
}

div.box.open .bottom-bar .buttons-holder .buttons a.collapser,
div.box.open .bottom-bar .buttons-holder .buttons a.opennew {
	display: inline;
}

div.box.exhibition { border-color: #9DAAAA;  background-color: #9DAAAA; color: #9DAAAA; } /* Exhibition color */
div.box.visit { border-color: #B7B973; background-color: #B7B973; color: #B7B973; } /* visit color */
div.box.discover { border-color: #BA967D; background-color: #BA967D; color: #BA967D; } /* discover color */
div.box.live { border-color: #957194; background-color: #957194; color: #957194; } /* Live color */
div.box.live.source-aiwwenglish { border-color: #bc74a9; background-color: #bc74a9; color: #bc74a9; } /* English Twitter account */
div.box.program { border-color: #668f77; background-color: #668f77; color: #668f77; } /* Live color */


div.box.quote .inner { border: 0; background-color: #F9DF21; color: #000; font-weight: bold; font-size: 15px; font-family: 'Courier', 'FuturaStdMedium', 'Futura', Arial, sans-serif; padding: 20px; }
div.box.quote .inner a { color: #000; text-decoration: none; }
div.box.quote .top-bar,
div.box.quote .bottom-bar { display: none; }


div.box.image { width: 262px; }
div.box.image.open { width: 522px; }
div.box.image .inner .expanded { display: none; }
div.box.image.open .inner .expanded { display: block; }
div.box.image.open .inner .collapsed { display: none; }
div.box.image .inner p { margin: 0; }
div.box.image .inner  { color: inherit; }
div.box.image .inner .image-description { color: inherit; padding: 5px 0 0; font-weight: bold; }
div.box.image .inner a.expander { cursor: pointer; }


div.box.video { width: 192px; }
div.box.video.open { width: 532px; }
div.box.video .inner p { margin: 0; }
div.box.video { width: 192px; }
div.box.video .inner  { color: inherit; }
div.box.video .inner .expanded { display: none; }
div.box.video.open .inner .expanded { display: block; }
div.box.video.open .inner .collapsed { display: none; }
div.box.video .inner .video-description { color: inherit; padding: 5px 0 0; font-weight: bold; }
div.box.video .inner a.expander { cursor: pointer; }
div.box.video .inner embed, div.box.video .inner object { max-width: 100%; height: auto; }

div.box.status .inner p { margin: 0; }
div.box.status .translation { display: none; padding: 10px; border-style: solid; border-width: 0 1px 1px;
border-color: inherit; color: #777; line-height: 1.6; background-color: #fff; }
div.box.status.open .translation { display: block; }


div.box.text.large { width: 625px; }
div.box.text.medium { width: 450px; }
div.box.text.small { width: 295px; }
div.box.text .inner img { max-width: 100%; height: auto; }
div.box.text .inner .expanded { display: none; }
div.box.text.open .inner .expanded { display: block; }
div.box.text.open .inner .collapsed { display: none; }


div.box .inner .twitterwidget-title { display: none; }
div.box .inner ul { list-style: none; margin: 0; padding: 0; }
div.box .inner .entry-meta { font-size: 11px; margin: 10px 0 0; display: block; }
div.box .inner .entry-meta a { color: #777; }


div.box.aside #sl_route { display: none; padding: 10px; border-style: solid; border-width: 0 1px 1px;
border-color: inherit; color: #777; line-height: 1.6; background-color: #fff; }
div.box.aside.open #sl_route { display: block; }
div.box.aside.open #sl_route p { margin: 0 0 10px; }
div.box.aside .inner .sl-dt { display: block; text-align: right; float: left; clear: left; width: 20%; margin: 0 0 5px; color: #B7B973; font-weight: bold; }
div.box.aside .inner .sl-dd { display: block; text-align: left; float: left; clear: right; width: 70%; margin: 0 0 5px 10px; }
div.box.aside .inner .sl-dd input { border: 1px solid #B7B973; padding: 2px; color: #777; margin: 0; }
div.box.aside #sl_route.doingajax { display: block; height: 60px; background: url(./images/sl-loading.gif) no-repeat center center #ffffff; }


/* Menu */

#site-menu-holder {
	height: 90px;
}

#site-menu {
	background-color: #fff;
	width: 100%;
	z-index: 100;
}

#site-menu .main-menu {
	height: 25px;
	margin: 30px auto;
	width: 940px;
}

#site-menu ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

#site-menu ul.menu li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
}

#site-menu ul.menu li a {
	display: block;
	text-transform: uppercase;
	text-align: center;
	width: 123px;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0;
	line-height: 1;
	font-family: 'FuturaStdMedium', 'Futura', Arial, sans-serif;
}

#site-menu ul.menu li a:hover,
#site-menu ul.menu li.active a { background-color: #000; color: #fff; border-color: #000; }

#site-menu ul.menu li.menu-item-11 a { border-color: #9DAAAA; color: #9DAAAA; } /* Exhibition color */
#site-menu ul.menu li.menu-item-11 a:hover,
#site-menu ul.menu li.menu-item-11.active a {  border-color: #9DAAAA; background-color: #9DAAAA; color: #fff; }
#site-menu ul.menu li.menu-item-12 a { border-color: #B7B973; color: #B7B973; } /* Visit color */
#site-menu ul.menu li.menu-item-12 a:hover,
#site-menu ul.menu li.menu-item-12.active a {  border-color: #B7B973; background-color: #B7B973; color: #fff; }
#site-menu ul.menu li.menu-item-10 a { border-color: #BA967D; color: #BA967D; } /* Discover color */
#site-menu ul.menu li.menu-item-10 a:hover,
#site-menu ul.menu li.menu-item-10.active a {  border-color: #BA967D; background-color: #BA967D; color: #fff; }
#site-menu ul.menu li.menu-item-13 a { border-color: #957194; color: #957194; } /* Live color */
#site-menu ul.menu li.menu-item-13 a:hover,
#site-menu ul.menu li.menu-item-13.active a {  border-color: #957194; background-color: #957194; color: #fff; }
#site-menu ul.menu li.menu-item-1242 a { border-color: #668f77; color: #668f77; } /* Program color */
#site-menu ul.menu li.menu-item-1242 a:hover,
#site-menu ul.menu li.menu-item-1242.active a {  border-color: #668f77; background-color: #668f77; color: #fff; }


/* Isotope filtering */

div.box.isotope-item {
	z-index: 2;
}

div.box.isotope-item.isotope-hidden {
	pointer-events: none;
	z-index: 1;
}

div.box.isotope-item.isotope-hidden iframe, div.box.isotope-item.isotope-hidden object, div.box.isotope-item.isotope-hidden embed {
	display: none;
}

/* Misc. styles */

img.aligncenter {
	display: block;
	margin: 0 auto;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

#page-nav a {
	display: none;
}

/* Infinate scroll */

#infscr-loading {
	position: fixed;
	background: #000;
	bottom: 10px;
	left: 42%;
	width: 300px;
	padding: 20px;
	color: #fff;
	text-align: center;
	z-index: 99;
}

/* Custom box settings
#box-1247 {
    border-color: #F00;
    background-color: #F00;
    color: #F00;
}

#box-1247 .top-bar .title {
    background-color: inherit;
    color: #fff; 
} */

/* Voices */

.audio-item a {
	display: block;
	text-decoration: none;
	clear: both;
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	color: #777;
}

.audio-item a:hover {
	color: #fff;
	background-color: #9DAAAA;
}

.audio-item .clear {
	display: block;
	clear: both;
}

.audio-item .audio-image {
	float: left;
	width: 80px;
	height: 55px;
	margin: 0 10px 0 0;
	display: block;
	overflow: hidden;
}

.audio-item .audio-image img {
	width: 80px;
	height: auto;
}

.audio-item .audio-title {
	font-weight: bold;
	display: block;
}

.audio-item .audio-description {
	font-size: 11px;
	display: block;
}

/* Mobile styles */

body.is-mobile #site-header {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}

body.is-mobile #site-header #site-top {
	float: none;
	text-align: center;
	margin: 0;
}

body.is-mobile #site-header #site-title {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

body.is-mobile #site-header #site-title span {
	display: block;
	text-align: center;
}

body.is-mobile #site-menu .main-menu {
	width: 100%;
	text-align: center;
}

body.is-mobile #site-menu ul.menu li {
	display: block;
	margin: 0;
	float: none;
	margin: 0 auto;
	text-align: center;
	width: 170px;
}

body.is-mobile #site-menu ul.menu li a {
	width: 170px;
}

body.is-mobile #content {
	width: 100% !important;
}

body.is-mobile .box.poster {
	width: 295px;
}

body.is-mobile .box.poster img {
	max-width: 100%;
	height: auto;
}

@media screen and (orientation: landscape) {

	body.is-mobile div.box.small {
		width: 95% !important;
	}

}