* {
	padding:0;
	margin: 0;
}

body {
	background: #FBFBFB;
	overflow-x: hidden;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
@keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 0 100px; }
}

@-webkit-keyframes animatedBackground {
	from { background-position: 0 0; }
	to { background-position: 0 -100px; }
}

#nav {
	width: 50px;
	height: 100px;
	position: fixed;
	top: 0;
	margin: 0 0 0 20px;
	
	background-image: url('/is.jpg');
	background-position: 0 0px;
	background-repeat: repeat-y;
	animation: animatedBackground 1s ease-in-out 2 1s;
	-webkit-animation: animatedBackground 1s ease-in-out 1 1s; 
	z-index:150;
}

.promote {
}

.buttens {
	z-index: 999;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	font-size: 30px;	
}

#latest {
	position:relative;
	width: 100%;
	height: 100%;
	overflow:hidden;
	opacity: 0;
}

#latest img {
	position: absolute;

	z-index: 1;
}

#latest .shadow {
	box-shadow: 0 2px 8px #ccc;
}

#latest-small {
	opacity: 0;
	top: 100%;
	margin-top: 3px;
	width: 68%;
	float: left;
	z-index: 5551;
	margin-bottom: 30px;
}

#list, #fullList {
	margin-top: 5px;
	width: 22%;
	float: left;
	margin-left: 5%;
	position: relative;
	height: 700px;
	z-index: 5550;
	font-size: 12px;
	color: #ccc;
	line-height: 20px;
}

#list {
	opacity:0;
}

#fullList {
	display:none;
	position: absolute;
	top: 0;
	background-color: #fff;
	width: 50%;
	padding: 20px 50px 50px 50px;
	z-index: 9999 !important;
	margin: 50px 25%;
	height: auto;
}

.exit {
	float: right;
	padding-top: 1.5em;
	color: black;
	font-weight: bold;
	cursor: pointer;
}

#list ul, #fullList ul {
	list-style-type: none;
}

#list a, #fullList a {
	color: #666;
	text-decoration:none;
}

#list a:hover, #fullList a:hover {
	color: #000;
}

#dropArea {
	position:absolute;
	width: 100%;
	height: 100%;
	z-index: 97;
	background: #000;
	opacity: 0;
	
}

#dropArea.hover {
	opacity: .5;
}

#tempClick {
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
	top: 0; left: 0;
	opacity: 0.5;
	background: red;
	z-index: 58;
}

#tempClick p {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	width: 250px;
	height: 50px;
	left: 50%;
	margin-left: -125px;
	position: fixed; 
	top: 50%;
	margin-top: -25px;
}

.item { float: left; width: 207px; line-height: 0; margin: 0.2%;}

#latest-small img {width: 100%; height:auto; }


#archive { opacity: 0; }
/*#archive {
	position: relative;
	height: auto;
	margin-top: 50px;
	width: calc(100% - 20px);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#archive ul {
	list-style-type:none;
}

h1 {
	font-size: 10px;
	color: white;
	position: relative;
	display: inline;
	width: 200px;
	padding: 5px;
	background-color: #999;
	}
#archive > ul > li {
	width: 100%;
	display: inline-block;
	margin-bottom: 50px;
	padding-left: 20px;
	border-top: 1px solid #888;
}

#archive > ul > li > ul > li {
	float: left;
	margin: 10px 10px 0 0;
	width: 262px;
	min-height: 400px;
	background-color: #E8E8E8;
	padding: 20px;
}

.archiveDate {
	margin-right: 5px;
	display: inline-block;
	width: 20px;
}

.archiveTime {
	margin-right: 5px;
}*/




/*ADMIN STUFF */

#admin {
	position: absolute;
	height: auto;
	margin-top: 120px;
	width: 100%;
	top: 0;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}

#admin ul {
	list-style-type:none;
}

#admin > ul:first-child {
	width: 80%;
	margin-left: 20%;
}

h1 {
	font-size: 10px;
	color: white;
	position: relative;
	display: inline;
	width: 200px;
	padding: 5px 13px ;
	margin-left: 20px;
	background-color: #999;
	}
	
#admin > ul > li {
	width: 100%;
	display: inline-block;
	margin-bottom: 50px;
	border-top: 1px solid #888;
}

.adminThumb {
	width: 100%;
	height: 170px;
	margin-bottom: 10px;
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
}

#admin > ul > li > ul{
	margin: 1% 1% 0 100px;	
}

#admin > ul > li > ul > li > ul > li {
	float: left;
	margin: 1% 1% 0 0;
	position: relative;
	width: 200px;
	height: 225px;
	background-color: #E8E8E8;

}

h2 {
	width: 100%;
	margin:  30px 0 0 10px;
	display: inline-block;
	margin-left: 10px; }

.adminDate, .adminTime, .adminName {
	display: block;
	margin-left: 10px;
	font-size: 9px;
	line-height: 11px;
}

.adminDate { font-size: 11px; font-weight: bold; margin-top: 5px;}

.adminDelete {
	font-weight: bold;
	text-transform:uppercase;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	cursor: pointer;
	position: absolute;
	bottom: 23px;
	right: 20px;
}


#nothing {
	position: absolute;
	width: 500px;
	top: 50%;
	margin-top: -20px;
	left: 50%;
	margin-left: -125px;    
	font-size: 26px;
	height: 40px;
	font-weight: bold;
	color: black;
}
