@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height:auto;	
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


/* MAIN IMAGE */
.menu-title-header {
	clear:none;
	float:left;
	width:100%;
	font-size:16px;	
	font-weight:bold;
	border-bottom: 1px solid #cdc5a7;
	padding-top:15px;
	padding-bottom:5px;
}

.menu-subtitle-header {
	clear:none;
	float:left;
	color: #464646;
	text-shadow: 0 1px 0 #cccccc;	
	padding-top:2%;
	font-weight:bold;
}

.artikelContainer {
	clear:none;
	float:left;
	width:100%;
	margin:4% 0;	
}

.isi-artikel-2 {	
	width:auto;
	font-size: 15px;	
	color:#888888;
	text-align:justify;
	line-height:20px;						
}

.title-menu-teks-back {
	padding-bottom:6px;
	font-size:16px;
	cursor:pointer;
}

.title-menu-teks-back:hover {
	color:#C00;
}

.title-menu-teks-back span {
	font-size:30px;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */


.isi-artikel {
	clear:none;
	float:left;
	width:100%;	
	
}

.isi-artikel-1-left,
.isi-artikel-1-right {
	clear:none;
	float:left;
	width:100%;
	margin-right:0%;
	margin-bottom:0%;		
}	

.menu-subtitle-header {
	font-size:14px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.isi-artikel {
	clear:none;
	float:left;
	width:100%;	
	
}

.isi-artikel-1-left,
.isi-artikel-1-right {
	clear:none;
	float:left;
	width:100%;
	margin-right:0%;
	margin-bottom:0%;	
}	

.menu-subtitle-header {
	font-size:14px;
}
	
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.isi-artikel {
	clear:none;
	float:left;
	width:100%;
		
}

.isi-artikel-1-left {	
	clear:none;
	float:left;
	width:45%;
	margin-right:2%;
	margin-bottom:1%;		
}

.isi-artikel-1-right {
	clear:none;
	float:right;
	width:45%;
	margin-left:2%;
	margin-bottom:1%;	
}

.menu-subtitle-header {
	font-size:15px;
}

}