/* logo */
.logo{
	float: left;
	width: 228px;
}


/* menu statis */
.static-menu{
	width: 400px;
	float: right;
}

.static-menu-content{
	padding: 27px 0 0 0;
}
.static-menu-content a{
	display: block;
	float: right;
	width: 26px;
	margin-right: 10px;
}

/*news*/
.news{
	padding-top: 20px;
}

.news h2{
	padding-bottom: 10px !important;
}

.news-item{
	background: #F5F5D9;
	padding: 8px 10px;
	border-bottom: 2px solid #fff;
}

.news-item-info{
	font-size: 11px;
	color: #999;
}

.news-item-info a{
	color: #333;
}

.news-item h3{
	padding: 4px 0px !important;
}

.news-item-content{
	line-height: 150%;
}

.news-item-content img{
	padding: 2px;
	border: 1px solid #eee;
	margin: 0 8px 4px 0;
	background: #fff;
	float: left;
}

.news-bottom{
	padding: 10px 0 0 0;
	text-align: right;
}

.news-bottom a{
	background: #7ABEE3;
	padding: 4px 20px;
	color: #fff;
}

.news-bottom a:hover{
	background: #0E6899;
	padding: 4px 20px;
	color: #fff;
}


/* calendar */
.calendar{
	width: 199px;
	padding: 0 0 10px 0;
	background: url(../images/news_bottom.gif) no-repeat left bottom #ECECEC;
}

.calendar h2{
	background:url(../images/news_top.gif) no-repeat top;
	text-align: center;
	padding: 15px 0 5px 0!important;
	margin: 0px !important;
}

.calendar h2 span{
	display: block;
	color: #666;
}

.calendar h2{
	padding-bottom: 10px;
}

.calendar table{
	width: 90%;
}
.calendar td, .calendar th{
	padding: 3px 2px;
	text-align: center;
	color: #666;
}

.calendar td a{
	color: #ffffff;
	font-weight: bold;
	background: #7ABEE3;
	display: block;
	padding: 2px;
}
.calendar td a:hover{
	color: #ffffff;
	background: #1682be;
}

th.caption{
	background: #ddd;
}

#calendar-next, #calendar-prev{
	color: #444;
	font-weight: bold;
	background: #ddd;
	display: block;
	padding: 0 0 3px 0;
}
#calendar-next:hover, #calendar-prev:hover{
	color: #ffffff;
	background: #666;
}



/*welcome*/
.welcome{
	border-bottom: 1px dashed #ccc;
	padding: 10px 0;
}
.welcome h1{
	font-size: 18px;
	font-weight: normal !important;
	padding: 0px !important;
	margin: 0 0 10px 0 !important;
}




/* banner */
.banner{
	padding-top: 5px;
	clear: both;
}

.banner p{
	text-align: right !important;
}
.banner img{
	border: none;
}
	

/* portofolio - sidebar */
.portofolio{
	padding-top: 20px;
}

.portofolio h2{
	padding-bottom: 10px !important;
}

.portofolio-item{
	background: #F5F5D9;
	padding: 8px 10px;
	border-bottom: 2px solid #fff;
}

.portofolio-item-info{
	font-size: 11px;
	color: #999;
}

.portofolio-item-info a{
	color: #669C19;
}

.portofolio-item h3{
	padding: 4px 0px !important;
}

.portofolio-item-content{
	line-height: 150%;
}

.portofolio-item-content img{
	padding: 2px;
	border: 1px solid #ddd;
	margin: 0 8px 4px 0;
	background: #fff;
	float: left;
}

.portofolio-bottom{
	padding: 10px 0 0 0;
	text-align: right;
}

.portofolio-bottom a{
	background: #fa0;
	padding: 4px 20px;
	color: #fff;
}

.portofolio-bottom a:hover{
	background: #f80;
	padding: 4px 20px;
	color: #fff;
}

/* js preview */
#preview_div{
	background: #efefef;
	text-align: center;
	-moz-opacity:.80;
	opacity:.80;
	filter:alpha(opacity=80);
}
#loader_bg {
	font-size: 1px; 
	left: 8px; 
	width: 113px; 
	position: relative; 
	top: 8px; 
	height: 7px; 
	background-color: #ebebe4
}
.title_h2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 18px; PADDING-BOTTOM: 0px; PADDING-TOP: 20px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}
.border_preview {
	POSITION: absolute;
	background: #fff;
}
.preview_temp_load {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 10px; VERTICAL-ALIGN: middle; PADDING-TOP: 10px; TEXT-ALIGN: center
}
.preview_temp_load IMG {
	VERTICAL-ALIGN: middle; TEXT-ALIGN: center
}

/* FAQ */

.faq-sidebar{
	margin: 20px 10px 10px 20px;
	padding: 10px 0;
	color: #fff;
	border-top: 1px dashed #fff;
}

.faq-sidebar a{
	color: #fff;
}

.faq-sidebar a:hover{
	color: #fc0;
}

/*archive berita*/
.archive-popup-layer{
	POSITION: absolute;
	border-collapse:collapse;
	background: #fff;
	color: #333;
}

.archive-popup-inner{
	border: 1px solid #333;
}

.archive-popup-title{
	padding: 10px 8px 0px 8px;
	text-align: left;
	margin: 0px;
}

.archive-popup-content{
	padding: 0px 8px;
}


/*contact-us*/
.contact-us table{
	width: 100%;
}

.contact-us th{
	background: #7ABEE3;
	padding: 4px 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.contact-us td{
	padding: 4px 10px;
	border-bottom: 1px solid #fff;
	background: #F5F5D9;
}

.contact-us textarea, .contact-us input.text{
	width: 300px;
}


/* navigasi bawah */
.nav{
	list-style: none;
	margin:0px !important;
	padding: 0px;
}

.nav li{
	float:right;
	padding: 0 4px !important;
	font-size: 11px;
}

.nav li.first{
	border: none !important;
}

.nav li a{
	color: #fff;
}

.nav li a:hover{
	color: #fc0;
	text-decoration: none;
}




/* menu vertical */
.menu{
	padding-bottom: 20px;
}
.menu h3{
	display: none;
}
.menu ul, ul.children{
	list-style-type: none;
	margin: 0px;
	padding:0px;
}

.menu ul li, ul.children li{
	margin: 0px;
	padding: 0px;
}

.menu ul li a, ul.children li a{
	display: block;
	color: #333;
	border-bottom: 1px dotted #ddd;
}

.menu ul li a, .latest ul li a{
	width: 168px;
	padding: 5px 8px 5px 23px;
	color: #555;
	background: url(../images/menu-icon.gif) no-repeat;
	background-position: 6px 10px;
}
.menu ul li a{
	font-weight: bold;
}
.menu ul li a:hover, .latest ul li a:hover{
	background: url(../images/menu-icon.gif) no-repeat #F5F5D9;
	background-position: 8px 10px;
	color: #af0000;
	text-decoration: none;
}
ul.children li a{
	font-weight: normal;
	font-size: 11px;
	width: 169px;
	padding: 4px 15px;
}

ul.children li a:hover{
	background: #780000;
	color: #fff;
	text-decoration: none;
}

