/**
 * Theme Name: Clarity
 * Author: Tony Boyce
 * Author URI: https://tonyobyce.info/
 * Description: A project for online gallery space.
 * Version: 1.0
 * Tested up to: 5
 * Requires PHP:: 7
 * Tags: translation-ready, custom-background
 * Text Domain: clarity
 * License: GNU GPL v3
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
 */


@font-face{font-family:'Open Sans';font-style:normal;font-weight:300;font-display:block;src:url('fonts/open-sans-v15-latin-300.eot');src:local('Open Sans Light'), local('OpenSans-Light'), url('fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'),  url('fonts/open-sans-v15-latin-300.woff2') format('woff2'),  url('fonts/open-sans-v15-latin-300.woff') format('woff'),  url('fonts/open-sans-v15-latin-300.ttf') format('truetype'),  url('fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:300;font-display:block;src:url('fonts/open-sans-v15-latin-300italic.eot');src:local('Open Sans Light Italic'), local('OpenSans-LightItalic'), url('fonts/open-sans-v15-latin-300italic.eot?#iefix') format('embedded-opentype'),  url('fonts/open-sans-v15-latin-300italic.woff2') format('woff2'),  url('fonts/open-sans-v15-latin-300italic.woff') format('woff'),  url('fonts/open-sans-v15-latin-300italic.ttf') format('truetype'),  url('fonts/open-sans-v15-latin-300italic.svg#OpenSans') format('svg')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;font-display:block;src:url('fonts/open-sans-v15-latin-regular.eot');src:local('Open Sans Regular'), local('OpenSans-Regular'), url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'),  url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'),  url('fonts/open-sans-v15-latin-regular.woff') format('woff'),  url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'),  url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg')}@font-face{font-family:'Open Sans';font-style:italic;font-weight:400;font-display:block;src:url('fonts/open-sans-v15-latin-italic.eot');src:local('Open Sans Italic'), local('OpenSans-Italic'), url('fonts/open-sans-v15-latin-italic.eot?#iefix') format('embedded-opentype'),  url('fonts/open-sans-v15-latin-italic.woff2') format('woff2'),  url('fonts/open-sans-v15-latin-italic.woff') format('woff'),  url('fonts/open-sans-v15-latin-italic.ttf') format('truetype'),  url('fonts/open-sans-v15-latin-italic.svg#OpenSans') format('svg')}@font-face{font-family:'Open Sans';font-style:normal;font-weight:700;font-display:block;src:url('fonts/open-sans-v15-latin-700.eot');src:local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'),  url('fonts/open-sans-v15-latin-700.woff2') format('woff2'),  url('fonts/open-sans-v15-latin-700.woff') format('woff'),  url('fonts/open-sans-v15-latin-700.ttf') format('truetype'),  url('fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg')}
@font-face {
    font-family: 'desyrelregular';
    src: url('fonts/desyrel-webfont.eot');
    src: url('fonts/desyrel-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/desyrel-webfont.woff') format('woff'),
         url('fonts/desyrel-webfont.ttf') format('truetype'),
         url('fonts/desyrel-webfont.svg#desyrelregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display:block;

}


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;
	vertical-align: baseline;
}
main, section, article, aside, details, figcaption, figure, footer, header, hgroup, nav {
	display: block;
}

html{
	font-size: 100%;
	line-height:1.5;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%
	}

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #444;
}

/* apply a natural box layout model to all elements: http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
*,:before,:after {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
textarea {
	color: #666;
	background: #fff;
	border: 1px solid #bbb;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

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;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
/* 	clear: both; */
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	display: block;
	max-width: 100%;
	height: auto; 
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

/* Body, links, basics */

a {
	outline: none;
	color: #21759b;
}
a:hover {
	color: #0f3647;
}

/*-----------------------------------------------------------------------------------*/
/* Skip to link for screen readers
/*-----------------------------------------------------------------------------------*/

a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}

