@font-face {
    font-family: Gill Sans;
    src: url('ttf/GILLSANS.TTF') format("truetype");
}@font-face {
	font-family: Gill Sans;
  src: url('ttf/GILLSANI.TTF') format("truetype");
	font-style: italic;
}@font-face {
	font-family: Gill Sans;
  src: url('ttf/GILLSANB.TTF') format("truetype");
	font-weight: bold;
}body, table {
	margin: 0px;
	font-size: 12px;
	font-family: Gill Sans, courier new, courier, monospace;
}iframe{
    display: block;
    width: 100%;
    height: 100%;
}

div{
	box-sizing: border-box;
}.noselect{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}.disabled{
   pointer-events: none !important;
   cursor: default !important;
	 opacity: 0.8;
}
a.disabled{
	pointer-events: none !important;
	cursor: default !important;
}

form{
	margin-bottom: 24px;
}

.homesplash{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-position: center;
	background-size: cover;
	position: relative;
}.homeimg{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: none;
}.homeimg.on{
	display: block;
}.hometitle{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0px auto;
	text-align: center;
	top: 45%;
	color: #fff;
	font-size: 54px;
	z-index: 100;
}.hometitle:hover{
	/*color: #000;*/
}

.details{
	padding: 64px 64px 0 64px;
	background-color: #fff;
	width: 100%;
	min-height: 128px;
	color: #000;
	font-size: 14px;
	line-height: 22px;
}.galleries{
	text-align: center;
	position: relative;
	width: 100%;
	background-color: #fff;
	float: left;
}.gal{
	text-align: center;
	display: inline-block;
	width: 220px;
	margin: 0 auto;
}.gal a{
	color: #000;
}.emaillink{
	padding: 64px;
}.emaillink a{
	color: #000;
}.ig {
	margin: 20px auto 0 auto;
	display: block;
	background-image: url('ig_icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 28px;
	height: 28px;
}


#menu{
  display: inline;
  position: fixed;
  left: 16px;
  top: 14px; /*account for text dropping down slightly*/
  overflow: hidden;
	font-size: 15px;
	line-height: 20px;
	-webkit-font-smoothing: antialiased
}#menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}#menu li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#main{
    display: block;
		font-size: 15px;
		line-height: 18px;
    margin: 53px 16px 0px 200px;
		-webkit-font-smoothing: antialiased
}#mainview{
    display: block;
    margin: 20px 0px 0px 100px;
}#mainholder{
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    margin: 0px 0px 0px 0px;
}

#main.news a:after{
	content: '\a \a \a \a';
	white-space: pre;
	display: block;
}#main.news img{
	margin-bottom: 16px;
	max-width: 640px;
	width: 100%;
}#main.store{
	position: relative;
}


/* nav colors */
a{
	text-decoration: none;
}

#main.news a, #main.news, ul.news a, ul.news a:visited{
	color: #B7CAC5;
}ul > li.news a:hover, #main.news a:hover span{
	background: #B7CAC5;
}ul > li.news.selected a, #main.news a:hover span{
	color: #9E7442 !important;
}

#main.works a, #main.works, #main.workview a, #main.workview, ul.works a, ul.works a:visited{
	color: #3AB596;
}ul > li.works a:hover, #main.workview a:hover{
	background: #3AB596;
}li.works.selected a, #main.workview a:hover{
	color: #8A181B !important;
}

#main.bio a, #main.bio, ul.bio a, ul.bio a:visited{
	color: #B12024;
}ul > li.bio a:hover{
	background: #B12024;
}li.bio.selected a{
	color: #BEC8A5 !important;
}

#main.press a, #main.press, ul.press a, ul.press a:hover{
	color: #D2B12A;
}ul > li.press a:hover{
	background: #D2B12A;
}li.press.selected a{
	color: #100C0D !important;
}

#main.books a, #main.books, ul.books a, ul.books a:hover{
	color: #EC1A64;
}ul > li.books a:hover{
	background: #EC1A64;
}li.books.selected a{
	color: #98C5AA !important;
}

