* {
	margin:0;
	padding:0;
}

html { 
	background:#FFF;
	width: 100%;
  	height: 100%;
}

body  {
	font-family:"Questrial";
	letter-spacing:0px;
	line-height:1.3em;
	font-size:16px;
	color: #FFF;
	width: 100%;
  	height: 100%;
  	min-height:295px;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: color 6000ms linear;
	-moz-transition: color 6000ms linear;
	-o-transition: color 6000ms linear;
	-ms-transition: color 6000ms linear;
	transition: color 6000ms linear;
}

/* OVERALL FIXED STRUCTURE */

.tile{
  	height: 100%;
  	width: 100%;
 	position: relative;
	border: solid 0px blue;
	text-align:center;
}

.tile1{
  	height: 100%;
  	width: 100%;
 	position: relative;
	border: solid 0px blue;
	text-align:center;
}

.tile2{
  	height: 100%;
  	width: 100%;
 	position: relative;
	border: solid 0px blue;
	text-align:center;
}


#bgPictureLayer0 { 
	position: absolute;
	z-index:0;
	top:225px;
	bottom:100px;
	left:10%;
	right:10%;
	background: url(/Pix/default.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	opacity: 1;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	border: solid 13px #FFF;
	-webkit-transition: opacity 6000ms ease-in-out;
	-moz-transition: opacity 6000ms ease-in-out;
	-o-transition: opacity 6000ms ease-in-out;
	-ms-transition: opacity 6000ms ease-in-out;
	transition: opacity 6000ms ease-in-out;
	border-radius: 10px;
}

#bgPictureLayer1 { 
	position: absolute;
	z-index:1;
	top:225px;
	bottom:100px;
	left:10%;
	right:10%;
	background: url(/Pix/default.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	opacity: 0;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
	border: solid 13px #FFF;
	-webkit-transition: opacity 6000ms ease-in-out;
	-moz-transition: opacity 6000ms ease-in-out;
	-o-transition: opacity 6000ms ease-in-out;
	-ms-transition: opacity 6000ms ease-in-out;
	transition: opacity 6000ms ease-in-out;
	border-radius: 10px;
	}


#noiseLayer { 
	position: absolute;
	z-index:2;
	top:225px;
	bottom:100px;
	left:10%;
	right:10%;
	background-image: url("/Pix/noise.png");
	background-repeat: repeat;
	opacity: 0.1;
	-webkit-transform: translateZ(0);
	border: solid 13px #FFF;
	border-radius: 10px;
}

#playLayer { 
  	position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    width:128px;
    height:128px;
    margin: auto;
	cursor:pointer;
	z-index:999;
	display: none;
}

#closeLayer { 
	position: absolute;
	z-index:3;
	top:225px;
	bottom:100px;
	left:10%;
	right:10%;
  	opacity: 0.5;
  	text-align:right;
}

#closeButton { 
	position: relative;
	margin:20px;
  	cursor: pointer;
}


#paperclip {
	position: absolute;
	z-index:3;
	top:225px;
	bottom:100px;
	left:10%;
	width:200px;
  	opacity: 0;
  	text-align:right;
  	-ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
    -webkit-transition: opacity 300ms linear;
	-moz-transition: opacity 300ms linear;
	-o-transition: opacity 300ms linear;
	-ms-transition: opacity 300ms linear;
	transition: opacity 300ms linear;
}

#clip { 
	z-index:999;
	position: absolute;
	top:-13px;
	left:120px;
  	cursor: pointer;
  	border: solid 0px #0F0;
  	-ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}

#paper { 
	font-family:"Coming Soon",cursive;
	font-size:14px;
	line-height:1.4em;
	text-align:left;
	position: absolute;
  	top:-10px;
	left:-20px;
	width:150px;
	min-height:100px;
  	background:#FFF;
  	opacity: 0.97;
  	border: solid 0px #eee;
  	padding:20px;
  	border-radius: 3px;
  	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
  	background-image: url("/Pix/paper.jpg");
}


@media screen and (max-height: 354px) { 
   #bgPictureLayer0 { display: none; } 
   #bgPictureLayer1 { display: none; } 
   #noiseLayer { display: none; } 
   #closeLayer { display: none; } 
}

