/*
Layout and Code by Nick D'Amico: http://nicholasdamico.com
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 110%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html,body {
	width: 100%;
	min-height: 100% !important;
/*
	height: 100%;
*/
	
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
 	background-color: black; 
	line-height: 1;
	height:100%;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color:transparent;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
 	overflow-y: scroll;
}
/* =Global
----------------------------------------------- */
body, input, textarea {
	color: black;
	font:15px 'Asap', Helvetica, Arial, sans-serif;	
	font-weight: 300;
	line-height:1.35;

}
body {
	padding: 0 0;	
}


#page-main {
	height: 100%;
	width: 100%;
	position: relative;
	background-color: rgba(0,0,0,0);
}

h1,h2,h3,h4,h5,h6 {
	clear: both;
}

.hidden{
	display:none;
}
.screen-reader-text{
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
#pageContents{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 199;
}


#paintItBlack {
	background-color: black;
    opacity: 1;
    position: fixed;
    top: 30px;
    width: 100%;
    z-index: -3;
}
.italic{
	font-style: italic;
	
}
#contactPage .italic{
	font-size: 16px ;
}
#contactPage .emailLink{
	font-size:16px;
}

#privacy{
	font-size: 8px;
}

img.vegas-background{
	display: none;
	-webkit-transform:translate3d(0,0,0);
}
a:link {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/*****************/

.vegas-background{
	z-index: 99 !important;
}


/***************Loading Page**************/
#loading-page{
	width:220px;
	height: 200px;
	position: absolute;
	top: 50%;
	margin-top: -110px;
	left:50%;
	margin-left: -100px;	
	text-align: center;	 
}

#loading-page p{
	font-size: 12px;
/* 	color: #3A6C84; */
	color: white;
	text-align: center;
	letter-spacing: 5px;
	opacity: .75;
	line-height: 21px;
	position: absolute;
	top: 105px;
}
#loading-page img{
	width: 80%;
}	
	
/******TEXT SECTIONS*******/
#bodyText {
z-index:1;
padding-bottom:250px;
padding-top:200px;
padding-left: 60px;
/* margin-top: 36px; */
opacity: 0;
}



#caption{
	max-width: 900px;
	position: relative;
	filter: inherit;
	margin-right: 60px;
}

.biography #caption{
	max-width: 860px;
}
#text{
	height: 100%;
    position: relative;
    top: 30px;
    width: 500px;
    filter: inherit;

	}
	
#bodyText h1{
	font-weight:800;
	font-size:22px;
}
author{
	display:block;
	color:grey;
}

author.first{
	padding-bottom: 30px;
}
.pagegc p {
    font-size: 16px;
    margin-top: 20px;
}

.pagegc p .italic{
	font-size: 16px;
}



/******TITLE TEXT*******/
#titleText{
/*
	position: relative;
	top: 43%;
	left: 50%;
	min-width: 650px;
	margin-left: -325px;
*/
	}
#titleText h1{
	font-size: 22px;
    font-weight: 800;
    color: grey;
}	

#titleTextBackground{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 45%;
	text-align: center;
}

/********VISION*********/
div#visionText {
	width: 460px;
	height: 400px;
	position: relative;
	margin:0 auto;
	padding: 11% 0 0 40%;
}
#visionText p{
	color:rgba(255,255,255,0.83);
	font-size: 22px;
	font-weight: 500;
	text-align: justify;
	line-height: 30px;
	letter-spacing: 1px;
}

/********VIDEO INTROS*********/
#page-video{
	width:100%;
	position:relative;
	float:left;
}


/********FOOTER*********/
#footer {
	width:99%;
	height:10px;
	position:fixed;
	bottom:0px;
	z-index:20000;
	left: 60px;
	padding-bottom:5px;
	padding-top:2px;
}
#footer p {
	font-size:8px;
	color:#999999;
	
}