#main.videos a, #main.videos, ul.videos a, ul.videos a:hover{
	color: #007354;
}ul > li.videos a:hover{
	background: #007354;
}li.videos.selected a{
	color: #D0B89A !important;
}

#main.store a, #main.store, ul.store a, ul.store a:hover{
	color: #0021a2;
}ul > li.store a:hover, #main.store a:hover{
	background: #0021a2;
}li.store.selected a, #main.store a:hover{
	color: #008b11 !important;
}

#main.contact a, #main.contact, ul.contact a, ul.contact a:hover{
	color: #944928;
}ul > li.contact a:hover, #main.contact a:hover{
	background: #944928;
}li.contact.selected a, #main.contact a:hover{
	color: #B7CAC5 !important;
}

/* end nav colors */


/*EXTRA STYLES */
.bold{
    font-weight: bold;
}.bioblock{
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    margin: 0px 0px 12px 0px;
}.bioyear{
    width: 37px;
    display: inline;
    float: left;
    background: #fff;
}.bioinfo{
    float: left;
    display: inline;
    background: #fff;
    width: 85%;
}.workblock{
    display: block;
    float: left;
    width: 100%;
    margin: 0px 0px 30px 0px;
		text-align: left;
}.workyear{
    display: table;
    width: 30px;
    float: left;
    left: 0px;
		padding-top: 55px;
    top: 0px;
}.imgsblock{
	width: 100%;
	padding-left: 30px;
}.thumb144{
    display: inline-block;
    width: 120px; /*144*/
    height: 120px;
    margin: 0px 15px 30px 15px;
    position: relative;
    background: #fff;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
}.thumb144:hover{
    cursor: pointer;
    background-color: #3AB596;
		background-image: none !important;
}.thumb144:hover img{
    display: none;
}

/* defaults for entries in books, press, store */
.entryholder{
	display: inline;
	float: left;
	position: relative;
	text-align: left;
	text-decoration: none;
	margin: 0px 30px 30px 0px;
}.entryholder:hover{
	cursor: pointer;
}.entryholder img:hover, .entryholder:hover img{
    display: none;
    cursor: pointer;
}.innerthumb{
	display: inline;
	float: left;
	text-align: left;
	width: 144px;
	height: 144px;
}.innerthumb img{
}.entryinfo{
    display: inline;
    float: left;
    margin: 8px 0px 0px 0px;
}.storethumb img{
	height: 144px;
	width: auto;
}

/* book entries */
.bookholder, .bookholder a{
    width: 160px; /*was 144 */
    height: 320px; /*was 280 */
    color: #EC1A64;
}.bookthumb:hover{
    background: #EC1A64;
}.bookholder:hover, .bookholder a:hover, .bookholder:hover a{
    background: #EC1A64;
    color: #98C5AA !important;
}

/* press entries */
.pressholder, .pressholder a{
		width: 160px; /*was 144 */
    height: 320px; /*was 280 */
    color: #D2B12A;
}.pressthumb:hover{
    background: #D2B12A;
}.pressholder:hover, .pressholder a:hover, .pressholder:hover a{
    background: #D2B12A;
    color: #000 !important;
}

/* store entries */
.storeholder, .storeholder a{
		width: 200px;
    height: 350px;
    color: #0021a2;
}.storethumb:hover{
    background: #0021a2;
}.storeholder:hover, .storeholder a:hover, .storeholder:hover a{
    background: #0021a2;
    color: #000 !important;
}

#storeview{
	width: 70%;
	max-width: 720px;
	background-position: left top;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline;
	float: left;
	position: absolute;
	left: 30%;
}.storeviewinfo{
	width: 30%;
	padding-right: 12px;
	display: inline;
	float: left;
}.charitylabel{
	float: left;
	clear: both;
}.buynow{
	margin-top: 8px;
	margin-bottom: 24px;
	border: 1px solid #0021a2;
	height: 31px;
	padding: 6px 12px;
	width: auto;
	display: block;
	float: left;
	clear: both;
}.buynow:hover{
	background: #0021a2;
	color: #008b11;
}

