﻿@import url(http://fonts.useso.com/css?family=Open+Sans:300italic,400italic,400,300);
/*
*
*  Reset default settings
*
*/
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;
}
/* HTML5 display-role reset for older browsers */
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;
}



/*
*
*  LightBox stylesheets
*
*/

.lightboxBackground{
	position: fixed;
	background-color: #000000;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	top: 0;
	left: 0;
}

.lightboxContainer{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	top: 0;
	left: 0;
}

.lightboxPaginator{
	color: #bbb;
	position:	relative;
	float: right;
	font-family: Open Sans, sans-serif;
	font-size: 12px;
	margin: 5px -2px 0 0;
}

.lightboxPreloader{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 35px;
	margin:	-5px 0 0 -16px;
	z-index:	100000;
	background-image: url('../images/preloader2.gif');
}

.lightboxRightControl, .lightboxLeftControl{
	position: fixed;
	top: 50%;
	z-index: 1000000;
	cursor: pointer;
	font-size: 30px;
	font-family: 'Flat-UI-Icons';
	color: #999;
	text-shadow: 0px 0px 5px black;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.lightboxLeftControl{
	left: 0;
	font-size: 30px;
	margin: -15px 0 0 0;
	text-shadow:	1px 1px 2px black;
	color: #999;
}

.lightboxRightControl{
	left: 100%;
	margin: -15px 0 0 -30px;
	text-shadow: 1px 1px 2px black;
}

.lightboxLeftControl:before{
	content: '\e02d';
}
.lightboxRightControl:before{
	content: '\e02c';
}



/*
*
*  Gallery stylesheets
*
*/
.textBlockHeader{
	cursor: pointer;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 20% 10% 0 10%;
}
.textBlockContent{
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	line-height: 1.1;
	margin: 5% 10% 0 10%;
}
.galleryPreloader{
	position: relative;
	top: 50%;
	left: 50%;
	width: 32px;
	margin:	-7px 0 0 -24px;
	background-image: url('../images/preloader2.gif');
}
.squareContainer{
	position: relative;
	display: inline-block;
	vertical-align:top;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.galleryCanvasContainer:hover .galleryPhotoCaption{
	opacity: 0.7;
	display: block;
	overflow: hidden;
}
.galleryPhotoCaption{
	position: absolute;
	display: none;
	background-color: #000;
	color: #fff;
	text-align: right;
	text-indent: 10px;
	z-index: 1000;
}