/************landingFooter************/
#landingFooter {
	width: 100%;
	height: 36px;
	position:fixed;
	left:0px;
	bottom:0px;
	background-color:white;
	font-size:10px;
	font-weight:700;
	z-index: 199;
}



#landingFooter #left{
	position:relative;
	width: 300px;
	float:left;
	padding-left:1%;
}

#landingFooter #left li{
	color: black;
}

#landingFooter #soundToggle{
	width:80px;
	float:right;
	padding-right:8%;
}
#landingFooter #socialButtons{
	height: 30px;
    width: 270px;	
    position: absolute;
    right: 0px;
    padding-top: 4px;
}
#landingFooter #socialButtons li{
	padding-right:4px;
	padding-left: 5px;	
	color: black;
}


#landingFooter li{
	display:inline;
}

#landingFooter li.hide{
	display:none;
}

#landingFooter li a{
	text-decoration: none;
	color: black;
	font-size: 13px;
}

#landingFooter ul.contactMenu{
	height: 140px;
	width: 160px;
	position: absolute;
	top: -123px;
	display: none;
	white-space: nowrap;
}

#landingFooter #moveFooterMenu{
	position: relative;
	top:15px;
}
#landingFooter ul.contactMenu a{
	font-size: 14px;
	text-decoration: none;
	color: #191919;
	text-transform: uppercase;
	line-height: 10px;
	font-weight: bold;
}

#landingFooter #left ul.contactMenu li{
	padding: 0;
	display: block;
}

#landingFooter li#contact:hover > ul.contactMenu{
	display: block;
}

#landingFooter li#contact.tweak:hover > ul.contactMenu{
	display: none;
}

#landingFooter.contactPages #moveFooterMenu  {
	background-color: white;
    opacity: 0.75;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-top: 10px;
    position: relative;
    right: 22px;
    top: -1px;
    width: 230px;
}
#landingFooter.contactPages ul.contactMenu a {
color: #808080;
}

#landingFooter .footer-spacer{
	background: url("css/images/black-vertical-line-15.png") center center no-repeat;
	height: 15px;
	width: 15px;
	margin: 0px;
	padding-top: 2px;
}
/***************contact pages**************/
#contactPage {
    left: 80px;
    max-width: 1100px;
    position: relative;
	top: 130px;
    width: 80%;
    padding-bottom: 100px;
    height: 60%;
    z-index: 99;
    opacity: 0;

}

#contactPage.faq{
	padding-bottom: 500px;
}

#contactPage.venue {
	top:100px;
}

#contactPage h1{
	color: #808080;
	font-size: 22px;
	font-weight: 600;
	 padding-bottom: 25px;
	 letter-spacing: .7px;
	}

#contactPage p{
	font-size: 16px;
	padding-bottom: 20px;
	color: black;
}

#contactPage h2,#contactPage h3, #contactPage h4 {
	color: black;
}

#contactPage h2{
	font-size: 16px;
	font-weight: 800;
}

#contactMessage {
	max-width: 650px;
	padding-top: 20px;
}

#contactPage label{
	font-size: 16px;
	display: inline;
	position: relative;
    top: -11px;
}

#contactUsForm p{
	display: inline;
}
#contactPage input{
float: right;	
}
#contactUsForm{
	width: 260px;
}
#mad_mimi_signup_form{
	width: 260px;
}

#contactPage button{
	position: relative;
	left: 90px;
	top: -10px;
}

#address p{
	line-height: 1px;
}

#contactPage a{
	text-decoration: none;
	color: #8D8D8D;
	font-weight: 600;
	font-size: 16px;
}

.pressPDF {
	display: inline;
	float: left;
	padding: 0 20px 10px 0;
	width: 120px;

}

.pressPDF img{
	height: 80px;
	padding-right: 20px;
}
.pressPDF a{
	font-size: 12px;
}

#contactPage .pressPDF p{
	display: inline;
	font-size:12px;
	position: relative;
	
}

