@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/web/20180427061618im_/http://sman1sine.sch.id/font/BebasNeue-webfont.eot');
    src: url('/web/20180427061618im_/http://sman1sine.sch.id/font/BebasNeue-webfont.eot#iefix') format('embedded-opentype'),
         url('/web/20180427061618im_/http://sman1sine.sch.id/font/BebasNeue-webfont.woff') format('woff'),
         url('/web/20180427061618im_/http://sman1sine.sch.id/font/BebasNeue-webfont.ttf') format('truetype'),
         url('/web/20180427061618im_/http://sman1sine.sch.id/font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Oswald';
	src: url('/web/20180427061618im_/http://sman1sine.sch.id/font/Oswald-Light.ttf') format('truetype');
}

.lb-album{
	width: 900px;
	margin: 0 auto;
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
}
.lb-album li{
	float: left;
	margin: 5px;
	position: relative;
}
.lb-album li > a,
.lb-album li > a img{
	display: block;
}
.lb-album li > a{
	width: 270px;
	height: 208px;
	position: relative;
	padding: 10px;
	background: #66C2FF;
	-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}
.lb-album li > a span{
	position: absolute;
	width: 270px;
	height: 208px;
	top: 0px;
	left: 0px;
	text-align: center;
	line-height: 208px;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 24px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	background: rgb(241,210,194);
	background: -moz-radial-gradient(left, ellipse cover, rgba(255,255,255,0.56) 0%, #66C2FF 100%);
	background: -webkit-gradient(radial, left left, 0px, left left, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,#66C2FF));
	background: -webkit-radial-gradient(left, ellipse cover, rgba(255,255,255,0.56) 0%,#66C2FF 100%);
	background: -o-radial-gradient(left, ellipse cover, rgba(255,255,255,0.56) 0%,#66C2FF 100%);
	background: -ms-radial-gradient(left, ellipse cover, rgba(255,255,255,0.56) 0%,#66C2FF 100%);
	background: radial-gradient(left, ellipse cover, rgba(255,255,255,0.56) 0%,#66C2FF 100%);
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
.lb-album li > a:hover span{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-overlay{
	width: 0px;
	height: 0px;
	position: fixed;
	overflow: hidden;
	left: 0px;
	top: 0px;
	padding: 0px;
	z-index: 99;
	text-align: center;
	background-color: rgba(0,0,0,0.8);
}
.lb-overlay > div{
	width: 550px;
	height: auto;
	min-height: 50px;	
	margin: 5px auto 0px auto;	
}
.lb-overlay > div p{
	height: auto;
	background: rgba(210,210,210,0.8);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	position: relative;
	color: #101010;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	width: 550px;	
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	-webkit-transition: opacity 0.3s linear 0.5s;
	-moz-transition: opacity 0.3s linear 0.5s;
	-o-transition: opacity 0.3s linear 0.5s;
	-ms-transition: opacity 0.3s linear 0.5s;
	transition: opacity 0.3s linear 0.5s;

	padding: 20px 0px 20px 0px;
	font-size: 23px;
	font-family: 'Oswald';;
	font-style: normal;
	text-align: center;
	float: left;
	width: 550px;
}
.lb-overlay a.lb-close{
	text-decoration: none;
	background: rgba(27,54,81,0.8);
	z-index: 1001;
	color: #fff;
	position: absolute;
	top: 83px;
	left: 50%;
	font-size: 20px;
	font-family: arial;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
	width: 28px;
	height: 26px;
	overflow: hidden;
	margin-left: 245px;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
}
.lb-overlay img{
	/* height: 100%; For Opera max-height does not seem to work */
	max-height: 150%;
	position: relative;
	opacity: 0;
	filter: alpha(opacity=0); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 7px rgba(0,0,0,0.2);
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
	-ms-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.lb-prev, .lb-next{
	text-indent: -9000px;
	position: absolute;
	top: 270px;
	width: 57px;
	height: 51px;
	left: 50%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)"; /*IE8*/
}
.lb-prev:hover, .lb-next:hover{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
.lb-prev{
	margin-left: -310px;
	background: transparent url(/web/20180427061618im_/http://sman1sine.sch.id/images/prev.png) no-repeat top left;
}
.lb-next{
	margin-left: 250px;
	background: transparent url(/web/20180427061618im_/http://sman1sine.sch.id/images/next.png) no-repeat top right;
}
.lb-overlay:target {
	width: auto;
	height: auto;
	bottom: 0px;
	right: 0px;
	padding: 80px 100px 120px 100px;
}
.lb-overlay:target img,
.lb-overlay:target div p,
.lb-overlay:target a.lb-close{
	opacity: 1;
	filter: alpha(opacity=99); /* internet explorer */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=99)"; /*IE8*/
}
/* 
	100% Height for Opera as the max-height seems to be ignored, not optimal for large screens 
	http://bricss.net/post/11230266445/css-hack-to-target-opera 
*/
x:-o-prefocus, .lb-overlay img {
    height: 100%;
}

#album ul li > input{
	float: left;
	margin: 0 5px 30px 0;
	border: none;
	background-color: #66A3FF;
	color: #000000;
	padding: 5px 10px;
	text-transform: capitalize;
}

#album ul li > input:hover {
	color: #ffffff;
	background-color: #1A1A1A;
}

h2.judul {
	clear: both;
}
/*
     FILE ARCHIVED ON 06:16:18 Apr 27, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:09:13 Apr 08, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.574
  exclusion.robots: 0.02
  exclusion.robots.policy: 0.008
  esindex: 0.011
  cdx.remote: 57.242
  LoadShardBlock: 151.651 (3)
  PetaboxLoader3.datanode: 133.203 (5)
  PetaboxLoader3.resolve: 213.76 (3)
  load_resource: 276.164 (2)
*/