body
{ 
	background:url('img/bg.gif') repeat-x top #8ca6a2;
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

.clear{
	clear:both;
}

h2{
	font-size:13px;
	color:#666666;
	margin:0px;
	padding:3px;
}

h3{
	font-size:14px;
	color:#666666;
	margin:0px;
	padding:3px;
}

p {
	margin: 7px 0;
}

blockquote {
	margin:7px 0 0 30px;
	padding-left:10px;
	border-left:4px solid #8fab13;
	color:#666;
	/*background:url('img/quote.png') no-repeat left top;*/
	font-style:italic;
	
}


#head{
	width:800px;
	height:80px;
	background:#efefef;	
	margin:10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#head img{
	float:left;
	margin-top:5px;
}

#head .date {
	float:right;
	margin: 60px 10px 0 0;
}

#main_content{
	width:798px;
	height:auto;
	margin:0 auto 10px auto;
	background-color:#FFFFFF;
	border:1px solid
}

#top_banner{
	width:798px;
	height:125px;
	background:url('img/banner.png') no-repeat center;
	border-bottom:2px solid #eee
}

#left_logo{
    position: relative;
	
	width:280px;
	height:55px;
	float:left;
	padding:28px 0 0 22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px
}

/*---------------- menu tab----------------------*/
.menu{
	width:798px;
	height:30px;
	margin:0px;
	background:#4a4640;	
}

.menu ul{
	list-style:none;
	padding:0 0 0 15px;
	margin:0px;
}

.menu ul li{
	display:inline;
}

.menu ul li a{
	float:left;
	height:30px;
	border:none;
	padding:0 15px 0 15px;
	text-decoration:none;
	color:#fff;
	line-height:30px;
	font-size:12px;
}

.menu ul li.selected a{
	float:left;
	height:30px;
	border:none;
	padding:0 15px 0 15px;
	text-decoration:none;
	color:#fff;
	line-height:30px;
	font-size:12px;
	background:url('img/menu_bullet.gif') no-repeat bottom center;
}

.menu ul li a:hover{
	background:url('img/menu_bullet.gif') no-repeat bottom center;
}

/*---------------- end menu tab -------------------*/

#content {
	background:#e9e5e2;
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif
}

#news {
	width:70%;
	float:left;
	padding-top:10px;

}

#news h1 a {	
	color:#211e19;
	text-decoration:none;
	margin-left:10px;	
	font-weight:normal;
	font-size:20px;
	display:block
}

#news h1 a:hover {	
	color:#36be00
}

#news .text {
	margin:5px 10px;
}


#news h1 .date {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin:10px 7px 0 5px;
	font-weight:normal;
	width:97%;
	border-top:1px solid #ccc;
	text-align:right;
	color:#999;
}

#news li{
	margin-bottom:5px;
	margin-left:25px;
	color:#000066;
	text-decoration:none;
}

#news li.sin, a {
	list-style:url('img/bullet-normal.gif');
	margin-bottom:5px;	
	color:#000066;
	text-decoration:none;
}

#news li a:hover {
	color:#36be00;
}

.title_welcome{
	width: auto;
	padding:0 0 0 5px;
	font-size:18px;
	color:#8daa10;
	margin:15px 0 10px 5px;
}

span.red {
	font-weight:bold;
	color:#da5b23;
}

.red{
	font-weight:bold;
	font-size:14px;
	color:#da5b23;
	padding:0 0 0 10px;
}

.info {
	/*background:#efefef;*/
	border-top:1px solid #ccc;
	width:90%;
	padding:2px 10px;
	margin:0 0 20px 10px;
	text-align:right;
}

#side {
	width:28%;
	float:left;
}

#box {
	border:1px solid #999;
	background:#ded8d3;
	margin:2px 0 10px 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}	

#box ul{
	padding:2px 10px;	
}

#box ul li {
	list-style:none;
	padding:2px 0;	
}

#box a:hover {
	text-decoration:underline;
}

.calendar {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background:#fff;
	border:solid 1px #ccc;
	margin-top:5px;
	margin-left:4px
}	

.calendar a, a:hover {
	text-decoration:none
}

.tr-calendar {
	background:#efefef;
	margin:2px;
	padding:2px 6px;
}

.calendar-month {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin:2px 0;
}

.day-calendar {
	background:#dee6ba;
}

.now-calendar {
	background:#ccc;
}


#arsip {
	margin:10px 15px;
	border-bottom:1px solid #fff;
	padding-bottom:4px
}

#arsip .dinfo {
	width:30%;
	float:left
}

#arsip .xinfo {
	width:65%;
	float:left
}

#arsip .title a {
	font-size:12px;
	color:#da5b23;
	line-height:12px
}

#arsip .title a:hover {	
	text-decoration:underline
}

#tblpost {
	width:90%;
	border: solid 1px #ccc;
	font-size: 11px;
	margin-left: 15px; 
	margin-bottom:20px;
	}
	
#tblpost th {	
	background: #ccc;
	text-align: center;
	}
	
#tblpost td {	
	background: #f5f5f5;
	padding-left: 4px
	}	
	
#tblpost a {
	color: #274d8e;
	text-decoration: none;
	}	
	
#tblpost a:hover {
	text-decoration: underline;
	}	

#isform {
	margin:10px
	}

#isform img {
	border:1px solid #ccc;
	padding:2px;	
	margin-bottom:5px
	}