#contactPage .pressPDF h5{
	font-size: 12px;
}


.faq{
	padding-bottom: 400px;
}

.currentContactLink{
	text-decoration: none;
	color: #564d4e;
	opacity: .75;
	transition: all 0.25s;
	-webkit-transition: all 0.25s;
}
.currentContactLink:hover{
	opacity: 1;
}

.pdfDivider{
	display: block;
	width: 560px;
}
/***************gallery**************/


html.gallery-html{
	width: 100%;
	height: 100%;
}
div#gall {
	height: 930px;
    position: absolute;
    width: 100%;
/*
    background-color: white;
*/
	background-color:rgba(0,0,0,0);
    opacity: 0;
}
.rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs{
	background-color: white !important;
	cursor: default !important;
}
.rsThumb img:hover{
}

.rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs{
/*
	background: none !important;
*/
}
.hide {
	display:none;	
}

#scrollWrap {
	position: absolute;	
	top: 114px;
	left: 40px;
	width: 96%;
}



#galleryImages {
	position:absolute;
	height:400px;
	top:200px;
	left:60px;
}

.exhibitionsGallery #galleryImages {
	top:212px;
}


#galleryImages img {
	height: 400px;
	width: auto;
	
	}

.scrollable {    
	height: 90px;
    left: 20px;
    overflow: hidden;
    position: absolute;
  	width: 907px;
 	top:68px;
 
 }

.scrollable .items {
  width:20000em;
  position:absolute;

}

.items div{
	display: inline;
    float: left;
    left: 0;
    top: 87px;
}

a.prev{
	left: -10px;
    position: absolute;
    top: 81px;
	
}
a.next{
	/*left: 910px;*/
	left:927px;
    position: absolute;
    top: 81px;
    
}

.items img{
	width: 85px;
	height: 58px;
}

.loading{
	width: 150px;
	position: absolute;
	top:220px;
	left:20px;
}
.loading p{
	font-size: 12px;
}

.loading img{
	left: 91px;
    position: absolute;
    top: 0;
    width: 20px;
}

.disabled{
	
}

/***************NEWgallery**************/
/* =gcCarousel
-------------------------------------------------------------- */
#gcCarousel{
	height:81px;
	width: 91%;
	left:20px;
}

#gcCarouselSM{
	height:81px;
	width: 91%;
	left:20px;
}

#fullScreenReady{
	position: fixed;
	top: 201px;
	right: 20px;
	height: 40px;
	width: 110px;
	color: white;
}
#fullScreenReady h3{
	text-transform: uppercase;
	font-size: 12px;
}

.exhibitionsGallery #gcCarousel{
	height: 91px;
}

.exhibitionsGallery .touchcarousel-item{
	position: relative;
	top: 12px;
}

p.location{
	color: white;
	font-size: 10px;
	position: absolute;	
 	top: -12px; 
 	width: 50px;
}

#gcCarousel p.thumbText{
	color: white;
	font-size:10px;
	margin-top: 30px;
	text-align: center;
}
#gcCarousel h1{
	color: grey;
	font-size: 22px;
	position: relative;
	left:48%;
	text-align: center;
}

.store-item .rsMinW .rsThumb.rsNavSelected img {
	opacity: 1;
}

/***************Flash**************/
#gcFlash {
    float: left;
    position: relative;
    width: 100%;
    z-index: -2;
}
#gcFlashContainer{
	position: absolute;
	top:36px;
	z-index: -2;
	background-color: black;
}
/***************Bookstore**************/
html.store-html{
	height: 100%;
	
}
body#store-body{
	height: 100%;
	background-color: white;
}
	#bookstoreheader{
		position: relative;
		left: 40px;
		width: 920px;
	}
