/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */

audio:not([controls]) {
    display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

body,
button,
input,
select,
textarea {
    font-family: sans-serif;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
}

h4 {
    font-size: 1em;
    letter-spacing: 0px;
    margin: 0;
    padding: 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    *margin-left: -7px; /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/* 
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	/*
	   user-select is disabled so images dont get selected during drag.
	*/
	-moz-user-select:none;
	-webkit-user-select:none;
	-webkit-user-drag:none;
}

html,body {
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
}

div {
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
}

body {
	background-color:#f4f0ef;
	margin:0;
	padding:0;
	color:#222;
	font-family:arial;
	font-size:12px;
	width:100%;
	height:100%;
}

#LAYER_ALL {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	overflow: hidden;
}

#LAYER_BOT {
	position:absolute;
	z-index:1;
}

#LAYER_MID {
	position:absolute;
	z-index:2;
}

#LAYER_TOP {
	position:absolute;
	z-index:3;
	width: 100%;
}

#FOOTER {
	position:absolute;
	height:20px;
	width:100%;
	bottom:0;
	z-index:4;
}

#FOOTER .nav-button {
	display:inline;
	padding:15px 40px;
	background:#414149;
	color:#ccc;
	border-right:1px solid #555;
	box-shadow:rgba(0,0,0,0.496094) 5px 0 10px;
	margin-right:0;
	font-size:12px;
	font-weight:700;
	float:left;
}

#FOOTER .nav-button:hover {
	background:#595964;
	cursor:pointer;
	color:#fff;
}

.TheinhardtHeavy {
	font-family:"Theinhardt-Heavy";
}

.TheinhardtMedium {
	font-family:"Theinhardt-Medium";
}

.TheinhardtBold {
	font-family:"Theinhardt-Bold";
}

.TheinhardtRegular {
	font-family:"Theinhardt-Regular";
}

.sub-menu {
	margin-top:200px;
}

.sub-menu .nav-button {
	display:inline;
}

.create-circular-front-menu {
    position: absolute;
    z-index: 11;
}

#wheel-container {
	position:absolute;
	width:430px;
	height:430px;
	top:50%;
	left:50%;
	margin-top:-215px;
	margin-left:-215px;
	border-radius:215px;
	-webkit-border-radius:215px;
	-moz-border-radius:215px;
	-o-border-radius:215px;
	opacity:0;
}

#wheel-container-inner {
	position:absolute;
	background: transparent url(../images/ui/home/circle/gray.png) no-repeat center center;
	width:430px;
	height:430px;
	top:50%;
	left:50%;
	margin-top:-215px;
	margin-left:-215px;
	border-radius:215px;
	-webkit-border-radius:215px;
	-moz-border-radius:215px;
	-o-border-radius:215px;
	opacity:0;
	border:30px inset transparent;
	overflow:visible;
}

#wheel-menu-container {
	position:absolute;
	width:430px;
	height:430px;
	top:50%;
	left:50%;
	margin-top:-215px;
	margin-left:-215px;
	opacity:0;
	
	/* dont remove this border*/
	border:30px dotted transparent;
}

#menu-holder {
	position: absolute;
	bottom: -200px;
	width: 100%;
}

#item-plot-area {
	width:100%;
	height:100%;
	top:50%;
	left:50%;
	margin-top:-215px;
	margin-left:-215px;
	position:absolute;
}

.wheel-color-container {
	position:absolute;
	width:430px;
	height:430px;
	top:50%;
	left:50%;
	margin-top:-215px;
	margin-left:-215px;
	border-radius:215px;
	-webkit-border-radius:215px;
	-moz-border-radius:215px;
	-o-border-radius:215px;
	/*opacity:0;*/
	opacity:1;
	background-position:125% 75%;
	border:30px dotted transparent;
}

.wheel-menu-tooltip-bubble {
	opacity:1;
	margin:0 0 0 20px;
	padding:0;
	border-radius:100px;
	font-size:12px;
	color:#555;
	position:absolute;
	font-family:'Theinhardt-Medium';
	background-color:#fff;
	box-shadow:0 0 10px rgba(0,0,0,0.1),inset 0 0 5px rgba(255,255,255,0.5);
	border:solid 1px rgba(0,0,0,0.2);
	z-index: 999;
}

