/* INCLUDED ON ALL MAIN COLLECTION PAGES */
/* THIS FILE IS A STUB - ALL COLLECTION STYLES SHOULD ULTIMATELY BE MOVED HERE FROM MAIN.CSS */

.catalogueSection h4 {
	margin:1em 0px 0.2px 0px;
}

/* Clearfix Styles */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* Comment Pager Styles */

#mainContent ul.blog-pager {
	list-style:none;
	margin:0 0 0.5em;
}

.blog-pager a {
	color:#262727;
	display:block;
	padding-top:0.5em;
	padding-bottom:0.5em;
}

.blog-pager .blog-pager-prev {
	float:left;
}

.blog-pager .blog-pager-prev a {
	background:url('../icons/arrow-left.png') left 50% no-repeat;
	padding-left:30px;
}

.blog-pager .blog-pager-next {
	float:right;
	text-align:right;
}

.blog-pager .blog-pager-next a {
	background:url('../icons/arrow-right.png') right 50% no-repeat;
	padding-right:30px;
}

.blog-pager-info {
	display:block;
	font-weight:normal;
}


/*Person page styles*/
span.search-pseudo-head {
	display:block;
	font-weight: bold;
	margin: 15px 0 15px 0px;
	font-size: 1.8em;
	line-height:1.2em;
}

h1.search-inline-h1 {
	display:inline;
	font-weight:bold;
	font-size: 1.3em !important;
}

/* Portrait Page Styles */
.catalogue-number-heading {
    display:block;
    padding-top:10px;
}


/* Portrait Large Styles */

#largeImage-inner {
	float:left;
}

.large-portrait-page .contentFull {
	margin-left:0px;
	margin-right: 10px;
}


div#largeImage div.mainImage .zoom-wrapper .openseadragon {
	min-height:360px;
}

/* UGC Styles */

#commentsSection * {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

#commentsSection div.helpTextContainer div.header {
	width:256px;
}

.blog-post-comments {
	border-top:8px #E7E7E7 solid;
	max-width:100%; /* Stop breakout if textarea is resized */
}

.blog-comments-cancel {
	float:right;
}

.blog-post-comments h2 {
	margin-top:1em;
}

.blog-comment {
	border-top:1px #DDD solid;
	float:left;
	padding:1em 8px 0.5em;
	width:100%;
}

.blog-comment-unapproved {
  border-left: 10px #E8E3AC solid;
}

.blog-comment-status {
  float: right;
  font-weight: bold;
  padding: 0;
}

.blog-comment-attr {
	font-weight:bold;
	padding-bottom:0.25em;
}

.blog-comment-date {
	font-style:italic;
	padding-bottom:0.5em;
}

.blog-post-comments-header h2 {
	margin-bottom:0.1em;
}

.blog-post-comments-header p {
	color:#999;
	margin-top:-0.5em;
}

.blog-post-comments .blog-comment:nth-child(even) {
	/* background-color:#EEE; */
}

.blog-comment-box {
	font:inherit;
	height:8em;
	margin-bottom:1em;
	padding:5px;
	resize:none;
	width:100%;
	max-width:518px;
}

.blog-comment-box.inactive {
	color:#555;
}

.blog-post-comments-shaded {
	background-color:#E7E7E7;
	float:left;
	padding:1.25em 15px;
	width:100%;
}

.blog-comment-form .form-error,
.blog-comment-form .form-success {
  font-size:1.3em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 10px;
}

.blog-comment-form .form-error {
  border: 2px solid red;
  color: red;
}

.blog-comment-form .form-error span {
  display: block;
}

.blog-comment-form .form-success {
  border: 2px solid green;
  color: green;
}

.blog-comment-form .ugc-field-wrapper {
	padding-bottom: 8px;
}

.blog-comment-form label,
.blog-comment-form span.label {
	display:block;
	margin-bottom:0.25em;
	font-size:1.1em;
	font-weight:bold;
}

.blog-comment-form label.inline-label {
	display:inline;
	margin-bottom:0.25em;
	font-size:1.1em;
	font-weight:normal;
}

.blog-comment-form input {
	display:block;
	font:inherit;
	margin-bottom:1em;
	padding:5px;
	width:100%;
	max-width:300px;
}

.blog-comment-form input.inline-input {
	display:inline;
	width:auto;
}

.blog-comment-form a.helpTextLink {
	font-style: italic;
	font-size:0.9em;
}

.blog-comment-form #blog-comment-submit,
.blog-comment-form #blog-comment-permission{
	width:auto;
	padding-left:0px;
	background-color:transparent;
}

.js-enabled .blog-section #helpText {
	box-shadow:0 0.25em 0.5em #CCC;
	display:none;
	margin-left:0px;
	top:auto;
	left:auto;
}

/* Non-js styles */
.blog-section #helpText {
	display:block;
}

.blog-section #helpText h3 {
	float:left;
	margin-top:0;
	border-top:none;
}

.blog-list-pager {
	border-top:1px solid #DDDDDD;
	font-size:1.1em;
	font-weight:bold;
	padding-top:2em;
}