/*
#bookstoreHeader {
	width: 90%;
	position:relative;
	float: left;
	left: 20px;
	}
#bookstoreHeader li, #bookstoreHeader li ul {
	display:inline;
	float: left;
	}
*/
#bookstoreColumns h1{
	font-size: 11px;
	font-weight: 700;	
	margin-left:0px;	
	padding-bottom:30px;
	}

#bookstoreColumns h1{
}	
#bookstoreColumns h2{
	font-size: 11px;
	font-weight: 700;	
	margin-left:3px;	
	}
	
#bookstoreColumns a{
	font-size:11px;
	color:black;
	text-decoration: none;
}
	
#bookstoreColumns p{	
    color: black;
    font-size: 11px;
    text-decoration: none;	
}

#bookstoreColumns li.desc{
	width: 100%;
	position:relative;
	top: -16px;
	}	

#bookstoreColumns {
	position: relative;
	opacity: 1;
	z-index: 0;
	padding-top: 110px;	
}
	
#bookstoreBackground{
	min-height: 840px;
	height: 100%;
	width: 100%;
	min-width: 1010px;
	background-color: white;
	z-index: 5;
	opacity: 0;
}

#books {
	width:204px;
	position:absolute;
	left: 62px;
	top: 240px;
	}
	
#bookstoreColumns #books h1 {
margin-left: 70px;
}
	
#media {
	width:205px;
	position:absolute;
	left: 302px;
	top: 239px;	
	}
#posters {
	width: 266px;
	position:absolute;
	left: 464px;
	top: 239px;	
	}
	
#posters > ul{
	position: relative;
	top:  4px;
}	
#accessories {
    left: 260px;
    padding-bottom: 80px;
    position: absolute;
    top: 700px;
  	}
  	
#accessories li .desc{
   left: -141px;
   position: relative;
   top: -63px;
    }

#accessories img{
/* 	width: 49%; */
}

#ltd {
    left: 715px;
    position: absolute;
    top: 234px;
    white-space: nowrap;
    width: 245px;	
   }
    
#ltd img{
	width: 79%
	}
	
#ltd .thirdStoreItem img{
	width: 193px;
	
}	

#ltd .thirdStoreItem  .desc {
    left: 5px;
    position: absolute;
    top: 80px;
}


#ltd li.firstStoreItem img{
 	width: 80%;

}

#ltd ul{
	width: %100;
	position:relative;
	top: 28px;
}	

#ltd .firstStoreItem{
	left: 36px;
    position: relative;
    top: -30px;
}
	
#ltd .secondStoreItem{
	left: 40px;
    position: relative;
    top: -35px;
}
#ltd .secondStoreItem div.desc{
   left: 8px;
    position: relative;
    top: -5px;
    width: 50px;
    }

#ltd .thirdStoreItem{
	left:40px;
    position: relative;
    top: 33px;
    width: 210px;
   }

#ltd .desc{
	left: 48px;
    position: relative;
    top: -95px;
}
#books ul li img {
	width: 166px;
}


#books .firstStoreItem{
	position: relative;
	left: -2px;
}
#books .secondStoreItem{
	position: relative;
	top: 25px;
}
#books .thirdStoreItem{
	position: relative;
	top: 31px;
	padding-left: 24px;
}

#books .thirdStoreItem img{
	width: 115px;
}



#bookstoreColumns #books .desc{
	position: relative;
	top: -8px;
	left:3px
	}	
	
#bookstoreColumns #media h1 {
	padding-left: 40px;
}	
	
#bookstoreColumns #books .firstStoreItem .desc{
/* 	top: 0px; */
}

#bookstoreColumns #books .secondStoreItem .desc{
	top: -22px;
}

#bookstoreColumns #books .thirdStoreItem .desc{
	top: -7px;
}

#media ul li img{
	width: 104px;
}

#media .firstStoreItem{
	position: relative;
	left: -2px;
	top: 2px;
}
#media .firstStoreItem div.desc{
	position: relative;
	left: 2px;
	top: -20px;
}

