/*------------------------------------------------------------------------
# Avian-DARK 1.0 - Nov, 2009
# ------------------------------------------------------------------------
# Copyright (C) 2009, Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: auragrafis., Ltd
# Websites:  http://www.auragrafis.co.cc 
-------------------------------------------------------------------------*/
/* top elements */
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: .65em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #4D4D4D; 
}
body#bd {
	background: url(../images/bg.gif) #292929;
	color: #000000;
	padding: 0 0 0 0px;
}
/* links */
a { 
	color: #4284B0;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #9EC068;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font: Verdana, Tahoma, Helvetica, sans-serif;;
}
h1 { 
color: #ffffff;
font-size: 1.2em;
} 

h2 { font-size: 1.2em; text-transform:uppercase;}
h3 { font-size: 1.2em; }
h4 { font-size: 1.2em; color: #000000;} 


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

/* images */
img {
	border: 0px solid #CCC;
}
img.no-border {
	border: none;
}
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 #f2f2f2; 
	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;
}
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 #F09018;
	background: url(../images/but-bg.gif) repeat-x center #000000;
	padding: 2px 3px; 
	color: #ffffff;	
}
/* search */
#ja-search {
	background: url(../images/icon-search.gif) no-repeat center left;
	padding-left: 20px;
	position: absolute;
	right: 8px;
	top: 10px;
}

#ja-search .inputbox {
	border: 1px solid #F09018;
	width: 150px;
}

#ja-search .inputbox:hover, #ja-search .inputbox:focus {
	border: 1px solid #F09018;
}

/* Login Form */
#ja-login {
	position: absolute;
	bottom: 20px;
	right: 0;
}

#ja-login form {
	float: left;
}

#ja-login form label {
	float: left;
}

label.ja-login-user span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/icon-user.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

label.ja-login-password span {
	display: block;
	float: left;
	text-indent: -5000px;
	background: url(../images/icon-key.gif) no-repeat center left;
	width: 20px;
	height: 20px;
}

#ja-login form input.button {
	font-size: 11px !important;
	float: left;
}

#ja-login form #mod_login_username,
#ja-login form #mod_login_password {
	width: 110px;
	margin: 1px 8px 0 0;
}

#ja-login form a {
	padding-left: 5px;
	border-left: 1px solid #F09018;
}

/***********************
	  LAYOUT
************************/
#wrap {
	width: 950px; 
	height: 100%;
	position: relative;
	margin: auto;	
	text-align: left;
	border: 0px solid #ffffff;
	
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;	
	background: #FFF;
}

/* HEADER
--------------------------------------------------------- */
#ja-headerwrap {
	position: relative;
	z-index: 10;
	background: url(../images/head.gif) no-repeat center center;
}

#ja-header {
	height: 173px;
	position: relative;
	width: 950px;
}

.logo {
	font-size: 300%;
	height: 80px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 370px;
}

.logo a {
	background: url(../images/blue/logo.gif) no-repeat;
	display: block;
	float: left;
	height: 80px;
	outline: none;
	text-indent: -5000px;
	text-transform: uppercase;
	width: 370px;
}

/* main */
#main {
    margin: 0px 2px 0px 2px;
	float:left;
	padding: 0;
	width: 52%;	
	text-align:justify;
}
#main span .bg{
	margin:0px 2px 0px 2px;
	
}
#main2 {
	float: left;
	width: 75%;
}

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

	margin: 5px 0 5px 0px;  /*top right bottom left*/ 
}
#main h1{
	margin: 0px 0 0px 0px;  /*top right bottom left*/ 
}
.post-footer {
	padding: 5px; 
	margin: 20px 0 0 0; /*top right bottom left*/ 
	border: 0px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.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: 20px; margin: 0 10px 0 5px;
}

.post-footer .xml{
	background: url(../images/xml.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .html{
	background: url(../images/html.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 23%;
	margin:0px 0px 0px 10px;
	display: inline;
	color: #000000;
}

#sidebar p, h1, h2, h3 {
	margin: 5px 10px 0px 0px;
	text-transform:uppercase;

}
#sidebar h1 {
	margin: 5px 10px 0px 0px;
	text-transform:uppercase;
	background: url(../images/menu_head.gif);
	color:#000000;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;	
color: #000000;	
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
color: #000000;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #000000;	
	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: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #000000;
	border-left:4px solid #9EC630;
}

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

#rightbar p, h1, h2, h3 {
	margin: 5px 10px;
}
#rightbar h1 {
	margin: 5px 10px 0px 0px;
	background: url(../images/menu_head.gif);
	color:#000000;
}
.bg {
	background:#4E4E4E;
	padding: 8px; 
	color:#000000;
	border: 1px solid #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url(../images/judul_bg.gif);
}

.box {
	font-size: 120%;	
    padding:5px 0px 0px 5px;
	margin-right: 10px;
	border: 1px solid #000000;
}

.box ul {
	margin:0px;	
	padding:0px 0px 0px 0px;
	list-style-type:none;
		color: #000;
}
.box a {
	color: #000;
	background-color: inherit;
	text-decoration:none;
}
.box a:hover{
	color: #9EC068;
	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 0;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}

.box li a { /*untuk box menu */
	color:#000000;
	background-color: inherit;
	text-decoration:none;
	display:block;
    padding-bottom:1px;
}

.box li a:hover{
	color: #226EBC;

}
.box ul li {
	margin: 5px 0;
	margin-left:5px;
	background: url(../images/hdot.gif) repeat-x bottom left;
	padding:0px 0px 10px 10px;
}

.border {
	border: 1px solid #000000;
	padding: 5px;
    margin: 5px 0 5px 0;
}

