@font-face {
    font-family: 'open_sansregular';
    src: url('webfonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot');
    src: url('webfonts/opensans_regular_macroman/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/opensans_regular_macroman/OpenSans-Regular-webfont.woff') format('woff'),
         url('webfonts/opensans_regular_macroman/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('webfonts/opensans_regular_macroman/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksandregular';
    src: url('webfonts/quicksand_regular/quicksand-regular-webfont.eot');
    src: url('webfonts/quicksand_regular/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('webfonts/quicksand_regular/quicksand-regular-webfont.woff') format('woff'),
         url('webfonts/quicksand_regular/quicksand-regular-webfont.ttf') format('truetype'),
         url('webfonts/quicksand_regular/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: open_sansregular, 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;	
	background: url(https://erincone.com/images/hdr_bkgd.png);
	background-repeat: repeat-x;
}

body.recent, body.selected {
	overflow: hidden; /* fixes IE bug */
}

h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
}

a {
	color: #888;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	display: block;
}

a img {
	border: 0;	
}

form {
	margin: 0;
	padding: 0;
	border: 0;
}

input, textarea, select, option {
	font-family: open_sansregular, 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13px;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
	line-height: 24px;
}

p.init {
	margin-top: 0;
	padding-top: 0;
}

p.hdr-img-init {
	margin-top: 20px;
	padding-top: 0;
}

/* header, nav ********************************************************************************* */

header {
	height: 44px;
}

#ec {
	float: left;
	display: block;
	width: 228px;
	height: 25px;
	background: url(https://erincone.com/images/erin_cone2.png) no-repeat;
}

nav {
	float: right;
}

nav ul {
	margin: 0;
	padding: 0;
}

nav ul li {
	display: block;
	float: left;
	list-style-type: none;
}

nav ul li:nth-child(5) {
  padding-left: 30px;
}

nav ul li:last-child {
	padding-left: 6px;
}

#news {
	background: url(https://erincone.com/images/nav/news.png) no-repeat;
	display: block;
	height: 28px;
	width: 61px;
}

#about {
	background: url(https://erincone.com/images/nav/about.png) no-repeat;
	display: block;
	height: 28px;
	width: 70px;
}

#contact {
	background: url(https://erincone.com/images/nav/contact.png) no-repeat;
	display: block;
	height: 28px;
	width: 87px;
}

#editions {
	background: url(https://erincone.com/images/nav/editions.png) no-repeat;
	display: block;
	height: 28px;
	width: 85px;
}

#press {
	background: url(https://erincone.com/images/nav/press.png) no-repeat;
	display: block;
	height: 28px;
	width: 60px;
}

#paintings {
	background: url(https://erincone.com/images/nav/paintings.png) no-repeat;
	display: block;
	height: 28px;
	width: 95px;
}

#instagram {
	background: url(https://erincone.com/images/nav/instagram-hdr.png) no-repeat;
	display: block;
	height: 24px;
	width: 24px;
}

#facebook {
	background: url(https://erincone.com/images/nav/facebook-hdr.png) no-repeat;
	display: block;
	height: 24px;
	width: 24px;
}

#news.sel, #about.sel, #contact.sel, #editions.sel, #press.sel, #paintings.sel {
	background-position: 0 -30px;
}

nav li ul a {
	display: block;
	height: auto;
	background: #fff;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: 1px solid #fff;
	font-family: quicksandregular, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif;	
	font-size: 15px;
	color: #888;
}

nav li ul a:hover, nav li ul a.dropSel {
	font-weight: bold;
	text-decoration: none;
}

nav li ul, nav li li, nav li ul a {
	width: 80px;
}

nav li ul {
	position: absolute;
	padding: 0;
	margin: 0 0 0 10px;
	border-right: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	left: -999em;
}

nav ul li li:last-child {
	padding-left: 0; /* overrides top-level last-child rule */
}

nav li:hover ul {
	left: auto;
	top: 25px;
	z-index: 99;
}

/* end header, nav ********************************************************************************* */

.container {
	position: relative;
	margin: 0 50px;
	height: 500px; /* for older browsers */
	height: -webkit-calc(100% - 124px); /* iOS 6 */
	height: calc(100% - 124px);	
	min-height: 300px;
	overflow: hidden;		
}

.container.loading {
	background: url(../images/preloader.gif) center center no-repeat;
}

.container.error-msg {
	margin: 0;
	background: rgb(206,220,231); /* Old browsers */
	background: radial-gradient(ellipse at center,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* W3C */
}

#error-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 20px;
	line-height: 36px;
	text-align: center;
}

#left-arrow {
	position: absolute; 
	left: 0;
	top: 188px; /* for older browsers */
	top: -webkit-calc(50% - 100px); /* iOS 6 */
	top: calc(50% - 100px); 
	display: block; 
	width: 50px; 
	height: 200px; 
	background: url(../images/left-arrow.png) center center no-repeat;
}

#right-arrow {
	position: absolute; 
	right: 0; 
	top: 188px; /* for older browsers */
	top: calc(50% - 100px); 
	display: block; 
	width: 50px; 
	height: 200px; 
	background: url(../images/right-arrow.png) center center no-repeat;
}