.blog-list-pager-right li {
	margin-left:0.25em;
}

.blog-list-pager-right {
	text-align:right;
}

.blog-list-pager .blog-list-pager-none {
	color:#CBCBCB;
	margin:0 0.25em;
}

.blog-list-pager a {
	display:block;
	padding:0 0.25em;
}

.blog-list-pager-prev img,
.blog-list-pager-next img {
	padding-top:1px;
}

div.g-recaptcha {
	width:100%;
	/*max-width:300px;*/
	overflow:hidden;
}

@media all and (max-width: 768px) {
	.blog-post-comments-shaded {
		padding:1.25em 1.5%;
	}
}


/*results page styles*/
    div.locIntro {
        padding-bottom:10px;
    }

/*end results page styles*/


/*buy print page styles*/

.get-print-page  #getPrintWrapper * {
    box-sizing: border-box;
}

.get-print-page .print-img-wrapper {
    float: left;
	width:50%;
}

.get-print-page #unframedPrintTable {
    width: 50%;
    padding: 0px 0px 10px 10px;
    float: left;
}

.get-print-page #shippingOffer {
    text-align: center;
    width:100%;
}

.get-print-page #shippingOffer .icon {
    height:18px;
}

.get-print-page #shippingOffer .finePrint {
    color:#979797;
}

@media all and (max-width: 600px) {
	.get-print-page .print-img-wrapper,
	.get-print-page #unframedPrintTable {
		width:100%;
		padding-left:0px;
	}

	.get-print-page .print-img-wrapper img {
	    margin:0px auto 10px auto;
	    display:block;
	}
}

.get-print-page .get-print-details,
.get-print-page .get-print-tombstone {
    width: 100%;
}



.get-print-page #unframedPrintTable .fieldWrapper {
    padding: 0px 0px 30px 0px;
    float: left;
    clear: left;
    width:100%;
}

.get-print-page #unframedPrintTable label,
.get-print-page #unframedPrintTable .label  {
    width: 100%;
    font-weight:bold;
    margin-bottom: 6px;
    float: left;
    clear: left;
}

.get-print-page #unframedPrintTable input,
.get-print-page #unframedPrintTable select,
.get-print-page #unframedPrintTable #priceSpan {
    float: left;
    font-size: 14px;
    text-align: center;
}

.get-print-page #unframedPrintTable .radio  {
    margin-right:1em;
}

.get-print-page #printOptions label  {
    margin-bottom:1em;
    font-weight:normal;
}

.get-print-page #printOptions label .price {
    font-weight:bold;
     white-space:nowrap;
}

.get-print-page #unframedPrintTable input#unframedSubmit {
    border: none;
    float: none;
    margin: 0px auto;
    display: block;
    clear: left;
}

.get-print-page #unframedPrintTable form#getPrintForm {
    float: none;
    width: auto;
}

.get-print-page #buyFrameTable {
    border-top: 1px solid #E6E7E7;
    border-bottom: 1px solid #E6E7E7;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: left;
}

.get-print-page #buyFrameTable a img:hover {
    filter:none;
}

.get-print-page .sideHome {
    display:none;
}

.get-print-page .sideHome.shoppingBasketContainer {
    display:block;
}


/*Gallery Records search, aka scharf sketchbook search*/
.gallery-records-search #searchForExtendedWrapper  {
    border-bottom: 4px white solid;
    background-color: #f2f2f2;
}
.gallery-records-search #searchForExtendedWrapper form {
    border-top: 4px white solid;
    background-color: #f2f2f2;
}

.gallery-records-search #searchForExtendedWrapper label {
    width: auto;
    margin-right:1em;
    margin-top: 0.5em;
}


.gallery-records-search #searchFor select {
    margin-right: 16px;
    height: 22px;
    float: left;
    margin-top: 3px;
    padding-top: 2px;
}

.gallery-records-search #searchFor .textShort {
    width: 45px;
}

.gallery-records-search  div#searchForExtended form input.text {
    background-image:none;
    background-color:#FFF;
}

.gallery-records-search p.search-extract {
    clear:both;
    padding:10px 0px 0px 0px;
}

@media all and (max-width: 768px) {
    .gallery-records-search #searchForExtended form {
        border-top: none;
    }

    .gallery-records-search #GRsearch #searchFor {
        display: block !important;
    }

    .gallery-records-search input.submit {
        background-color: transparent;
    }

    .gallery-records-search h3#SearchByHeader {
        margin-bottom: 4px;
    }

    .gallery-records-search .result-count {
        padding:10px 0px;
    }

    .gallery-records-search .eventsItem {
        float:none;
    }
}

@media all and (max-width: 540px) {
    .gallery-records-search #searchForExtendedWrapper label {
        display:block;
        width:100%;
        float: none;
        line-height:2.4em;
        clear: left;
    }

    .gallery-records-search #searchForExtendedWrapper select {
        width:95%;
    }
}
/* END Gallery Records search, aka scharf sketchbook search*/
