@import url(http://fonts.googleapis.com/css?family=Yellowtail);

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* #Basic Styles
================================================== */
	html, body {
		height 100%;
		min-height: 100%;
	}
	body {
		background: #ededed url(/images/backgrounds/content-bg.png) no-repeat center 156px;
		font: 14px/21px Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
		color: #040404;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }



/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6, small, strong {
		color: #071b40;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; 
		font-style: italic;
		}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 20px;}
	h2 { font-size: 20px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 20px; line-height: 34px; margin-bottom: 8px; }
	h4 { font-size: 20px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 20px; line-height: 24px; }
	h6 { font-size: 20px; line-height: 21px; }
	
	small {
		font-size: 14px;
	}
	
	.page-content h1 {
		margin: 0;
		line-height: 20px;
	}
	
	.painting-reference {
		font-style: normal;
		font-size: 12px;
	}
	
	/* Painting Listings */
	.paintings-listing .painting-title {
		font-size: 12px;
		padding: 10px 0;
		line-height: 18px;
	}

	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }


/* #Links
================================================== */
	a { color: #333; text-decoration: underline; outline: 0; }
	a:hover, a:focus { color: #000; }
	p a, p a:visited { line-height: inherit; }

	

/* #Lists
================================================== */
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 14px; margin-bottom: 8px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }


/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 98%;
		height: auto; }


