/*Colors
red: #9d0000
gray: #d7dad3
active gray: #b0b3ad
End Colors*/

/************Reset**************/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, fieldset, legend, label, table, header, footer, nav, section { 
	margin: 0; 
	padding: 0;
	border: 0;
} 
ul { 
	list-style: none; 
}
header, footer, nav, section, article, hgroup, figure {
	display: block;	
}
legend {
	display: none;
}
/************End Reset**************/

/************Global**************/
body { 
	/*font: 100%/1.5 'Gill Sans', 'Droid Sans', 'Calibri', 'Lucida Grande', 'Trebuchet MS', 'Helvetica Neue', 'Arial', sans-serif;*/
	font: 100%/1.5 'Calibri', Helvetica, sans-serif;
	color: #000;
	background-image: url(../images/ornate1.png);
	/*background: #fff; */
	text-align: center;
}
a {
	text-decoration: none;
	color: #ddd;
}
a:hover, a:focus {
	color: #000;
}
strong{
	color:#fbb72b;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	outline: 0;
}
video {
	max-width: 100%;
	height: auto;
	border: 0;
	outline: 0;
}
h1 {
	font: normal 1.6em/1.3 'Gill Sans', 'Droid Sans', 'Calibri', 'Lucida Grande', 'Trebuchet MS', 'Helvetica Neue', 'Arial', sans-serif;
	text-rendering: optimizeLegibility;
	margin-bottom: 0;
	color: #fff;
	text-shadow: 0 2px 0 #000;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	text-rendering: optimizeLegibility;
	color: #fff;
	text-shadow: 0 2px 0 #000;
}
h3 {
	margin: 0;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	color: #fff;
	text-shadow: 0 2px 0 #000;
}
h4 {
	margin: 0;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
h5 {
	margin: 0;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
p {
	margin: 0 0 1em;
}

textarea {
	resize: none;
	overflow-x: hidden;
	overflow-y: visible;
	
	display:block;
	background: #666666;
	border-bottom: 1px solid #333;
	border-left: 1px solid #000;
	border-right: 1px solid #333;
	border-top: 1px solid #000;
	color: #fff;
	border-radius: 3px 3px 3px 3px;
	padding: 6px 6px 4px;
	margin: 5px auto 5px auto;
}

small.number {
	float: right;
}

li.year {
	background: #333333;
	/*border-bottom: 1px solid #333;
	border-left: 1px solid #000;
	border-right: 1px solid #333;
	border-top: 1px solid #000;*/
	color: #fff;
	border-radius: 10px 10px 10px 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 2px 2px 2px 2px;
	width: 218px;
	font-size: 1.5em;
}

/*li.year:before {
	content: "\25CF";
	display: inline-block;
	margin: 0 0.2em;
	font-size: 1.2em;
	color: #fff;
}*/

li.month {
	background: #555555;
	/*border-bottom: 1px solid #333;
	border-left: 1px solid #000;
	border-right: 1px solid #333;
	border-top: 1px solid #000;*/
	color: #fff;
	border-radius: 8px 8px 8px 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 2px 2px 2px 20px;
	width: 200px;
	font-size: 1em;
}

li.day {
	background: #777777;
	/*border-bottom: 1px solid #333;
	border-left: 1px solid #000;
	border-right: 1px solid #333;
	border-top: 1px solid #000;*/
	color: #fff;
	border-radius: 8px 8px 8px 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 2px 2px 2px 40px;
	width: 180px;
	font-size: 1em;
}

.bgimage {

	height:8px;
	/*background-image: url(../images/lsl_brooklyn_bg.jpg);  
	background-repeat: no-repeat;
	background-size: cover;*/
}
.bgimage_bottom {

	height:100px;
	color: #000;
	font-size: 0.6em;
	text-align: right;
	/*background-image: url(../images/lsl_brooklyn_bg_bottom.jpg);  
	background-repeat: no-repeat;
	background-size: cover;*/
}

.shadow{
	box-shadow: 3px 3px 4px #000;
}

.glass_effect_top{
	margin-top: 50px;
	margin-left: 0;
	margin-right: 0;
	box-shadow: 0px -5px 0px 5px rgba(0, 0, 0, 0.3), 0px 0px 5px 0px rgba(0, 0, 0, 0.6);
}

header[role="banner"] {
	/*margin-top: -0.8em;*/
	position: relative;
	background: #333;
	background: linear-gradient(to bottom right, #333 0%,#111 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111), color-stop(100%,#222)); 
	background: -webkit-linear-gradient(top, #111 0%,#222 100%); 

	/*border-top-right-radius: 0.8em;
	border-top-left-radius: 0.8em;*/
}
header[role="banner"] > div {
	max-width: 65em;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
	position: relative;
	-webkit-animation: fadein 0.4s ease-out 1;
	-moz-animation: fadein 0.4s ease-out 1;
	-ms-animation: fadein 0.4s ease-out 1;
}
header[role="banner"] a:hover, header[role="banner"] a:focus {
	color: #fff;
	background-image: -webkit-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
	background-image: -moz-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
	background-image: -ms-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
	background-image: -o-radial-gradient(ellipse closest-side, rgba(255,255,255,0.1), rgba(255,255,255,0));
}
.logo {
	/*width: 137px;*/
	/*height: 37px;*/
	float: left;
	margin: 0.35em 0 0.25em 0.7em;
}
.nav-anchors {
	float: right;
}
.nav-anchors li {
	display: inline-block;
}
.nav-anchors a {
	display: block;
	padding: 0.75em 0.8em;
	border-left: 1px solid #333;
}
.nav-anchors a.active {
	color: #fff;
}
.nav {
	margin: 0 -1em;
	text-align: center;
	text-transform: uppercase;
}
header[role="banner"] .nav {
	border-top: 1px solid #333;
	clear: left;
}
.nav li {
	display: inline-block;
	position: relative;
}
.nav li a {
	display: block;
	padding: 1em;
	border-left: 1px solid #333;
  	transition:  all 0.3s ease-out;
}
.nav li:first-child a {
	border-left: 0;
}
/*Hide Nav only if Advanced JS is present*/
/*.queryselectorall [role="banner"] .nav {
	display: none;
}*/

.container {
	background-color: rgba(0,0,0,0.3);
	/*border: 1px solid #333;*/
}

.content {
	background-color: rgba(0,0,0,0.5);
	/*border: 0.1em solid #fff;*/
	position: relative;
	text-align: left;
	overflow: hidden;
	/*margin: 0.1em 0.1em 0.1em 0.1em;*/
	/*padding: 0.1em 0.1em 0.1em 0.1em;*/
	color: #ddd;
	/*text-shadow: 0 1px 0 #000;*/
	-webkit-animation: fadein 0.4s ease-out 1;
	-moz-animation: fadein 0.4s ease-out 1;
	-ms-animation: fadein 0.4s ease-out 1;
	animation: fadein 0.4s ease-out 1;
}
.content img {
	border-radius: 0;
}

/* Mask for background, by default is not display */
#mask {
    display: none;
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 999;
}

/* You can customize to your needs  */
.login-popup, .edit-forum-post-popup, .edit-gallery-item-popup, .edit-infosection-popup, .info-popup {
    display: none;
    background: #333;
    padding: 10px;
    border: 2px solid #ddd;
    float: left;
    font-size: 1.2em;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    box-shadow: 0px 0px 20px #999;
    min-width: 200px;
}

img.btn_close {
    float: right;
    margin: -28px -28px 0 0;
}

fieldset {
    border: none;
}

.popup .textbox label {
    display: block;
    padding-bottom: 7px;
}

.popup .textbox span {
    display: block;
}

.popup p, .popup span {
    color: #999;
    font-size: 11px;
    line-height: 18px;
}

.popup .textbox input {
    background: #666666;
    border-bottom: 1px solid #333;
    border-left: 1px solid #000;
    border-right: 1px solid #333;
    border-top: 1px solid #000;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    /*font: 13px Arial, Helvetica, sans-serif;*/
    padding: 6px 6px 4px;
    width: 200px;
}

.popup .textbox textarea {
    background: #666666;
    border-bottom: 1px solid #333;
    border-left: 1px solid #000;
    border-right: 1px solid #333;
    border-top: 1px solid #000;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    /*font: 13px Arial, Helvetica, sans-serif;*/
    padding: 6px 6px 4px;
    width: 280px;
    height: 100px;
}

.popup input:-moz-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

.popup input::-webkit-input-placeholder {
    color: #bbb;
    text-shadow: 0 0 2px #000;
}

#exifdata{
	font-size: 11px;
}

.button {
	background: linear-gradient(to top left, #333 0%,#111 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333), color-stop(100%,#111));
	background: -webkit-linear-gradient(bottom right, #333 0%,#111 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');*/
	border-color: #000;
	border-width: 1px;
	border-radius: 4px 4px 4px 4px;
	color: #888;
	cursor: pointer;
	padding: 6px 6px 4px;
	font: 12px;
	width: 214px;
	display:block;
	margin: 0 auto;
}

.button:hover {
    background: #ddd;
}

.editbutton{
	cursor:pointer;
	width: 14px;
	height: 14px;
	border: none;
	margin-left: 6px;
	vertical-align: middle;
}

.editbutton:hover {
	/*border: 1px solid #333;*/
}

.edit{
	/*background:url(../images/Editing-Edit-icon.png) no-repeat;*/
	background:url(../images/edit-16.png) no-repeat;
	background-size: 14px 14px;
}

.delete{
	/*background:url(../images/Editing-Delete-icon.png) no-repeat;*/
	background:url(../images/delete-16.png) no-repeat;
	background-size: 14px 14px;
}

.info{
	/*background:url(../images/Editing-Delete-icon.png) no-repeat;*/
	background:url(../images/info-16.png) no-repeat;
	background-size: 14px 14px;
}

.hd_enabled{
	background:url(../images/hdbutton_enabled.png) no-repeat;
	background-size: 14px 14px;
}

.hd_disabled{
	background:url(../images/hdbutton_disabled.png) no-repeat;
	background-size: 14px 14px;
}

.file_bar {
	color: #fff;
	font-size: 12px;
	height: 18px;
	background: #000;
	text-align:center;
	display: none;
}

.encode_bar {
	color: #fff;
	font-size: 12px;
	height: 18px;
	background: #009;
	text-align:center;
	display: none;
}

.item .description{
	width:90%;
}

.item .buttons{
	position:absolute;
	right:0;
	bottom:0;
	padding:4px;
}

.item .lyric{
	display:none;
	width:100%;
	color:#fbb72b;
	background:#222;
	background:rgba(40,40,40,.8);
	/*border-radius: 1em;*//*border:1px solid #333;*/
	position:absolute;
	left:0;
	top:30%;
	font-size:20px;
	padding:5px;
	box-sizing: border-box;
}

.item .audio{
	width:100%;
	background:#000;
	border:1px solid #333;
	position:absolute;
	left:0;
	bottom:10%;
}

.item .over {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 4px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	color: rgba(255,255,255,.6);
	background: #222;
	background: rgba(0,0,0,.5); 
	min-height: 14px;
	
	/*z-index: 100;  
	-webkit-transition: all 300ms ease-out;  
	-moz-transition: all 300ms ease-out;  
	-o-transition: all 300ms ease-out;  
	-ms-transition: all 300ms ease-out;  
	transition: all 300ms ease-out;
	
	height: 32px;
	display: block;  
	bottom: -40px;*/ 
}

.item .over_top {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 4px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*color: #fff;*/
	color: #fff;
	color: rgba(255,255,255,.6);
	background: #222;
	background: rgba(0,0,0,.5);
	
	/*z-index: 100;  
	-webkit-transition: all 300ms ease-out;  
	-moz-transition: all 300ms ease-out;  
	-o-transition: all 300ms ease-out;  
	-ms-transition: all 300ms ease-out;  
	transition: all 300ms ease-out;
	
	height: 32px;
	display: block;  
	bottom: -40px;*/ 
}

/*.animation_image{
	display:none;
	height:40px;
	width:100%;
  
 	background: #00804d url(../images/ajax-loader.gif) no-repeat center center;  
}*/

.encoding{

	height:100%;
	width:100%;

	background: #000 url(../images/encoding.gif) no-repeat center center;
}

#notice{
        position: fixed;
        z-index: 6001;
        top: 0;
        left: 0;
	right: 0;
	margin-left:20%;
	margin-right:20%;
        display:none;
        padding: 10px;
        background: #333;
        color: #fff;
        text-align: center;
        /*line-height: 1.5;*/
        overflow: hidden; 
        -webkit-box-shadow: 0 0 5px black;
        -moz-box-shadow:    0 0 5px black;
        box-shadow:         0 0 5px black;
        border-radius: 10px 10px 10px 10px;
}

/************End Structure**************/


/************Mobile Queries**************/

/*@media only screen and (max-width : 1920px),
only screen and (max-device-width : 1920px){
    .galleryItem {width: 10%;
    //background: cyan;
    }
}*/
/*
@media only screen and (max-width : 2400px),
only screen and (max-device-width : 2400px){
    .galleryItem {width: 12%;
    }
}

@media only screen and (max-width : 1850px),
only screen and (max-device-width : 1850px){
    .galleryItem {width: 16%;
    }
}

@media only screen and (max-width : 1440px),
only screen and (max-device-width : 1440px){
    .galleryItem {width: 21%;
    }
}
 
@media only screen and (max-width : 1024px),
only screen and (max-device-width : 1024px){
    .galleryItem {width: 29.33333%;
    }
}
 
@media only screen and (max-width : 640px),
only screen and (max-device-width : 640px){
    .galleryItem {width: 46%;
    }
}
 
@media only screen and (max-width : 360px),
only screen and (max-device-width : 360px){
    .galleryItem {width: 96%;
    }
}*/

/************Mobile Queries**************/

/************Animations**************/
@-webkit-keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1;  }
}
@-moz-keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1;  }
}
@-ms-keyframes fadein {
	0% { opacity: 0; }
	100% { opacity: 1;  }
}

/************Resources**************/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/************End Resources**************/


