/* -- Global Styles -- */

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'fugueregular', arial, sans-serif;	
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	background: #FFF3E2;
	color: #0000AF;
	overflow-x: hidden;
	letter-spacing: .05em;
}

.edition {
	color: #000;
}

a {
	outline: none;
	color: #0000AF;
	text-decoration: none;
}

a:hover {
	color: #0000AF;
}

.edition a {
	color: #FF0000;
}

.edition a:hover {
	color: #FF0000;
}

p {
	margin: 20px 0;
}

img {
	border: 0;
}

object {
	padding: 0;
	margin: 0;
	outline: 0;
	border: 0;
	outline: none;
}

blockquote {
	margin: 20px 0;
}

.nojs {
	padding-top: 4px;	
}



/* -- Forms -- */

form {
	margin: 0;
	padding: 0;
}

label {
	display: block;
	text-transform: uppercase;	
	font-size: 11px;
}

input,
textarea {
	outline: none;
}

input[type="email"],
input[type="text"],
input[type="password"],
textarea,
input.input,
textarea.textarea {
	height: 20px;
	margin: 0;
	padding: 2px 6px;
	font-size: 11px;
	line-height: 20px;
	border: 1px solid #A4A4BC;
	background: #FFF3E1;
	color: #0000AF;
	font-family: 'fugueregular', arial, sans-serif;	
	letter-spacing: 1px;
}

textarea,
textarea.textarea {
	height: 100px;
	overflow: auto;
}

::-webkit-input-placeholder {
	color: #0000AF;
	font-family: 'fugueregular', arial, sans-serif;	
	letter-spacing: 1px;
}

:-moz-placeholder { 
	color: #0000AF;
	font-family: 'fugueregular', arial, sans-serif;	
	letter-spacing: 1px; 
}

::-moz-placeholder { 
	color: #0000AF;
	font-family: 'fugueregular', arial, sans-serif;	
	letter-spacing: 1px; 
}

:-ms-input-placeholder {  
	color: #0000AF;
	font-family: 'fugueregular', arial, sans-serif;	
	letter-spacing: 1px;  
}

.form-select {
	position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
}

.form-select .value {
	display: block;
	height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 16px;
	font-size: 12px;
	padding: 3px 16px 3px 6px;
	background: url(../images/common/select-arrow-2x.png) right top no-repeat;
	background-size: 17px 43px;
	border: 1px solid #A4A4BC;
	cursor: default;
}

.form-select.open .value {
	background-position: right bottom;
}

.form-select .menu {
	display: none;
	position: absolute;
	z-index: 1000;
	width: 100%;
	max-height: 400px;
	overflow: auto;
	margin-top: -1px;
	background: #FFF3E1;
	border: 1px solid  #A4A4BC;
	border-top: 1px solid #FFF3E1;
}



.form-select .menu::-webkit-scrollbar {
    width: 10px;
}
 
.form-select .menu::-webkit-scrollbar-track {
    -webkit-box-shadow: none; 
    -webkit-border-radius: 0;
    border-radius: 0;

}
 
.form-select .menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #0000B2; 
    -webkit-box-shadow: none;
    border: 3px solid #FFF3E0;
}

.form-select .menu::-webkit-scrollbar-thumb:window-inactive {
	background: #FFF3E0; 
}

.form-select .menu span {
	display: block;
	padding: 6px 6px;
	cursor: default;
}

.form-select .menu span.hover {
	color: #FF0000;
}



/* -- Blocks -- */

.block,
.left,
.right,
.clear,
.autoclear {
	display: block;
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

.autoclear {
	width: 100%;
	overflow: hidden;
}

.center {
	text-align: center;
}

.hidden {
	display: none !important;
}

.small {
	font-size: 80%;
}

.mobile {
	display: none;
}

.photo-left,
.photo-right,
.photo-center {
	position: relative;
	display: block;
	float: left;
	margin: 5px 10px 5px 0;
}

.photo-right {
	float: right;
	margin: 5px 0 5px 10px;
}

.photo-center {
	float: none;
	margin: 0 auto;
}

.photo-left img,
.photo-right img,
.photo-center img {
	display: block;
	border: 0;
	margin-bottom: 5px;
}

.photo-center img {
	margin-left: auto;
	margin-right: auto;
}



/* -- Messages -- */

.flash-success,
.flash-error,
.flash-warning,
.flash-notice {
	display: block;
	padding: 10px;
	margin: 25px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background: #FF00FF;
}

.none-found {
	text-align: center;
	padding: 30px 0;
	font-weight: bold;
}



/* -- Wrapper -- */

#wrapper {
	position: relative;
	width: 100%;
	max-width: 1400px;
	height: 100%;
	margin: 0 auto;
}

