/*******************************************/ 
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .70em/1.3em  Verdana, Tahoma, Helvetica, sans-serif;
	color:#000000;
	/*background: #A9BAC3 url(../images/bg.gif) repeat-x;
	background: #ececec url(../images/bg2.gif) repeat-y center;*/
	background: #03295A url(../images/background.jpg) repeat-x top center;
	background-attachment: fixed;
	text-align: center;
	clear:both;
}

/* links */
a { 
	color: #FF0000;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color:#FF0000;
	background-color: inherit;
	
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.2em; color:#000000; } 
h2 { font-size: 1.2em; text-transform:uppercase;}
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; color:#000000;} 


ul, ol {
	margin: 2px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}
img.no-border {
	border-bottom:3px solid #FF0000;

}
img.no-borderatas {
	border-top:3px solid #999999;

}
img.float-right {
  margin: 5px 0px 5px 5px;   /*top right bottom left*/ 
}
img.float-left {
  margin: 5px 5px 5px 0px;   /*top right bottom left*/ 
}


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0;
}
acronym {
  /*cursor: help;*/
  border-bottom: 1px solid #777;
}

blockquote {
    margin: 5px 0 5px 0;
 	padding: 0 0 0 40px;  /*top right bottom left*/ 
    border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(../images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
form1 {
	margin:10px; padding: 5px;
	border: 1px solid #990000;
	background-color: #FAFAFA; 
}
/*
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
*/
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
select {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}
textarea {
	/*width:300px;*/
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #FF0000;
	background: #FFF; 
	padding: 2px 3px; 
	color: #4284B0;
	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	padding: 5px;
	margin-top:91px;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 300px;
	border: 1px solid #FF0000; 
	background: #FFF;
	color:#0000FF;
	height: 14px;
	vertical-align: top;
}
form.searchform input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #f2f2f2;
	border: 1px solid #FF0000;
	color: #777;	
	width: 60px;
	height:20px;
	vertical-align: top;
}

/* search form iklanbaris */
form.searchformiklan {
	background: transparent;
	padding: 10px;
}
form.searchformiklan input.textbox { 
	margin: 0; 
	width: 300px;
	border: 1px solid #990000;
	background: #FFF;
	color: #333; 
	height: 14px;
	vertical-align: top;
}
form.searchformiklan input.button { 
	margin: 0; 
	padding: 2px 3px; 
	font: bold 12px Arial, Sans-serif; 
	background: #f2f2f2;
	border: 1px solid #990000;
	color: #777;	
	width: 60px;
	height:20px;
	vertical-align: top;
}



/***********************
	  LAYOUT
************************/
#wrap {
	border: 1px solid #000033;
	border-bottom: 3px double #000033;
	width: 980px; height: 100%;
	margin: 0 auto 0 auto;	
	text-align: left;
	background: #D8D8D8 url(../images/wrap.jpg) no-repeat bottom right;
}

#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	
}

/* header */
#header {
	position: relative;
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	/*text-transform: lowercase;*/
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;	 
	top:37px; left: 0px;
	color:#666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif; 
	text-transform: none;	
}
#header form.searchform {
	position: absolute;
	top: 0; right: 0px;	
}

/* main */
#main {
	float: left;
    margin-left: 10px;
	margin-top:10px;
	width: 538px;
}
#main1 {
	height:30px;
	background:url(../images/maintitle.png) repeat-x;
	
}
#mainbawah {
	background:url(../images/contentbottom.png) repeat-x;
	height:5px;
}


#main2 {
	float: left;
	margin-left: 4px;
	width: 75%;	
}

