/* CSS Document */
/* menu header */
body {
	background-image:url(Images/mlm.png);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size					: 14px;
	
}

#main {
background-image:url(Images/bu.png);
	width						: 942px;
	margin						: 0 auto;
	border						: 1px solid #000000;
	
}

.clear {
	clear:both;
	float:none;
}

#header {
	background-color			: #000000;
	}
/* ===================================================== cover ================================================================ */	
#cover {
	margin						: 5px;
	width						: 700px;
	float						: left;
}
#bg_cover{
	background-color			: #ccc;
	background-color			: #333333; 
	border						: 1px solid #333;
	border-bottom				: 0px;
	padding						: 7px;
	padding-left				: 10px;
	color:#000000;
	font-weight					: bold;
	font-size					: 11px;
	height						: 13px;
}

#content_cover{
	background-image:url(Images/bu.png);
	border						: 1px solid #333;
	line-height					: 16px;
	padding						: 8px;
	margin-bottom				: 10px;

}
/* ===================================================== batas akhir cover ================================================================ */		

/* Atur tengah */
#menu-tengah {
	margin						: 5px;
	width						: 930px;
	float						: left;
}



#bg_menu {
	background-color			: #ccc;
	background-color			: #333333; 
	border						: 1px solid #333;
	border-bottom				: 0px;
	padding						: 7px;
	padding-left				: 10px;
	color						: #FFFFFF;
	font-weight					: bold;
	font-size					: 13px;
	height						: 13px;
}

#content_menu {
	background-image:url(Images/bu.png);
	border						: 1px solid #3333;
	line-height					: 20px;
	padding						: 8px;
	margin-bottom				: 10px;
}

#content_menu a {
	color:006699;
	font-size:12px;
	text-decoration:none;
}

#content_menu a:hover {
	color: #cccccc;
}


/* ======================Atur samping=======================*/
#menu-kiri {
	margin						: 5px;
	width						: 222px;
	float						: right;
	background-color			: maroon;
}

/* ======================Atur Bawah=======================*/
#content_menu_bawah{
	background-image			: url(Images/mlm1.png);
	border						: 20px solid #3333;
	line-height					: 25px;
	padding						: 25px;
	margin-bottom				: 10px;
}

#menu-kanan{
	margin						: 5px;
	width						: 930px;
	float						: left;
	padding:10px;
	padding-left:0px;
	padding-right:0px;
	padding-top:1px;
	padding-bottom:0px;
	font-size:14px;
	color:#FFFFFF;
}

#content_menu_kanan2{
	
	background-image			: color: #FFFFFF;
	border						: 0px solid  #FFFFFF;
	line-height					: 25px;
	padding						: 25px;
	margin-bottom				: 10px;
}
#menu-kanan2{
	margin						: 5px;
	width						: 930px;
	float						: left;
	padding:10px;
	padding-left:15px;
	padding-right:0px;
	padding-top:1px;
	padding-bottom:0px;
	font-size:14px;
	color:#FFFFFF;
	}
#menu_kanan_isi kiri{
padding: 5px;
width: 30px;
height: auto;
position: relative;
margin-top: 5px;
}



#kiri{
padding:5px;
height:200px;
width:210px;
margin-right:45px;
float:left;
margin-top:10px;
border-radius:15px;
-moz-border-radius:15px;
background:none;
}
#tengah{
padding:5px;
height:200px;
float:left;
width:300px;
margin-top:10px;
border-radius:15px;
-moz-border-radius:15px;
background:none;
}
#kanan{
padding:5px;
float:right;
height:200px;
width:210px;
margin-top:10px;
border-radius:15px;
-moz-border-radius:15px;
background:none;
}






/* ==================foter bawah=================== */
#footer {
	background-color:#666;
	position:absolute;
}


/* ====================Atur Gallery================*/
.container{
	max-width:1200px;
	margin:auto;
	background:#eeeeee;
	overflow:auto;
}

.gallery{
	margin:30px;
	border:1px solid #ccc;
	float:left;
	width:250px;
}
.gallery img{
	width:100%;
	height:auto;
}

.desc{
}




/* Batas-================================ menu atas dropdwon =======================================*/ 