.edition #wrapper {
	max-width: 1296px;
}


/* -- Header -- */

#header {
	position: relative;
	text-align: center;
}

#header-social {
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 80px;
	height: 18px;
	overflow: hidden;
	transition: left .2s;
}

#header-social a {
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	margin-right: 20px;
	background: url(../images/common/social-icons-1x.png) no-repeat;
	background-size: 148px 18px;
	opacity: .3;
}

#header-social a:hover {
	opacity: 1;
}

#header-social a span {
	display: none;
}

#header-social a.facebook {
	background-position: 0 0;
}

#header-social a.twitter {
	background-position: -36px 0;
}

#header-social a.instagram {
	background-position: -78px 0;
}

#header-social a.rss {
	background-position: -114px 0;
}

#header-main {
	position: relative;
	width: 670px;
	padding-top: 30px;
	margin: auto;
	transition: width .2s, padding .2s;
}

#header-main .left {
	padding-top: 55px;
	padding-left: 10px;
	transition: padding .2s;
}

#header-main .right {
	padding-top: 44px;
	text-align: right;
	transition: padding .2s;
}

#header-main .left a {
	display: block;
}

#header-main .left a span {
	display: inline-block;
	border-bottom: 1px solid #FFF3E1;
}

#header-main .left a.selected span {
	border-bottom: 1px solid #A4A4BC;
}

#header-main .right a.edition-link {
	display: block;
	width: 72px;
	height: 86px;
	overflow: hidden;
	background: url(../images/common/edition-button-1x.png) no-repeat;
	background-size: 72px 86px;
}

#header-main .right a.edition-link span {
	display: none;
}

#header h1.logo {
	display: block;
	position: relative;
	margin: 0 auto 5px;
	padding: 0;
	width: 340px;
	height: 150px;
	transition: width .2s, height .2s;
}

#header h1.logo a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/logo-1x.png) no-repeat;
	background-size: 100% 100%;
}

.edition #header h1.logo a {
	background-image: url(../images/common/logo-edition-1x.png);
}

#header h1.logo a span {
	display: none;
}

#header .theatre {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 60px;
}

#header .theatre a {
	display: block;
	width: 72px;
	height: 110px;
	background: url(../images/common/metro-button-1x.png) no-repeat;
	background-size: 72px 110px;
}

#header .theatre a span {
	display: none;
}

#header-nav {
	position: relative;
	overflow: hidden;	
	height: 53px;
	padding: 15px 0 10px;
	font-size: 12px;
	line-height: 16px;
}

#header-nav .trigger {
	display: none;
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
}

#header-nav .trigger .arrow {
	display: inline-block;
	width: 7px;
	height: 5px;
	margin-left: 3px;
	background: url(../images/common/menu-arrow-2x.png) no-repeat;
	background-size: 7px 4px;
}

#header-nav ul {
	width: 100%;
	height: 53px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style: none;
	text-align: center;
}

#header-nav ul li {
	display: inline-block;
	margin: 0;
	height: 53px;
	padding: 0 64px 0 56px;
	background: url(../images/common/nav-divider-1x.png) right 35px no-repeat;
	background-size: 9px 14px;
	transition: padding .1s;
}

#header-nav ul li:last-child {
	background: initial !important;
}

#header-nav ul li:first-child {
	padding-left: 0;
}	

#header-nav ul li:last-child {
	padding-right: 0;	
}

#header-nav ul li a {
	display: inline-block;
	min-width: 30px;
	padding-bottom: 2px;
	padding-top: 33px;
}

#header-nav ul li a:hover,
#header-nav ul li.selected a {
	border-bottom: 1px solid #A4A4BC;
}

#header-nav ul li.film a {
	background: url(../images/common/nav-film-1x.png) center top no-repeat;
	background-size: 30px 30px;
}

#header-nav ul li.events a {
	background: url(../images/common/nav-events-1x.png) center top no-repeat;
	background-size: 30px 30px;
}

#header-nav ul li.series a {
	background: url(../images/common/nav-series-1x.png) center top no-repeat;
	background-size: 30px 30px;
}

#header-nav ul li.eatdrink a {
	background: url(../images/common/nav-eatdrink-1x.png) center top no-repeat;
	background-size: 30px 30px;
}

#header-nav ul li.bookstore a {
	background: url(../images/common/nav-bookstore-1x.png) center top no-repeat;
	background-size: 30px 30px;
}

