body {
	font-family: "Arial", serif;
}

td {
	font-family: "Arial", serif;
}

th {
	font-family: "Arial", serif;
}
#judul {
	font-family: Georgia;
	font-size: 12px;
	color: #A11A68;
	border-bottom: 1px solid #DFE8F9;
	padding-top: 10px; 
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 3px;
	font-weight: bold;
	background: url("images/img_biru.gif") no-repeat;
	text-align:left;
}
#berita {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	border-bottom: 1px dotted #fff;
	padding-bottom: 7px;
}
.jud {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.jud a {
	text-decoration:none;
	color:#000;
	}
.jud a:hover {
	color:#A11A68;
	}
.tgl {
	color: #6B6B6B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;

}
.gambar {
	margin-right: 7px; margin-bottom: 3px;
	border: solid 2px #6b6b6b;
}
a.next,  .identitas a {
	color: #5989BB;
	text-decoration: none;
}
a:hover.next,  .identitas a:hover {
	color: blue; 
	border-bottom: 1px dotted red;
}
.atas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	border: 1px none #CCCC99;
}
.texarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCC99;
}
a.foot {
	color: #CCCC99;
	text-decoration: none;
	font-weight: bold;

}
a:hover.foot {
	color: white; 
	text-decoration: none;
	font-weight: bold;
}
a.sub {
	color: #333333; font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	background-color: #DFE3EA;
	padding: 5px; border: 1px solid #fff;
}
a:hover.sub {
	color: blue; font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a.menu{
	color: #5989BB; font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	padding: 5px;
}
a:hover.menu {
	color: #FFCC00; font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
h1 {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background-color: #D3E0F6;
	padding-top:15px;
	padding-left: 5px;
	}
.title {
	font:15px Georgia, "Times New Roman", Times, serif;
	margin:30px 0 0 10px;
	padding:0;
	background:none;
	font-weight:bold;
	}
.alamat {
	font:11px Arial, Helvetica, sans-serif;
	margin: 5px 0 25px 10px;
	}
/* ----------------------- menu -------------------------- */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size:11px;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #efefef;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li ul li {
	border: solid 1px #dddddd;
		background: #efefef;
	}
#nav li ul li a {
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	padding: 5px 10px;
	width: 14em;
	}
#nav li ul li a:hover {
	background:#1A4F85;
	color:#FFFFFF;
	}
.buku-tamu, .buku-tamu table {
	font-size: 11px;
	}
.buku-tamu input, .buku-tamu textarea {
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	padding: 5px;
	margin-left:10px;
	}
h3 {
	color:#333333;
	font-size:13px;
	border-bottom: solid 1px #cccccc;
	margin:0;
	}
.total-isi {
	text-align:right;
	padding: 3px 0 10px 0;
	}
.identitas {
	font-size: 110%;
	font-weight:bold;
	}
.pagging {
	text-align:right;
	letter-spacing: 3px;
	}
.pagging span {
	border: solid 1px #1A4F85;
	background:#fff;
	padding: 2px 4px;
	margin-right:4px;
	}
.pagging span a {
	text-decoration:none;
	color:#003399;
	}
.pagging span a:hover {
	color: #CC3300;
	}
.foto-thumb {
	display:block;
	float:left;
	margin-right: 10px;
	margin-top: 10px;	padding: 5px;
	border: solid 1px #1A4F85;
	background:#efefef;

	}
.foto-big{
padding: 5px;
	
	border: solid 1px #1A4F85;
	background:#efefef;
	}
.foto-galeri {
	padding: 10px;
	width: 500px;
	margin: 0 auto 7px;
	}
.foto-keterangan {
	width: 500px;
	margin:0 auto 10px;
	padding: 10px;
	background:#D3E0F6;
	}
.nav-prev {
	width: 200px;
	text-align:left;
	float:left;
	}
.nav-next {
	width: 200px;
	text-align:right;
	float:right;
	}
.nav-prev a, .nav-next a {
	text-decoration:none;
	color:#003399;
	font-weight:bold;
	}	
.nav-prev a:hover, .nav-next a:hover {
	color:#000000;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

form {margin: 0;padding:0}