#media .secondStoreItem{
	position: relative;
	top:16px;
	left: -1px;
}

#media .secondStoreItem img{
	height: 100px;
}

#media .secondStoreItem div.desc{
	position: relative;
	left: 1px;
	top: -7px;
}

#media .thirdStoreItem{
	position: relative;
	top: 33px;
	left: -2px;
}

#media .thirdStoreItem div.desc{
	position: relative;
	left: 3px;
	top: -6px;
}




#posters #firstRow li{
	display:inline;
	}
#posters .row li{
	display:inline;
	padding:0px 0px 0px 0px;
	}
#posters #firstRow li.left{
	padding-left:0px;
	}
#posters #firstRow li.center{
	margin-left: -3px;
	}
#posters #firstRow li.right{
	margin-left: -3px;
	}	
	
#posters #firstRow li img{
	width: 85px;
}	
#posters ul.row img{
	width: 130px;
}

#posters li.odd {
	margin-left: -3px;
}

#bookstoreColumns > div > ul > li{
	transition: all .25s;
	opacity: 1;
}
#bookstoreColumns > div > ul > li:hover, #bookstoreColumns > div > ul > div a:hover{
/*
	transform: scale(1.03);
*/
/*
	opacity:.85;
*/
}

div.ps-document-overlay, div.ps-carousel {
	max-height: 100%;
	max-width: 100%;
	}
div.ps-toolbar {
	margin-top: -1px;
	}
	
div#vision img{
	height:100%;
	width:100%;
	
	}
	
/***************Bookstore Items**************/

.catalogGalleryDesc{
	left: 60px;
    position: absolute;
    top: 196px;
}

.catalogGalleryDesc p{
	font-size: 12px;
}
#santaMonicaCatalog.mainItemImage{
	left: 30px;
    position: absolute;
    top: 220px;
}


#tokyoCatalog.mainItemImage{
	left: 30px;
    position: absolute;
    top: 220px;
}


#santaMonicaCatalog.mainItemImage img{
	width:790px;
}

div.originalArtworks #santaMonicaCatalog.mainItemImage{
	top: 100px;
}


.media #santaMonicaCatalog.mainItemImage{
	left: 30px;
    position: absolute;
    top: 94px;
}

#boyReading #santaMonicaCatalog.mainItemImage img{
	width:730px;
}

#boyReading #santaMonicaCatalog.mainItemImage{
	top: 80px;
	left: -46px;
}

#boyReading #cartFunctions {
/* 	top:265px; */
}

#boyReading .itemDetails {
	top: 625px;
}

#posterItem #cartFunctions{
	top: -188px;
	margin-left: -40px;
}

.itemDetailsMult{
	margin-bottom: 25px;
}

.itemDetailsMult li.addToCartSpecific, .itemDetails li.addToCartSpecific{
	color: #808080;
 	font-weight: 800;
    letter-spacing: 0.5px;
    font-size: 12px;
}

li.addToCartSpecific a{
	font-size: 12px;
}

.itemDetails a{
	font-size: 12px;
	text-decoration: none;
	color: #808080;
	font-weight: bold;
}


#cartFunctions{
	position: absolute;
	left:727px;
	top:-180px;
	font-size: 10px;
	text-transform: uppercase;
	color: #808080;
	width: 90px;
}


#cartFunctions.storeHome {
/*
	left: 787px;
    top: 38px;
*/
	margin-left:20px;
}


#cartFunctions li{
line-height: 15px;
text-align: left;
font-weight: 800;
letter-spacing: .5px;
width: 211px;
}
#cartFunctions.cfExtra li{
	text-align: right;
}

#cartFunctions.storeHome li{
	text-align: left;
}

#cartFunctions li a{
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	
}


#boyReading .catalogDescription {
	top: 540px;
}

.media .catalogDescription {
	top: 540px;
}

.soundtrack .catalogDescription{
	top: 560px;
}

