/********************************************
   HTML ELEMENTS
********************************************/

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
        background: #CCC;
        font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
        color: #6677CC; /* #666666 */
        text-align: center;
        margin: 15px 0;
}

/* links */
a, a:visited {
        color: #5A77C5;
        background: inherit;
        text-decoration: none;
}
a:hover {
        color: #D23823;
        background: inherit;
        text-decoration: underline;
}

/* headers */
h1, h2, h3, h4, h5 {
        font-family: 'Trebuchet MS', Tahoma, Sans-serif;
        font-weight: Bold;
}
h1 {
        font-size: 190%;
        font-weight: normal;
        color: #555;
}
h2 {
        font-size: 130%;
        text-transform: uppercase;
        color: #88ac0b;
}
h3 {
        font-size: 130%;
}
h4 {
        font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
        color: #85970C;
        text-transform: none;
        padding: 10px 0 0px 10px;
}
h5 {
        font-size: 160%;
        font-weight: normal;
        color: #85970C;
}
h1, h2, h3, p {
        padding: 10px;
        margin: 0;
}
ul, ol {
        margin: 5px 20px;
        padding: 0 20px;
}
ul {
        list-style: none;
}

/* images */
img {
        /*background: #FAFAFA;
    border: 1px solid #DCDCDC;
        padding: 5px;*/
}
img.no-border {
        border: none;
}
img.float-right {
          margin: 5px 0px 10px 10px;
}
img.float-left {
          margin: 5px 10px 10px 0px;
}

code {
          margin: 5px 0;
          padding: 10px;
          text-align: left;
          display: block;
          overflow: auto;
          font: 500 1.1em/1.6em "Courier New", Courier, monospace;
          /* white-space: pre; */
          background: url(../images/post.jpg);
        border: 1px solid #E0DBC9;
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
        margin: 10px;
         padding: 0 0 0 25px;
    background: url(../images/post.jpg);
        border: 1px solid #E0DBC9;
        font: bold 1.15em/1.25em 'Trebuchet MS', Tahoma, Sans-serif;
        color: #A89A6A;
}
blockquote ul {
}
blockquote ul li {
        list-style-image: url(../images/bullet.gif);
        list-style-position: inherit;
        margin-left: -24px;
}
blockquote ul li ul {
}
blockquote ul li ul li {
        list-style-position: inherit;
        margin-left: -12px;
}


/* form elements */
form {
}
input[type="text"],
input[type="password"] {
        padding:2px;
        border:1px solid #eee;
        font: normal 1em Verdana, sans-serif;
        color:#777;
}
textarea {
        /*width:400px;*/
        padding:2px;
        font: normal 1em Verdana, sans-serif;
        border:1px solid #eee;
        height:100px;
        display:block;
        color:#777;
}
input[type="text"]:hover,
input[type="password"]:hover,
textarea:hover {
        border:1px solid #c6c6c6;
        background: #f6f6f6;
}
input[type="button"],
input[type="submit"] {
        font: bold 12px Arial, Sans-serif;
        height: 24px;
        margin: 0;
        padding: 2px 3px;
        color: #FFF;
        background: #8EB50C url(../images/button.gif) repeat-x 0 0;
        border: none;
}
input[type="button"]:hover,
input[type="submit"]:hover {
        border: none;
        background: #8EB50C url(../images/button-hover.gif) repeat-x 0 0;
}
form img {
        border:1px solid #eee;
}
form img:hover {
        border:1px solid #c6c6c6;
}

/* search form */
#header #search-box {
        position: relative;
        top: 20px; right: 40px;
        float: right;
        color: #838181;
        font-size: 10px;
}

.searchform {
        background-color: transparent;
        border: none;
        margin: 0 0 0 3px; padding: 5px 0 10px 0;
        width: 210px;
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox {
        width: 150px;
        color: #777;
        height: 20px;
        padding: 2px;
        border: 1px solid #E5E5E5;
        font-size: 11px;
        vertical-align: middle;
}
.searchform input.textbox:hover {
        border: 1px solid #c6c6c6;
        background: #f6f6f6;
}
.searchform input.button {
        width: 40px;
        height: 24px;
        padding: 3px 5px;
        vertical-align: middle;
}

/********************************************
   LAYOUT
********************************************/
#wrap {
        position: relative;
        width: 910px;
        background: #ccc url(../images/content.jpg) repeat-y center top;
        margin: 0 auto;
        text-align: left;
}
#top-bg {
   position: absolute;
        width: 910px;
        height: 19px;
        background: #CCC url(../images/top-bg.jpg) repeat-y center top;
        top: 0; left: 0;
        z-index: 2;
}
#content-wrap {
        position: relative;
        clear: both;
        float: left;
        width: 880px;
        padding: 0;
        background: #E6E8F4;
        border-top: 5px solid #FFF;
        border-bottom: 2px solid #D0D0D0;
        margin-left: 15px;
        display: inline;
}
#header {
        width: 910px;
        position: relative;
        height: 100px;
        background: #CCC url(../images/header-bg.gif) repeat-y center top;
        padding: 0;
        color: #FFF;
}
#header h1#logo-text a {
        position: absolute;
        margin: 0; padding: 0;
        font: bold 25px 'Trebuchet MS', Arial, Sans-serif;
        letter-spacing: -1px;
        color: #ffffff;
        text-transform: none;
        text-decoration: none;

        /* change the values of top and left to adjust the position of the logo*/
        top: 25px; left: 30px;
}
#header h1#logo-text span {
        color: #ffffff;
}
#header p#slogan {
        position: absolute;
        margin: 0; padding: 0;
        font: normal 11px 'Trebuchet MS', Arial, Sans-serif;
        text-transform: none;
        color: #ffffff;

        /* change the values of top and left to adjust the position of the slogan*/
        top: 67px; left: 30px;
}


