/* ----------------------------------------------
	Theme Name		: VectorLover
	Version			: 1.0
	Author			: Erwin Aligam
	Website			: http://www.styleshout.com/    
	Last Modified	: September 28, 2008	
	Modified By		: CuPliz
	Modifier URL	: http://cupliz.wordpress.com/
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	background: #CCC url(../images/bg.gif) repeat-x;
	font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #6B6B6B; 
	text-align: center;	
}

/* links */
a, a:visited {	
	color: #79A325;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-weight: Bold; 	
	padding: 10px;		
	color: #444;	
}
h1 { font-size: 2.9em; }
h2 { font-size: 2em; color: #88AC0B; }
h3 { font-size: 1.6em;	padding: 16px 10px 4px 10px; }
h4 { font-size: 2em; color: #88AC0B; }

/* Paragraph */
p { padding: 8px;	}

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;	
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
/*	background: #FAFAFA;*/
   border: /*1px solid #E4E4E4*/ none;
	padding: 0;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;  	
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;		
	color: #80614D;	
	border: 1px solid #EEE8E1; 
	background: #FAF7F5 url(../images/quote.gif) no-repeat 15px 15px;
}

/* start - table */
#content table {
	border-collapse: collapse;
	/*margin: 15px 10px;	*/	
}
th {
	/*height: 38px;
	padding-left: 12px;
	padding-right: 12px;*/
	color: #fff;
	/*text-align: left;*/
	background: #ADD163;	
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;	
}
/* end - table */

/* form elements */
form p {
	/*border-bottom: 1px solid #ECE5DD;*/
	padding: 12px 0 5px 0;	margin: 0;	
	color: #9D6D37;
}
input[type="text"],
input[type="password"],
select, textarea {
	margin: 1px;
	padding: 2px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
	font-size: 0.95em; 
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
input[type="text"]:hover,
input[type="password"]:hover,
select:hover, textarea:hover {
  	border-color: #b2b2b2 #c9c9c9 #c9c9c9 #b2b2b2;
}
option { padding-right: 0.5em; } 
input[type="button"],
input[type="submit"],
input[type="reset"] { 
	font: bold 12px Arial, Sans-serif; 
	margin: 0;
	padding: 2px 3px; 
	color: #fff;
	background: #88b743;
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #79a131 #79a131 #C4DE8F;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background: #A6CD56;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}
input[type="button"][value="delete"],
input[type="button"][value="Delete"],
input[type="button"][value="hapus"],
input[type="button"][value="delete"]:hover,
input[type="button"][value="Delete"]:hover,
input[type="button"][value="hapus"]:hover {
	border-color: red;
}
form img {
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
}
form img:hover {
  	border-color: #b2b2b2 #c9c9c9 #c9c9c9 #b2b2b2;
}


/* header quick search */
form#qsearch {
	padding: 0; margin: 20px 0 30px 10px;
	position: absolute;
	top: 20px; right: 40px;
	border: none;
	width: 220px; height: 27px;
	background: #F2F0F0 url(../images/qsearch.gif) no-repeat;		
}
form#qsearch p {
	margin: 0; padding: 0;		
}
form#qsearch input {
	float: left;
	border: none;
	background: transparent;
	color: #B8B8B8;	
	margin: 0;
}
form#qsearch .tbox {
	margin: 2px 0 0 2px; 
	width: 185px;	
	display: inline;	
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
}
form#qsearch .btn{
	margin: 1px 0 0 0;
	padding: 0;
	width: 24px; height: 24px;				
}
form#qsearch label { 
	margin: 0;
	font-weight: bold;
	color: #fff;
}
form#qsearch select { 
	font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;	
	padding: 0;
	color: #B8B8B8;	
}
form#qsearch select option { 
	padding-left: 2px;
	padding-right: 0.5em;
}

form#qsearch div.pilih {
	position: relative;
	margin-top: 8px;
}

/*-------------------------------------------
   LAYOUT
--------------------------------------------*/ 
#wrap {
	position: relative;
	width: 952px;
	background: #FFF url(../images/wrap.jpg) repeat-y center top;
	margin: 20px auto 15px auto;
	text-align: left;	
}
#content {
	clear: both;	
	float: left;	
	width: 952px;						
	padding: 10px 0 20px 0; 
}
#header {
	position: relative;
	width: 952px;
	height: 245px;
	background: #8AB84B url(../images/header.jpg) no-repeat;	
	color: #fff;	
	padding: 0;	
	margin: 0;	
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	letter-spacing: -5px;
	text-decoration: none;
	color: #332616;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 75px; left: 55px;	
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #322815;
	letter-spacing: -0.5px;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 148px; left: 150px;		
}

/* top-menu */
 #top-menu {
 	position: absolute;
	margin: 0;
	padding: 30px 15px 8px 15px;
	background: #74A838 url(../images/top-menu.gif) repeat-x;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;
	
	top: 0;	right: 70px
 }
 #top-menu p { 	
	margin: 0; padding: 0;	
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }

/* Navigation */
#nav {
	clear: both;	
	padding: 0;	margin: 0;
	width: 952px;
	height: 50px;
	background: #988060 url(../images/nav.gif) no-repeat;		
}
#nav ul {
	float: left;	
	list-style: none;	
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;					
}
#nav ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;		
}
#nav ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFF;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;		
}
#nav ul li:hover {
	background: transparent url(../images/left-tab.gif) no-repeat;	
}
#nav ul li:hover a {	
	color: #4B3D2C;
	background: transparent url(../images/right-tab.gif) no-repeat right top;	
}