.wheel-menu-tooltip-bubble .inner {
	padding:0;
	margin:5px 20px;
	position:absolute;
	display:block;
	font-size:12px;
}

.wheel-menu-tooltip-bubble h1,
.wheel-menu-tooltip-bubble h2,
.wheel-menu-tooltip-bubble h3,
.wheel-menu-tooltip-bubble h5,
.wheel-menu-tooltip-bubble h4,
.wheel-menu-tooltip-bubble h6 {
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:400;
	font-family: 'Theinhardt-Medium';
	line-height:18px;
	text-align:left;
}

/*
.wheel-menu-tooltip-bubble span {
	font-size: 12px;
	color: #666;
	display: block;
}
*/
.wheel-menu-tooltip-bubble i {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:'Theinhardt-Medium';
	line-height:15px;
	font-style:italic;
	font-weight:400;
}

.wheel-menu-tooltip-bubble b {
	display:block;
	clear:both;
	margin:10px 0 0;
}

.purpleDotAnimation {
	animation:circle 5s linear infinite;
	transform-origin:50% 200px;
}

@keyframes circle {
from {
	transform:rotate(0deg);
}

to {
	transform:rotate(360deg);
}
}

@keyframes inner-circle {
from {
	transform:rotate(0deg);
}

to {
	transform:rotate(-360deg);
}
}

/*=====================
	HEADER
======================*/
#header {
	position:absolute;
	top:-50px;
}

/*=====================
	FOOTER
======================*/
#footer {
	position:absolute;
	top:100px;
	width:100%;
	height:45px;
}

#footer-bg-image {
	width:100%;
	height:580px;
}

#footer-template-area {
	position:absolute;
	width:100%;
	color:#edeae4;
	line-height:18px;
	font-size:13px;
}

.footer-normal-image-state {
}
/*=================
	LOGO
===================*/
.intro-moma-logo {
	position: absolute;
	width: 60px;
	height: 15px;
	left: 50%;
	top: 50%;
	margin: -6px 0 0 -20px;
	opacity: 0;
}

.logo {
	position:absolute;
	top:37px;
	left:20px;
	cursor:pointer;
	z-index: 9999;
}

.logo-image {
	position: static;
	top: -15px;
}

.moma-logo {
	position:absolute;
	cursor:pointer;
	top: 24px;
	right: 0;
	z-index:9999;
}

.moma-logo-graphic {
	left:0;
	top:0;
}

.child-container {
	margin: 100px 60px 80px;
	opacity: 0;
}

.intro-preloader {
	position: absolute;
	width: 150px;
	height: 150px;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -75px;
}

/*==================================================================*/
/*=================
	BUTTONS
===================*/
/*NOTE: Not all of the JS has been commented out because 
a out of place button appears in the Timeline view.*/
.graphic-btn {
	position:absolute;
	cursor:pointer;
	border:none;
}

#footer .graphic-btn {
	width:0;
}

.graphic-btn-tooltip {
	position:absolute;
	cursor:pointer;
}

/* more btn*/
.more-btn {
	color:#4f4f58;
	white-space:nowrap;
	left:20px;
	top:15px;
	font-size:12px;
	font-family:"Theinhardt-Regular",sans-serif;
	font-weight:400;
}

/*================
	SHARE BUTTONS
=================*/
/*Share buttons that appear in the detailed view of each item*/
.facebook-hover {
	left:81px;
	top:11px;
	cursor:pointer;
}

.twitter-hover {
	left:61px;
	top:12px;
	cursor:pointer;
}

/*Share buttons in footer*/
.twitter-share {
	position:absolute;
	cursor: pointer;
	width:26px;
	height:30px;
	left:65px;
}

.facebook-share {
	position:absolute;
	cursor:pointer;
	width:26px;
	height:30px;
	left:90px;
}

