/*
  Plugin:WP Add Custom CSS
  Paste text to { } Add Custom CSS
*/

#page {
	width: 1000px;
}

.widget {
	margin-bottom: 12px;
}

.site {
	margin:0 auto;
	width: 1000px;
}

.site-info {
	display: none;
}

.search-submit {
	display: block;
	margin : 0 auto ;
}

.masthead-fixed .site-header {
	position: static;
}

.site-header {
	background-color: #4E785F;
	width: 1000px;
}

.site:before {
	width: 180px;
	background-color: #4E785F;
}

.primary-sidebar {
	background-color: #4E785F;
}

.primary-navigation {  
	float: left;
	font-size: 15px;
	margin: 0 1px 0 170px;
}

#secondary,
#supplementary {
	padding: 0 10px;
}
#secondary {
	background-color: #4E785F;
	/* width: 160px; */
}

/* 20150415  add : page header style */
.txtjudulhal {

	font-family: Tahoma, Helvetica, verdana;

	font-size: 18px;
	font-weight : bold;
	font-stretch:expanded;
	color: #003300;
	text-decoration: none;

}

/* 20150501  add : central bank icon */
.cb img {
    cursor:pointer;
    cursor:hand;
}