/* #Buttons
================================================== */

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}



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

	form {}
	fieldset {}
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		font-size: 14px;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; 
	}
	select {
		padding: 0; 
	}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 120px; }
	label,
	legend {
		display: block;
		font-size: 14px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 14px;
		color: #444; }

	button {
		
	}

/* Primary Styles */
.header {
	background: #071b40 url(/images/backgrounds/branding-bg.png) no-repeat center 0;
	min-height: 155px;
}

.hp .header {
	background: #071b40 url(/images/backgrounds/hp-branding-bg.png) no-repeat center 0;
}

header hgroup {
	float: left;
}

header hgroup h1 {
	position:relative;
	top: 10px;
}

header div {
	float: right;
	margin-left:10px;
}

header img.scale-with-grid {
	max-width: 100%;
}

/* Primary Navigation */
nav {
	margin-top: 20px;
}

nav ul {
	position:relative;
	overflow: hidden;
	border-bottom: 1px solid #000;
}



nav li {
	float: left;
	display: inline;
}
nav a {
	color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-right: 22px;
    padding-left: 22px;
    text-align: center;
    text-decoration: none;
	background: url(/images/interface/mini-icon-sprite.png) no-repeat 0 -42px;
}

nav a:hover {
	color: #73819B;
}


/* Home Page Styling */
.hp .feature-container {
	position: relative;
	margin-bottom: -8px;
	margin-top: 15px;
}


.hp #banner h2 {
	position: absolute;
	z-index:999;
	margin: 20px 0 0 0;
	text-indent: 10px;
	top: 0;
	left: 0;
	padding-right:50px;
	background: #fff;
	background: rgba(255,255,255,0.4);
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iNjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuNCIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.4) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.4)), color-stop(60%,rgba(255,255,255,0.4)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 60%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(left,  rgba(255,255,255,0.4) 0%,rgba(255,255,255,0.4) 60%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 */
}



.hp .feature-container .painting-title {
	font-size: 20px;
	margin-bottom: 5px;
	display: block;
}

.hp .feature-container  .artist-information {
	float: left;
}

.hp .feature-container .iteminfo a {
	float: right;
	margin-right: 10px;
	text-indent: 0;
}


.hp .page-content {
	margin-top: 196px;
}

.hp .view-catalogues .blockout {
 	position: relative;
 }
.hp .view-catalogues figure {
	float: left;
	margin-right: 10px;
}

.hp .view-catalogues figure  {
	max-width: 32.9%;
}

.hp .view-catalogues footer .arrow-button-dir-right {
    margin: -10px 10px 0 0;
}

.hp .upcoming-events {
	position: relative;
}

.hp .upcoming-events .box {
	padding-top: 70px;
}

.hp .view-catalogues .painting img {
	border: none;
}

.hp .blockout,
.hp .mini-mailing-list h3 {
	background: #071b40;
	/*position: absolute;*/
	top:0;
	left:0;
	padding: 10px 0;
	width: 100%;
	height: 40px;
}

.hp .blockout h2 {
	color: #fff;
	text-indent: 10px;
	margin-bottom: 0;
	line-height: 40px;
}

.hp .blockout + h3 {
	margin-top: 60px;
}

.hp .upcoming-events .blockout {
	background: url(/images/backgrounds/hp-upcoming-events.jpg) no-repeat 0 0;
}

.hp .section p {
	padding: 0 30px 0 0;
}

.hp .featured-furniture,
.hp .featured-event  {
	position:relative;
}

.hp .featured-furniture figcaption {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 20%;
    left: 0;
    padding: 10px;
    position: absolute;
    width: 94.4%;
	font-style: italic;
}

.hp .featured-furniture .arrow-button-dir-right {
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.hp .featured-furniture img {
	max-width:100%;
}

/* Feature Controls */
.hp .feature-controls {
	width: 950px;
	top: 342px;
	left: -10px;
	position: absolute;
}

.hp .feature-controls figure img {
	padding:0;
	background: none;
	border: none;
	cursor: pointer;
}

.hp .feature-controls img.scale-with-grid {
    height: auto;
    max-width: 100%;
    outline: 4px solid #ffffff;
}
/*desktop screens media*/
@media screen and (min-width: 1024px) {
	.hp .feature-controls {
		width: 960px;
    	background: #071b40;
	}
	.hp .feature-controls img.scale-with-grid {
		margin-top: -5px;
	}

	.hp .feature-controls .more-art-work a {
		font-size: 20px;
	}
}
.hp .more-art-work {
	margin: 10px 0 0;
}
.hp .more-art-work a {
	float: right;
	margin-right: 0;
}

.hp .upcoming-events ul {
	position: relative;
	width: 96%;
}
.hp .upcoming-events li {
	background: none;
	padding:6px 0;
	margin:0;
	width:100%;
	float: none;
	clear: both;
	border-bottom: 1px dashed #ccc;
}

.hp .upcoming-events li:last-of-type {
	border-bottom: none;
}

.hp .upcoming-events p {
	position:relative;
	width: auto;
	line-height: 1.4em;
	padding:0;
	margin:0;
	padding-left: 160px;
}

.hp .upcoming-events p span {
	position:absolute;
	left: 0px;
}

.hp .mini-mailing-list {
	position:relative;
}

.hp .mini-mailing-list h3 {
    background: none repeat scroll 0 0 #071B40;
    color: #FFFFFF;
    left: 0;
    position: absolute;
    text-indent: 10px;
    top: -19px;
}

.hp .mini-mailing-list .box {
	padding-top: 50px;
}

.hp .art-work-for-your-home {
	position: relative;
	background: #fff url(/images/interface/art-for-your-home.png) no-repeat 0 100%;
	overflow: hidden;
	height: 232px;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
}
.hp .art-work-for-your-home  h4 {
	font-size: 35px;
	padding: 25px 0 0 20px;
	display: block;
}
.hp .art-work-for-your-home  span {
	font-family: "Yellowtail", cursive;
}

.hp .art-work-for-your-home p {
	position:relative;
	padding:32px 0 20px 157px;
}

.hp .art-work-for-your-home  a {
    display: block;
    height: 30px;
    line-height: 30px;
	padding: 0 10px;
	float: right;
	right: 10px;
    position: relative;
    width: 90px;
	top: 0px;
}

/* Exhibitions and Public Art Events */
.hp .exhibitions {
	width: 100%;
	overflow: hidden;
	background: #fff;
	padding-bottom:20px;
}
.hp .exhibitions li {
	float: left;
	border: none;
	text-align: center;
	height: auto;
	padding: 10px 10px 10px 0;
	line-height:10px;
}

.hp .exhibitions li.first,
.hp .exhibitions li.third {
	padding: 10px 20px 0 30px;
}

.hp .exhibitions li.full-width {
	float: none;
	width: 100%;
	padding:5px 0;
}

.hp .exhibitions li.topImage1 {
	padding-top:20px!important;
}

.hp .exhibitions li figure .scale-with-grid {
	max-width: 100%;
}

/* When On mobile Screen */
nav select {
	display: none;
}
/* ****** */

.background-fill {
	background-color: #fff;
}

.section-title h1 {
	font-style: italic;
	font-size: 1em;
}

.box {
	padding: 10px;
}

.page-content header small {
	display: block;
}

article {
	margin-bottom: 10px;
}

article header {
	position: relative;
	padding: 10px 0;
}

article header h2 {
	line-height: 20px;
	margin:0;
}

article .artwork-info {
	margin-top: 5px;
}

article .painting + p {
	margin-top: 10px;
}

article ul {
	list-style-position: inside;
}
article li {
	margin-left:15px;
	padding-left: 25px;
	background: url(/images/interface/mini-icon-sprite.png) no-repeat 0 -42px;
}

article footer,
aside footer {
	padding: 10px 0 0;
	border-top: 1px dashed #cdd1d9;
}

article footer.bottom-border{
	border-top: none;
	border-bottom: 1px dashed #cdd1d9;
	height:auto;
}

article footer.no-border{
	border-top: none;
	border-bottom: none;
}

aside footer {
	border: none;
}

article .page-navigation {
	padding: 5px 0;
}

article .page-navigation li {
	background: none;
	margin: 0 0 0 10px;
	padding: 0;
}

aside .pages-navigation,
aside .services-navigation {
	background: #fff;
	padding: 20px;
}

aside li {
	border-top: 1px dashed #cdd1d9;
	height: 30px;
	line-height: 30px;
    margin-bottom: 0;
}

aside li:last-of-type {
	border-bottom: 1px dashed #cdd1d9;
}

aside li a {
	display: block;
	font-size: 14px;
	color: #73819b;
	text-decoration: none;
	font-style: italic;
	background: #fff url(/images/interface/mini-icon-sprite.png) no-repeat 100% -55px;
}
aside li a:hover {
	background: #fff url(/images/interface/mini-icon-sprite.png) no-repeat 100% -86px;
}

aside .mini-gallery li {
	border: none;
	height: auto;
}
aside .mini-gallery a,
aside .mini-gallery a:hover {
	background: none;
}

aside .mailing-list {
	margin-top:20px;
	background: #fff;
}

aside .mailing-list p {
	color: #73819B;
}

aside .mailing-list div {
	margin-bottom:10px;
}

aside .mailing-list input {
	margin:0;
	display: inline;
}

aside .mailing-list .error {
	margin:0;
	color: #cc0000;
	display: none;
}

aside .mailing-list button {
    background: none repeat scroll 0 0 #73819B;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-style: italic;
    height: 31px;
    left: -3px;
    position: relative;
    top: -2px;
    width: 90px;
	padding: 0 10px;
}

/* Paintings Listing */
.paintings-listing {
	margin-top: 20px;
}

.furniture-listing .box {
	margin-bottom: 20px;
}

.paintings-listing li {
	padding:0;
	background: none;
	margin-bottom: 0;
}

.painting img {
	max-width: 95%;
}

.painting .MagicZoomBigImageCont img {
	max-width: none;
}

.paintings-listing  .box {
	background: #fff;
}

.paintings-listing .painting {
	min-height: 215px;
}

.paintings-listing .painting-title {
	border-bottom: 1px dashed #ccc;
}

/* Advanced Css3 effect */
.paintings-listing .painting img:hover,
.gallery .painting img:hover {
	-moz-transform: scale(1.23) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1.23) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1.23) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1.23) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1.23) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg); 
}