.soundtrack a{
	text-decoration: none;
	color: #808080;
	font-size: 16px;
}

.soundtrack .itemDetails a{
	font-size: 14px;
}


.catalogDescription {
	position: relative;
	top:520px;
	width: 500px;
	left: 40px;
}

.tcat  .catalogDescription {
	position: relative;
	top:540px;
	width: 525px;
	left: 40px;
}

ul.catDesc p{
	padding-bottom: 10px;
	padding-left: 18px;
}

.catalogDescription ul.catDesc li{
background: url("/images/store/black-circle5.png") no-repeat 7px 7px transparent; 
}

ul.catDesc p.plast{
	padding-bottom: 20px;
}

.catalogDescription p {
	font-size: 16px;
	padding-bottom: 20px;
	color: black;
	margin: 0 0 -10px 0;
	
}
.catalogDescription h1{
	font-size: 16px;
	padding-bottom: 20px;
	color: black;
	font-weight: 600;
}

.itemDetails {
    position: absolute;
	left: 767px;
    top: 355px;
    width: 210px;
}


.itemDetailsLong {
    position: absolute;
	left: 607px;
    top: 640px;
    width: 370px;

}

.itemDetailsLong li{
	font-size: 14px;
	text-align: right;
}


.itemDetails li{
	font-size: 14px;
	text-align: right;
}

#catalogItem{
	position: absolute;
	left: 20px;
}

#catalogItem .itemDetails{
    top: 583px;
    left: 767px;
}

#catalogItem.soundtrack .itemDetails{
	top:602px;
}

#posterItemContainer .itemDetails{
	top: 353px;
}

#catalogItem.sm .itemDetails{
	top:563px;
}

#catalogItem.ff .itemDetails{
	top:563px;
}


#cartFunctions{
	top: 38px;
	left: 766px;
}



#catalogItem.selectedWorks #cartFunctions{
	top:38px;
	width: 200px;	
}

#catalogItem #cartFunctions.cfExtra{
top: 545px;
}

#catalogItem.selectedWorks .itemDetails{
	top:680px;

}

.selectedWorks #santaMonicaCatalog.mainItemImage img{
	width:910px;
}

#tokyoCatalog.mainItemImage img{
	width:550px;
}


#catalogItem.originalArtworks #cartFunctions{
	width: 200px;	
}

#catalogItem.originalArtworks #cartFunctions.cfExtra{
	top: 605px;
	left: 730px;
	
}


#catalogItem.originalArtworks .itemDetails{
	top:739px;

}

.originalArtworks #santaMonicaCatalog.mainItemImage img{
	width:910px;
}

.originalArtworks .catalogDescription{
	top: 110px;
}




#posterItemContainer{
	position: absolute;
	top: 225px;
	left: 60px;
}

.verticalPoster #posterSpread img{
	height:300px;
}

.horizontalPoster #posterSpread img{
	height: 300px;
}

#posterText{
	position: absolute;
	top: 310px;
	left: 0px;
}

.credits p{
	line-height: 0px;
	font-size: 11px;
}
.credits{
	padding-bottom: 10px;
}
/***************Films**************/
#films{
	width:100%;
	height: 100%;
	position: absolute;
/* 	background-color: black;	 */
/* 	background-image: url('/images/blackPixel.png') */
	opacity: 0;
}

#filmsOne{
	width: 960px;
	height: 500px;
	position: relative;
	top: 200px;
	left: 20px;
	
}

.filmViewer{
	top: 150px;
	width: 640px;
	height: 360px;
	position:relative;
	
}

#threeFilms{
	top:89px;
}

/*



.filmThumbs3 img{
	width: 209px;
	height: 118px;
}
*/

.filmThumbs a{
	color: white;
	font-size: 12px;
	cursor: pointer;
}

.filmThumbs img{
	width: 317px;
	height: 178px;
	cursor: pointer;
}

.filmThumbs a#ft1{
	position: absolute;
	top: -52px;
}

