@charset "utf-8";
/* CSS Document */


body,html {
	font-family: Arial, Sans, Open Sans, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000 !important;

}


a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
ul { font-size: 17px; list-style: none; }
h3 a:link, h3 a:active, h3 a:visited,h3 a {
	/*warna tulisan di baris menu*/
	color: #000;
	display: block;
}
#header h2 a:link, #header h2 a:active, #header h2 a:visited, #header h2 a {
	display:block;
	color: #fff;
}

h1 { margin-bottom: 15px; }
img {max-width: 100%}
#header {
	display:none;
}
#headbox {
	display:none;
}
#headbox h2 { color: #fff; padding-top: 4px; }
#footer {
	display:none;
}
#footerbox {
	display:none;
}
#footerbox p {
display:none;

}
.logo{
	float: left;
	padding: 0px;
	width: 32px;
	height: 32px;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 7px;

}
.imgfloat { float: left; margin-right: 10px; }
.kotakmenu {
	padding: 5px;
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-left-color: #000;
	height: 32px;
	border-left-width: 5px;
	border-left-style: solid;
	/*warna hijau di kotak menu*/
	background-color: #E7D5AB;
	/*gambar di ujung sebelah kiri di kotak menu*/
	background-image:url(images/arrkow.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
@media only screen and (min-width: 500px) {
  #homemenu li { font-size: 17px; float: left; width: 100%; }
}
.homemenu li{
	display:block;
	height: 32px;
	font-size: 17px;
}
.imgthumb {
	margin-bottom: 6px;
	border: 1px solid #fff;
	height: 32px;
	width: 32px;
}
#home {
	padding: 5px;
    font-family: Sans, Open Sans, Arial, Helvetica, sans-serif;
    font-size: 17px;
}
#home h2{
	background-color: #000;
	display: block;
	padding: 5px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	color: #333;
}



/* css list with numeber circle background -------------- */

ol {
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font: 19px Arial, Sans, Lato;
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

ol ol {
    margin: 0 0 0 2em;
}

.rectangle-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #fff5d4;
    color: #000;
	border-radius:10px;
    text-decoration: none;

}

.rectangle-list a:hover{
    background: #fff5d4;
	color:#c49d00;
}

.rectangle-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
	border-radius:5px;
    background: #FFEDB2;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
}

.rectangle-list a:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;

}

.rectangle-list a:hover:after{
    left: -.5em;
    border-left-color: #f9cb15;
}



/* End css list with numeber circle background -------------- */






#single {
	padding: 5px;
	font-family: Sans, Open Sans, Arial, Helvetica, sans-serif;
        font-size: 17px;
    	background-color: #fff;
    	color: #000 !important;
}

#isi {
	padding:5px;
	font-family: Sans, Open Sans, Arial, Helvetica, sans-serif;
    font-size: 17px;
	background-color: #fff;
	color: #000 !important;

}
#isi h2{
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}


.kosong{
	clear: both;
	margin: 0px;
	padding: 0px;
}
.aligncenter{
	display: block;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.alignleft{
	float: left; margin-right: 4px;
}

.alignright{	float: right;margin-left: 4px}

.kardus{
	text-align:center;
	width:100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
}

.navigasi{
	display:none;
}

p{text-align:justify;margin:0;padding:0 0 12px; font-size: 17px;}


h2, h3 { padding-bottom: 5px;     padding-top: 5px;     font-size: 21px;
    text-align: center;   border-style: solid;
  border-bottom: double #666;     border-top: double;     border-left: 0px;  border-right: 0px;  border-center: 0px;
     border-radius: 0px;         font-family: "sans;georgia;arial" }