/* Furniture Listing */
.furniture-listing .painting {
	min-height: 225px;
}

/* Paintings Page */
.painting {
	text-align: center;
	margin-top: -7px;
}
.painting img,
.photo img {
	border: 1px solid #d6d6d6;
	padding: 5px;
	margin: 5px 0;
	text-align: center;
	background: #fff;
}

.artist-name, .painting-reference {
	display: block;
}
.artist-name {
	color: #071b40;
}
.painting-reference {
	color: #000;
}	

.paint-type {
	display: block;
	margin-bottom: 20px;
}

.sizing {
	 margin-bottom: 20px;
}

.provenance, .literature {
	margin-bottom: 10px;	
}
.provenance strong, .literature strong, .notice {
	display: block;
}

.other-works-by-artist {
	margin-top: 20px;
}

.other-works .painting {
	height: 200px;
}
.other-works .painting img {
	max-height: 90%;
}

article footer {
	position:relative;
	clear: both;
	height:30px
}
article footer .arrow-button-dir-right {
	float: right;
}

article .other-works li {
	position: relative;
	background: #fff;
	border-bottom: 10px solid #ededed;
	margin-bottom: 10px;
	padding:0;
}
.paintings-listing img,
.other-works img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



.other-works img:hover {
	-moz-transform: scale(1.23) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-webkit-transform: scale(1.23) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-o-transform: scale(1.23) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	-ms-transform: scale(1.23) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
	transform: scale(1.23) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg); 
}

.other-works .item {
	padding: 10px 10px 10px 10px;
}

.other-works .painting-title {
	font-size: 12px;
	font-style: normal;
	display: block;
	padding: 0 0 10px;
	border-bottom: 1px dashed #cdd1d9;
}

.other-works .artist-name {
	padding: 10px 0;
	display: block;
	font-size: 14px;
	font-style: italic;
	color: #071b40;
}

/* Prospects Page */
.prospect-listing {
	padding-left: 70px;
	position: relative;
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
}
.prospect-listing img {
	float: left;
	margin-left: -70px;
	verical-align: top;
	margin-right: 20px;
}

.prospects-sender .legend {
	display: block;
    font-size: 14px;
    font-weight: 600;
    margin: 20px 0 0;
    position: relative;
}
.prospects-sender small {
	position: relative;
	margin-top: -20px;
	display: block;
	font-size: 80%;
}
.prospects-sender textarea {
	width: 90%;
}
.prospects-sender .controls {
	width: 90%;
}

.prospects-sender button {
	float: right;
	padding: 0 10px;
	height: 30px;
	margin: -40px 60px 0 0;
}

.prospects-sender .required {
	color: #aa0000;
}

/* Prospects aside box */
.prospects footer {
	text-align: right;
	margin-top:10px;
	border-top: 1px dashed #ccc;
}

.prospects footer a {
	padding-right: 15px;
	background: url(/images/interface/mini-icon-sprite.png) no-repeat 100% 0;
	text-decoration: none;
}

.basket {
	margin: 0;
}