a.inactive {
	opacity: .1;
	cursor: default;
}

.item {
	position: absolute;
	left: -9999px;
	float: left;
	width: 100%;
	height: 100%;	
}

figure {
	display: none;
	margin: 0;
	padding: 0;
}

/* footer, jcarousel ********************************************************************************* */

footer {
	height: 80px;
}

footer ul {
	margin: 0 auto;
	padding: 0;
}

footer li {
	float: left;	
	list-style-type: none;
}

footer li img {
	border: 3px solid #eee;
}

footer li.active img {
	border: 3px solid #777;
}

.footer-content {
	position: relative;
	top: 3px;
	width: 1000px;
	margin: 0 auto;
}

.ftr-txt-01 {
	position: absolute;
	top: 20px;
	left: 0;
}

.ftr-txt-02 {
	position: absolute;
	top: 20px;
	right: 0;
	text-align: right;
}

.j-wrapper {
	position: relative;
	width: 660px; /* .jcarousel width + 100px */
	height: 74px;
	margin: 0 auto;
}

.jcarousel {
	position: relative;
	overflow: hidden;
	width: 560px; /* (64+6) * 8 */
	margin: 0 auto;
	padding-top: 2px;
}

.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcarousel li {
	float: left;
}

a.jcarousel-control-prev {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	height: 69px;
	width: 35px;
	background: url(../images/left-arrow-sm2.png) no-repeat;
	opacity: .4;
}

a.jcarousel-control-next {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	height: 69px;
	width: 35px;
	background: url(../images/right-arrow-sm2.png) no-repeat;
	opacity: .4;
}

a.jcarousel-control-next.inactive,
a.jcarousel-control-prev.inactive {
	opacity: .1;
	cursor: default;
}

/* end footer, jcarousel ********************************************************************************* */

#main {
	padding: 30px;;
	overflow: auto; /* account for floated sections */
}

.txt-hdr {	
	color: #888888;
	padding-top: 12px;
	font-family: quicksandregular, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif;	
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
	padding-bottom: 10px;
}

a.txt-hdr-link {
	color: #888888;
	text-decoration: none;
  border-bottom: 1px dotted #aaa;
}

a.txt-hdr-link:hover {
	border-bottom: 1px dotted #fff;
}

.txt-hdr2 {
	padding: 26px 0 8px 0;
}

.txt-hdr-solo {
	padding-bottom: 15px;
}

.list0 {
	line-height: 16px;
	padding-left: 0;
	margin-left: 0;
	margin-top: 6px;
}

.list0 li {
	list-style-type: none;
	margin-bottom: 8px;
}

.pr a, #rep a, .lnk0, .in-link-txt {
  text-decoration: none;
  border-bottom: 1px dotted #888888;
	color: #888888;
}

.pr a:hover, #rep a:hover, .lnk0:hover, .in-link-txt:hover {
  border-bottom: none;
}

.txt-side-hdr {
	display: inline-block;		
	color: #888888;
	padding-bottom: 6px;
	font-family: quicksandregular, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
}

#gallery-list {
	margin-top: 45px;
	line-height: 24px;
}

.about #main {
	max-width: 1400px;
}

.about section {
	float: left;
	width: 70%;
}

.about section p {
	padding-right: 15%;
}

.about aside {
	float: right;
	width: 30%;
}

.float-break {
	clear: both;
	height: 1px;
	width: 10px;
}

.img-col-1 {
	float: left;
	width: 180px;
	padding-right: 20px;
}

.img-col-2 {
	display: none;
	float: left;
	width: 206px;
}

.img-col-3 {
	display: none;
	float: left;
	width: 183px;
	padding-left: 20px;
}

.img-col-1 img:nth-child(2) {
	padding-top: 20px;
}