#contactleft{
    display: inline;
    float: left;
    background: #fff;
    width: 250px;
}#contactright{
    display: inline;
    float: left;
    background: #fff;
}.subjectname{
  display: inline;
  float: left;
  width: 50px;
  padding: 4px 0px 0px 0px;
  background: #fff;
}.subjectbox {
  background-color: #fff;
  color: #944928;
  border: 1px solid #944928;
  height: 24px;
  width: 230px;
  font-family: Gill Sans, courier new, courier, monospace;
}.messagebox {
  background-color: #fff;
  border: 1px solid #944928;
  height: 200px;
  width: 280px;
  font-family: Gill Sans, courier new, courier, monospace;
  color: #944928;
}.submitbtn {
  background-color: #fff;
  color: #944928;
  height: 24px;
  width: 62px;
  border: 1px solid #944928;
  padding: 1px 0px 0px 0px;
  cursor: hand;
  font-family: Gill Sans, courier new, courier, monospace;
}  .submitbtn:hover{
  color: #B7CAC5;
  background-color: #944928;
}


#viewimage{
	display: inline;
	text-align: center;
	width: 100%;
	margin: 0px 0px 12px 0px;
	float: left;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}.viewdescrip, .controls{
	display: block;
	text-align: center;
	margin: 0px auto;
	float: left;
	width: 100%;
	height: auto;
}.viewdescrip{
	margin-bottom: 12px;
}

.vidtitle{
	position: relative;
	float: left;
	margin: 8px 0px 30px 0px;
}.videoembed{
	width: 100%;
	max-width: 500px;
	display: inline;
	float: left;
	margin-right: 40px;
	position: relative;
}
.vidholder{
	position: relative;
}
.vidholder iframe, .vidholder object, .vidholder embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.shippingterms{
	float: left;
	display: block;
	clear: both;
}

#mobilemenu{
	display: none;
}#desktopmenu{
	display: block;
}

@media(max-width: 820px){
	.details{
		padding: 48px 16px 16px 16px;
	}
	.gal{
		width: 100%;
		margin-bottom: 32px;
	}
	.emaillink{
		width: 100%;
		padding: 24px 0 64px 0;
	}
}