a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#000;
    left: auto;
    top: auto;
    width: 200px;
    height: auto;
    overflow:auto;
    padding:10px;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

/* ==========================================================================
   TOP MENU
   ========================================================================== */

main > header > nav {
	width:100%;
	border-bottom:1px solid #ededed;
	border-top:1px solid #ededed;
	margin-top: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index:9999;
	position: relative;
}

main > header > nav > ul {
	list-style:none;
}

main > header > nav li {
	display:block;
	position:relative;
	margin:0;
	padding:0;
	float:left;
}

main > header > nav ul li a {
	display:block;
	padding:15px 18px;
	white-space:nowrap;
}

main > header > nav ul li a:hover {
	text-decoration:none;
}

main > header > nav ul li ul {
	width:220px;
	position:absolute;
	top:100%;
	opacity:0;
	height:0;
	overflow:hidden;
	margin-left:0;
	border-top: 1px solid transparent;
	-webkit-transition:opacity .2s ease-in;
	-moz-transition:opacity .2s ease-in;
	-ms-transition:opacity .2s ease-in;
	-o-transition:opacity .2s ease-in;
	transition:opacity .2s ease-in;
	-webkit-box-shadow:0 3px 5px 0 rgba(50,50,50,0.5);
	-moz-box-shadow:0 3px 5px 0 rgba(50,50,50,0.5);
	box-shadow:0 3px 5px 0 rgba(50,50,50,0.5);
}

main > header > nav ul li ul li {
	width:100%;
	position:relative;
	border-bottom:1px solid #ededed;
	background:#fff;
}

main > header > nav ul li ul li:hover {
	background:#ededed;
}

main > header > nav ul li ul li ul {
	width:220px;
	position:absolute;
	top:-1px;
	left:100%;
	opacity:0;
	height:0;
	overflow:hidden;
	margin-left:0;
	border-left: solid 1px #ededed;
	-webkit-transition:opacity .2s ease-in;
	-moz-transition:opacity .2s ease-in;
	-ms-transition:opacity .2s ease-in;
	-o-transition:opacity .2s ease-in;
	transition:opacity .2s ease-in;
	-webkit-box-shadow:3px 3px 5px 0 rgba(50,50,50,0.2);
	-moz-box-shadow:3px 3px 5px 0 rgba(50,50,50,0.2);
	box-shadow:3px 3px 5px 0 rgba(50,50,50,0.2);
}