aside .basket li {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 10px 10px 10px 0;
	height: auto;
	line-height: 1;
}
aside .basket li:last-of-type {
	border-bottom: none;
}

.basket .painting {
	float: left;
	width: 33%;
	text-align: center;
	margin-right: 15px;
}

.basket .painting a {
	background: none;
}

.basket .item-information {
	padding-top: 15px;
}

.basket img {
	max-height: 58px;
}

.basket span {
	display: block;
    line-height: 1.2em;
    margin-bottom: 5px;
    padding-right: 6px;
}

.basket .item-information a {
	position: absolute;
	top: 33px;
	right: 15px;
	width: 11px;
	height: 15px;
	background: url(/images/interface/mini-icon-sprite.png) no-repeat 0 0;
}

/* Artist Listings */
.artist-listing {
	margin-left: -20px;
	overflow: hidden;
}
.artist-listing li {
	position:relative;
	display: inline-block;
	background: none;
	margin: 20px 0 10px 20px;
	padding: 5px 0;
	overflow: hidden;
	vertical-align: top;
}

.artist-listing .painting {
	float: left;
	width: 20%;
	margin-left: 10px;
	margin-right: 20px;
	width: 30%;
}

.artist-listing .painting img {
	border: none;
	padding:0;
	
}

.artist-listing .item {
	margin-left: 10px;
	width: 47.9%;
	min-height: 100px;
}

.artist-listing .item .artist {
	padding-left: 113px;
}

.artist-listing .name {
    color: #73819B;
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
}
.artist-listing .name:hover {
	color: #333;
	text-decoration: underline;
}
.artist-listing .count {
	display: block;
	margin-bottom:3px;
}
.artist-listing .info,
.artist-listing .count {
	color: #666;
	font-size: 80%;
}

/* Pagination Styling */
.pagination-container {
	position: relative;
	background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
}
.pagination-container .previous,
.pagination-container .pagination,
.pagination-container .next,
article .other-works-by-artist .pagination-container .previous,
article .other-works-by-artist .pagination-container .pagination,
article .other-works-by-artist .pagination-container .next {
	width: 33%;
	float: left;
	display: inline;
	border: none;
}

.pagination-container .previous,
article .other-works-by-artist .pagination-container .previous {
	text-align: left;
	text-indent: 10px;
}
.pagination-container .next,
article .other-works-by-artist .pagination-container .next {
	text-align: right;
	text-indent: 10px;
}

.pagination-container .pagination {
	position: relative;
}

.pagination-container ul li,
article .other-works-by-artist .pagination-container  li,
article .other-works-by-artist .pagination-container ul li {
	text-align: center;
	display: inline-block;
	border: none;
	background: none;
	width: 17px;
}

article .other-works-by-artist .pagination-container {
	overflow: hidden;
	padding: 10px 0;
}

article .other-works-by-artist .pagination-container li {
	margin:0;
	padding:0;
}



article .pagination-container .previous a,
article .pagination-container .next a,
aside .pagination-container .previous a,
aside .pagination-container .next a {
	display: inline;
	width: auto;
	background: none;
}

.pagination-container ul a,
.pagination-container ul a:hover {
	background: none;
}
.pagination-container .pages li a.active {
	text-decoration: underline;
	color: #000;
}

.pagination-container .pages {
	margin:0 auto;
	text-align: center;
}
.pagination-container .pages li a {
	padding: 0 10px;
}


/* Catalogue Listings */
.catalogue-list li {
	background: none;
	padding: 0;
	margin: 0 0 30px;
}

.catalogue-list a {
	position:relative;
	display: block;
	text-align: center;
}
.catalogue-list .catalogue-title {
	margin-top: 10px;
	display: block;
	min-height:30px;
}

/* Search Facility Styling */
.search-paintings {
	float: none;
	position: absolute;
	right:10px;
	top: 5px;
}
.search-paintings .legend,
.search-paintings label {
	display: none;
}

.search-paintings input[type="text"],
.search-paintings input {
	display: inline;
	font-size: 12px;
}


.search-paintings button {
	display: inline-block;
    height: 29px;
	margin-left:-4px;
	padding: 0 10px;
}

.search-paintings .advsearch-link {
	font-size: 80%;
	font-style: italic;
	margin-left: 10px;
}


/* Advanced Search Facility */
.search-results {
	margin-bottom: 20px;
}

.search-results .pagination-container {
	margin-top:20px;
	width:99%;
}
.search-results .pagination-container li {
	height:28px;
	line-height: 28px;
}
.search-results h1 {
	margin-left:10px;
}

.search-results .section-title {
	padding: 20px 0;
	margin-bottom: 20px;
}

.search-results .advance-search-option {
    position: absolute;
    right: 20px;
    top: 20px;
	font-size: 1em;
    font-style: italic;
	cursor: pointer;
}

.search-categories strong,
.search-price-range strong,
.search-artist strong {
	display: block;
	margin-bottom: 10px;
}