@media screen and (max-height: 410px) { 
   #paperclip { display: none; } 
}

#title { 
	color:#FFF;
	background:#DDD;
	position: absolute;
	padding-top:30px;
	top:0px;
	left:0px;
	right:0px;
	z-index:4;
	height:75px;
	text-align:center;
	border: solid 0px #000;
	opacity: 1;
	line-height:20px;
	letter-spacing:1px;
	-webkit-transition:background-color 6000ms linear;
	-moz-transition:background-color 6000ms linear;
	-o-transition:background-color 6000ms linear;
	-ms-transition:background-color 6000ms linear;
	transition:background-color 6000ms linear;
}

.big{
	font-size:30px;
}

.medium{
	font-size:24px;
}

.small{
	font-size:15px;
}

.tiny{
	font-size:12px;
}

#controlPanel
{
    border-top: solid 0px black;
    border-bottom: solid 0px #888;
    padding-top:13px;
    position: absolute;
    top: 115px;
    z-index:99;
    height: 80px;
    width: 100%;
    text-align:center;
    opacity: 1;
}

#subtitles{
	position: absolute;
	left:0px;
	right:0px;
	bottom:30px;
	padding:10px 10% 10px 10%;
	z-index:2;
	border: solid 0px #FFF;
	opacity: 1;
	line-height:1.2em;
}


#dots
{
    position: absolute;
	bottom:5px;
    z-index:0;
    width: 100%;
    text-align:center;
    opacity: 1;
}

.slide
{
    position: absolute;
    text-align:right;
    width:260px;
	top:7px;
	left:-207px;
    z-index:999;
    transition-property:all;
	transition-duration:1s;
	-webkit-transition-property:all;
	-webkit-transition-duration:1s;
	cursor: pointer;
	opacity:0.3;
}

.slide:hover
{
	left: 10px;
	opacity:1;
}

iframe {
	vertical-align:middle;
	}
	
.colorBg{
	background:#DDD;
	-webkit-transition:background-color 6000ms linear;
	-moz-transition:background-color 6000ms linear;
	-o-transition:background-color 6000ms linear;
	-ms-transition:background-color 6000ms linear;
	transition:background-color 6000ms linear;
}

.color{
	color:#DDD;
	transition: all 6000ms linear;
}

.textWhite{
	color:#FFF;
}

.textRight{
	text-align:right;
}

.section1{
	margin:20px 0px 0px 0px;
	padding:20px 10%;
	text-align:left;
}

.section{
	margin:0px;
	padding:20px 10%;
	text-align:left;
}

.sectionLast{
	color:#CCC;
	border-top: solid 1px #EEE;
	margin:0px;
	padding: 15px 10% 0px 10%;
	text-align:center;
	font-size:14px;
	line-height:1em;
}

h1{
	padding:20px 0 30px 0;
	text-align:center;
	font-size:30px;
	font-weight:normal;
	line-height:1.2em;
}

pre{
	font-size:20px;
}

h2{
	padding:10px 0px;
	text-align:left;
	font-size:18px;
	font-weight:normal;
}

p {
	padding:0 0 20px 0;
}

a {
	color:#FFF;
	text-decoration:underline;
	-webkit-transition:all 6000ms linear;
	-moz-transition:all 6000ms linear;
	-o-transition:all 6000ms linear;
	-ms-transition:all 6000ms linear;
	transition:all 6000ms linear;
	border-bottom: 1px solid;
	padding-bottom: 0px;
	text-decoration: none;
}

img {
vertical-align: middle;
}

td {
	padding:10px;
	vertical-align: top;
}

td.social {
	padding:0px 10px 0px 0px;
	vertical-align: middle;
}

sup {
   vertical-align: baseline;
   position: relative;
   top: -13px;
   font-size:14px;
}

.action {
    cursor:pointer;
}

.action:hover {
	opacity: .7;
}

.action:active {
	opacity: 1;
}

.disabled {
    cursor:pointer;
	opacity: .25;
}

.disabled:hover {
	opacity: .35;
}

.disabled:active {
	opacity: .5;
}

.light
{
	opacity: .5;
}

.twitterFeed {
	margin-top:10px;
	text-align:center;
	opacity: .9;
}

.centered {
	text-align:center;
}