.img-col-2 img:nth-child(2) {
	padding-top: 20px;
}

.img-col-3 img:nth-child(2) {
	padding-top: 20px;
}

.cv-year {
	display: inline-block;
	width: 90px;
	vertical-align: top;
}

.cv-rep {
	padding: 0 5px;
}

.cv-descrip {
	display: inline-block;
	width: -webkit-calc(100% - 90px); /* iOS 6 */
	width: calc(100% - 90px); /* 100% - .cv-year width */
}

.list2 em {
	letter-spacing: .5px;
}

.pg-hdr {
	color: #888888;
	padding-bottom: 26px;
	font-family: quicksandregular, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif;	
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
}

.contact #main {
	width: 700px;
}

.contact-form {
	float: right;
	width: 380px;
	padding: 0 31px 16px 0;
  margin: 1px 0 20px 80px;
}

.contact-form.confirm {
	border-bottom: 1px solid #ccc;
}

#rep {
  float: left;
}

#rep p {
	margin: 16px 0;
  padding-left: 20px;
  line-height: 22px;
}

#rep p.init {
  padding-left: 0;
	color: #888888;
	font-family: quicksandregular, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif;
	font-size: 20px;
}

.contact-action {
	display: block;
	margin: 23px 0 16px 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	color: #000;
	text-decoration: none;
}

.contact-link {
  padding-bottom: 4px;
}

.contact-action:first-child {
	margin-top: 16px;
}

.contact-action:hover {
	cursor: pointer;
}

.contact-action img {
	padding: 0 0 0 3px;
	vertical-align: top;
}

#ca-email, #ca-subscribe {
	display: none;
	min-height: 20px;
	margin: 0 0 30px 10px;
}

#ca-subscribe-note {
	padding: 0 0 10px 0;
	font-size: 14px;
	color: #666666;
}

.hrz {
	color: #999;
}

.vrt {
	display: inline-block;
	padding: 0px 3px 4px 2px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #999;
}

.open .vrt {
	display: inline-block;
	padding: 0px 3px 4px 2px;
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.response {
	padding: 15px 60px 0 0;
	text-align: right;
	font-size: 14px;	
	opacity: .1;
}

#name1 {
  width: 265px;
  color: #888888;
}

#emailaddress1 {
  margin-top: 9px;
	width: 265px;
	color: #888888;
}

#emailaddress2 {
	width: 265px;
	color: #888888;
}

#message1 {
  height: 120px;
  width: 332px; /* was 343px */
	margin: 9px 1px 3px 1px;
	padding: 2px;
	color: #888888;
}

.formTxtWrite {
  color: #333 !important;
}

.button { 
	font-size: 15px;
  border: #888888 1px solid; 
  background: #F4F4F4; 
  color: #000000; 
  float: right;
}

.button:hover {
	background: #fff;
	cursor: pointer;
}

.radio-txt {
	position: relative;
	top: -3px;
}

.note, .note2 {
  margin: 11px 0 11px 0;
  text-align: left;
  font-family: open_sansregular, 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.note2 {
	margin-top: 0;
}

.inset {
	display: inline-block;
	padding: 0 0 0 20px;
}

.emailer {
	padding-bottom: 70px;
}

.emailer img {
	display: block;
}

.checkbox-txt {
	padding: 20px 0 5px 0;
	overflow: auto;
}

.checkbox-txt input {
	float: left;
	display: block;
}

.checkbox-txt span {
	float: left;
	display: block;
	width: 290px;
	margin: 0 0 0 5px;
}

.set {
  line-height: 22px;
}

.set-buffer {
  height: 1px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #888888;
  clear: both;
}

/* section */
.press-txt {
	float: left;
	width: 35%;
	padding-right: 5%;
}

/* section */
.press-imgs {
	float: right;
	width: 60%;
}

.credit {
  color: #888888;
  float: right;
  margin-top: 10px;
}

.pr a, #rep a, .lnk0, .in-link-txt {
  text-decoration: none;
  border-bottom: 1px dotted #888888;
	color: #888888;
}

.pr a:hover, #rep a:hover, .lnk0:hover, .in-link-txt:hover {
  border-bottom: none;
}

.press-imgs {
	line-height: 22px;
}

.unit {
	display: block;
	float: left;
	padding: 0 10px 10px 0;
}

.press-imgs img {
	float: left;
}

.press-imgs ul {
	margin: 0;
	padding: 0;
}

.press-imgs li {
	list-style-type: none;
	overflow: auto;
}

