@font-face
{
font-family: miller;
src: url(fonts/Miller-TextBoldItalic.otf);
}

body{
	font-family:  Helvetica, sans-serif;
	background: url(img/bg.jpg) ;
}

.container{
	width: 695px;
	margin: 0 auto;
}

#linkgaleri{
	position: absolute;
	margin-left: 500px;
	margin-top: 100px;
	width: 100px;
	height: 40px;
	background: url(img/linkgaleri2.png) no-repeat;
}

#linkgaleri:hover{
        -moz-transition: all .2s ease-in-out;
		  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
	background: url(img/linkgaleri.png) no-repeat;

}

#header{
	background: url(img/img5.png);
	width: 751px;
	height: 270px;
	margin: 0 auto;
}


.wrapper{
	background: url(img/wrapper.png) no-repeat;
	width: 569px;
	margin:-85px auto 0px auto;
	display: block;
}

.form{
	padding: 10px;	
	color:#c27514;
	font-style: italic;
}

input[type="text"]{
	background: #e4e5e6;
	width: 99%;
	height: 23px;
	margin-top: 5px; 
	margin-bottom: 8px;
	border:1px solid #a9a9a9;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;

}

textarea{
	border:1px solid #a9a9a9;
	background: #e4e5e6;
	width: 99%;
}

img.pensil{
	margin-top: -10px;
	margin-bottom: 0px;
}

input[type="submit"]{
	background: transparent;
	border: 1px solid;
	padding: 5px 10px;
	cursor: pointer;
	margin-top: 10px;
}

input[type="radio"]{
	margin-bottom: 10px;
}


#head_galeri{
	background: url(img/img9.png) no-repeat;
	width: 800px;
	height: 360px;
	margin: 0 auto;
	z-index: 900;

}


.galeri{
	position: relative;
	z-index: 8;
	background: #fff;
	width: 569px;
	margin:-85px auto 0px auto;
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	min-height: 800px;
}


.galeri h3{
	margin:0;
	text-align: center;
	font-family: miller;
	position: relative;
}

a{
	text-decoration: none;
}

.berita{
	/*background: #000;*/
	width: 270px;
	height: 150px;
	float:left;
	margin-right: 10px;
	padding-bottom: 0px;
	padding-top: -5px;
	margin-top: 0px;
	margin-bottom: -10px;
	border-bottom: 1px solid #000;
	line-height: 1.2;
	overflow: hidden;
}



.berita img{
	float: left;
	margin-right: 5px;
	margin-top: 20px;
	max-width: 80px;	
}

.berita h4{
	margin-bottom: 0px;
	font-size: 16px;
	font-family: miller;
}

.berita a{
	color:#c27514;
}

.berita h5 {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #58595b;
	font-size: 12px;
}

.berita p{
	margin-top: 0px;
	color: #000;
	font-weight: normal;
	font-size: 14px;
}

.clear{
	clear: both;
}


#paging {
	width: 560px;	
	margin:20px auto;
	padding: 0px;
	bottom: 0px;
	position: absolute;
	text-align: center;
}


#paging ul {
	padding-left: 0px;
}

#paging ul li {
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}

#paging ul li a{
	color: #000;
}

#paging ul li a:hover{
	color: #c27514;
}

#paging ul li.active a{
	color: #c27514;
	font-weight: bold;
}

img.lipat{
	bottom: 0;
	float: right;
	margin-right: -10px;
	margin-top: -13px;
}


.detail h3{
	text-align: left;
	color: #c27514;
	margin-bottom:5px;
}

.detail{
	padding-right: 5px;
	margin-right: 5px;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	/*background: #00ffff;*/
	max-height: 700px;
	overflow-y: scroll;
}

.detail h5{
	color: #58595b;
	margin: 0px;
}

.detail img{
	float: left;
	margin-right: 10px;
	max-width: 300px;
}

.detail p{
	color: #000;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 5px;
}

/* Let's get this party started */
.detail::-webkit-scrollbar {
    width: 5px;
}
 
/* Track */
.detail::-webkit-scrollbar-track {
   ; 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
.detail::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #e6e7e9; 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.detail::-webkit-scrollbar-thumb:window-inactive {
	background: transparent ; 
}

button.back{
	background: transparent;
	color: #c27514;
	font-family: miller;
	padding: 5px 10px;
	margin: 0px;
	border: 0px;
	text-decoration: underline;
	cursor: pointer;
}