/* Main Column */
#main {
	width: 524px;
	padding: 0;	margin: 0 auto;
}
#main h2, #main h4 {
	font: bold 2em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #51432F; 
	padding: 10px 0 5px 5px; 	
	margin-left: 5px;		
	letter-spacing: -.6px;
/*	border-bottom: 1px solid #E4F2C8; 	*/
}
#main h2 a, #main h4 a {
	color: #51432f;
	text-decoration: none;		
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
}

/* sidebar */
#sidebar {
	float: right;
	width: 200px;
	padding: 0; 
	margin: 0 12px 0 0;
}
#sidebar h1 {
	color: #51432F; 
	font: bold 1.4em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -.2px;
	padding: 5px 0 5px 5px; 
	margin: 10px 0 0 10px; 	
/*	border-bottom: 1px solid #E4F2C8;	*/
}

#leftbar {
	float: left;
	width: 200px;
	padding: 0; 
	margin: 0 0 0 12px;
	display: inline;	
}
#leftbar h1 {
	color: #51432F; 
	font: bold 1.4em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: -.2px;
	padding: 5px 0 5px 5px; 
	margin: 10px 0 0 10px; 	
/*	border-bottom: 1px solid #E4F2C8;	*/
}

/* sidebar menu */
#sidebar .sidemenu{
	margin: 3px 10px 5px 7px; padding: 0;
	text-decoration: none;			
}
#leftbar .sidemenu {
	margin: 3px 7px 5px 10px; padding: 0;
	text-decoration: none;			
}
#sidebar .sidemenu li,
#leftbar .sidemenu li {
	list-style-image: url(../images/bullet.gif);
	margin-left: 25px;
	padding: 1px 0; 		
	border-bottom: 1px solid #E8E8E8;	
}
* html body #sidebar .sidemenu li,
* html body #leftbar .sidemenu li {
	height: 1%;
}
#sidebar .sidemenu li a,
#leftbar .sidemenu li a {
	text-decoration: none;	
	color: #739A23;
	background: none;
	font-weight: normal;
	display: block;
}
#sidebar .sidemenu li a span,
#leftbar .sidemenu li a span {
	color: #7F7F7F;	
	font-size: .9em;
	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;
	}
#sidebar .sidemenu li a:hover,
#leftbar .sidemenu li a:hover {	
	color: #000;	
	background: none;	
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#leftbar .sidemenu ul { margin: 0 5px 0 0; padding: 0; }
#sidebar .sidemenu ul li, #leftbar .sidemenu ul li { border: none; }

/* footer */
#footer {
	clear: both;
	width: 952px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #CCC url(../images/footer-bottom.gif) no-repeat left top;			
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 0.95em;
	color: #777;	
	text-align: center;	
	letter-spacing: .2px;
}
#footer p {
	padding:10px 0;
}
#footer a:hover { 
	color: #555; 
	border-bottom: 1px dotted #555;
	text-decoration: none;
}
#footer .home{ 
	margin: 0 10px 0 5px;	
	padding: 2px;
	background: url(../images/house.png) no-repeat left center;
	padding-left: 20px;
}
#footer .sitemap { 
	margin: 0 10px 0 5px;	
	padding: 2px;
	background: url(../images/sitemap.png) no-repeat left center;
	padding-left: 20px;
}
#footer .rss { 
	margin: 0 10px 0 5px;	
	padding: 2px;
	background: url(../images/feed.png) no-repeat left center;
	padding-left: 20px;
}


/* postmeta */
.post-footer {
	padding: 2.5px;
	margin: 15px 0 10px 5px;	
	color: #977C57;
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
}
.post-footer .date{ 
	margin: 0 10px 0 5px;	
	padding: 4px;
	background: #FAF7F5 url(../images/clock.png) no-repeat left center;
	padding-left: 20px;
}
.post-footer .comments { 
	margin: 0 10px 0 5px;	
	padding: 4px;
	background: #FAF7F5 url(../images/mouse.png) no-repeat left center;
	padding-left: 20px;
}
.post-footer a.readmore { 
	margin: 0 10px 0 5px;	
	padding: 4px;
	background: #FAF7F5 url(../images/readmore.png) no-repeat left center;
	padding-left: 20px;
	color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

/* 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; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear { display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* AuraCMS attributes*/ !important

.bg {
	background-color: transparent;
	padding: 2px; 
	border: none;
}

.box {
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
    padding: 5px;
	margin-right: 10px;
	margin-left: 10px;
}

.box ul {
	margin: 0 0 8px 0;	
	padding:0px;
	list-style-type:none;
}
.box a {
	text-decoration:none;
}
.box li {
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	line-height: 1em;
}

.box #hijriah {
	line-height: 1.1em;
}

.border {
	border: 1px solid #EEE8E1; 
	background: #FAF7F5;
	padding: 5px;
    margin: 5px 0 5px 0;
	text-align: justify;
}

.news {
    padding: 5px;
	text-align: justify;
}

/*#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: #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;
}
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;
}