.press-imgs li.c1 {
	padding-right: 10px;
	margin-right: 10px;
}

.press-title {
	display: block;
	margin: 10px 0 6px;
}

.press-title a {
	text-decoration: none;
  border-bottom: 1px dotted #888888;
	color: #888888;
	line-height: 18px;
}

.press-imgs li span a:hover {
	border-bottom: 1px dotted #fff;
}

.page-num {
	float: left;	
	margin-top: 22px;
	font-family: quicksandregular, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif;	
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 1px;
	color: #888888;
}

.next-pg {
	float: left;
	display: block;
	width: 55px;
	height: 69px;
	background: url(../images/right-arrow-sm.png) 20px 0 no-repeat;	
}

.prev-pg {
	float: left;
	display: block;
	width: 55px;
	height: 69px;
	background: url(../images/left-arrow-sm.png) 10px 0 no-repeat;
}

.pg-img {
	clear: both;
	max-width: 100%;
	margin-top: 81px;
	border: 1px solid #ccc;
}

.txt-max {
	max-width: 800px;
}

.footer-content-mini {
	display: none;
}

#ie-warn {
	position: absolute;
	top: 30px;
	padding: 10px 10%;
	width: 80%;
	background: yellow;
	text-align: center;
	font-size: 16px;
	z-index: 9999;
}

#ie-warn-x {
	display: block;
	position: absolute;
	top: 31px;
	right: 15px;
	z-index: 10000;
	padding: 10px;
	font-size: 26px;
	color: #000;
	cursor: pointer;
}

#ie-warn-x:hover {
	text-decoration: none;
}

.gallery-label {
	position: absolute;
	top: 120px;
	right: -25px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	font-size: 24px;
	font-family: quicksandregular,"Century Gothic",CenturyGothic,"Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
	color: #ccc;
}

.gallery-selected {
	right: -39px;
}

.gallery-emergence {
	right: -93px; 
	top: 153px; 
	font-size: 20px; 
	color: #bbb;
}

.gallery-ineffable {
	right: -84px; 
	top: 153px; 
	font-size: 20px; 
	color: #bbb;
}

.gallery-caesura {
	right: -115px; 
	top: 185px; 
	font-size: 20px; 
	color: #bbb;
}

.gallery-liminal {
	right: -105px; 
	top: 175px; 
	font-size: 20px; 
	color: #bbb;
}

.gallery-wishfulfillment {
	right: -117px; 
	top: 190px; 
	font-size: 18px; 
	color: #bbb;
}

.gallery-stages-of-believing {
	right: -153px; 
	top: 226px; 
	font-size: 18px; 
	color: #bbb;
}

.gallery-time-and-tide {
	right: -103px; 
	top: 163px; 
	font-size: 18px; 
	color: #bbb;
}

.gallery-boundless {
	right: -100px; 
	top: 153px; 
	font-size: 20px; 
	color: #bbb;
}

.gallery-label-mini {
	display: none;
}

/* print editions */

body.editions, body.editions-landing {
	background-image: url(https://erincone.com/images/hdr_bkgd2.png);
	background-color: #eee;
	background-position: 0 -33px;
}

body.editions-landing #main {
	max-width: 1500px;
}

.editions #main {
	max-width: 1130px;
}

.editions aside {
	box-sizing: border-box;
	float: left;
	width: 36%;
	padding: 0 30px 0 0;
}

.editions-landing aside {
	box-sizing: border-box;
	float: left;
	width: 30%;
}

.editions aside.p-item-sidebar {
	padding-right: 20px; /* overrides .editions aside default */
	width: 35%;
}

.p-sidebar-content {
	width: 308px;
	font-size: 14px;
}

.p-full-content h2,
.p-sidebar-content h2 {
	margin-bottom: 20px;
	font-family: quicksandregular, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #888888;
}

.pr-sp {
	height: 1px;
	padding: 4px 0 30px 0;
}

.editions section {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	float: left;
	padding-top: 3px;
	width: 64%; /* was 60% */
	max-width: 678px;
	text-align: center;
}

.editions-landing section {
	float: left;
	padding: 0 2% 0 0;
	width: 68%;
	min-width: 305px;
}

.p-item-sidebar-content {
	max-width: 298px;
}

.p-sidebar-section {
	padding-top: 50px;
	margin-left: 30px;
	font-size: 14px;
}

.pp-form {
	padding-top: 22px;
	text-align: right;
}

.pp-title {
	float: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1.2px;
	color: #676767;
}