#main p, h1, h2, h3 ,h4{

	margin: 0 0 5px 0;  /*top right bottom left*/ 
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; 
	margin: 20px 0 0 0; /*top right bottom left*/ 
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	font-size:9px;
	background-color:#FFFF00;
	border:#FF0000 1px groove;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .sendfriend {
	background: url(../images/friend.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .print {
	background: url(../images/print.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .pdf {
	background: url(../images/pdf.gif) no-repeat left center;
	padding-left: 25px; margin: 0 10px 0 5px;
}

.date {
	font-size:9px;
}

.user {
	background: url(../images/user.png) no-repeat left center;
	padding-left: 20px;  margin: 0 5px 0 5px;
	font-size:9px;
}

.kat {
	background: url(../images/expandall.png) no-repeat left center;
	padding-left: 20px;  margin: 0 5px 0 5px;
	font-size:9px;
}

.hits {
	background: url(../images/publish_g.png) no-repeat left center;
	padding-left: 20px;  margin: 0 5px 0 5px;
	font-size:9px;
}

/* sidebar */
#sidebar {
	float: right;
	width: 200px;
	margin: 10px 10px 0px 0px;
	padding: 0; 
	display: inline;
}

#sidebar p, h1, h2, h3 {
	margin: 0 5px;
}

#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #333;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	border-left:4px solid #CCC;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 100%; }

#sidebar ul.sidemenu a:hover {
	padding: 0px 5px 2px 5px; /*top right bottom left*/ 
	background: #f2f2f2;
	color: #339900;
	border-left:4px solid #9EC630;
}

/* rightbar */
#rightbar {
	float: right;
	width: 200px;
	padding: 0px; 
	margin: 10px 10px 0px 0px;	
	display: inline;
}

#rightbar p, h1, h2, h3 {
	margin: 5px 5px; /*top right bottom left*/ 
}

.bg {
	padding:5px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px solid #CCCCCC;
	background: url(../images/titlenav.png) no-repeat;
	/*background: #FFFFFF url(../images/external_baru.gif) no-repeat left center ;*/
	
}
.bgberita {
	padding:5px;
	margin: 0px 0px 0px 0px;
	border-bottom:1px solid #CCCCCC;
	background: url(../images/maintitleberita.png) no-repeat;
	/*background: #FFFFFF url(../images/external_baru.gif) no-repeat left center ;*/
	
}

.box {
	border: 1px solid #CCCCCC;
	font-size: 100%;
	padding-left:5px;	
	margin: 0px 0px 0px 0px;
	border-bottom:none;
	padding:5px;
	background: #FFFFFF url(../images/bgbox.png) no-repeat top right;

}
.bawah {
	border:none;
	height: 5px;
	margin-bottom:5px;
	background: url(../images/navbottom.png) no-repeat ;

}

.box ul {
	margin:0px;	
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
.box a {
	color:#000000;
	background-color: inherit;
	text-decoration:none;
}
.box a:hover{
	color:#CC0000;
	background-color: inherit;
}
.box li {
	padding:0px 0px 2px 10px;  /*top right bottom left*/ 
	background-position:left;
	background-repeat:no-repeat;
}


.box ul {
	margin:2px 0 2px 18px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
.box li a {
	color:#000000;
	background-color: inherit;
	text-decoration:none;
	display:block;
    padding-bottom:1px;
}

.box li a:hover{
	color:#FF0000;
	font-style:oblique;
	background-color:#ECF1F9;
}
.box ul li {
	padding:2px 0 2px 0;  /*top right bottom left*/ 
	list-style-image:url(../images/external.gif);
  	border-bottom:1px solid #efefef;
}

.border {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	padding: 5px;
    margin: 10px 0 10px 0;
}
.border-iklanbaris {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
    margin: 5px 0 5px 0;
}
.beritalainya {
	border-top:0px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px;
	border-right: opx;
	padding: 5px;
    margin: 3px 0 5px 0;
}
.news {
	background-color:#FFFFFF;
	border: 1px solid #FFFFFF;
	text-align:left;
	width:auto;
	height:auto;
}

.newsutama {
	background-color:#33CCFF;
	border: 1px solid #FFFFFF;
	text-align:left;
	width:auto;
	height:auto;
	clear:both;
	margin-bottom:3px;

}

.newsutamatengah {
	background:none;
	border: 0px groove none;
	text-align:left;
	width:auto;
	height:auto;
	color:#000000;
	margin-left:3px;
	margin-right:3px;
	margin-bottom:0px;

}
.newstanggal{
	font-size:9px;
}
.merah {
    color:#990000;
}

.menu_utama {
	padding: 6px 0 6px 5px; /*top right bottom left*/ 
	border: 1px solid #FFFFFF;
        font-size: 1.2em; color: blue;
}
/* Footer */
#footer { 
	clear: both;
	color: #000066; 
	/*background: url(../images/footer.jpg) no-repeat bottom left;  */
	border-top: 0px solid #568EB6;
	padding: 10px; 
	height: 75px;	  
	font-size: 95%;	
	margin: 0px 0 0 0;
	
}
#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
}
#footer .footer-left{
	float: left;
	width: 45%;
	padding-left:4px;
	bottom:1px;
}
#footer .footer-right{
	float: right;
	width: 45%;
	padding-right:4px;
	bottom:1px;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
    margin:0 -1px 0 0; /*top right bottom left*/ 
    padding: 0;
    list-style:none;
	top: 0px; 
	left: 6px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: transparent;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: transparent;
   padding:7px 15px 7px 8px;
   color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#DBDDE3;
}
#header a:hover {
   background: url(../images/bg-menub.png) repeat-x top center;
   color:#DBDDE3;
}
#header a:hover span {
   background: url(../images/bg-menub.png) repeat-x top center;
   color:#DBDDE3;
}
#header #current a {
   background-position:0% -42px;
	color: #FFF;
}
#header #current a span {
   background-position:100% -42px;
	color: #FFF;
}
/* end menu tabs */