/*==================================================================*/
/*=================
	TEXTFIELDS
===================*/
.text-field {
	font-family:"Theinhardt-Regular",sans-serif;
	color:#4f4f58;
	white-space:nowrap;
	left:20px;
	top:15px;
	font-size:12px;
	position:relative;
	color:#4f4f58;
	font-weight:400;
}

/*==================================================================*/
/*===================
	ELIPSES
====================*/
.elipse-bg {
	position:absolute;
	width:692px;
	height:279px;
	opacity: 0;
	pointer-events: none;
}

.timeline-dot-bg {
	position:absolute;
	width:882px;
	height:208px;
}

.add-copy {
	position:absolute;
	width:600px;
	height:500px;
	color:#4f4f58;
}

/*==================================================================*/
/*===================
	MENUS
====================*/
.create-menu-item {
	white-space:nowrap;
	float:left;
	margin-left:50px;
}

/*
	For CircularFrontMenu.js
*/
#wheel-inner {
	background-position:center center;
}

.wheel {
	background-position:125% 75%;
}

/*From footer.js addAbout variable*/
.about {
	top:35px;
}

/*===================
	PRELOADER
====================*/
.counter {
	position:absolute;
	width:250px;
	height:150px;
	background:#f4f0ef;
	font-size:30px;
	text-align:center;
	margin:120px 0 0 62px;
	padding-top:50px;
	color:#999;
}

/*===================
	TOOLTIP
====================*/
.tooltip {
	position:absolute;
	z-index:10px;
}

.arrow {
	position:absolute;
	width:12px;
	height:20px;
	margin:5px 0 0 14px;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	background-size:100% 100%;
	pointer-events:none;
	z-index:101;
}

.bubble {
	pointer-events:none;
	display:block;
	z-index:100;
	-webkit-transform:scale(0.9);
	-moz-transform:scale(0.5);
}

.tooltip-copy {
	font-family: 'Theinhardt-Medium';
}

/*===================
	SHADOWS
====================*/
.wall-shadow {
	background-color:rgba(50,50,50,0.125);
	box-shadow:rgba(50,50,50,0.125) 0 0 3px 2px;
}

.wall-shadow-light {
	background-color:rgba(50,50,50,0.08);
	box-shadow:rgba(50,50,50,0.08) 0 0 2px 1px;
}

.floor-shadow {
	position:absolute;
}

.item-container {
	position:absolute;
}




.simple-tooltip {
	position: absolute;
	background-color: #FFF;
	padding: 9px 17px;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	height: 31px;
	pointer-events: none;
	font-family: "Theinhardt-Medium", sans-serif;
    color: #45454d;
    font-weight: 400;
    font-size: 12px;
    opacity: 0;
    white-space:nowrap;
}


.wheel-color-orange {
	background: transparent url(../images/ui/home/circle/orange-right2.png) no-repeat;
	background-position: 125% 75%;
	opacity: 0;
}

.wheel-color-green {
	background: transparent url(../images/ui/home/circle/green-right2.png) no-repeat;
	background-position: 125% 75%;
	opacity: 0;
}

.wheel-color-purple {
	background: transparent url(../images/ui/home/circle/purple-right2.png) no-repeat;
	background-position: 125% 75%;
	opacity: 0;
}

.wheel-color-marine {
	background: transparent url(../images/ui/home/circle/marine-right2.png) no-repeat;
	background-position: 125% 75%;
	opacity: 0;
}

.wheel-color-red {
	background: transparent url(../images/ui/home/circle/red-right2.png) no-repeat;
	background-position: 125% 75%;
	opacity: 0;
}

.wheel-color-blue {
	background: transparent url(../images/ui/home/circle/blue-right2.png) no-repeat;
	background-position: 125% 75%;
	opacity: 0;
}

.wheel-color-gray {
	background: transparent url(../images/ui/home/circle/gray-right2.png) no-repeat;
	background-position: 125% 75%;
	opacity: 0;
}

.zoom-cursor {
    cursor: pointer !important;
    cursor: -moz-zoom-in !important;
    cursor: -webkit-zoom-in !important;
}


