/*
*
*  Add web-fonts
*
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300);
@font-face {
	font-family: 'Flat-UI-Icons';
	src: url('../fonts/Flat-UI-Icons.eot?84372015');
	src: url('../fonts/Flat-UI-Icons.eot?84372015#iefix') format('embedded-opentype'),
	url('../fonts/Flat-UI-Icons.woff?84372015') format('woff'),
	url('../fonts/Flat-UI-Icons.ttf?84372015') format('truetype'),
	url('../fonts/Flat-UI-Icons.svg?84372015#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
*
*  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('../img/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('../img/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;
}



/* --------------------------------
	COPY FROM OTHER CSS FILE TO 
	ADD BUTTONS TO MATCH THE
	MODAL.
	-- ADD BY RK on 1/26/2015
   -------------------------------- */
.project-box {
	background-color: #fff;
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	width: 650px;
}

.project .project-nav {
	text-align: center;
}

.spacer.spacer-25 {
  height: 25px;
  background-color: #fff;
}

.box-container {
	width: 42px;
	margin-left: auto;
    margin-right: auto;
}

.boxes {
	background: #eee;
	display: block;
	height: 42px;
	width: 42px;
	font-size: 18px;
}

.boxes a  {
	vertical-align: middle;
}

.boxes a.left span
{
	background-image: url('../img/left.png');
	height: 42px;
	width: 42px;
	display: block;
}

.boxes a.middle span
{
	background-image: url('../img/middle.png');
	height: 42px;
	width: 42px;
	display: block;
}

.boxes a.right span
{
	background-image: url('../img/right.png');
	height: 42px;
	width: 42px;
	display: block;
}

.left-spacer
{
	margin-left: 3px;
}

.fl 
{
	float: left;
}

.clear {
  clear: both;
}
	clear: both;
}