/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-justify { text-align:justify; }
.align-center {	text-align: center; }

/* additional classes */
.clear { clear: both; }
.green {	color: #9EC630; }
.gray  {	color: #BFBFBF; }

.tabel_header {
border: 1px solid #f2f2f2;padding: 8px;background-color: #f2f2f2;	
}

#form{
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
}

#form .textbox {
    width: 160px;
	border: 1px solid #990000;
    background-color : #fff; 
    font-size : 12px;
    font-family : Verdana, Arial, Helvetica, sans-serif; 
    color : #000;
} 

#form .textcode{
    width: 70px;
    border: 1px solid #990000;
    background-color : #fff; 
    font-size : 12px;
    font-family : Verdana, Arial, Helvetica, sans-serif; 
    color : #000; 
} 

#form .textcom {
   	border: 1px solid #990000;
    background-color : #fff; 
    font-size : 12px;
    font-family : Verdana, Arial, Helvetica, sans-serif; 
    color : #000; 
} 

#form .cselect {
    
    background-color : #fff; 
    font-size : 11px; 
    font-weight: normal;
    color : #000; 
    font-family : Verdana, arial, helvetica, sans-serif; 
    text-decoration : none; 
}

#form label {
    float: left;
    padding: 0 1em;
    text-align: right;
}

#form label {
    float: left;
    padding: 0 1em;
    text-align: right;
}

#form .submit{
    padding: 10px 0 0 0; /*top right bottom left*/ 
}

#form .button {
    color : #fff; 
    font-family : verdana, arial, helvetica, sans-serif; 
    font-size : 8pt; 
    font-weight : bold; 
    background-color:#990000; 
   	border: 1px solid #990000;
    cursor : pointer; 
}

#abovepostads{
	margin:10px 0px; width: 438px;
    background-image: url('../images/ads/rotate.php'); 
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #FF0000;
	padding: 0px;
	
}
#abovepostads p{
	margin: 0px;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#belowpostads{
	width: 438px;
    background-image: url('../images/ads1/rotate.php'); 
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #FF0000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px
}
#belowpostads p{
	margin: 0px;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#abovepostads{
	margin:10px 0px; width: 430px;
    background-image: url('../images/ads/rotate.php'); 
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #dddddd;
	padding: 0px;
	
}
#abovepostads p{
	margin: 0px;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}
#belowpostads{
	width: 430px;
         background-image: url('../images/ads1/rotate.php'); 
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px solid #f1f1f1;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px
}
#belowpostads p{
	margin: 0px;
	width: 300px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
}

#download a { 
	color: #0000FF;
	background-color: inherit;
	text-decoration: underline;
}
#download a:hover {
	color: #0000FF;
	background-color: inherit;
	text-decoration: underline;
}

.gambar {
		 clear: both; 
         padding-right: 0px; 
         padding-left: 0px; 
         padding-top: 0px;
         padding-bottom: 0px;
         float: left;  
         width: 20px;           
         text-align: left
}

.submenu {
	background-color: #FFFFFF;
	font-size: 100%;	
}