.slideshow-text-holder {
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -365px;
}
/*
.slideshow-headline {
    display: block;
    font-size: 14px;
    font-family: "Theinhardt-Bold";
    color: #f99a2d;
    width: 610px;
}
*/
.slideshow-artist {
    display: block;
    font-size: 14px;
    font-family: "Theinhardt-Bold";
    color: #45454d;
    width: 730px;
}

.slideshow-artist i {
	font-family: "Theinhardt-Bold";
}

.slideshow-credits {
    display: block;
    font-size: 14px;
    font-family: "Theinhardt-Regular";
    color: #45454d;
    width: 730px;
}

.slideshow-button-container {
	position: absolute;
	z-index: 1;
}

.slideshow-button {
	background-color: #fefefe;
	width: 16px;
	height: 16px;
	border: 1px solid #dad8d6;
	box-shadow: 0 0 8px rgba(0, 0, 0, .1);
	border-radius: 8px;
	margin-right: 8px;
	float: left;
	cursor: pointer;
}

.slideshow-button .selected {
	background-color: #AAA;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	margin: 3px 0 0 3px;
}


.product-credits-copy {
    font-size: 16px;
    margin-top: 70px;
    font-family: "Theinhardt-Heavy", "Arial Black", sans-serif;
}

.product-credits-copy span {
	font-family: "Theinhardt-Regular";
}

.product-materials-copy {
    margin-top: 14px;
    font-size: 14px;
    font-family: "Theinhardt-Medium", "Arial";
}

.product-about-copy {
    margin-top: 23px;
    font-size: 12px;
    line-height: 16px;
    font-family: "Theinhardt-Regular", "Arial";
}

.product-share-button {
    position: relative;
    margin-top: 20px;
    margin-left: -8px;
}

.product-year-copy {
    font-size: 20px;
    font-family: "Theinhardt-Medium";
}

.product-header-copy {
    font-size: 30px;
    line-height: 28px;
    font-family: "Theinhardt-Heavy", "Arial Black", sans-serif;
}

.product-text-holder {
	position: absolute;
	width: 460px;
	font-family: "Theinhardt-Regular";
}
.century-timeline {
    position: absolute;
    overflow: hidden;
}

.read-more-container {
	position: absolute;
	left: 30px;
}

.read-more-sub-container {
	position: absolute;
	top: 0;
}

.read-more-header {
	color: #4f4f58;
	font-size: 30px;
	white-space: nowrap;
	font-family: "Theinhardt-Heavy";
}

.read-more-year {
	font-size: 20px;
	white-space: nowrap;
	font-family: "Theinhardt-Medium";
}

.read-more-button {
	top: 60px;
	left: -7px;
}

.read-more-button span {
	font-weight: 600;
	margin-left: 2px;
}

.timeline-item {
    position: absolute;
    cursor: pointer;
}


.century-read-more {
	position: absolute;
	z-index: 999;
}

.read-more-bg-circle {
	background: transparent url(../images/ui/read_more_BG.png) no-repeat;
	position: absolute;
	width: 1030px;
	height: 1030px;
	top: -515px;
	left: -515px;
/*	background-color: #f3f0ee;*/
/*	border-radius: 1000px;*/
}

.read-more-dim {
	position: absolute;
	opacity: .7;
	background-color: #F4F0EF;
}

.read-more-bg-image {
	top: -550px;
    left: -480px;
}
*, div {
    font-family: "Theinhardt-Medium", "helvetica", "Arial";
}

html, body {
    font-family: "Theinhardt-Medium", "helvetica", "Arial";
}

#FOOTER {
    position: absolute;
    height: 24px;
    width: 100%;
    bottom: 4px;
    z-index: 4;
    font-family: "Theinhardt-Light";
}
#FOOTER h1 {
    font-size: 23px;
    color: #f3f0ee;
    margin-bottom: 6px;
    font-weight: bold;
    font-family: "Theinhardt-Bold";
    line-height: 23px;
}

#FOOTER .subheader {
    font-size: 16px;
    color: #cccbc8 !important;
    font-family: "Theinhardt-Regular", "helvetica", "Arial";
}

#FOOTER .indent {
    text-indent: 40px;
    margin:0;
}

.TheinhardtLight
{
    font-family: "Theinhardt-Light";
}