.filmThumbs a#ft1 img{
	position: absolute;
	top: 18px;
	
}

.filmThumbs a#ft2{
	left: 322px;
	position: absolute;
	top: -52px;
}

.filmThumbs a#ft2 img{
	position: absolute;
	top: 18px;
}

.filmThumbs3 a{
	color: white;
	font-size: 12px;
	position: absolute;
}
.filmThumbs3 img{
	width: 200px;
	position: absolute;
	width: 210px;
	height: 118px;
}

.filmThumbs3 a#ft1{
	position: absolute;
	top: -52px;
}

.filmThumbs3 a#ft1 img{
	position: absolute;
	top: 18px;
}

.filmThumbs3 a#ft2{
	left: 215px;
	position: absolute;
	top: -52px;
}

.filmThumbs3 a#ft2 img{
	position: absolute;
	top: 18px;
}

.filmThumbs3 a#ft3{
	left: 430px;
	position: absolute;
	top: -52px;
}

.filmThumbs3 a#ft3 img{
	position: absolute;
	top: 18px;	
}

#film1{
	width: 640px;
	height: 360px;
	top: 0px;
	position: absolute;
	
}
#film2{
width: 640px;
	height: 360px;
	top: 0px;
	position: absolute;
}
#film3{
width: 640px;
	height: 360px;
	top: 0px;
	position: absolute;
	
}
#filmposition{
	top:180px;
	left:50%;
	position: absolute;
	margin-left: -320px;
	z-index: 199;
}

.filmViewer img{
	position: absolute;
	width: 640px;
}





/***************Links**************/
#links{
	
	position: absolute;
	margin: 0 auto;
	top: 140px;
	right: 16%;
	z-index: 199;
	
}
#links a{
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .7px;
	line-height: 30px;
	color: #C0B4A8;
	opacity: .75;
	-webkit-transition: all .25s;
	transition: all .25s;
}
#links a:hover{
	opacity: 1;
}

/***************Posts**************/
/***************Posts**************/
html.blog-html{
	height: 100%;
}
body#blog-body{
	min-height: 100%;
	height: 100%;
	background-color: white !important;
}
#postsContainer{
	width: 100%;
	margin: 0 auto;
	background-color:white;
	opacity: 0;
	min-height: 100%;
}
.postBody,#postsContainer .navigation {
	position: relative;
	font-size: 14px;
	padding-bottom: 50px;
	max-width: 530px;
	margin: 0 auto;
}
#postsContainer .navigation{
	font-size: 11px;
	text-transform: lowercase;
}

h1.postTitle{
	font-size: 24px;
	font-weight: 600;
	
}

#postsContainer p.postInfo{
	font-size: 12px;
	padding-top: 10px;
}

#postsContainer p{
    font-size: 16px;
    margin-top: 5px;
}
#postsContainer a{
	text-decoration: none;
	color: black;
}

.entry-content a{
	font-size: 16px;
	text-decoration: none;
	color: #838383;
}

.entry-content a:hover{
	color: #c3c3c3;	
}
.dingbat img{
	width: 45px;
	height: auto;	
}
.dingbat {
	position: relative;
	padding-top: 30px;
	text-align: center;
}

#postsContainer #content{
	padding-top: 160px;
}
.gcLightBox{
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1099;
	opacity: 0;
}
.gcLightBox img{
	width: 100%;
}
/* nav stuff */
.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	padding: 17px 0 23px;
	width: 80px;
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}

/***************SocialMediaButtons**************/

.socialButtons a{
	font-size: 12px;
	color: black;
	text-decoration: none;
	
}



  
#exhibitionsMuseumText h1{
	padding-top: 30px;
}    

.pagegc p.exhibitionDate {
	margin-top: 0px;
}

.pagegc p.magazine{
	margin-top: 0px;
	font-style: italic;
}


#mainLoader{
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: .25;
}