/* header-photo */
#header-photo {
        clear: both;
        height: 200px;
        width: 880px;
        margin: 0 auto;
        background: #FFF url(../images/header-photo.jpg) no-repeat center center;
}

/* Navigation */
#nav {
        clear: both;
        padding: 0;
}
#nav ul {
        float: left;
        list-style: none;
        background: url(../images/nav.jpg) repeat-x;
        width: 880px;
        text-transform: uppercase;
        margin: 0 0 0 15px;
        padding: 0;
        display: inline;
}
#nav ul li {
        display: inline;
        margin: 0; padding: 0;
}
#nav ul li a {
        display: block;
        float: left;
        width: auto;
        margin: 0;
        padding: 0 14px;
        border-right: 1px solid #899D00;
        border-left: 1px solid #A7D101;
        border-bottom: none;
        color: #FFF;
        font: bold 12px/2.8em "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 1px;
}
#nav ul li a:active {
        background: url(../images/nav-hover.jpg) repeat-x;
}
#nav ul li a:hover {
        background: url(../images/nav-current.jpg) repeat-x;
}

/* Main Column */
#main {
        margin: 0 auto;
        width: 490px;
        padding: 20px 0 20px 0;
}
#main h2 {
        font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
        color: #85970C;
        text-transform: none;
        padding: 10px 0 0px 10px;
}
#main h2 a {
        color: #85970C;
        text-decoration: none;
}
#main ul li {
        list-style-image: url(../images/bullet.gif);
}

/* Sidebar */
#leftbar {
        float: left;
        width: 190px;
        padding-bottom: 20px; margin: 0;
}
#rightbar {
        float: right;
        width: 190px;
        padding-bottom: 20px; margin: 0;
}
#leftbar h1, #rightbar h1,
#leftbar h3, #rightbar h3 {
        /*padding: 5px 5px;*/
        font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
        color: #8C9F0D;
}
#leftbar ul.sidemenu,
#rightbar ul.sidemenu {
        text-align: left;
        margin: 7px 4px 8px 0; padding: 0;
        text-decoration: none;
        background: url(../images/dots.jpg) repeat-x left top;
}
#leftbar ul.sidemenu li,
#rightbar ul.sidemenu li {
        background: url(../images/dots.jpg) repeat-x left bottom;
        /*list-style-image: url(../images/bullet.gif);*/
        list-style: inside url(../images/bullet.gif);
        padding: 4px 0 4px 5px;
        margin: 0 2px;
        color: #8F8F8F;
}
* html body #leftbar ul.sidemenu li,
* html body #rightbar ul.sidemenu li {
        height: 1%;
}
#leftbar ul.sidemenu li a,
#rightbar ul.sidemenu li a {
        text-decoration: none;
        background-image: none;
        color: #6666CC;
}
#leftbar ul.sidemenu li a:hover,
#rightbar ul.sidemenu li a:hover {
        color: #1773BC;
}
#leftbar ul.sidemenu ul,
#rightbar ul.sidemenu ul {
        margin: 0 0 0 5px;
        padding: 0;
}
#leftbar ul.sidemenu ul li,
#rightbar ul.sidemenu ul li { background: none; }

/* starts AuraCMS attributes */ !important
.bg {
        background-color: #eeeeee;
        padding: 5px;
        border: 1px solid #e0dbc9;
}

.box {
        background-color: #E6E8F4;
        border: 1px solid #ffffff;
        font-size: 100%;
    padding: 5px;
        margin-right: 10px;
        margin-left: 10px;
}