.search-categories {
	
}
.search-categories,
.search-price-range,
.search-artist {
	position:relative;
	float: left;
}

.search-artist {
	margin-right: 50px;
}

.search-price-range select,
.search-artist select {
	height:226px;
}

.search-categories {
	width: 240px;
}

.search-categories span {
	position: relative;
	display: inline-block;
    margin-bottom: 5px;
    padding-left: 25px;
	min-width:100px;
}

.search-categories span input {
	position: absolute;
	left:0;
}

.search-price-range select,
.search-artist select {
	width: 280px;
}

.search-results .control {
	clear: both;
    margin: 0;
    overflow: hidden;
    padding: 0 20px;
    width: 96.5%;
}

.search-results .control input {
	float: right;
	margin-right: 0;
}
.search-results .advanced-search-container {
	padding: 0 10px;
}

.search-results .advanced-search-container.off {
	display: none;
}
.search-results .advanced-search-container.on {
	display: block;
}

.search-results .advanced-search-container.on .form-container {
	padding: 10px 0;
	border-top: 1px dashed #ccc;
	margin-bottom: -20px;
}

.search-results .advanced-search-container.on .control {
    width: 96%;
	padding-top: 10px;
	border-top: 1px dashed #ccc;
}



/* Services Page */
article .specialists li {
	background: none;
	float: left;
    margin: 0 0 0 8px;
	padding:0;
    width: 23.9%;
	margin-bottom:5px;
}
.specialists li:first-of-type,
.specialists li.first {
	padding-left: 0;
	margin-left: 0;
	
}
.specialists span {
	display: block;
}
.specialists .name,
.specialists .tel,
.specialists a {
	font-size: 14px;
	font-style: italic;
	line-height: 1.6;
}
.specialists a {
	font-size: 12px;
	color: #73819b;
	text-decoration: none;
}
.specialists a:hover {
	text-decoration: underline;
}


/* Events Page */
.events {
	overflow: hidden;
	margin-bottom: 20px;
}
.events .event-date {
	margin-top:10px;
}


/* Footer Of site */
.footer {
	min-height: 100px;
	background: #071b40;
	padding: 10px 0;
	color: #73819b;
	font-size: 14px;
}

.footer h6 {
	color: #73819b;
	font-size: 14px;
	padding: 22px 0 10px;
}
.footer label {
	margin-bottom: 5px;
}

.footer input {
	display: inline;
}



.footer button {
    background: none repeat scroll 0 0 #73819B;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-style: italic;
    height: 31px;
    margin-left: -3px;
    position: relative;
    top: -2px;
	padding: 0 10px;
}



.social {
	overflow: hidden;
}

.social ul {
	
}

.social li {
	float: left;
	margin-right: 9px;
}
.social a {
	display: block;
	background: url(/images/interface/mini-icon-sprite.png) no-repeat 1px -17px;
}

.social a.facebook {
	width: 24px;
	height: 25px;
	background-position: 1px -17px;
}

.social a.twitter {
	width: 34px;
	height: 23px;
	background-position: 100% -16px;
}

.footer + .wrapper span {
	display: block;
	margin: 10px;
	color: #071b40;
	font-size: 12px;
	font-style: italic;
	padding-left: 10px;
}


/* Contact Page Form & Vcard Styling */

.contact-form {
	border: 1px soid #dfdfdf;
	padding: 20px;
	background: #fcfcfc;
	overflow: hidden;
	width: 85%;
}

.contact-form .legend {
	clear: both;
	display: block;
	margin-bottom:20px;
}


.contact-form input,
.contact-form textarea {
	width: 94%;
}

.contact-form small {
	position: relative;
	display: block;
	margin-top: -20px;
	font-size: 80%;
}

.contact-form .fullwidth {
	overflow: hidden;
}

.contact-form button {
	float: right;
    line-height: 0;
    margin: 0 10px 0 0;
    overflow: hidden;
    padding: 15px;
    width: 100px;
}

.vcard {
	padding: 20px 0;
}
.vcard h3,
.vcard h4 {
	font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: 20px;
}

.vcard h4 {
	font-size: 15px;
}

.vcard .fn, 
.vcard .org,
.vcard .tags {
	display: none;
}

.vcard .locality,
.vcard .region,
.vcard .postal-code,
.vcard .country-name {
	display: block;
}

.vcard .addr {
	
}


/* Call to Action Button */

form button {
	display: inline;
}

/* Right Facing */
a.arrow-button-dir-right,
input.arrow-button-dir-right,
button {
	position: relative;
	background: #73819b;
	text-decoration: none;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #fff;
	display: block;
	border: none;
	font-style: italic;
}

a.arrow-button-dir-right {
	padding: 0 10px;
}

.arrow-button-dir-right:hover,
.arrow-button-dir-left:hover,
form button:hover {
	background: #071b40;
	color: #fff;
	cursor: pointer;
}