.CenturyIndent p {
    text-indent: 35px;
}

#FOOTER a, a:link, a:active, a:visited
{
    color: #f3f0ee;
    text-decoration: none;
}

#FOOTER a:hover {
    text-decoration: underline;
}

.footer-bg-image {
	width: 100%;
    height: 585px;
}

.footer-col {
    float: left;
    margin-left: 50px;
}

.footer-col:nth-child(1) {
    margin-left: 0;
}

.footer-col-2 {
    width: 1000px;
}

.footer-col-2 {
    width: 450px;
}

.footer-col-2-3 {
    width: 600px;
}

.footer-col-3 {
    width: 300px;
}


.footer-panel {
	position: absolute;
	width: 950px;
	top: 35px;
	margin-left: 15px;
}

.about p,
.credits p {
	color: #CCCBC8;
}


.further-reading {
	width: 900px !important;
}

.side-item {
	background: transparent url(../images/ui/footer/footer-top-shadow.png) no-repeat bottom left;
	padding-bottom: 33px;
}

.side-item:last-child {
	background: none;
}

.side-item p {
	margin-top: 4px;
}

.side-item h1 {
	margin-top: 10px;
	margin-bottom: 0;
}

#further-reading-scroller .footer-col-2 {
	width: 425px;
}

.footer-template-area {
	position: absolute;
	width: 100%;
	color: #edead4;
	line-height: 18px;
	font-size: 13px;
}

.footer-heading-container {
    position: absolute;
    top: 0;
}

.footer-content-area {
	position: absolute;
	width: 100%;
}

.add-close-button {
	position: absolute;
	top: -22px;
	right: 90px;
	opacity: 0;
}

.footer-menu-item {
	background-color: #44444c;
	height: 36px;
	cursor: pointer;
}

.social-hover {
	position: absolute;
	top: 28px;
	left: -6px;
}

.footer-letter {
    font-size: 16px;
    color: #cccbc8;
    font-family: "Theinhardt-Bold";
    font-weight: bold;
    padding: 9px 0;
    border-top: 1px solid #4b4b53;
    border-bottom: 1px solid #3a3a41;
    display: block;
}

.footer-letter:nth-child(1) {
    border-top: none;
}



.further-reading ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.further-reading li {
    margin: 0;
    padding: 8px 0;
    color: #cccbc8;
    font-size: 13px;
    font-family: "Theinhardt-Medium";
    border-top: 1px solid #4b4b53;
    border-bottom: 1px solid #3a3a41;
}

#further-reading-scroller {
    height: 430px;
    width: 900px;
    margin-top: 60px;
    overflow: hidden;
}

.scroll-container {
    position: absolute;
    width: 24px;
    height: 430px;
    top: 59px;
    right: -45px;
    background-color: #3d3d43;
    border: 1px solid #4e4e55;
    border-radius: 11px;,m
}

.scrollbar {
    background: #efefef url(../images/ui/scrollbar-arrows.png) no-repeat top left;
    position: absolute;
    width: 16px;
    height: 90px;
    margin-top: 4px;
    margin-left: 3px;
    cursor: pointer;
    border-radius: 8px
}

.scroller-top-shadow {
    position: absolute;
    background: transparent url(../images/ui/footer/footer-top-shadow.png) no-repeat top left;
    background-position: -62px 0;
    top: 59px;
    left: 0;
    width: 100%;
    height: 18px;
}

.scroller-bottom-shadow {
    position: absolute;
    background: transparent url(../images/ui/footer/footer-bottom-shadow.png) repeat-x top left;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 28px;
}

.footer-dim {
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    left: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
}



.related-events h1 {
    margin-bottom: 1px !important;
}

.related-events p {
    color: #cccbc8;
    margin: 18px 0 15px;
    font-family: "Theinhardt-Regular", "helvetica", "Arial";
}

.related-events .sep-line {
    height: 2px;
    width: 100%;
    border-top: 1px solid #3a3a41;
    border-bottom: 1px solid #4b4b53;
    margin: 16px 0 15px;
}