#header-nav ul li.calendar a {
	background: url(../images/common/nav-calendar-1x.png) center top no-repeat;
	background-size: 30px 30px;
}

#shade-nav {
	display: block;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;	
	min-height: 40x;
	margin-top: -41px;
	padding: 10px 0 9px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background: #FFF3E1;
	border-bottom: 1px solid #A4A4BC;
}

#shade-nav .trigger {
	display: none;
	cursor: pointer;
	letter-spacing: 1px;
	font-size: 12px;
}

#shade-nav .trigger .arrow {
	display: inline-block;
	width: 7px;
	height: 5px;
	margin-left: 3px;
	background: url(../images/common/menu-arrow-2x.png) no-repeat;
	background-size: 7px 4px;
}

#shade-nav .menu a {
	display: inline-block;
	margin: 0 28px;
	padding-bottom: 1px;
}

#shade-nav .menu a:hover,
#shade-nav .menu a.selected {
	padding-bottom: 0;
	border-bottom: 1px solid #A4A4BC;
}

.edition #shade-nav {
	border-bottom: 1px solid #FFA999 !important;	
}

.edition #shade-nav a {
	display: inline-block;
	margin: 0 24px;
	padding-bottom: 1px;
}

.edition #shade-nav a:hover,
.edition #shade-nav a.selected {
	padding-bottom: 0;
	border-bottom: 1px solid #FFA999;
}

#edition-nav {
	position: relative;
	overflow: hidden;	
	height: 53px;
	padding: 15px 0 25px;
	font-size: 12px;
	line-height: 16px;
	transition: font-size .1s;
	border-bottom: 1px solid #FFA999;
}

#edition-nav ul {
	width: 100%;
	height: 53px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style: none;
	text-align: center;
}

#edition-nav ul li {
	display: inline-block;
	margin: 0;
	height: 53px;
	padding: 0 76px 0 70px;
	background: url(../images/common/nav-divider-edition-1x.png) right 35px no-repeat;
	background-size: 9px 14px;
	transition: padding .1s;
}

#edition-nav ul li:last-child {
	background: initial !important;
}

#edition-nav ul li:first-child {
	padding-left: 0;
}	

#edition-nav ul li:last-child {
	padding-right: 0;	
}

#edition-nav ul li a {
	display: inline-block;
	min-width: 36px;
	padding-bottom: 2px;
	padding-top: 33px;
}

#edition-nav ul li a:hover,
#edition-nav ul li.selected a {
	border-bottom: 1px solid #FFA99B;
}

#edition-nav ul li.metroretro a {
	background: url(../images/common/nav-metroretro-1x.png) center top no-repeat;
	background-size: 36px 30px;
}

#edition-nav ul li.essays a {
	background: url(../images/common/nav-essays-1x.png) center top no-repeat;
	background-size: 36px 30px;
}

#edition-nav ul li.interviews a {
	background: url(../images/common/nav-interviews-1x.png) center top no-repeat;
	background-size: 36px 30px;
}



/* -- Content -- */

#content {
	position: relative;
	text-align: left;
}

h2,
h3,
h5 {
	height: 20px;
	margin: 25px 0 35px;
	padding: 0;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	cursor: default;
	background: url(../images/common/header-line-1x.png) repeat-x;
	background-size: 2px 20px;
}

.edition h2,
.edition h3,
.edition h5 {
	background-image: url(../images/common/header-line-edition-1x.png);
}


h2 span,
h3 span,
h5 span {
	display: inline-block;
	min-width: 130px;
	padding: 0 25px;
	background: #FFF3E1;
}

h5 {
	font-size: 12px;	
}

h5 span {
	padding: 0 20px;
}


.edition h5 {
	color: 	#FF0000;
}

.edition h5 span {
	min-width: 0;
	padding: 0 15px;
}

h2.alt,
h3.alt {
	height: 46px;
	margin: 20px 0 25px;
	font-size: 12px;
	line-height: 46px;
	background: url(../images/common/header-bg-1x.png) center top no-repeat;
	background-size: 1400px 46px;
}

h2.alt span,
h3.alt span {
	display: inline;
	min-width: initial;
	padding: 0;
	background: none;		
}

.static {
	text-align: center;	
}

.static .pad {
	max-width: 840px;
	padding-bottom: 30px;
	margin: auto;
}

.static .pad p {
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
}

.static h3 {
	background: none;
}

.static img {
	display: block;
	width: 100%;
	max-width: 630px;
	height: auto;
	margin: 35px auto 0;
}