/* Old Arrow styles 
.arrow-button-dir-right:after,
.mailing-list button:after,
.footer button:after { 
	left: 100%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
}
.arrow-button-dir-right:after,
.mailing-list button:after,
.footer button:after { 
	border-left-color: #73819b; 
	border-width: 13px; 
	top: 50%; 
	margin-top: -12px; 
}

*/

/* #Media Queries
================================================== */
	.zoomifyWrapper{
		width:560px;
		height:330px;
	}

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

		.zoomifyWrapper{
			width:560px;
		}
		
		.mattZoom{
			width:560px;
		}
		
		nav a {
			padding-left: 0;
			background: none;
		}
		
		.hp .feature-controls {
    		margin-left: 10px;
    		width: 748px;
		}
		
		.hp .feature-controls li.columns {
			width: 80px;
			margin-left: 5px;
		}
		
		.hp .feature-container .iteminfo {
    		padding: 10px 0;
    		top: 139px;
		}
		
		.hp .page-content {
			margin-top: 174px;	
		}
		
		article .specialists li {
			margin-left: 18px;
    		width: 21.5%;
		}
		
		.hp .view-catalogues figure  {
			max-width: 32.9%;
		}
		
		.hp .view-catalogues p {
			padding-left: 170px;
		}
		
		.hp .art-work-for-your-home h4 {
			font-size: 28px;
		}
		
		.hp .art-work-for-your-home p {
    		padding: 32px 0 20px 140px;
		}
		
		.hp .art-work-for-your-home a {
			top: -26px;
		}
		
		.hp .exhibitions li,
		.hp .exhibitions li.first,
		.hp .exhibitions li.third {
			padding: 10px 0 0 2px	
		}
		
		.hp .exhibitions li img.scale-with-grid {
			max-width: 90%;
			
		}
		
		.hp .featured-furniture .arrow-button-dir-right {
    		bottom: 4.5%;
		}
		
		aside .mailing-list input {
   			width: 144px;
		}
		
		.search-categories {
			width: 210px;
		}
		
		.search-price-range select,
		.search-artist select {
			width: 204px;
		}
		
		.contact-form {
			width: 394px;
			
		}
		
		#hcard-Tony-Haynes {
			clear: both;
			width: 394px;
		}
			
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		
		.zoomifyWrapper{
			width:440px;
		}
		
		.mattZoom{
			width:440px;
		}
		
		.hp .feature-container .iteminfo {
    		padding: 10px 0;
    		top: 149px;
		}
		
		.hp .feature-controls li.first {
			margin-left: 0;
		}
		
		.artist-listing .item {
    		width: 46.9%;
		}
		
		.artist-listing .item .artist {
    		padding-left: 95px;
		}
		
		
		
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		.hp .strap-line, .hp .feature-container .iteminfo {
			margin:0;
		}
		
		.hp .feature-container .iteminfo {
    		background: none repeat scroll 0 0 #FFFFFF;
    		top: 144px;
		}
		
		.hp .strap-line h2 {
    		font-size: 15px;
		}
	
		
		.hp .feature-controls {
    		width: 440px;
		}
		
		.hp .page-content {
			margin-top: 284px;	
		}
		
		.hp .feature-controls li.columns {
    		margin-left: 5px;
    		width: 100px;
		}
		
		.hp .art-work-for-your-home a {
			top: 10px;
		}
		
		
		.hp .art-work-for-your-home {
			left:1px;
			margin-top: 10px;
			margin-bottom: 20px;
		}
		
		.hp .art-work-for-your-home h4 {
    		padding: 25px 0 0 168px;
		}
		
		.hp .art-work-for-your-home p {
    		padding: 32px 0 20px 172px;
		}
	
		.hp .view-catalogues figure {
			max-width: 80%;
			float: none;
		}
		
		.hp .view-catalogues img {
    		
		}
		
		.hp .featured-furniture, .hp .featured-event {
 	   		margin-top: 10px;
			margin-bottom: 20px;
		}
		
		.hp .view-catalogues, .hp .upcoming-events {
    		position: relative;
			margin-bottom: 20px;
		}
		
		.hp .featured-furniture figcaption {
    		width: 95.4%;
		}
		
		.hp .exhibitions li,
		.hp .exhibitions li.first,
		.hp .exhibitions li.third {
			min-height: 180px;	
		}
		
		.hp .exhibitions li.full-width {
			min-height: 93px;	
		}
		
		header hgroup {
			float: none;
		}
		
		
		header h1 img.scale-with-grid {
			margin-top: 25px;
		}
		
		header div {
			display: none;
		}
		
		nav ul {
			display: none;
		}
		
		nav select {
			position: relative;
			top: 20px;
			display: block;
			padding: 3px;
			width: 100%;
		}
		
		.box {
			margin-bottom: 10px;
		}
		
		.specialists li {
			width: 39%;
			margin-left: 0;
		}
		
		.search-results .advance-search-option {
			right: 10px;
		}
		.search-categories,
		.search-price-range,
		.search-artist {
		 	float: none;
			width: 95%;
		 }
		
		
		
		.search-price-range,
		.search-artist {
		 	padding: 10px 0;
		 }
		

		.search-price-range select,
		.search-artist select {
			width: 100%;
		}
		
		.search-results .advanced-search-container.on .control {
			width: 90%;
		}
		
		.search-results .control input {
			margin-right: -10px; 
		}
		
		.contact-form {
			width: 359px;
			
		}
		
		/*.ie9 #zoomifyMe {
   			width: 500px;
			overflow: hidden;
		}
		
	*/}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		.zoomifyWrapper{
			width:400px;
		}	
		
		.mattZoom{
			width:400px;
		}
		
		.hp #banner h2 {
			text-indent: -9999em;
			width:280px;
			padding-bottom: 10px;
		}
		
		.hp #banner h2:after {
			content: "Dealers to Private Collectors, Trade and Interior Designers";
			display: block;
			position:absolute;
			line-height: 25px;
			top:0;
			left: 0;
			color: #071B40;
			text-indent: 0;
			padding: 0 10px;
			color: #071B40;
			font-size: 18px;
			width: 280px;
		}
		
		.hp .feature-controls li.first,
		.hp .feature-controls li.fith {
			margin-left: 0;
		}
		
		article .specialists li {
			margin-left: 0px;
    		width: 50%;
			text-align: center;
		}
		
		.artist-listing .item {
    		width: 46.9%;
		}
		
		.artist-listing .item .artist {
    		padding-left: 89px;
		}
		
		.pagination-container {
			margin-bottom: 10px;
		}	
		
		.hp .view-catalogues figure  {
			float: none;
			margin:10px 0 0;
		}
		
		.hp .view-catalogues p {
			padding-left:10px;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		
		.zoomifyWrapper{
			width:280px;
			height:190px;
		}	
		
		.mattZoom{
			width:280px;
		}
		
		.hp .strap-line, .hp .feature-container .iteminfo {
			z-index: 100;
		}
		
		.hp .feature-container {
   	 		margin-top: 10px;
		}
		.hp .strap-line h2 {
    		font-size: 15px;
			line-height: 15px;
			
		}
		
		.hp #banner h2 {
			text-indent: -9999em;
			width:280px;
			padding-bottom:10px;
		}
		
		.hp #banner h2:after {
			content: "Dealers to Private Collectors, Trade and Interior Designers";
			display: block;
			position:absolute;
			line-height: 25px;
			top:0;
			left: 0;
			color: #071B40;
			text-indent: 0;
			padding: 0 10px;
			color: #071B40;
			font-size: 18px;
			width: 280px;
		}
		
		header h1 img.scale-with-grid {
			max-width: 100%;
		}
		
		.hp .feature-container .iteminfo {
    		background: none repeat scroll 0 0 #FFFFFF;
    		top: 104px;
		}
		
		.hp .feature-container .painting-title {
    		font-size: 14px;
		}
		
		.hp .feature-container .artist-information {
    		font-size: 12px;
			display: block;
			margin-bottom: 10px;
		}
		
		.hp .feature-controls {
    		width: 300px;
		}
		
		.hp .page-content {
			margin-top: 354px;	
		}
		
		.hp .feature-controls li.columns {
    		width: 90px;
			margin-left: 12px;
		}
		
		.hp .feature-controls li.first,
		.hp .feature-controls li.fourth,
		.hp .feature-controls li.seventh {
			margin-left: 0px;	
		}
		
		.hp .painting img.scale-with-grid {
    		max-width: 97%;
		}
		
		.hp .art-work-for-your-home h4 {
   	 		padding: 25px 0 0 60px;
		}
		
		.hp .art-work-for-your-home p {
    		padding: 16px 0 50px 134px;
		}
		
		.hp .art-work-for-your-home a {
			top: -18px;
		}
		
		.hp .view-catalogues .box, .hp .upcoming-events .box {
    		padding-top: 62px;
		}
		
		.hp .view-catalogues figure  {
			float: none;
			margin:10px 0 0;
		}
		
		.hp .view-catalogues p {
			padding-left:10px;
		}
		
		.hp .featured-furniture figcaption {
    		width: 93.4%;
		}
		
		.hp .blockout, .hp .mini-mailing-list h3{
			height:auto;
		}
		
		.hp .featured-event .blockout h2 {
			/*text-indent: -9999em;*/
		}
		
		.hp .featured-event .blockout h2:after {
			/*content: "Broadway Art Festival";*/
			position:absolute;
			top:10;
			left: 0;
			color: #fff;
    		line-height: 40px;
    		margin-bottom: 0;
    		text-indent: 10px;
		}
		
		.hp .upcoming-events p {
    		padding: 0 0 0 131px;
		}
		
		.hp .exhibitions li.full-width {
			min-height: 93px;
		}
		
		.hp .exhibitions li.first,
		.hp .exhibitions li.third {
			padding-left: 18px;
		}
		
		
		.hp .client-login button {
			margin-left: -3px;
			top: -2px;
		}
		
		article .specialists li {
			margin-left: 0;
    		width: 100%;
			text-align: center;
		}
		
		.artist-listing .item {
			width: 100%;
			min-height: 0;
		}
		
		.artist-listing .item .artist {
    		padding-left: 120px;
		}
		
		.pagination-container {
			margin-bottom: 10px;
		}	
		
		.contact-form {
			width: 250px;
			
		}
		
		
	}



