/* JQuery Mobile Potret Nabi */

/* Table of structur CSS */
/* 1.=Splash Screen
/* 2.=Homescreen
/* 3.=Header
/* 4.=Content List View
/* 5.=Search Box */
/* 6.=Left Menu
*/

/*=Splash Screen */
#splash_wrap {
	position: fixed;
	z-index: 99999999;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;  

	background: #fff;
}

#splash_wrap #splash_img {
	display: block;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	padding-top: 35%;
} 

#splash_wrap #splash_title {
	padding-top: 5px;
}

/*=Homescreen */
body.homescreen {
	background: #4f4928 url('../img/bg_header_home.png') repeat-x ;
}

.kajian_utama {
	max-width: 360px;
	margin: 0 auto;
	text-align: center;
}

.kajian_utama img {
	display: block;
	padding: 60px 0px 40px 0px;
	width: 100%;
}

.kajian_utama a {
	font-size: 1em;
	background: #837d6b;
	background-image: -webkit-linear-gradient(top, #837d6b, #3d3318);
	background-image: -moz-linear-gradient(top, #837d6b, #3d3318);
	background-image: -ms-linear-gradient(top, #837d6b, #3d3318);
	background-image: -o-linear-gradient(top, #837d6b, #3d3318);
	background-image: linear-gradient(to bottom, #837d6b, #3d3318);
	-webkit-border-radius: 8;
	-moz-border-radius: 8;
	border-radius: 8px;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	font-family: arial;
}

.kajian_utama a:hover {
	background: #3d3318;
}

/*=Header */
.jqm-header {
	background: #4F4928 url('../img/bg_header_home.png') repeat-x !important;
	border: none;
}

.jqm-header h2 {
	margin: 0;
	padding: 0;
}

.jqm-header h2 {
	padding: .4em 0 .1em !important;
	margin: 0 3em !important;
}
.jqm-header h2 a {
	display: inline-block;
	text-decoration: none;
	min-height: 40px;
}
.jqm-header h2 img {
	display: block;
	width: 240px;
	height: auto;
	padding-top: 14px;
}
.jqm-header h2 > img {
	display: inline-block;
}

.jqm-header .jqm-header-btn {
	background: transparent;
	border: none;
	line-height: 44px;
	height: 44px;
}

.jqm-header .jqm-header-btn:hover {
	background: transparent;
}

/*=Content List View */
.ui-listview > .ui-li-divider {
	padding: .5em 1.143em;
	font-size: 18px;
	font-weight: 700;
	cursor: default;
	outline: 0;
	font-weight: normal;
	text-shadow: none;
}

.ui-listview .ui-btn{
	text-shadow: none;
}

.ui-listview .ui-btn:hover{
	text-shadow: none;
}

/*= Search Box */
.searchbox {
	padding:5px 10px;
	background: #251f0f;
}

/* Left Menu */
.left-panel-info {
	padding: 25px 15px 10px 15px;
	font-size: 0.75em;
}

.left-panel-info a {
	text-decoration: none;
	color: #333333;
}

.left-menu {
	padding: 0;
	margin: 0;
}

.left-menu li {
	list-style-type: none;
	margin-left: 15px;
	padding:10px 0 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.left-menu li a {
	display: block;
	text-decoration: none;
	font-size: 0.75em;
	color: #333333;
}

.ui-content {
	margin: 20px;
}

.single-content {
	margin: 0;
}

/*=Breadcrumb*/
.breadcrumb {
	margin:10px 20px 0px 20px;
	background: #DCDBD4;
	color: #4E4827;
	display: block;
	text-shadow:none;
	font-weight: normal;
	white-space: nowrap;
	overflow-x:scroll;
	overflow-y:hidden;
	-webkit-overflow-scrolling: touch;
}

.breadcrumb ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	height: 30px;
	line-height: 30px;
}

.breadcrumb ul li {
	display: inline-block;
}

.breadcrumb ul li a{
	text-decoration: none;
	color: #4E4827;
	font-weight: normal;
}

.divider {
	padding: 0px 5px;
}

/*=Content */
.jqm-content {
	margin:0px;
	padding: 1em;
	background: #fff;
	border: 1px solid #eee;
	-webkit-border-radius: .3125em;
	border-radius: .3125em;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	text-shadow:none;
}

.jqm-content h3 {
	font-size: 1.5em;
	font-weight: 300;
	color: #3d3318;
	border-bottom: 1px solid #ddd;
	padding-bottom: .25em;
	margin: 0 0 .5em;
}

/*=List view */

.ui-listview > .ui-li-divider {
	background: #5e533a !important;
	border: none;
	margin-bottom: 8px;
}

.ui-listview>li {
	margin-bottom: 6px;
}

.ui-listview>li>a {
	font-weight: normal;
}

/*
#splash {
  background-color: #3f3f3f;
}
#splash #splashBg {
  width: 100%;
  height: 100%;
}
#splash #splashTitle {
  position: absolute;
  left: 50%;
  width: 170px;
  top: 50%;
  margin-left: -85px;
  margin-top: -37px;
}
*/