body {
   margin:0;
   padding:0;
   line-height: 1.5;
   
   
  }
  .menu-wrapper {
   margin:0;
   position: relative;
   width:942px;
   
   
  }
  .menu-wrapper ul{
   margin:0;
   padding:0;
   background-color: maroon; 
  }
  
   ul.menu-horizontal {
    width:100%;
    position: relative;
	
   }
   ul.menu-horizontal li {
    list-style: none;
	
	
   }
   /*Style menu horizontal*/
   ul.menu-horizontal >li{
    display: inline-block;
	 border-right: solid 1px #333333;
	 
	/*Pengaturan menu*/
   }
   ul.menu-horizontal li a{
    position: relative;
	font:13px Georgia, "Times New Roman", Times, serif;
    display: block;
    padding:10px 20px;
    text-decoration: none;
    color: #FFFFFF;
	
   }
   ul.menu-horizontal li a:hover {
    background-color: #333333;
   }
   
   
  /*Style Tanda panah pada menu yang mempunyai sub menu*/
   ul.menu-horizontal >li >a >span.arrow {
    width:0;
    height: 0;
    border:5px solid transparent;
    border-top:7px solid #eee;
    position: absolute;
    right: 5px;
    top:17px;
    z-index:
   }
  
   /*Style tanda panah pada sub menu level 1 dan level 2*/
   ul.menu-horizontal li ul li span.arrow {
    width:0;
    height: 0;
    border:5px solid transparent;
    border-left:7px solid #eee;
    position: absolute;
    right: 5px;
    top:17px;
    z-index:
   }
  
  
   /*Menyembunyikan sub menu ketika tidak dihover*/
   ul.submenu {
    position: absolute;
    display: none;
   }
  
   ul.submenu li {
    position: relative;
	
   }
  
    
   /*Menampilkan sub menu level 1 ketika menu di hover*/
   ul.menu-horizontal li:hover ul.level-1 {
    min-width: 120px;
    display: block;
    top:100%;
	background-color:#666666;
	line-height:18px;
	z-index:999;
   }
  
   /*Menampilkan sub menu level 1 ketika menu di hover*/
   ul.menu-horizontal li ul li:hover ul.level-2 {
    min-width: 145px; /*panjang sub menu*/
    display: block;
    top:0;
    left:100%;
	background-color:#666666;
	z-index:999;
   }

 </style>
/*================================ ahir menu atas =================================================*/




/*==================== ISI MENU======================*/

#isi{
padding: 5px;
width: 70px;
height: auto;
position: relative;
margin-top: 5px;
}

/*pengaturan posting*/
.isiposting{
background-color		: #bc9d64;
width					: 97%;
height					: 170px;
margin-bottom			: auto;   /* jarak antar kotak isi */
padding					: 10px;     /* Lebar isi kotak */
border					: 2px solid #333; /* GARIS TEPI */
line-height				: 16px;

}

/*pengaturan gambar yang dihalaman depan*/
.gambardepan{
float: left;
height: 140px;
width: 150px;
margin-right:5px;
margin-top: 3px;
padding: 1px;
border: 1px solid #dddddd;
}

/*pengaturan heading2 judul*/
.isiposting h2{
font-size:20px;
font-weight:bold;
color:maroon;
margin-top: 4px;
margin-bottom: 3px;
}

/*pengaturan anchor atau link yang ada di posting*/
.isiposting a{
text-decoration: none;
}

.isiposting a:hover{
color:#0000FF;
}




/*==================== MENU KIRI ======================*/

#sidebar{
padding:5px;
width:27%;
background-color:#d3beaa;
position:relative;
float:right;
/*memberikan garis putus*/
border style: dotted;
border widht:1px;
}

/*pengaturan widget sidebar*/
.widget{
width: 99%;
background-bottom: 5px;
background:#FFFFFF;
border-top:1px solid #dfdfdf;
border-right: 1px solid #efefef;
border-left: 1px solid #dfdfdf;
border-bottom: 1px solid #dfdfdf;
font-size: 100%;
margin: 0px 0px 5px 0px;
}

/*pengaturan ukuran iklan dg gambar pada widget*/
.gambariklan{
width: 99%;
height:150px;
}

/*pengaturan huruf jadwal widget*/
.judulwidged{
background: #d74006;
padding: 5px 10px 5px 10px;
margin: 0px 0px 0px 0px;
text-align:center;
color:white;
font-weight: bold;
font-size:15px;
margin-bottom:5px;
}

.widged ul{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style-type:none;
}

.widged li{
padding: 0px 0px 0px 0px;
background-position: left;
background-repeat: no-repeat;
color:#333333;
}

.widged li a{
color:#333333;
border-bottom: 1px dotted #cccccc;
text-decoration: none;
display: block;
margin-bottom: 5px;
padding: 4px 5px 3px 10px;
}

.widged li a:hover{
color:blue;
}




/*==========================================================================================================*/