/* #Misc
================================================== */

	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


	/* Fix Chrome and Safari text-shadow rendering issues */
	.ts {text-shadow: 0 0 0 transparent, -2px 2px 2px #333;}

    /* Self Clearing Goodness */
    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

    /* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
    .clearfix:before,
    .clearfix:after,
    .row:before,
    .row:after {
      content: '\0020';
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0; }
    .row:after,
    .clearfix:after {
      clear: both; }
    .row,
    .clearfix {
      zoom: 1; }

    /* You can also use a <br class="clear" /> to clear columns */
    .clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
    }

/* Floats */
.float-left {
	float: left;
	display: inline;
	margin-right: 20px;
}
.float-right {
	float: right;
	display: inline;
	margin-left: 20px;
}


/* IE Fixes Starts with IE9 and works down to IE7 */
.ie9 .hp #banner h2 {
	filter: none;
}
.ie9 aside .mailing-list button {
	top: 0;
}
.ie9 .search-paintings button {
	height: 27px;
	top:2px;
}

.ie9 .footer button,
.ie8 .footer button  {
	top:-1px;
}

.ie8 nav a,
.ie7 nav a {
	margin-right: 23px;
}

.ie8 aside .mailing-list button,
.ie7 aside .mailing-list button {
	top: 1px;
}

