/**
* 0.0 Color
*
*
background biru
00184b

orange
ffd24d

coklat
351b00

putih gading
f7f5ee
*/

/* COLOR */

/* override background color to none */
.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
	background: none;
}

.ui-overlay-a { 
    background:#4d1f0b;
}

.ui-header .ui-title, .ui-footer .ui-title {
	margin: 0 20%;
}

#header {
	background: #8a4500;
	border: none;
	text-shadow: none;
	font-weight: normal;
	color: #fff;
}

#header .ui-btn {
	background: none;
	border: none
}

#wrap-homepage {
	position: relative;
	padding-top: 30px;
	background: url('../images/home-bg.png') no-repeat top center	
}

#homepage{
}

#homepage-logo {
	text-align: center;
	padding-bottom: 10px;
}

#homepage-logo img{
	width: 80%;
	margin-bottom: 20px;
}

#homepage-menu {
	margin: 0 60px;	
}

#homepage-menu ul li.divider a{
	background: #5cb800;
	margin: 20px 0 30px 0;
	color: #fff;
	text-shadow: none;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	border: none;

	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

#homepage-menu ul li a{
	background: #f7f5ee;
	margin: 5px 0;	
	font-weight: normal;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;

	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

#homepage-footer {
	position: absolute;
	bottom: 10;
}

#homepage-footer img{
	width: 100%;
}

#left-panel {
	background: #c49a6c;
}

#left-panel-logo {
}

.ui-content .ui-listview>li>a.ui-btn {
	color: #000;
}

/* Content */
#wrap-page-inside {
	background: url('../images/page-bg.png') no-repeat top center;
	background-attachment: fixed;
}

#main-listview ul li.divider {
	background: #5cb800;
	color: #fff;
}

#main-listview ul li a{
	background: #edeadd;
}

#main-listview ul li a{
	color: #000;
}

#main-content {
	background: #fff;
	word-wrap: break-word;
}

/**
* 0.0 General section
*
*
*/
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: none;
}

/* header */
#header h1 a {
	text-decoration: none;
	color: #fff;
}

/* Left panel */
#left-panel {
	text-shadow: none;
}

#left-panel .ui-panel-inner{
}

#left-panel-logo {
	padding: 10px;
	text-align: center;
}

#left-panel-logo img {
	width: 100px;
}

#left-panel-menu ul li a{
	font-weight: normal;
	text-shadow: none;
}

/* Main */
#main-listview{
	padding: 15px;
}

#main-listview ul li.divider {
	text-align: center;
	text-shadow: none;	
	font-weight: bold;
	border: none;

	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;	
}

#main-list-topik {
	padding-top: 40px;

	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;		
}

#main-listview ul li a {
	margin: 1px 0 0 0;
	text-shadow: none;
	font-weight: normal;
	border: none;
	text-align: center;
}

#main-content {
	padding: 10px;
	text-shadow: none;
}

#main-content h1 {
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	border-bottom: 2px solid #5cb800;
	font-size: 1.1em;
	font-family: georgia;
}

#main-content h2 {
	font-size: 1em;
	font-weight: bold;
}

/* layout */
.row {
	display: block;
	width: 100%;
	clear: both;
}

.col-xs-6 {
	display: block;	
	width: 50%;
}

/* helper */
.text-center {
	text-align: center;
}

.size-full {
	width: 100%;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.arabic {
	direction: rtl;
	font-size: 1.4em;
	line-height: 1.4em;
}