#bodyText.cart{
	padding: 120px 0 0 14px;
}

a.imageScroll img{
	height: 81px;
	width: 2475px;
}

#storeHomepage{
	position: absolute;
	top: 110px;
	left: 55px;
	height: 900px;
}

#storeHomepage img{
}

#privacyPolicyText{
	background-color: white;
    color: black;
    height: 170px;
    left: 500px;
    opacity: 0.75;
    padding-left: 7px;
    padding-top:5px;
    position: absolute;
    top: -214px;
    width: 340px;
    z-index: 2000;
}

.exhibitionsGallery #fullScreenReady{
	top: 211px;
}

.posters .touchcarousel .arrow-holder.disabled{
	display: none;
}

.catalogDescription .italic{
	font-size: 16px;
}

.catalogDescription a.videoLink{
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
}

	#galleryBlurb{
	font-size: 12px;
	left: 60px;
	position: absolute;
	top: 195px;
}

.entry-content div{
	font-size: 14px;
}

.entry-content a img{
	padding-top: 10px;
	width: 560px;
	height: auto;
}

#makeMeScrollable{
	left: 40px;
    position: relative;
    top: 114px;
    width: 100%
}

#makeMeScrollable div.scrollableArea img
{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	/* If you don't want the images in the scroller to be selectable, try the following
	   block of code. It's just a nice feature that prevent the images from
	   accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

p.fullCredits{
padding-bottom: 35px;
}

#description{
	position: absolute;
	left: -20000px;
	top: -20000px;
}
#socialButtonsNextVenue{
	position: relative;
	top: -20px;
}

#socialButtonsNextVenue li{
	display: inline;
}
#socialButtonsNextVenue li a{
	color: #808080;
    font-size: 11px;
    text-decoration: none;
    font-weight: 600;
}

.exhibitions_citybold {
	font-weight: bold;
	}
#gcBWContainer{
	position: absolute;
	opacity:0;
}

.loadingIframe {
display: block;
width: 100%;
height: 33px;
background: transparent url(/images/brownLoader2.gif) no-repeat scroll 0 0;
position: absolute;
/*top: 140px;
left: 330px;;
*/
top:50%;
left:50%;
z-index: 10;
}

#caption a.continueShopping {
background: transparent url(/images/continueShopping.gif) no-repeat scroll 0 0;
display: block;
width: 155px;
height: 25px;
cursor: pointer;
margin: 0 0 0 45px;
top: 10px;
z-index: 1;
}
a.continueShopping:hover {
background: transparent url(/images/continueShopping.gif) no-repeat scroll 0 -25px;
}
#frameCart{
	position: relative;
	z-index: 1;	
}

.blogSpacer{
	height: 110px;
}

li.bracelet {
	margin-left: -5px;
}
.bracelet img{
	width: 95px;	
}

.bracelet .desc{
	padding-left: 5px;
}

p.removeMailStyle{
	margin-top: -20px;
}

p.removeMailStyle a{
	color: black;
	font-size: 16px;
	text-decoration: none;
}

ul.downloadDetails{
	padding-left: 58px;
}
.downloadDetails li{
	text-align: left;
}
.downloadDetails li a{
	text-decoration: none;
	color:black;
	font-size:14px;
}

p.readMore {
	font-size: 12px;
    margin-left: 430px;
    margin-top: -18px;
    padding-bottom: 10px;
}

#big-video-wrap{
	background-color: black;
}

@media only screen and (max-width: 1024px) {
	#films{
		top:20px;
	}
	#bookstoreColumns{
/*
		left:-30px;
*/
	}		
	#pageContents #fullScreenReady{
		top:613px;
	}	
	#access #rightNav {
		left: 88%;
	}
}


@media only screen and (max-width: 1070px){
	.itemDetails, #catalogItem .itemDetails{
		left: 641px;
	}	
	.itemDetailsLong{
		left:550px;
	}
}