@media(max-width: 640px){

	.videoembed{
		width: 100%;
		max-width: 640px;
		margin-right: 0px !important;
	}

	.viewdescrip{
		height: 30px;
		margin-bottom: 12px;
	}

	#main{
	    display: block;
			padding: 12px;
	    margin: 40px 0px 0px 0px;
			width: 100%;
	}

	.workyear{
		display: block;
		float: left;
		clear: both;
		padding: 0px;
		margin-bottom: 12px;
	}.imgsblock{
		padding: 0px;
		display: block;
		clear: both;
		text-align: center;
	}.thumb144{
		width: 45%;
		height: 0px;
		margin: 0px 6px 10% 6px;
		padding-bottom: 40%;
	}.thumb144:nth-child(even){
		margin: 0px 6px 10% 0px;
	}.thumb144:nth-child(odd){
		margin: 0px 0px 10% 6px;
	}

	#mobilemenu{
		display: block;
		height: 44px;
		position: fixed;
		width: 100%;
		overflow: visible;
	}#desktopmenu{
		display: none;
	}#menu{
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 100;
		overflow: visible;
	}.innermenu{
		position: absolute;
		top: -128px;
		height: 128px;
		padding-left: 42px;
		padding-top: 4px;
		width: 100%;
		background: #fff;
		z-index: 50;
		transition: all .25s ease 0s;
	}#mobilemenu.on .innermenu{
		display: block;
		top: 40px;
	}

	.topbar{
		position: absolute;
		top: 0px;
		left: 0px;
		height: 44px;
		padding: 8px 13px;
		width: 100%;
		background: #fff;
		z-index: 100;
	}.mobilebutton{
		width: 18px;
		height: 18px;
		display: inline;
		float: left;
	}.mobilebutton:hover{
		cursor: pointer;
	}

	.mobilebutton svg{
		width: 100%;
		fill: #000;
	}.title{
		margin-top: 5px;
		margin-left: 12px;
		display: inline;
		float: left;
	}

	/*mobile page styles*/
	#main.news img{
		width: 100%;
	}

	/* mobile menu coloring*/
	#menu .innermenu li{
		margin-bottom: 10px;
	}#menu .innermenu ul{
		width: 40%;
		display: inline;
		float: left;
	}#menu #mobilemenu.on .topbar svg{
		fill: #fff;
	}#menu #mobilemenu.on .topbar .title, #menu #mobilemenu.on .innermenu a{
		color: #fff;
	}

	/*mobile menu coloring*/
	#menu.news .topbar svg{
		fill: #B7CAC5;
	}#menu.news .topbar .title{
		color: #B7CAC5;
	}#menu.news #mobilemenu.on .topbar, #menu.news #mobilemenu.on .innermenu{
		background: #B7CAC5;
	}

	#menu.works .topbar svg{
		fill: #3AB596;
	}#menu.works .topbar .title{
		color: #3AB596;
	}#menu.works #mobilemenu.on .topbar, #menu.works #mobilemenu.on .innermenu{
		background: #3AB596;
	}

	#menu.bio .topbar svg{
		fill: #B12024;
	}#menu.bio .topbar .title{
		color: #B12024;
	}#menu.bio #mobilemenu.on .topbar, #menu.bio #mobilemenu.on .innermenu{
		background: #B12024;
	}

	#menu.press .topbar svg{
		fill: #D2B12A;
	}#menu.press .topbar .title{
		color: #D2B12A;
	}#menu.press #mobilemenu.on .topbar, #menu.press #mobilemenu.on .innermenu{
		background: #D2B12A;
	}

	#menu.books .topbar svg{
		fill: #EC1A64;
	}#menu.books .topbar .title{
		color: #EC1A64;
	}#menu.books #mobilemenu.on .topbar, #menu.books #mobilemenu.on .innermenu{
		background: #EC1A64;
	}

	#menu.videos .topbar svg{
		fill: #007354;
	}#menu.videos .topbar .title{
		color: #007354;
	}#menu.videos #mobilemenu.on .topbar, #menu.videos #mobilemenu.on .innermenu{
		background: #007354;
	}

	#menu.store .topbar svg{
		fill: #0021a2;
	}#menu.store .topbar .title{
		color: #0021a2;
	}#menu.store #mobilemenu.on .topbar, #menu.store #mobilemenu.on .innermenu{
		background: #0021a2;
	}

	#menu.contact .topbar svg{
		fill: #944928;
	}#menu.contact .topbar .title{
		color: #944928;
	}#menu.contact #mobilemenu.on .topbar, #menu.contact #mobilemenu.on .innermenu{
		background: #944928;
	}

	.entryholder{
		width: 50%;
		margin: 0px;
		position: relative;
	}.entryholder a{
		width: 100%;
		margin: 0px;
		height: auto;
	}.entryholder:nth-child(odd){
		padding-right: 12px;
	}.innerthumb{
    width: 100%;
		overflow: hidden;
	}.innerthumb img{
		max-width: 144px;
		max-height: 144px;
	}


	.bookholder{
    height: 300px;
		margin-bottom: 40px;
	}.pressholder{
    height: 270px;
		margin-bottom: 40px;
	}.storeholder{
    height: 360px;
		margin-bottom: 40px;
	}

	.hometitle{
		top: 48%;
		font-size: 28px;
	}

	#storeview{
		width: 100%;
		max-width: 100%;
		background-position: center center;
		display: block;
		position: relative;
		left: 0;
		right: 0;
	}.storeviewinfo{
		width: 100%;
		max-width: 100%;
		margin-top: 12px;
		position: relative;
		display: block;
	}

}

@media(min-width: 768px){
	.hometitle{
		font-size: 72px;
	}
}