.news {
	border: 0px solid #f2f2f2;
	font-size: 95%;	
        padding: 5px;
}
/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
	width:950px;
	height: 35px;
	margin:0 auto;
	z-index: 10;
	background: url(../images/mainnav-bg.gif) repeat-x #F09018;
	position: relative;

}


.narrow #ja-mainnav {
	background: url(../images/mainnav-bg-n.gif) repeat-x #F09018;
	
}

#ja-mainnav a,
#ja-mainnav a:hover,
#ja-mainnav a:active,
#ja-mainnav a:focus {
	outline: none;
	
}

#ja-mainnav span.separator {
	display: block;
	
}



/* Topnav */
#ja-topnav {
	position: absolute;
	top: 10px;
	right: 20px;
}

#ja-topnav ul {
	float: left;
	margin: 0;
	padding: 0;
}

#ja-topnav li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}

#ja-topnav li a {
	background: url(../images/vline.gif) no-repeat center right;
	display: inline;
	padding: 0 10px;
	color: #ffffff;
}



/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {
	clear: both;
	margin: 0px auto;
	background: url(../images/footer.gif) top;
	color:black;
	height:65px;
	width:950px;
	border: 0px solid white;
}

#ja-footer {
	
	clear: both;
	padding: 5px 0 0 0;
	position: relative;
	text-align:center;
	width:950px;
	height:65px;
}

#ja-footer small {
	color: #999999;
	display: block;
	float: left;
	font-style: normal;
	line-height: normal;
	padding: 4px 0 10px 10px;
}

#ja-footer a {
	text-decoration: none;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	text-decoration: underline;
}

/* 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; }

.error{
    font-size: 1em; 
    color: red;
    text-align: center;
    width: 100%;
/*  margin: 5px 25px 5px 25px; */ /*top right bottom left*/ 
}

.sukses{
    font-size: 1em; 
    color: #6297BC;
    text-align: center;
    width: 100%;
 /*   margin: 5px 25px 5px 25px;*/  /*top right bottom left*/ 
}

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

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

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

#form .textcom {
    border-left : 1px solid #acc6db; 
    border-right : 1px solid #acc6db; 
    border-top : 1px solid #acc6db; 
    border-bottom : 1px solid #acc6db; 
    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 .submit{
    padding: 10px 0 0 0; /*top right bottom left*/ 
}

#form .button {
	background: url(../images/but-bg.gif) repeat-x center #000000;
	border: 1px solid #000000;
	color: #CCCCCC;
	padding: 2px 8px;
}

#abovepostads{
	margin:10px 0px; width: 438px;
         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: 438px;
         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;
}

#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: 3px; 
         padding-left: 3px; 
         padding-top: 3px;
         padding-bottom: 3px;
         float: left;  
         width: 120px;           
         text-align: left;
		 background-color: #fff;
		 border: 1px solid #ddc688;
		 height:80px;
}
.gambar2 {
		 clear: both; 
         padding-right: 3px; 
         padding-left: 3px; 
         padding-top: 3px;
         padding-bottom: 3px;
         float: left;  
         width: 250px;           
         text-align: left;
		 background-color: #fff;
		 border: 1px solid #ddc688;
}

.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;
}

.gbr{
	width: 79px; height: 81px; padding-right: 10px; padding-bottom: 5px;
}
.gbr_besar{
	width: 206px; padding-right: 10px; padding-bottom: 5px;
}
.gbr_katalog{
	width: 60px; height: 77px; border: 3px double #C0C0C0; padding: 5px;
}
.gbr_katalog_besar{
	width: 135px; height: 180px; border: 3px double #C0C0C0; padding: 5px;
}

.kotak_putih{
	border: 1px solid #C0C0C0; padding: 6px; background-color: #FFFFFF;
}
.kotak_putih ul {
	margin:0px;	
	padding:0px 0px 0px 15px;
	list-style-type:circle;
}
.kotak_putih li {
	padding:0px 0px 2px 10px;  /*top right bottom left*/ 
}
.kotak_putih a {
	color:#008000;
	background-color: inherit;
	text-decoration:none;
}
.kotak_putih a:hover{
	color: #0099FF;
	background-color: inherit;
}

.kotak_putih_bar{
	width: 100%; border: 1px solid #C0C0C0; padding: 6px; background-color: #FFFFFF;
}
.kotak_putih_s{
	border: 1px solid #C0C0C0; padding:10px;background:#FFFFFF url(../images/bg_lives.gif) repeat-x bottom;
}

div.sukses {
width:75%;
padding: 10px 10px 10px 36px;
background: url(../images/tick.gif) #FFFFDD no-repeat;
background-position: 10px 50%;
BACKGROUND-COLOR: #FFFFDD;
border:1px solid #FFD700;	
margin-bottom:10px;
margin-top:3px;
text-align:left;
font-size:9px;
}
div.error {
width:75%;
padding: 10px 10px 10px 36px; /*top right bottom left*/ 
background: url(../images/exclamation.gif) #FFFFDD no-repeat;
background-position: 10px 50%;
background-color: #ffffdd;
border:1px solid #ff0000;
margin-bottom:10px;
margin-top:3px;
text-align:left;
font-size:9px;
}
#ja-wrapper{
border: 1px solid #FFFFFF;
width:950px;
margin: auto;
background: #FFFFFF url(../images/utama.gif) repeat-y;

}
.sitename {
  padding: 0 0 0 0;
  margin:40px 0 0 160px;
  position: absolute;
  font-size: 23pt;
  width: 600px;
  color:#ffff00;
  }
.sitename a{
 color:#ffff00;
 font-weight:bold;
}
.sitedesc {
margin:65px 0 0 160px;
  padding: 0 0 0 0;
  position: absolute;
  font-size: 11pt;
  color: #ffffff;
}
.zebra{
background: #cccccc;

}