.related-events .sub-section-name {
    background: transparent url(../images/ui/footer/footer-top-shadow.png) no-repeat bottom left;
    font-family: "Theinhardt-Heavy", sans-serif;
    font-size: 16px;
    color: #edeae4;
    display: block;
    height: 50px;
    margin-bottom: -17px;
}


.footer-link-button {
    background-color: #FFF;
    padding: 5px 5px 5px 11px;
    border-radius: 20px;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    -moz-box-sizing: border-box;
    height: 31px;
}

.footer-link-button:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .8);
}

.footer-link-button .link-text {
    font-family: "Theinhardt-Medium", sans-serif;
    color: #45454d;
    font-weight: 400;
    vertical-align: middle;
    font-size: 12px;
    white-space: nowrap;
    float: left;
    margin-top: 1px;
}

.footer-link-button .link-arrow {
    background: #a2a2a6 url(../images/ui/footer/btn_arrow.png) no-repeat top left;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    text-indent: -999px;
    margin-left: 8px;
    overflow-x: hidden;
    display: inline-block;
}

#other-events {
    margin-top: 25px;
    
}

#other-events .sub-section-name {
    margin-bottom: 0;
}

#other-events .subheader {
    display: block;
}

.simple-link {
    text-decoration: underline;
}







.hover-button {
    position: absolute;
    top: 28px;
}




.sprite {
    background: url(../images/ui/footer/sprite-footer.png) no-repeat;
    overflow: hidden;
    text-indent: -999px;
    border: 1px solid red;
    display: inline-block;
}

.sprite-btn_about-png {
    width: 152px;
    height: 36px;
    background-position: -136px -161px;
}

.sprite-btn_about_hover-png {
    width: 152px;
    height: 46px;
    background-position: -0px -57px;
}

.sprite-btn_buy_tickets-png {
    width: 125px;
    height: 36px;
    background-position: -138px -255px;
}

.sprite-btn_buy_tickets_hover-png {
    width: 125px;
    height: 46px;
    background-position: -0px -114px;
}

.sprite-btn_credits-png {
    width: 92px;
    height: 36px;
    background-position: -304px -57px;
}

.sprite-btn_credits_hover-png {
    width: 92px;
    height: 46px;
    background-position: -313px -0px;
}

.sprite-btn_facebook_hover-png {
    width: 38px;
    height: 46px;
    background-position: -353px -104px;
}

.sprite-btn_further_reading-png {
    width: 137px;
    height: 36px;
    background-position: -0px -208px;
}

.sprite-btn_further_reading_hover-png {
    width: 137px;
    height: 46px;
    background-position: -165px -0px;
}

.sprite-btn_publications-png {
    width: 154px;
    height: 36px;
    background-position: -136px -114px;
}

.sprite-btn_publications_hover-png {
    width: 154px;
    height: 46px;
    background-position: -0px -0px;
}

.sprite-btn_related_events-png {
    width: 130px;
    height: 36px;
    background-position: -148px -208px;
}

.sprite-btn_related_events_hover-png {
    width: 130px;
    height: 46px;
    background-position: -163px -57px;
}

.sprite-btn_share-png {
    width: 127px;
    height: 36px;
    background-position: -0px -255px;
}

.sprite-btn_twitter_hover-png {
    width: 38px;
    height: 46px;
    background-position: -304px -104px;
}




@media screen and (min-width: 1501px) {

	.product-text-holder {
		width: 560px;
	}
	
}


@media screen and (min-width: 1171px) and (max-width: 1500px) {

	.product-text-holder {
		width: 460px;
	}
	
}


@media screen and (min-width: 1025px) and (max-width: 1170px) {

	.product-text-holder {
		width: 380px;
	}
	
}


/*
	targets the ipad and the minimum allowed screen width
*/
@media screen and (max-width: 1024px) {
	
	body,
	#LAYER_ALL {
		width: 1024px;
	}
	
	.product-text-holder {
		width: 340px;
	}
	
	.product-header-copy {
		font-size: 20px;
		line-height: 18px;
	}
	
	.product-year-copy {
		font-size: 16px;
	}
	
}

@media screen and (max-height: 700px) {
	
	body,
	#LAYER_ALL {
		height: 700px;
	}
	
}