main > header nav li:hover > ul {
	opacity:1;
	height:auto;
	overflow:visible;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

button.menu-toggle {
	border: none;
	background: transparent;
	width: 100%;
	cursor: pointer;
	padding: 4px;
	clear: both;
	font-size: 1.8em;
	text-transform: uppercase;
}

main > header > nav.toggle {
	width:100%;
	margin-top: 16px;
	display: inherit;
	z-index:9999;
	position: relative;
}

main > header > nav.toggled .menu-top-container  {
	width: 100%;
	position: absolute;
	top:100%;
	left: 0;
	background-color: #fff;
	z-index: 9999;
}

main > header > nav.toggled  ul {
	width: 100%;
	height: auto;
	opacity: 1;
	display: block;
	overflow: hidden;
	padding-bottom: 8px;
	border: none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

main > header > nav.toggled  ul li ul {
	overflow: visible;
	position: inherit;
}

main > header > nav.toggled  li {
	width: 100%;
	position: inherit;
	text-align: center;
	border: none;
	padding: 0;
}

main > header > nav.toggled  li:hover {
	background: #aeacac;
}

main > header > nav.toggled li.menu-item-has-children:hover {
	background: none!important;
}
	
main > header > nav.toggled .menu-item-has-children a{
	color: #b5b0b0;
}

main > header > nav.toggled .menu-item-object-category a {
	color: #666;
	}

main > header > nav.toggled a {
	font-size: 20px;
	padding: 4px;
}
	
 p {
	margin-bottom: 16px;
/* margin: 0 0 1.142857143rem; */
}

.entry-content p.wp-caption-text {
	margin-top:0;
}

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

a:focus {
	outline:none;
}

.category-blog article[id*=post-] h2 a,.single-format-aside .entry-content a {
	border-bottom:dotted 1px #dedede;
}

.advanced-recent-posts a {
	border-bottom:dotted 1px #eee;
}

#content article {
	border-bottom:none;
}


/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

h1.site-title,h2.site-title {
	font-family: 'desyrelregular', Arial, sans-serif;
	font-size: 360%;
	line-height: 54px;
	letter-spacing:0;
}

h1.site-title,h2.site-title a {
	color:#ddd;
}

h2.site-title a:hover {
	color:#bbb;
}

.site-description {
	color: #dedede;
	font-size: 16px;
	line-height: 2
}


/* ==========================================================================
   LAYOUT
   ========================================================================== */
main {
	margin: 12px auto;
	max-width: 1180px;
	width: 100%;
	min-height: 100vh;
	padding: 0 12px;
	display: flex;
	flex-direction: column;
}

main > header {
	width: 100%;
	flex-shrink: 0;
	padding: 12px 0;
}


.category .wrapper, .blog .wrapper, .page .wrapper, .single .wrapper {
	width: 100%;
	flex: 1 0 auto;
	display: flex;
	flex-direction: row;
}

main > .wrapper.single {
	width: 100%;
	flex: 1 0 auto;
}

main > footer {
	width: 100%;
	background-color:#666;
	flex-shrink: 0;
}


.content.grid, .site-content, .single.content, .single.content article {
	width: 768px;
}

.meta .single.content {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
}

.wrapper > aside {
	width:30%;
	margin-right: auto;
}


.widget-area {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}

.content.grid .entry-title,.entry-content .entry-title,.site-content .entry-title,.single.content h1,.single-format-aside h3,.single-format-aside h1.entry-title {
	font-size:20px;
	font-size:1.428571429rem;
	line-height:1.2;
	font-weight:400;
	margin-bottom:8px;
	margin-top:4px;
	text-align:center;
}

.content.grid .entry-title {
	padding-left:4px;
}

/*
.entry-header,.site-content {
	margin:0;
}
*/

/* Remove top margin on pages */
.site-content img.attachment-blog-thumb {
	float:left;
	margin:12px 24px 8px 0;
}

.site-content article[id*=post-] {
	float:left;
	margin-bottom:12px;
	padding-bottom:8px;
}

.site-content article[id*=post-] h2 {
	font-size:16px;
	font-weight:400;
}

#content,.site-content #content article[id*=post-] {
	float:left;
	width:100%;
}

.category-featured-artist article {
	width:66%;
	float:right;
}

.entry-content {
	width:100%;
}

footer.postmetadata {
	width:31%;
	color:#7f7f7f;
	font-style:italic;
	margin-right: auto;
	margin-top: 40px;
	text-align:left;
	font-size:.9em;
}

footer.postmetadata li {
	margin-bottom: 12px;
}

footer.postmetadata p {
	margin: 0 0 12px;
}

.single .postmetadata a,.post-meta a {
	border-bottom:dotted 1px #7f7f7f;
}

.single-format-aside footer.postmetadata {
	display:none;
}

.single-format-standard p.date {
	display:none;
}

/*.home .postmetadata, .archive .postmetadata {font-size: .9em;text-align: center;color: #7b7b7b}
*/
.entry-content blockquote {
	list-style-type:disc;
	font-style:normal;
	padding:0 12px;
	border-left:solid 12px #ededed;
	color:#777;
	margin-top:16px;
}

.entry-content blockquote li {
	list-style-type:decimal;
}

a.info {
	display:block;
	text-align:left;
	width:18px;
	height:18px;
	background:url(images/info.png) top left no-repeat;
	text-indent:-999px;
	margin:-2px 10px 0;
}

a.info:hover {
	background:url(images/info-sprite.png) bottom left no-repeat;
}

article[id*=post-] footer a {
	float:left;
}