.pp-price1 {
	display: block;
	padding: 0 0 6px 0;
}

.p-item-main-content form table {
	float: right;
	font-size: 14px;
}

.p-item-main-content form td {
	color: #676767;
}

.p-item-main-content form input {
	float: right;
	clear: both;
}

.p-item-main-content form input[type=image]:hover {
	opacity: .8;
}

.p-item-main-content form img {
	display: inline;
	padding: 0;
	box-shadow: none;
}

.p-item-main-content form select {
	margin: 8px 0 12px 0;
	font-family: open_sansregular, 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 13.4px;
}

.p-item-sidebar-content h2 {
	margin-bottom: 20px;
	font-family: quicksandregular, "Century Gothic", CenturyGothic, "Apple Gothic", AppleGothic, "URW Gothic L", "Avant Garde", Futura, sans-serif;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #888888;
}

p.list-hdr {
	margin-bottom: 0;
	padding: 10px 0 0 0;
}

.p-sidebar-content p.list-hdr {
	color: #676767;
	letter-spacing: 1px;
}

.p-item-sidebar-content ul {
	margin-top: 6px;
	padding-left: 28px;
}

.p-item-sidebar-content li {
	list-style-type: circle;
	line-height: 40px;
	color: #676767;
}

.p-item-sidebar-content li span {
	color: #000;
}

hr.prt { 
	border: 0; 
	height: 1px; 
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0)); 
	background-image: linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
}

ul.pr {
	padding-top: 8px;
	padding-left: 15px;
	margin: 14px 0;
}

ul.pr0 {
	padding-top: 10px;
}

.p-full-content-inner-space ul.pr {
	padding-left: 15px;
}

ul.pr li {
	padding-bottom: 20px;
	list-style-type: circle;
	line-height: 23px;
	color: #676767;
}

ul.pr li span {
	color: #333;
}

.figure {
	display: inline-block;
	width: 150px;
	height: 230px;
	padding: 0 10px;
	text-align: center;
	color: #000;
	text-decoration: none;
	vertical-align: top;
}

.figure:hover {
	text-decoration: underline;
}

.figure img {
	display: block;
	margin: 0 auto;
	border: 10px solid #fff;
}

.p-item-main-content img:first-child {
	display: inline-block;
	border: 14px solid #fff;
}

.caption {
	clear: both;
	padding-top: 12px;
}

.begin {
	display: block;
	line-height: 22px;
	font-size: 14px;
	padding-left: 10px;
}

.figure-group {
	float: left;
	min-height: 170px;
	min-width: 275px;
	padding: 45px 0 0 30px;
}

.figure-group img {
	float: left;
	border: 10px solid #fff;
}

.figure-caption {
	display: inline-block;
	padding: 20px;
	line-height: 28px;
}

.figure-caption a {
	float: left;
	color: #333;
	text-decoration: underline;
}

.figure-caption a:hover {
	text-decoration: none;
}

.figure-caption span {
	float: left;
	clear: left;
}

.pop {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 19px 27px 22px 27px;
	max-width: 300px;
}

.pop h3 {
	color: #666;
	letter-spacing: 1px;
}

.pop ul {
	margin: 0;
	padding: 9px 0 0 16px;
	color: #888;
	font-size: 14px;
}

.pop ul li {
	list-style-type: circle;
}

.pop ul li:first-child {
	padding-bottom: 16px;
}

.pop ul li img {
	display: inline;
}

.pop ul span, .pop ul a {
	color: #333;
}

.pop ul a:hover {
	text-decoration: none;
}

.pop ul a:hover span.core-text {
	text-decoration: underline;
}

.lumas {
	padding-right: 5px;
}

.guillemet {
	font-size: 160%;
	position: relative;
	top: 2px;
	left: 2px;
}

a.all-prints {
	display: block;
	width: 110px;
	border: 1px solid #ccc;
	border-radius: 5px;	
	margin: 60px auto 0;
	text-align: center;
	color: #333;
}

a.all-prints:hover {
	border: 1px solid #999;
	text-decoration: none;
}

.show-gallery .gallery-txt {
	padding: 0 0 60px 0;
	text-align: center;
}

.show-gallery .gallery-txt h1 {
	font-weight: bold;
	font-size: 21px;
	letter-spacing: 6px;
	color: #888;
}

.show-gallery .gallery-txt h2 {
	padding: 15px 0 0 0;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 1px;
	color: #888;
}

