﻿@import url(http://fonts.googleapis.com/css?family=Rosario);
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0;
	border: 0; outline: 0;
	font-weight: normal; font-style: normal; font-size: 100%; font-family: inherit;
	vertical-align: baseline;
}

* {
    -webkit-touch-callout:none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust:none;             /* prevent webkit from resizing text to fit */
    -webkit-tap-highlight-color:rgba(0,0,0,0); /* prevent tap highlight color / shadow */
    -webkit-user-select:none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    outline:0;
}

:focus {
	outline: 0;
}

body{ 
    height:100%;
	background-color: white;
	font-family: 'Rosario', sans-serif;
}

#main {
    position:fixed;
    top:0px;
    right:0px;
    bottom:0px;
    left:0px;
    background-size:cover;
    background-position : center center;
    
}

html{
    height:100%;
}


ul {
    list-style: none;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
#mainnav{
	font-size:30px;
	text-align:left;
	width:100%;
	background-color: rgba(0,0,0,0.5);
	display:block;
	height:60px;
    border-bottom:1px solid white;
}

#mainnav a{ 
	display:block;
	float:left;
	line-height:60px;
	padding-left:30px;
	padding-right:30px;
    color: white;
    text-decoration: none;
    background: none;
    border-right: 1px white solid;
    text-decoration:none;   

}

    #mainnav a.selected,
    #mainnav a:hover {
        background-color: white;
        color:black;
    }

#content {
    position:fixed;
    top:61px;
    bottom:0px;
    right:0px;
    left:0px;
    border:0px solid red;
    z-index:2;
    border:0px solid red;
    padding:10px;
    padding-left:30px;
    padding-right:30px;
}


#content.active {
    background-color: rgba(0,0,0,0.9);
}

#playerwrapper {
    width:600px;
    height:450px;
    top:0px;
    bottom:0px;
    position:absolute;
    margin:auto;
}



iframe {
    border:0px;
}

.player-buttons {
    position:absolute;
    right:10px;
    top:5px;
}
.player-buttons img{
    float:right;
    display:none;
    cursor:pointer;
    margin-left:10px;
}

.type-selection {
    position:absolute; 
    padding:0px;
    left:0px;
    bottom:0px;
    top:0px;
    margin:auto;
    height:92px;
    width:350px;
    right:0px;
    background-color: rgba(0,0,0,0.6);
    border-radius:10px;
    text-align:center;
}

    .type-selection div {
        display:inline-block;
        background-color:white;
        width:175px;
        margin:20px;
        margin-top:10px;
        margin-bottom:10px;
        background-position:35px center;
        background-repeat:no-repeat;
        padding:20px;
        padding-left:100px;
        padding-right:30px;
        font-size:26px;
        cursor:pointer;

    }

        .type-selection div.gallery {
            background-image:url('images/gallery.png');
        }

        .type-selection div.movie {
            background-image:url('images/movie.png');
        }


.close-overlay {
    position:absolute;
    right:30px;
    top:-55px;
    height:20px;
    background:none;
    background-image:url(images/close.png);
    width:48px;
    height:48px;
    border:0px;

}

.video-wrapper{
    width:900px;
    height:537px;
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}

