/* pengaturan teks */
div.judul{
	font-weight:bold;
	font-family: 'PT Sans', sans-serif;
	padding-bottom:0.3em;
	font-size:10.5pt;
}
@media screen and (max-width: 800px) {
  /*pengaturan berita*/
	article.berita div.more{
		text-align:center;
		margin-top:0.3em;
		margin-bottom:2em;
	}
}



/* pengaturan berita */
article.berita img,
article.produk img{
	margin-bottom:0.5em;
}
article.berita div.waktu{
	font-size:9pt;
	margin-top:-0.2em;
	margin-bottom:0.5em;
}
article.berita div.isi{
	text-align:justify;
	/*margin-bottom:0.6em;*/
}
article.berita div.isi-judul{
	height:15.5em;
	overflow:hidden;
}
article.berita div.more{
	text-align:center;
	margin-top:0.4em;
}
article.berita div.more a
{
	padding:0.3em 0.7em;
	border-radius:0.3em;
	background-color:#FC3;
}
article.berita div.more a:hover
{
	color:#000;
	background-color:#FD6;
	border:outset 1pt;
}


/* pengaturan berita lain */
div.berita-lain{
	text-align:left;
}
div.berita-lain div.daftar ul{
	list-style-position:outside;
	margin-left:0;
	padding-left:1em;
}
div.berita-lain div.arsip{
	margin-top:0.5em;
}


/* pengaturan produk */
article.produk div.judul-isi{
	height:6em;
	overflow:hidden;
}



/* pengaturan link */
article.berita div.judul a,
article.produk div.judul a
{
	color:#C30;
}
article.berita div.judul a:hover,
article.produk div.judul a:hover{
	color:#F00;
}