article[id*=post-] h2 {
	font-size:1em;
}

.grid article[id*=post-] h2 {
	font-size:.7em;
	text-align:center;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:2px;
}

.grid #content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	}

.grid article[id*=post-] {
	width:25%;
	padding: 0 16px;
	margin-bottom: 4px;
}

.grid img:hover {
	opacity:.5;
	filter:alpha(opacity=50);
}

#nav-below {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	width:100%;
	margin:12px 0;
}
.nav-single {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width:100%;
	margin:12px 0;
}


article.empty {
	float:right;
	width:60%;
}

/* SIDEBAR */
aside.primary,aside.blog {
	font-size:.9em;
}

aside.blog h3.blog-title {
	font-size:1.4em;
	text-align:left;
	margin-bottom:8px;
}

aside.blog h4 {
	font-weight:400;
	font-size:1em;
	line-height:1.6em;
	margin-bottom:4px;
}

aside.blog h4 a {
	border-bottom:dotted 1px #666;
}


aside.primary article[id*=post-] h2 {
	font-size:1.4em;
	font-weight:400;
}

aside.primary article[id*=post-] h2 a {
	border:none;
}

aside.primary article[id*=post-] {
	width:100%;
}

aside.primary .artist-names,aside.blog .artist-names {
	float:left;
	margin-bottom:8px;
}

aside.primary .artist-names h3,aside.blog .artist-names h3 {
	font-size:1em;
	text-align:left;
	font-weight:700;
	margin:0;
}

aside.primary .artist-names li,aside.blog .artist-names li {
	display:inline;
	background:url(images/separator.png) left 3px no-repeat;
	padding:0 2px 0 6px;
	line-height:20px;
}

aside.primary .artist-names li:first-child,aside.blog .artist-names li:first-child {
	background:none;
	padding-left:0;
}

aside.primary .artist-names li:hover,aside.blog .artist-names li:hover {
	background:#ccc;
}

aside.primary .feed,aside.blog .feed {
	width:100%;
	margin-top:16px;
	margin-bottom:12px;
}

aside.primary .adverts,aside.blog .adverts {
	width:100%;
	float:left;
	padding-top:12px;
	border-top:4px double #ededed;
	margin:12px 0;
}

aside.primary .adverts .textwidget,aside.blog .adverts .textwidget {
	float:left;
	margin-bottom:12px;
}

img.attachment-featured-thumb {
	margin:12px auto 0;
	width:94%;
	padding:8px;
	border:solid 1px #ccc;
}

img.featured-image {
	margin: 0 auto 12px;
}

.textwidget {
	list-style:none;
	width:100%;
}

/* FOOTER */
footer .footer {
	display: flex;
	justify-content: space-between;
	color:#fff;
	padding:24px;
	margin-bottom:24px;
}

footer .footer a {
	color:#eaeaea;
}

footer .footer a:hover {
	color:#fff;
	border-bottom:solid 1px #dedede;
}

.first,.second,.third, .forth {
	width:24%;
	line-height:1.8em;
}

.first h3,.second h3,.third h3,.forth h3 {
	font-size:1.2em;
	font-weight:400;
	color:#919191;
	text-align:left;
}

.site-info {
	width:100%;
	text-align:center;
	padding:12px 0;
	color: #fff;
}

/*
img.recent-posts-thumb {
	float:left;
	margin-right:8px;
	margin-top:4px;
	border:solid 1px #eaeaea;
}

.advanced-recent-posts li {
	float:left;
	margin-bottom:12px;
	line-height:1.6em;
}
*/

/* GALLERY */
.gallery {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.gallery-item {
	width:20%;
}

.entry-content img,.gallery .gallery-icon img {
	border-radius:0;
}

.gallery-icon img {
	border-radius:3px;
	box-shadow:0 1px 4px rgba(0,0,0,0.2);
	margin-bottom:12px;
}

.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}

