@import url(http://fonts.googleapis.com/css?family=Quicksand:400,700|Open+Sans+Condensed:300);

body {
	font-size: 12px;
	font-family: 'Quicksand', sans-serif;

	margin: 0;
	padding: 0;
	text-align: center;
	color: #ddd;
	overflow-y:scroll;
}

.gradient-pattern {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
/*
	width: 320px;
	height: 320px;
	border: none;
*/	
	background: -webkit-linear-gradient(0deg, rgba(255,0,255,0.0666667) 50%, rgba(0,0,0,0) 50%), -webkit-linear-gradient(0deg, rgba(0,255,255,0.129412) 50%, rgba(0,0,0,0) 50%), -webkit-linear-gradient(0deg, rgba(0,0,0,0) 50%, rgba(255,255,0,0.168627) 50%), -webkit-linear-gradient(0deg, rgba(0,0,0,0) 50%, rgba(255,255,255,0.188235) 50%), rgb(205, 205, 205);
	
	background: -moz-linear-gradient(90deg, rgba(255,0,255,0.0666667) 50%, rgba(0,0,0,0) 50%), -moz-linear-gradient(90deg, rgba(0,255,255,0.129412) 50%, rgba(0,0,0,0) 50%), -moz-linear-gradient(90deg, rgba(0,0,0,0) 50%, rgba(255,255,0,0.168627) 50%), -moz-linear-gradient(90deg, rgba(0,0,0,0) 50%, rgba(255,255,255,0.188235) 50%), rgb(205, 205, 205);

	background: linear-gradient(90deg, rgba(255,0,255,0.0666667) 50%, rgba(0,0,0,0) 50%), linear-gradient(90deg, rgba(0,255,255,0.129412) 50%, rgba(0,0,0,0) 50%), linear-gradient(90deg, rgba(0,0,0,0) 50%, rgba(255,255,0,0.168627) 50%), linear-gradient(90deg, rgba(0,0,0,0) 50%, rgba(255,255,255,0.188235) 50%), rgb(205, 205, 205);

	-webkit-background-origin: padding-box;
	background-origin: padding-box;
	-webkit-background-clip: border-box;
	background-clip: border-box;
	-webkit-background-size: 42px 42px, 69px 69px, 97px 97px, 123px 123px;
	background-size: 42px 42px, 69px 69px, 97px 97px, 143px 143px;
}

a:link, a:visited { 
	text-decoration: none;
	color: #ddd;
}
a:hover {
	/*	border-bottom: 1px dotted #333333; */
	color: #fff;
}
ul {
    list-style-type: none;
}
h1 {
	color:#666;
	font-weight: 400;
	font-size: 2.5em;
	letter-spacing: .1em;
	margin-top:70px;
}

.pre10 { margin-left: 10px; }
.pre20 { margin-left: 20px; }
.pre50 { margin-left: 50px; }
.pre100 { margin-left: 100px; }


img {
	border: 0;
}

#cloud-container{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
/*    overflow:hidden; */
	text-align:center;
}
.container {
   position: absolute;
   width: 960px;
   height: auto;
   top: 175px;
   left: 50%;
   margin: auto auto auto -480px;  
}

.buttons {
	text-align: center;
/*	width:960px;*/
	margin:0;
	padding:0;
}
.buttons div {
	position:absolute;
	display:block;
	color:#ddd;
	width:188px;
	height:50px;
	font-size:1.5em;
	padding:30px 0 0 0;
	margin:0;
	overflow:hidden;
	top:0px;
	cursor:pointer;
}

#color0 {
	left:0px;
	background-color:#e05;
	background-color:rgba(150,0,50,0.6);
}
#color1 {
	left:193px;
	background-color:#5e0;
	background-color:rgba(50,150,0,0.6);
}
#color2 {
	left:386px;
	background-color:#05e;
	background-color:rgba(0,50,150,0.6);
}
#color3 {
	left:579px;
	background-color:#e80;
	background-color:rgba(150,80,0,0.6);
}
#color4 {
	left:772px;
	background-color:#ee0;
	background-color:rgba(150,150,0,0.6);
}
#color5 {
	left:772px;
	background-color:#c0c;
	background-color:rgba(130,0,130,0.6);
}
#gallery-title {
	position:absolute;
	display:block;
	width:960px;
	height:0px;
	margin:0;
	padding:0;
	overflow:hidden;
	left:0px;
	top:90px;
	background-color:#555;
}
ul#gallery {
	position:absolute;
	width:960px;
	left:0px;
	top:100px;
	margin:0 0 50px 0;
	padding:0;
}
ul#gallery li {
/*	background-color:#555; */
}
ul#gallery li a {
	display:block;
	width:940px;
/*	height:80px; */
	margin:15px 10px;
	overflow:hidden;
	cursor:pointer;
/*	border:1px solid rgb(50,50,50); */
	text-align:left;
}
.gal-image {
	display:inline-block;
	width: 320px;
	height: 160px;
	overflow:hidden;
}
.gal-image-wide {
	display:inline-block;
	width: 640px;
	height: 160px;
	overflow:hidden;
}
.gal-number {
	display:inline-block;
	width: 100px;
	height: 160px;
	font-size:4em;
	background-color:rgba(50,50,50,0.1);
	padding:55px 0 0 30px;
	overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	line-height: 0.6em;
}
.gal-year {
	font-size:.4em;
}
.gal-title {
	display:inline-block;
	width: 215px;
	height: 160px;
	font-size:1.5em;
	line-height: 1.5em;
	background-color:rgba(50,50,50,0.1);
	padding:25px 10px 0 0;
	overflow:hidden;
	text-align:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gal-title-imaging {
	width: 200px;
	font-size:1.2em;
}
.gal-desc {
	display:inline-block;
	width: 305px;
	height: 160px;
	font-size:1em;
	background-color:rgba(50,50,50,0.1);
	padding:28px 7px 0 0;
	overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#image-frame {
	position:absolute;
	width:960px;
	height:0px;
	border:none;
	left:0px;
	top:0px;
/*	display: none; */
/*	pointer-events: none; */
	background-repeat: no-repeat;
	background-position: center;
	background-color:#333;
	background-color:rgba(50,50,50,0.6);
/*	z-index: 999; */
}
#image-frame-border {
	position:absolute;
	width:940px;
	height:160px;
	border:2px solid #fff;
	left:8px;
	top:0px;
	display: none;
	pointer-events: none;
	background:none;
/*	z-index: 1; */
}
ul.buttons li {
	display: block;
	color:#ddd;
	width:100%;
	height:100px;
	font-size:1em;
	padding:0;
	margin:0;
	overflow:hidden;
}

#footer {
	font-family: 'Open Sans Condensed', sans-serif;
	position: fixed;
	bottom: 10px;
	right: 50px;
	color: #000;
}
#footer a:link, #footer a:visited { 
	text-decoration: none;
	color: #000;
}
#footer a:hover {
	/*	border-bottom: 1px dotted #333333; */
	color: #333;
}


/* PICTURE ZOOM */
.dg-picture-zoom{
	cursor : url(g/magnify-plus.cur), pointer !important;
}
.dg-picture-zoom-large{
	cursor : url(g/magnify-minus.cur), pointer !important;
}
.dg-picture-zoom-border-container{
    border : 0px solid #FFF;
    background-color: #FFF;
    padding:0px;
/*
    margin-left:-7px;
    margin-top:-7px;
	box-shadow:10px 10px 20px #000000;
    border-radius: 5px;
*/
}