.box ul {
        margin:0px;
        padding:0px 0px 0px 0px;
        list-style-type:none;
}
.box a {
        /*color:#4284B0;*/
        /*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*/
        list-style-image: url(../images/bullet.gif);
        list-style-position: inside;
        /*background-position:left;
        background-repeat:no-repeat;*/
}

.border {
        background-color: #E6E8F4;
        border: 1px solid #FFFFFF;
        padding: 5px;
    margin: 5px 0 5px 0;
}

.news {
        /*background-color: #f2f2f2;
        border: 1px solid #d4d4d4;*/
        font-size: 100%;
    padding: 5px;
}
/* ends AuraCMS attributes */

/* footer */
#footer-wrap {
        clear: both;
        width: 910px;
        font-size: 90%;
        text-align: left;
        padding: 15px 0;
        background: url(../images/footer-bottom.jpg) no-repeat center bottom;
}
#footer-wrap a {
        text-decoration: none;
        color: #4284B0;
        font-weight: bold;
}
#footer-wrap a:hover {
        color: #000;
}
#footer-wrap p {
        padding:10px 0;
}
#footer-wrap h3 {
        color: #13163F;
        margin: 0;
        padding: 0 10px;
        text-transform: uppercase;
}

#footer-columns {
        color: #888;
        margin: 0 auto;
        padding: 0;
        width: 850px;
}
#footer-columns ul {
        list-style: none;
        margin: 10px 0 0 0;
        padding: 0;
        background: url(../images/footer-dots.jpg) repeat-x left top;
}
#footer-columns li {
        background: url(../images/footer-dots.jpg) repeat-x left bottom;
}
#footer-columns li a {
        display: block;
        font-weight: normal;
        padding: 4px 0 4px 10px;
        width: 96%;
}
#footer-columns .col3, .col3-center {
        float: left;
        width: 32%;
}
#footer-columns .col3-center {
        margin: 0 15px;
}

/* bottom */
#footer-bottom {
        clear: both;
        color: #666;
        margin: 0 auto;
        width: 910px;
        padding: 10px 0;
        text-align: center;
}
#footer-bottom p {
}
#footer-bottom p a {
}
#footer-bottom p a.home {
        background: url(../images/house.png) no-repeat left center;
        margin: 0 0 0 5px;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
}
#footer-bottom p a.sitemap {
        background: url(../images/sitemap.png) no-repeat left center;
        margin: 0 0 0 5px;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
}
#footer-bottom p a.rss {
        background: url(../images/feed.png) no-repeat left center;
        margin: 0 0 0 5px;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
}


/* postmeta */
.post-by {
        font-size: .95em;
        padding-top: 0;
}
.post-footer {
        background: url(../images/post.jpg);
        padding: 5px; margin: 5px 0 10px 0;
        font-size: 95%;
        color: #AEA471;
        border: 1px solid #E0DBC9;
}
.post-footer .date, .post-footer .author, .post-footer .comments,
.post-footer .readmore, .post-footer .sendfriend, .post-footer .print {
        margin: 5px 10px 5px 5px;
        padding-left: 20px;
        padding-top: 6px;
        padding-bottom: 6px; margin: 0 10px 0 0;

}

.post-footer .date{
        background: url(../images/time.png) no-repeat left center;
}
.post-footer .author{
        background: url(../images/user.png) no-repeat left center;
}
.post-footer .author a{
        background: none;
        margin: 0 10px 0 0;
}
.post-footer .comments {
        background: url(../images/mouse.png) no-repeat left center;
}
.post-footer .readmore {
        background: url(../images/page.png) no-repeat left center;
}
.post-footer .sendfriend {
        background: url(../images/email.png) no-repeat left center;
}
.post-footer .print {
        background: url(../images/printer.png) no-repeat left center;
}
.post-footer .pdf {
        margin: 0 10px 0 5px;
}
.post-footer .xml{
        margin: 0 10px 0 5px;
}
.post-footer .html{
        margin: 0 10px 0 5px;
}
.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #888; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* AuraCMS attributes*/
#hijriah #bulan, #hijriah #hari,
#hijriah #namahari, #hijriah #tahun, {
        padding: 0;
        margin: -5px 0 -5px 0;
}

.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: #85970C;
    text-align: center;
    width: 100%;
 /*   margin: 5px 25px 5px 25px;*/  /*top right bottom left*/
}
.tabel_header {
        border-left: 1px solid #B6D59A;
        border-bottom: solid 2px #FFF;
        padding: 8px;
        background: #93BC0C url(nav.jpg) repeat-x;
}

#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 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 : #6898D0;
    border : 1px solid #dadada;
    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 #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: 0px;
        padding-left: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        float: left;
        width: 20px;
        text-align: left
}

.submenu {
        background-color: #000000;
        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;
}
div.sukses {
        width:85%;
        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:85%;
        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;
}