/* CONTACT FORM 7 */
/* Form Alignment */
form.wpcf7-form {
	width:80%;
	margin:0 auto;
	padding:2%;
	border:solid 1px #dedede;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
}

.wpcf7-form textarea,.wpcf7-form input {
	outline:none;
}

/* Removes that dodgy active state glow in Chrome and Safari */
form.wpcf7-form	p {
	margin:0;
}

/* General styling of input and textarea fields */
.wpcf7-form input.wpcf7-text,.wpcf7-form textarea,input.wpcf7-submit {
	width:100%;
	border-radius:2px;
	font:1em Arial,Tahoma,Verdana,Sans-Serif;
}

.wpcf7-form input:focus,.wpcf7-form textarea:focus {
	background-color:#fff;
	border-color:#a3a3a3;
}

.wpcf7-form .placeholder {
	color:#a3a3a3;
}

/* Submit button CSS */
input.wpcf7-submit {
	width:20%;
	font-size: 16px;
	padding:12px;
	font-weight:700;
	color:#fff;
	background-color:#ccc;
	margin: 12px 0 20px;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input.wpcf7-submit:hover {
	cursor:pointer;
	background-color:#1e5ca9;
}

/* File button */
.wpcf7-file {
	margin-bottom:20px;
}

/* Validation alerts styling */
.wpcf7-form div.wpcf7-validation-errors {
	border:1px #d01717 solid;
	background-color:#fff;
}

.wpcf7-form div.wpcf7-response-output {
	margin:0;
	padding:5px;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
	border:1px #34b320 solid;
	background-color:#fff;
}

.wpcf7-form span.wpcf7-not-valid-tip {
	color:#d01717;
	padding:3px;
	font-size:.8em;
	position:static;
	display:block;
	margin:0 0 10px;
}

@media screen and (max-width: 768px) {

	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}
		
	.menu-item-object-category a {
		color: #444;
	}

	.category .wrapper, .blog .wrapper, .page .wrapper, .single .wrapper {
		width: 100%;
		flex: 1 0 auto;
		display: flex;
		flex-direction: column-reverse;
	}
	.content.grid, .site-content, .single.content, .single.content article {
		width: 100%;
	}
	.meta .single.content, footer.postmetadata {
		width: 100%;
		display: flex;
		flex-direction: column;
		margin-top: 0;
	}
	.wrapper > aside {
		width:100%;
		margin-right: 0;
	}
}

@media screen and (max-width: 540px) {
	.site-header {
		text-align: center;
	}
	h1.site-title, h2.site-title {
		font-size: 180%;
		color: #686666
	}
	.site-description {
		color: #686666;
	}
	.grid article[id*=post-] {
		width:25%;
	}
	form.wpcf7-form {
		width:100%;
	}
	input.wpcf7-submit {
	width:100%;
	}
}


/* lightbox */
body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:black;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);opacity:0.8;display:none}.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:normal}.lightbox .lb-image{display:block;height:auto;max-width:inherit;border-radius:3px}.lightbox a img{border:none}.lb-outerContainer{position:relative;background-color:white;*zoom:1;width:250px;height:250px;margin:0 auto}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-container{padding:4px}.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container > .nav{left:0}.lb-nav a{outline:none;background-image:url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==')}.lb-prev,.lb-next{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(images/prev.png) left 48% no-repeat;opacity:0;-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;-o-transition:opacity 0.6s;transition:opacity 0.6s}.lb-nav a.lb-prev:hover{opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(images/next.png) right 48% no-repeat;opacity:0;-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;-o-transition:opacity 0.6s;transition:opacity 0.6s}.lb-nav a.lb-next:hover{opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;*zoom:1;width:100%}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:bold;line-height:1em}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(images/close.png) top right no-repeat;text-align:right;outline:none;opacity:0.7;-webkit-transition:opacity 0.2s;-moz-transition:opacity 0.2s;-o-transition:opacity 0.2s;transition:opacity 0.2s}.lb-data .lb-close:hover{cursor:pointer;opacity:1}
