/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

 @import url("//netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css");

/* Own definitions */
html{
  height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	color: white;
	font-family: 'Lobster', cursive;
	overflow: hidden;
}

a:hover,a:active, a:link, a:visited{
	text-decoration: none;
}

.container {
	height: 100%;
}

.calendar {
	position: absolute;
	left: 0px; 
	right: 0px;
	top: 0px;
	bottom: 0px;
	overflow-y: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.calendar.reduced {
	bottom: 227px;
}

.isotope {
	margin: 2em auto;
}

.window {
	position: relative;
	box-sizing: border-box;
	border: 5px dotted white;
	height: 227px;
	width: 300px;
	z-index: 1;
	margin-bottom: 30px;
	background-color: rgba(196,196,196,0.3);
	overflow: hidden;
	box-shadow: 2px 1px 3px #999999;
}

.window.locked {
	background-color: rgba(196,196,196,0.6);
}

.window div {
	height:100%;
}

.window:not(.locked) div {
	cursor: pointer;
}
.window a.window-link {
	position: absolute;
	display: table;
	height: 100%;
	width: 100%;
	z-index: 5;
}

.window img {
	position: absolute;
	top: 5%; 
	left: 5%;
	right: 5%;
	bottom: 5%;
	width: 90%;
	height: 90%;
	z-index: 4;
	opacity: 0.5;
}

.window h3 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 29pt;
	text-shadow: 2px 1px 3px #000;
	color: white;
}

.window.publish {
	text-align: center;
	display: table;
	padding: 0 2em;
	cursor: default !important;
}

.window.publish h3 {
	display: block;
}

.window.publish input {
	margin: 2em 0;
}

.window.publish button{
	color: white;
	font-size: 29pt;
	text-shadow: 2px 1px 3px #000;
}

.window.publish a{
	color: white;
	font-size: 29pt;
	text-shadow: 2px 1px 3px #000;
}

canvas {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

.sources {
	background-color: #333333;
	bottom: 0px;
	right: 0px;
	height:40px;
	width: 40px;
	position: absolute;
	overflow: hidden;
}

.sources.expanded {
	bottom: 0px;
	height: 227px;
	position: absolute;
	width: 100%;
	overflow: visible;
}

.sources .sources-header{
	padding: 8px;
	vertical-align: middle;
}

.source-type {
	display: inline-block;
	position: relative;
	background-color: #333333;
	color: #EEEEEE;
}
.source-type.selected {
	border: 1px solid #999999;
	background-color: #666666;
	color: #EEEEEE;
}

.source-type.youtube {
	width: 88px;
	background-image: url(/images/YouTube.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
}

.source-type.soundcloud {
	width: 60px;
	background-image: url(/images/soundcloud.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
}

.source-type.flickr {
	padding: 0px 3px;
	font-size: 17.5pt;
	font-weight: bold;
	font-family: "Proxima Nova","helvetica neue",helvetica,arial,sans-serif;
}

.sources-content {
	
}

ul.search-results {
	white-space:nowrap; 
	overflow-x: scroll;
	overflow-y: hidden;
}

li.search-result {
	display: inline-block;
	padding: 5px;
	width: 200px;
	height: 158px;
	vertical-align: top;
}
li.search-result img{
	display: inline-block;
	width: 190px;
	height: 110px;
}

li.search-result div.title {
	height: 34px;
	white-space: normal; 
	overflow: hidden;
}

.ads {
	background-color: blue;
	height: 175px;
}

.sources .toggle {
	background: url(/images/toggle.png);
	top: 0px;
	right: 0px;
	height:40px;
	width: 40px;
	position: absolute;
	z-index: 4;
}
.sources.expanded .toggle {
	top: 6px;
	right: 6px;
}

.button.info{
	background: url(/images/info.png);
	top: 0px;
	right: 0px;
	height:40px;
	width: 40px;
	position: absolute;
}