.show-gallery .gallery-txt h3 {
	padding: 15px 0 0 0;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 1px;
	color: #888;
}

.show-gallery .statement {
	display: block;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 60px 0 60px;
	font-size: 15px;
	line-height: 27px;
	color: #888;
	text-align: justify;
}

.show-gallery .gallery {
	display: -webkit-flex; /* iOS */
	display: flex;
	-webkit-flex-wrap: wrap; /* iOS */
	flex-wrap: wrap;
	-webkit-justify-content: space-around; /* iOS */
	justify-content: space-around;
}

.show-gallery .gallery.gallery-small {
	justify-content: space-evenly;
	max-width: 1200px;
	margin: 0 auto;
}

.show-gallery figure {
	box-sizing: border-box;
	display: block;
	padding: 0 9px 40px 9px;	
	min-width: 16.66666666666667%;
	text-align: center;
	
	/* for older non-flex browsers */
	float: left;
	min-height: 220px;
}

.show-gallery.five-gallery figure {
  min-width: 20%;
}

.show-gallery .gallery.gallery-small figure {
	min-width: 25%;
}

.show-gallery figure img {
	display: inline-block;
	border: 1px solid #eee;
}

.show-gallery-link-wrapper {
	padding: 0 0 7px 0;
}

.print-available {
		background: url(https://erincone.com/images/print-available.png) no-repeat;
    display: inline-block;
    height: 18px;
    margin-left: 8px;
    vertical-align: bottom;
    width: 16px;
}

.about-hdr {
	max-width: 85%; 
	height: auto;
}

.open-up {
	padding-bottom: 30px;
}

.location {
	color: #666;
}


/* ******************************************************************************************************* */
/* ******************************************** MQs ****************************************************** */
/* ******************************************************************************************************* */

/* mq for about page, window 1464px wide or wider, section gets fixed-width, aside grows */
@media (min-width: 1464px) {
	.about #main {
		max-width: none;
	}

	.about section {
		float: left;
		width: 980px;
	}

	.about section p {
		padding-right: 136px;
	}

	.about aside {
		float: right;
		width: calc(100% - 980px);
	}

	.img-col-2 {
		display: block;
	}

}

/* mq for about page, window 1667px wide or wider */
@media (min-width: 1667px) {
	.img-col-3 {
		display: block;
	}

}

/* show gallery */
@media (max-width: 1516px) {

		.show-gallery figure {	
			min-width: 25%;
		}
		
}

/* mq for press page */
@media (max-width: 1080px) {
	
	/* section */
	.press-txt {
		float: left;
		width: 350px;
		padding-right: 50px;
	}

	/* section */
	.press-imgs {
		float: right;
		width: -webkit-calc(100% - 400px); /* iOS 6 */
		width: calc(100% - 400px);
	}

}

/* mq for top nav initial line-break, 786px based on ~width of left-side & right-side top nav */
@media (max-width: 786px) {
	
	body {
		background-position: 0 33px;
	}
	
	body.editions, body.editions-landing {
		background-position: 0 0;
	}
	
	.container {
		height: -webkit-calc(100% - 157px); /* iOS 6 */
		height: calc(100% - 157px);	/* 100% height - (footer + header) */
	}
	
	header {
		height: 77px; /* default header height + 33 */
	}
	
	nav {
		position: absolute;
		top: 33px;
		right: 0;
	}
	
	.about section, .about aside {
		float: none;
		width: 100%;
	}
	
	.about aside {
		overflow: auto;
		padding-bottom: 20px;
	}
	
	.about aside img {
		float: left;
	}

	.img-col-1 img:nth-child(2) {
		display: none;
	}

	.float-break {
		clear: none;
	}
	
	/* about */
	#gallery-list {
		margin-top: 23px;
		margin-left: 201px;
	}
	
	.about section p {
		padding-right: 0;
	}
	
	.about .txt-side-hdr {
		padding-bottom: 10px;
	}	
	
	.about .list0 li {
		line-height: 22px;
	}

	.about-hdr {
		max-width: 100%;
	}
	
	/* section */
	.press-txt {
		float: left;
		width: 100%;
		padding-right: 0;
		margin-top: 70px;
	}

	/* section */
	.press-imgs {
		float: left;
		width: 100%;
	}
	
	.gallery-label {
		top: 153px;
	}
	
	.gallery-emergence, .gallery-ineffable, .gallery-boundless, {
		top: 186px; 
	}
	
	/* long show title */
	.gallery-wishfulfillment, .gallery-time-and-tide, .gallery-caesura, .gallery-liminal {
		top: 223px; 
	}

	.gallery-time-and-tide {
		top: 193px; 
	}
	
	
	/* very long show title */
	.gallery-stages-of-believing {
		top: 259px; 
	}

}