.ie8 .search-paintings input {
	display: block;
}

.ie8 .search-price-range select,
.ie8 .search-artist select {
	max-width: 280px;
}

.ie8 .search-box,
.ie7 .search-box {
	position:relative;
}
.ie8 .search-box input,
.ie7 .search-box input {
	position: absolute;
	top:0;
	right: 18px;
	width: 260px;
	padding-right: 35px;
}

.ie8 .footer input {
    display: inline-block;
	position: relative;
	max-width:210px;
}

.ie8 body,
.ie7 body {
	min-width:980px;
}

.ie7 header.sixteen div {
	margin-right:20px;
}
	
}
.ie7 article.ten.columns {
	margin:0 0 0 10px;
	padding: 0;
	width: 580px!important;
	float: left;
}
.ie7 aside.six.columns {
	float: right;
	margin:0 -10px 0 0;
	padidng:0;
}

.ie7 .page-content header.section-title {
	width:922px;
}
.ie7 .pagination-container {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
	width:900px;
	clear: both;
	margin:20px 10px 20px 0;
	padding: 10px 20px
}

.ie7 .pagination-container ul.pages {
	position: absolute;
	width: 400px;
	overflow: hidden;
}

.ie7 .pagination-container ul.pages li {
	display: inline;
}

.ie7 nav ul {
	padding-bottom:10px;
}

.ie7 article .page-navigation li {
	display:inline;
	width:28%;
}

.ie7 .paintings-listing {
	width: 940px;
}

.ie7 .search-box input {
	width: 210px;
	padding-right:11px;
	right: 137px;
}
.ie7 .search-box button {
	width: auto;
	padding: 0;
	vertical-align: middle;
}

.ie7 .footer button {
	top:-20px;
}

/* Error Messages */
.errorMessage {
	margin:-10px 0 0;
	color: #aa0000;
}

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Fix Chrome and Safari text-shadow rendering issues */
.ts {text-shadow: 0 0 0 transparent, -2px 2px 2px #333;}

/* Adds rounded corners to the border */
.br {
	border-radius: 5px;
}
/* Adds a subtle box shadow */
.bs {
	-webkit-box-shadow: 0px 2px 3px -2px rgba(81, 81, 81, 0.7);
	-moz-box-shadow: 0px 2px 3px -2px rgba(81, 81, 81, 0.7);
	box-shadow: 0px 2px 3px -2px rgba(81, 81, 81, 0.7); 
}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}


#zoomifyMe  {
	/*width:100%;*/
	/*height:300px;*/
}

.filterByLetter a{
	padding:3px;
}

.ui-autocomplete{
	width:274px !important;
	padding:5px;
}
.zoom{
	position:relative;
}

.zoom img{
	border: 1px solid #ccc;
}

.enlargeImage{
	right:20px;
	top:-40px;
	position:absolute;
	width:32px;
	height:32px;
	background:url("/images/fuulpage.png") top left no-repeat;
}

.enlargeImage:hover{
	background-position:bottom left;
}

.closeFullSizeImage{
	right:10px;
	top:10px;
	position:absolute;
	width:32px;
	height:32px;
	background:url("/images/closepage.png") top left no-repeat;
}

.closeFullSizeImage:hover{
	background-position:bottom left;
}