.static ol {
	list-style: none;
	width: 110%;
	margin: 0;
	padding: 0 0 20px;	
	overflow: hidden;
}

.static ol li {
	display: block;
	float: left;
	width: 240px;
	height: 518px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin-right: 60px;
}

.static ol li img {
	margin-top: 0;
}

.static ol li strong {
	display: block;
	height: 60px;
	font-weight: normal;
	padding: 20px 0;
	border-bottom: 1px solid #A4A4BC;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
	
.subnav ul {
	list-style: none;
	padding: 0 0 10px;
	margin: 0;
	text-align: center;
}

.subnav ul li {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0 30px;
	font-size: 11px;
	transition: margin .2s;
}

.subnav ul li a {
	display: inline-block;
}

.subnav ul li.selected a {
	display: inline-block;
	border-bottom: 1px solid #A4A4BC;
}

.subnav ul li.disabled a {
	color: #999;
}

.tabs {
	height: 30px;
	background: url(../images/common/tab-1x.png) right top no-repeat;
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 1px;
}

.tabs a {
	display: block;
	float: left;
	height: 20px;
	padding: 5px 20px;
}

.tabs a.selected {
	background: #FFF3E1 url(../images/common/tab-1x.png) left top no-repeat;	
	border-right: 1px solid #A4A4BD;
}

.tab-content .tab {
	display: none;	
}

.tab-content .tab.default {
	display: block;	
}

.button {
	display: inline-block;
	border: 1px solid #A4A4BC;
	padding: 1px;
	margin: 20px 0 5px;
}

.button span {
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #0000B1;
	padding: 0 10px;
	font-size: 9px;
}


/* -- Footer -- */

#footer {
	position: relative;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: url(../images/common/footer-badge-1x.png) center 50px no-repeat;
	background-size: 1600px 61px;
}

#footer .pad {
	height: 122px;
	max-width: 1196px;
	padding: 32px 0;
	margin: auto;
	text-align: left;
	font-size: 12px;
}

#footer-mailinglist,
#footer-contact {
	float: left;
	text-align: center;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	padding-bottom: 30px;
}

#footer-mailinglist {
	width: 41%;
	padding-right: 9%;
}

#footer-contact {
	width: 41%;
	padding-left: 9%;
}

#footer-links {
	float: left;
	text-align: center;
	width: 41%;
	padding-right: 9%;
	padding-top: 22px;
}

#footer-addresses {
	float: right;
	text-align: center;
	width: 41%;
	padding-left: 9%;
	padding-top: 22px;
}

#footer-mailinglist a {
	display: inline-block;
	padding-right: 36px;
	background: url(../images/common/footer-email-1x.png) right no-repeat;
	background-size: 28px 18px;
}

#footer-social {
	float: left;
	margin-left: 72px;
	height: 18px;
	overflow: hidden;
}

#footer-social a {
	display: block;
	float: left;
	width: 20px;
	height: 18px;
	margin-right: 20px;
	background: url(../images/common/footer-social-1x.png) no-repeat;
	background-size: 96px 18px;
}

#footer-social a span {
	display: none;
}

#footer-social a.facebook {
	background-position: 0 0;
}

#footer-social a.twitter {
	background-position: -36px 0;
}

#footer-social a.instagram {
	background-position: -78px 0;
}

#footer-phone {
	width: 50%;
	float: right;
	text-align: center;
}

#footer .links {
	float: left;
	width: 33%;
	overflow: hidden;
}

#footer .links span {
	display: block;
}

#footer .links a {
	display: block;
	text-align: center;
}



#footer .address {
	float: left;
	width: 50%;
}

.edition #footer {
	border-top: 1px solid #FFA99B;	
	background: none;

}

.edition #footer .pad {
	text-align: center;	
	height: 52px;
	line-height: 52px;
	vertical-align: middle;
	overflow: hidden;
}

#footer .edition-logo {
	position: absolute;
	left: 50%;
	margin-left: -26px;
	width: 52px;
	height: 52px;
	background: url(../images/common/footer-edition-1x.png) no-repeat;
	background-size: 52px 52px;
}

#footer .edition-logo span {
	display: none;
}

#footer .edition-address {
	width: 40%;
	height: 60px;
	overflow: hidden;
	padding-right: 10%;
	float: left;
	text-align: right; 
}

#footer .edition-theatre {
	width: 40%;
	padding-left: 10%;
	height: 60px;
	overflow: hidden;
	float: right;
	text-align: left; 
}

#footer .edition-theatre a {
	color: #0000AF;
}

#footer .edition-address .short {
	display: none;
}
	