/* mq for top nav fb-break, 559px based on ~width of right-side top nav */
@media (max-width: 559px) {

	#facebook, #instagram {
		display: none;
	}	
	
	.footer-content-mini {
		display: block;
		padding-top: 14px;
	}
	
	.footer-content-mini a {
		display: block;
		margin: 0 auto;
		height: 44px;
		width: 44px;
	}
	
	.footer-content-mini a:last-child {
    margin-top: 17px;
    margin-bottom: 14px;
  }

}

/* mq for top nav multi-level line break, 474px based on width of right-side top nav - fb */
@media (max-width: 474px) {
	
	body {
		background: url(https://erincone.com/images/hdr_bkgd.png), url(https://erincone.com/images/hdr_bkgd.png);
		background-repeat: repeat-x, repeat-x;
		background-position: 0 33px, 0 71px;
		font-size: 16px;
	}
	
	body.editions, body.editions-landing {
		background-image: url(https://erincone.com/images/hdr_bkgd2.png), url(https://erincone.com/images/hdr_bkgd2.png);
		background-repeat: repeat-x, repeat-x;
		background-position: 0 0, 0 38px;
		background-color: #eee;
	}
	
	input, textarea, select, option {
		font-size: 16px;
	}
	
	#about.sel {
		background-position: center -30px;
	}

	.float-break {
		clear: both;
	}
	
	header {
		height: 127px;
	}
	
	#ec {
		float: none;
		margin: 0 auto;
	}
	
	#news {
		width: 68px;
	}
	
	#about {
		width: 70px;
		background-position: center 0;
	}

	/* nav: contact */
	nav li:nth-child(2) {
		margin-left: 7px;
	}

	nav li li:nth-child(2) {
		margin-left: 0;
	}
	
	/* nav: press */
	nav li:nth-child(3) {
		float: right;
	}
	
	#contact {
		width: 92px;
		background-position: 5px 0;
	}
	
	nav li:nth-child(4) {
		margin-top: 10px;
		margin-left: 70px;
	}
	
	nav {
		position: relative;
		top: 8px;
		right: auto;
		width: 240px;
		margin: 0 auto;
		float: none;		
		clear: both;
	}
	
	nav li:hover ul {
		top: 63px;
	}
	
	.about aside img {
		float: none;
	}
	
	/* about */
	#gallery-list {
		margin-top: 45px;
		margin-left: 0;
		line-height: 30px;
	}
	
	.cv .list0 {
		line-height: 25px;
	}
	
	.cv .list0 li {
		margin-bottom: 12px;
	}
	
	#ca-email, #ca-subscribe {
		margin-left: 0;
		overflow: auto;
	}
	
	.contact-form {
		width: 250px;
		padding-right: 0;
	}
	
	.contact .button {
		margin-top: 15px;
	}
	
	#name1 {
		width: 210px;
	}
	
	#emailaddress1 {
		width: 210px;
	}
	
	#emailaddress2 {
		width: 185px;
	}
	
	#message1 {
		width: 235px;
	}
	
	.line2 {
		display: inline-block;
	}
	
	.checkbox-txt span {
		width: 220px;
	}
	
	.checkbox-txt {
		padding-bottom: 18px;
	}
	
	.press-title {
		margin: 18px 0 9px;
	}
	
	.pg-img {
		margin-top: 93px;
	}
	
	.gallery-label-mini {
		text-align: center;
	}
	
	.show-gallery .statement {
		padding: 15px 0 0 0;
	}

}

/* 'mid-size' mq for footer, jcarousel, js controller script has matching mq */
@media (max-width: 1080px) {

	.footer-content {
		width: 720px;
	}
	
	.j-wrapper {
		width: 380px; /* .jcarousel width + 100px */
	}

	.jcarousel {
		width: 280px; /* (64+6) * 4 */
	}

}

/* contact page only */
@media (max-width: 760px) {

	.contact #main {
		width: auto;
	}
	
	.contact-form {
		float: left;
		margin-left: 0;
	}
	
	#rep {
		clear: both;
	}
	
}