.submenu ul {
	margin:0px;	
	padding:5px 0px 0px 23px;
	list-style-type:none;
}
.submenu a {
	color:#4284B0;
	background-color: inherit;
	text-decoration:none;
}
.submenu a:hover{
	color: #9EC068;
	background-color: inherit;
}
.submenu li {
	padding:0px 0px 2px 10px;  /*top right bottom left*/ 
	background-image:url(../images/1.gif);
	background-position:left;
	background-repeat:no-repeat;
}


.error {
		border: 1px solid #ff0000;
		padding: 10px 10px 10px 75px;	
		margin: 0 0 10px 0;
		background: #ffffdd url(../images/warning.gif) no-repeat center left;
		color: #454545; 
		background-position: 20px;
}
	
.sukses {
		border: 1px solid #ffd700;
		padding: 10px 10px 10px 75px;	
		margin: 0 0 10px 0;
		background: #ffffdd url(../images/tick.gif) no-repeat center left;
		background-position: 20px;
		color: #454545; 
}

.left_message {
		border: 1px solid #eee;
		padding: 10px 10px 10px 75px;	
		margin: 0 0 10px 0;
		background: #fff url(../images/questionmark.gif) no-repeat center left;
		color: #454545; 
}

.pesan {
		border: 1px solid #eee;
		padding: 10px 10px 10px 75px;	
		margin: 0 0 10px 0;
		background: #fff url(../images/questionmark.gif) no-repeat center left;
		color: #454545;
}

.title_bg {
	padding: 6px 0 6px 6px; /*top right bottom left*/
	border-top: 0px solid #000033;
	border-bottom: 0px solid #000066;
	border-right: 0px;
	border-left: 0px;
}




/* Image
   ------ */		
.image {
	float: left;
	margin: 0 5px 5px 0;
}
#lyrics {
}
#lyrics td {
border:1px solid #FF0000;
padding:5px;
color: #000000;
font:bold;
}
#lyrics td.now {
font-weight:bold;
color: #000000;
border: 1px #FF0000;
}
ul.indexlyrics {
	margin:2px 0 2px 18px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}
ul.indexlyrics li a {
	color:#4284B0;
	background-color: inherit;
	text-decoration:none;
	
    padding-bottom:1px;
}
ul.indexlyrics li.lyricborder a {
	color: #FF0000;
	background-color: inherit;
	text-decoration:none;
	display:block;
    padding-bottom:1px;
}
ul.indexlyrics li a:hover{
	color: #0000FF;
	background-color:#ECF1F9;
}
ul.indexlyrics li {
	padding:2px 0 2px 0;  /*top right bottom left*/ 
	list-style-image:url(../images/categories_yellow.gif);
}
ul.indexlyrics li.lyricborder {
	padding:2px 0 2px 0;  /*top right bottom left*/ 
	list-style-image:url(../images/categories_yellow.gif);
	border-bottom:1px solid #efefef;
}
.lyrics_box {
width:200px;
}
.lyrics_header {
background:#efefef;
padding:5px;
font-weight:bold;
color: #0000FF;
}
.lyrics_box_width {
width:200px;
margin-top:10px;
}
#tabel {
padding:0px;
width:100%;
}

#tabel tr.head {
height:20px;
background:#fafafa;
}
#tabel tr.head td{
	border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	padding-right:8px;
	color: #4f6b72;
	font-weight:bold;
}
#tabel tr.head td.depan, tr.isi td.depan{
border-left: 1px solid #efefef;
}
#tabel tr.isi td{
border-right: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:8px;
	padding-right:8px;
	color: #4f6b72;
}
.table_border_bottom{
border-bottom: 1px solid #efefef;	
}
.lyrics_cross1 {
background:none;
}
.lyrics_cross2 {
background:#fbfbfb;	
}
.lyricsjudul {
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
}
.lyricsartist {
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
font-size:15px;
color:orange;
}
.postedlyrics {
color:#c1c1c1;
font-size:9px;	
}

#placedayak {
	width:243px;
	height:108px;
	position:absolute;
	z-index:10;
	top:0;
	right:5px;
}
.dayak1 {
	width:243px;
	height:107px;
	background:url(../images/dayak_1.png) no-repeat;
}
.dayak2 {
	width:243px;
	height:107px;
	background:url(../images/dayak_2.png) no-repeat;
}
.dayak3 {
	width:243px;
	height:107px;
	background:url(../images/dayak_3.png) no-repeat;
}