@media (max-width: 720px) {

	body.recent, body.selected {
		overflow: auto;
	}

	#left-arrow, #right-arrow, .footer-content {
		display: none;
	}
	
	.container {
		position: static;
		margin: 0;
		height: auto;	
		overflow: visible;	
		background: none;
	}
	
	.item {
		position: static;
		float: none;
		width: 100%;
		height: auto;	
		left: auto;
		background: none;
	}
	
	figure {
		display: block;
		font-size: 16px;
	}
	
	figure img {
		max-width: 100%;
		max-height: 450px;
		margin: 0 auto;
	}
	
	figcaption {
		display: block;
		height: 50px;
		padding: 10px 0 40px 0;
		text-align: center;
	}
	
	.container.error-msg {
		background: none;		
	}
	
	#error-txt {
		display: none;
	}
	
	.gallery-label {
		display: none;
	}
	
	.gallery-label-mini {
		display: block;
		padding: 0 30px 20px 30px;
		font-size: 24px;
		font-family: quicksandregular,"Century Gothic",CenturyGothic,"Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
		color: #ccc;
	}

}

@media (min-width: 1300px) {

	.footer-content {
		width: 80vw;
	}
	
}

/* print editions landing pg */

@media (max-width: 1410px) {
	
	.editions-landing .figure-group {
		padding: 45px 60px 0 45px;
	}

}

@media (max-width: 1200px) {
	
	.editions-landing .figure-group {
		padding: 45px 0 0 30px;
	}

}

@media (max-width: 960px) {
	
	.editions-landing .figure-group {
		padding: 45px 0 0 60px;
		min-height: inherit;
	}
	
	.editions-landing .begin {
		width: 90%;
	}

}



/* print editions, see also 720px mq */

@media (max-width: 940px) {
	
	.editions aside, .editions aside.p-item-sidebar {
		width: 100%;
	}
	
	.p-sidebar-content, .p-item-sidebar-content {
		width: auto;
	}
	
	.p-item-sidebar-content {
		max-width: inherit;
	}
	
	ul.pr0 {
		float: left;
		width: 45%;
	}
	
	.p-full-content-inner-space {
		float: left;
		padding-top: 14px;
		padding-left: 45px;
		width: 45%; /* for older browsers */
		-webkit-calc(55% - 60px); /* iOS 6 */
		width: calc(55% - 60px);
	}
	
	.pr-sp {
		display: none;
	}
	
	.editions section {
		float: none;
		width: 640px;
		margin: 0 auto;
		padding-top: 20px;
	}

}

@media (max-width: 720px) {
	
	ul.pr0 {
		float: none;
		width: 100%;
	}
	
	.p-full-content-inner-space {
		float: none;
		padding-top: 0;
		padding-left: 0;
		width: 100%;
	}
	
	.pr-sp {
		display: block;
	}
	
	.editions section {
		width: 100%;
	}
	
	.p-sidebar-section {
		margin-left: 0;
	}
	
	.editions aside.p-item-sidebar {
		padding-right: 0;
	}
	
	.p-content-wrapper, .pp-form {
		max-width: 100%;	
	}
	
	.p-item-main-content img {
		max-width: 100%;
		height: auto;
		box-sizing: border-box;
	}

}

@media (max-width: 474px) {
	
	.p-sidebar-content {
		font-size: 16px;
	}
	
}	

/* print landing page mq */
@media (max-width: 874px) {
	
	.editions-landing aside {
		wid999th: 40%;
	}

}

@media (max-width: 720px) {
	
	.editions-landing section {
		float: none;
		margin: 0 auto;
		padding: 0;
		width: 305px;
	}
	
	.editions-landing aside {
		float: none;
		clear: both;
		margin: 0 auto;
		padding: 40px 0 0;
		width: 350px;
	}
	
	.editions-landing .figure-group {
		padding: 45px 0 0 10px;
	}

}

@media (max-width: 474px) {
	
	.figure-group {
		padding-left: 0;
	}
	
	.figure-caption {
		padding: 10px 0 0 12px;
	}
	
	.editions-landing section {
		width: 100%;
		min-width: 0;
	}
	
	.editions-landing aside {
		width: 100%;
	}
	
	.pop ul {
		padding-top: 16px;
	}
	
	.pop ul li:first-child {
		padding-bottom: 21px;
	}
	
}	

/* long show title on ~small landscape laptop */
@media (max-height: 800px) and (min-width: 1000px) {

	.gallery-wishfulfillment, .gallery-time-and-tide { 
	  top: 163px; 
  }
  
  /* very long show title */
  .gallery-stages-of-believing { 
	  top: 199px; 
	}
	
}