@font-face {
	 font-family: 'DroidSans';
	 src: url('fonts/DroidSans.eot'); /* IE9 */
	 src: url('fonts/DroidSans.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		  url('fonts/DroidSans.woff') format('woff'), /* Modern Browsers */
		  url('fonts/DroidSans.ttf') format('truetype'), /* Safari, Android, iOS */
		  url('fonts/DroidSans.svg#DroidSans') format('svg'); /* Legacy iOS */
	 font-weight: normal;
	 font-style: normal;
	}
	
@font-face {
	 font-family: 'Sqr721c';
	 src: url('fonts/Sqr721c.eot'); /* IE9 */
	 src: url('fonts/Sqr721c.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		  url('fonts/Sqr721c.woff') format('woff'), /* Modern Browsers */
		  url('fonts/Sqr721c.ttf') format('truetype'), /* Safari, Android, iOS */
		  url('fonts/Sqr721c.svg#Sqr721c') format('svg'); /* Legacy iOS */
	 font-weight: normal;
	 font-style: normal;
	}

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, dl, dt, dd, form, a, fieldset, th {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: none;
	}

body {
	font-family: "Arial";
	font-size: 12px;
	padding: 0px;
	background-color: #000000;
 background-image: url('../images/back.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment:fixed;
	-webkit-background-size: cover; /*yang ini supaya BGnya bisa fullscreen meski imagenya lebih kecil dari resolusi layar*/
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

/*header + addon header*/
#header
	{
		width:950px;
		height: 300px;
		margin:20px auto 0px auto;
		/*border-top: 1px solid #315F1E;
		border-left: 1px solid #315F1E;
		border-right: 1px solid #315F1E;*/
		-moz-border-radius: 12px 12px 0px 0px;
		-webkit-border-radius: 12px 12px 0px 0px;
		border-radius: 12px 12px 0px 0px;
		-moz-box-shadow: 1px 1px 5px #969696;	
		-webkit-box-shadow: 1px 1px 5px #969696;	
	    box-shadow: 1px 1px 5px #969696;
	}

#header .icon_unggul
	{
		background-color: #000000;
		width:60px;
		float:left;
		height: 300px;
		-moz-border-radius: 10px 0px 0px 0px;
		-webkit-border-radius: 10px 0px 0px 0px;
		border-radius: 10px 0px 0px 0px;
	}

#header .icon_unggul img
	{
		padding:25px 5px;	
	}

#header .slideshow
	{
		background-color: #F4EDDB;
		width:350px;
		float:left;
		height: 300px;
	}

#header .menuheader
	{
		background-color: #F4EDDB;
		width:540px;
		float:left;
		height: 300px;
		-moz-border-radius: 0px 10px 0px 0px;
		-webkit-border-radius: 0px 10px 0px 0px;
		border-radius: 0px 10px 0px 0px;
	}

#header .logoplace
	{
		margin-top: 40px;
		text-align:center;
	}
#header .menu_utama
	{
		width: 450px;
		background-color: #FFFFFF;
		margin: 0px auto;
		padding: 0px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		border: 5px solid #4B5360;
		
	}
	
#header .menu_utama ul {
  display: inline;
  margin: 0px;
  padding: 15px 4px 17px 0;
  list-style: none;
}
/*kl pakai file header lama
#header .menu_utama ul li {
  width: 91px;
  font-weight: normal;
  font-size: 16px;
  font-family: "Sqr721c","Arial";
  text-align: center;
  display: inline-block;
  margin-right: -4px;
  padding: 15px 0px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header .menu_utama ul li:last-child,#header .menu_utama ul li:last-child a
	{
		width: 90px;
		-moz-border-radius: 0px 3px 3px 0px;
		-webkit-border-radius: 0px 3px 3px 0px;
		border-radius: 0px 3px 3px 0px;
	}
*/
#header .menu_utama ul li {
  width: 151px;
  font-weight: normal;
  font-size: 16px;
  font-family: "Sqr721c","Arial";
  text-align: center;
  display: inline-block;
  margin-right: -4px;
  padding: 15px 0px;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header .menu_utama ul li:last-child,#header .menu_utama ul li:last-child a
	{
		width: 150px;
		-moz-border-radius: 0px 3px 3px 0px;
		-webkit-border-radius: 0px 3px 3px 0px;
		border-radius: 0px 3px 3px 0px;
	}
#header .menu_utama ul li:first-child,#header .menu_utama ul li:first-child a
	{
		-moz-border-radius: 3px 0px 0px 3px;
		-webkit-border-radius: 3px 0px 0px 3px;
		border-radius: 3px 0px 0px 3px;
	}
#header .menu_utama ul li a
	{
		padding: 15px 0px;
		text-align: center;
		color: #000000;
		text-decoration: none;
	}
#header .menu_utama ul li a:hover
	{
		color: #FFFFFF;
		text-decoration: none;
	}
#header .menu_utama ul li:hover, #header .menu_utama .active {
  background: #555;
  color: #fff;
}
#header .menu_utama .active a
	{
		color: #FFFFFF;	
	}
#header .menu_utama ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 250px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}

#header .menu_utama ul li ul li { 
  background: #555; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
#header .menu_utama ul li ul li:first-child,#header .menu_utama ul li ul li:last-child
	{
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
	}
#header .menu_utama ul li ul li:hover { background: #666; text-decoration: underline; }
#header .menu_utama ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
/* end header + addon header */

/*body content*/
#isinya
	{
		width: 950px;
		background: rgba(0,0,0,0.3);
		margin:0px auto;
		-moz-box-shadow: 1px 1px 5px #969696;	
		-webkit-box-shadow: 1px 1px 5px #969696;	
	    box-shadow: 1px 1px 5px #969696;
	}
	
#isinya .content
	{
		width: 97%;
		margin: 0px auto 15px auto;
		font-family: "Arial";
		font-size: 12px;
		padding-top: 15px;
	}
#isinya .innercontent
	{
		padding: 10px;
		background:#FFFFFF;
	}
#isinya .judulrekaman
	{
		font-family: "Sqr721c","Arial";
		font-size: 24px;
		text-align: center;	
	}
#isinya .subjudulrekaman
	{
		font-family: "Sqr721c","Arial";
		font-size: 20px;
		text-align: center;
		margin: 10px 0px;
		text-decoration: underline;
	}
#isinya td
	{
		font-family: "Arial";
		font-size: 12px;	
	}
#isinya .tdcontent
	{
		font-family: "Arial";
		font-size: 12px;	
		padding: 5px;
	}
#isinya tr.dipilih:hover { /*ada warna lain waktu over di tablenya*/
	background-color:#FFFF00;	
}
#isinya SELECT, #isinya INPUT
{
	color: #000000;
	border: 1px solid #7F9DB9;
	font-family: "Arial";
		font-size: 12px;
}
}

#isinya TEXTAREA,#isinya TEXTBOX,#isinya FILE
{background-color: #FFFFFF; 
 border: 1px solid #7F9DB9; 
 font-family: "Arial";
		font-size: 12px;
}

#isinya .SUBMIT
{
	background-color: #cadeee; 
 border: #7F9DB9 1px solid; 
 color: black; 
 font-weight: bold;
 font-family: "Arial";
font-size: 12px;
padding:1px 10px;
 }
 
 #isinya .wht_btn {
 font-family: Verdana, Tahoma, "Arial";
 font-size: 8pt;
 font-style: normal;

 color:#000000;
}

 
#isinya .red_btn {
	font-family: Verdana, Tahoma, "Arial";
	font-size: 8pt;
	font-style: normal;
	color:#FFFFFF;
	background-color: #FF0000;
	border: 1px solid #7F9DB9;
	font-weight: bold;
}


 
#isinya .submit_cart {
background-color: #FFFF00; 
 border: #7F9DB9 1px solid; 
 color: black; 
 font-family: Verdana, Tahoma, "Arial"; 
 font-size: 8pt; 
}
#isinya .crossline {
	text-decoration: line-through;
}
#isinya .file
{background-color: #FFFFFF; 
 border: #7F9DB9 1px solid; 
 color: black; 
 font-family: Verdana, Tahoma, "Arial"; 
 font-size: 8pt; 
 font-weight: normal;}
 
 #isinya .border {
 border-bottom:1px solid #9d9d9d;	
 border-left:1px solid #9d9d9d;	
}
#isinya .border2 {
 border-bottom:1px solid #9d9d9d;	
 border-right:1px solid #9d9d9d;	
 border-left:1px solid #9d9d9d;	
}
#isinya .border3 {
 border-bottom:1px solid #9d9d9d;	
 border-right:1px solid #9d9d9d;	
}
 #isinya .search_r {
 font-weight: bold;
 background-color: #3eff3e;
}

#isinya .content img
	{
		padding: 0px 5px;
	}
#isinya .content h2
	{
		background-color: #EEEEEE;
		color: #000000;
		float: left;
		padding: 10px 20px;
		-moz-border-radius: 12px 0px 12px 0px;
		-webkit-border-radius: 12px 0px 12px 0px;
		border-radius: 12px 0px 12px 0px;
		font-family: Times New Roman;
		font-size: 36px;
		text-shadow: 0px 1px 1px #FFFFFF;
		moz-box-shadow: 0px 1px 5px #595959;	
		-webkit-box-shadow: 0px 1px 5px #595959;	
	    box-shadow: 0px 1px 5px #595959;	
	}
#isinya .content a
	{
		color: #990000;
		text-decoration: underline;	
	}
#isinya .content a:hover
	{
		color: #990000;
		text-decoration: none;	
	}

/*pagination baru*/
#pages_search { /*untuk pagingnya search result*/
	margin-top: 0px;
	padding: 10px 20px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;	
	font-size:12px;
	width: 740px;
}
#pages_search .current_page { /*untuk halaman yang aktif*/
	color:#FFFFFF;
	background:#990000;
	float:left;
	padding:5px 10px;
	margin:0 5px;
	text-align:center;
	font-weight:bold;
	border:1px solid #BA8A7E;
	text-shadow:0 1px 0 #F6F6F6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	}
#pages_search .pagelist_new {
	float:left;
	height:30px;
	text-align:center;
	}	
#pages_search .pagelist_new a{
	color:#BA8A7E;
	float:left;
	padding:5px 10px;
	margin:0 5px;
	font-weight:bold;
	border:1px solid #fff;
	}	
	
#pages_search .pagelist_new a:hover {
	color:#966357;
	background:#F5F2D6;
	float:left;
	padding:5px 10px;
	margin:0 5px;
	font-weight:bold;
	border:1px solid #BA8A7E;
	text-shadow:0 1px 0 #F6F6F6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	}	
#isinya .pagination
	{
		padding: 20px 0px 25px 0px;	
	}
#isinya .current { /*untuk halaman yang aktif*/
	color:#FFFFFF;
	background:#990000;
	float:left;
	padding:5px 10px;
	margin:0 5px;
	text-align:center;
	font-weight:bold;
	border:1px solid #BA8A7E;
	text-shadow:0 1px 0 #F6F6F6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#isinya .disabled { /*untuk halaman next/prev yang gak bisa di klik*/
	color:#A0A0A0;
	background:#E4E4E4;
	float:left;
	padding:5px 10px;
	font-style: italic;
	margin:0 5px;
	border:1px solid #E4E4E4;
	text-shadow:0 1px 0 #F6F6F6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#isinya .nextprev a { /*untuk next/prev yang bisa di klik*/
	color:#990000;
	background:#FFFFCC;
	float:left;
	padding:5px 10px;
	margin:0 5px;
	border:1px solid #BA8A7E;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family:Arial;
	font-size:12px;
	}
	
	
#isinya .pagelist {
	float:left;
	height:30px;
	text-align:center;
	}

#isinya .pagelist a{
	color:#BA8A7E;
	float:left;
	padding:5px 10px;
	margin:0 5px;
	font-weight:bold;
	border:1px solid #fff;
	}	
	
#isinya .pagelist a:hover {
	color:#966357;
	background:#F5F2D6;
	float:left;
	padding:5px 10px;
	margin:0 5px;
	font-weight:bold;
	border:1px solid #BA8A7E;
	text-shadow:0 1px 0 #F6F6F6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	}	

/*kesaksian dan transkrip*/
#isinya h3
	{
		font-size: 24px;	
		padding-bottom: 15px;
		text-decoration: underline;
		font-family: "Sqr721c","Arial";
		font-weight: normal;
	}
#isinya h4
	{
		font-size: 24px;	
		padding-bottom: 5px;
		text-decoration: underline;
		font-family: "DroidSans","Arial";
		font-weight: normal;
	}
#isinya h5 /*di detail rekaman*/
	{
		font-size: 16px;	
		padding-bottom: 5px;
		font-family: "DroidSans","Arial";
		font-weight: normal;
	}
#isinya .divider
	{
		border-top:1px solid #000000;	
		height: 15px;
	}
#isinya .box_kesaksian
	{
		padding: 20px 15px;	
	}
#isinya .isi_kesaksian, #isinya .isi_kesaksian a
	{
		padding: 0px 0px 15px 0px;	
		font-size: 15px;
		line-height: 20px;
		font-family: "DroidSans","Arial";
		font-weight: normal;
	}
#isinya .audioplayernya a
	{
		font-size: 10px;
		font-family: "Arial";
		font-weight: normal;
	}
/*end body content*/

/*form*/
.cf:before, .cf:after{
    content:"";
    display:table;
}
 
.cf:after{
    clear:both;
}
 
.cf{
    zoom:1;
}
/* Form wrapper styling */
.form-wrapper {
    width: 500px;
    padding: 2px;
    margin: 10px 0px 20px 0px;
    background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2);
}
 
/* Form text input */
 
.form-wrapper input {
    width: 390px;
    height: 35px;
    padding: 5px;
    float: left;   
    font: 12px 'Arial';
    border: 0px;
    background: #eee;
    border-radius: 8px 0 0 8px;     
}
 
.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
 
.form-wrapper input::-webkit-input-placeholder {
   color: #999;
   font-weight: normal;
   font-style: italic;
}
 
.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
 
.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}   
 
/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0px;
    cursor: pointer;
    height: 35px;
    width: 110px;
    font: bold 14px/40px 'Arial';
    color: #fff;
    text-transform: uppercase;
    background: #d83c3c;
    border-radius: 0 8px 8px 0;     
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}  
.form-wrapper button:hover{    
    background: #e54040;
}  
   
.form-wrapper button:active,
.form-wrapper button:focus{  
    background: #c42f2f;
    outline: 0;  
}
 
.form-wrapper button:before { /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #d83c3c transparent;
    top: 10px;
    left: -6px;
}
 
.form-wrapper button:hover:before{
    border-right-color: #e54040;
}
 
.form-wrapper button:focus:before,
.form-wrapper button:active:before{
        border-right-color: #c42f2f;
}     
 
.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}    
/*end form*/

/*kotaknya image gallery*/
#box_image_gallery
	{
		-moz-border-radius: 10px;	
		border-radius: 10px;	
		-webkit-border-radius: 10px;	
		border:1px solid #839CA0;
		background-color: #FFFFFF;
		height: 140px;
		margin: 10px;
		text-align:center;
		moz-box-shadow: 0px 1px 1px #CCCCCC;	
		-webkit-box-shadow: 0px 1px 1px #CCCCCC;	
	   box-shadow: 0px 1px 1px #CCCCCC;	
		font-size: 12px;
		font-family: Arial;
	}
#box_image_gallery .info_product
	{
		float: left;
		width: 400px;
		text-align: left;
		padding: 10px 20px;
		font-size: 15px;
		line-height: 20px;
		font-family: "DroidSans","Arial";
		font-weight: normal;
	}
#box_image_gallery .img {
	float: left;
	display: table-cell; /*supaya imagenya bisa ada di tengah2 horizontal dan verikal*. tapi gak boleh ada float:left. kalau ada, table-cellnya di abaikan. jadi kalau mau float-left, bikin 2 div. 1 div float left, dan 1 div lagi yang isi table-cell ini*/
	height: 140px;
	width: 140px;
	background-color: #E2E8E9;
	-moz-border-radius: 10px 0px 0px 10px;	
	border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	text-align: center;
	vertical-align: middle;
}
#box_image_gallery span { /*sebelum tag img src dikasih <span></span>, supaya imagenya bisa center vertical. Ini buat IE*/
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}
#box_image_gallery img { /*dikasih gini juga buat IE*/
	vertical-align: middle;
}

#box_image_gallery a:hover.prod_name {
	text-decoration: underline;
}
/*end kotaknya image gallery*/

/*untuk list image di detail produk*/
.content_post_gallery_list_images { /*untuk list whole image gallery. hanya beda ininya dengan list produk image. lainnya sama semua. krn yang penting adalah lebarnya. Tapi ini dipakai kalau jumlah imagenya lebih dari 1 row. baca infonya di class php-nya*/
	float: left;
	width: 628px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:10px 5px;
	margin:0px 10px 10px 0px;
	-moz-box-shadow: 0px 1px 5px #595959;	
	-webkit-box-shadow: 0px 1px 5px #595959;	
    box-shadow: 0px 1px 5px #595959;	
	}

.content_post_gallery_list_images_onerow { /*untuk list whole image gallery. hanya beda ininya dengan list produk image. lainnya sama semua. krn yang penting adalah lebarnya. Tapi yang ini kalau imagenya cuman 1 baris. baca infonya di class phpnya*/
	float: left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:10px 5px;
	margin:0px 10px 10px 0px;
	-moz-box-shadow: 0px 1px 5px #595959;	
	-webkit-box-shadow: 0px 1px 5px #595959;	
    box-shadow: 0px 1px 5px #595959;	
	}
	
.content_post_product_imagepiece_frame {
	float:left;
	height:140px;
	width:140px;
	padding:0px 5px;
	margin: 5px 10px;
	text-align: center;
	-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		background-color: #E9F3FC;
		border:1px solid #8CA0A6;
	}	
	
.content_post_product_imagepiece  {
	display: table-cell; /*supaya imagenya bisa ada di tengah2 horizontal dan verikal*. tapi gak boleh ada float:left. kalau ada, table-cellnya di abaikan. jadi kalau mau float-left, bikin 2 div. 1 div float left, dan 1 div lagi yang isi table-cell ini*/
	height:140px;
	width:140px;
	text-align: center;
	vertical-align: middle;
	}	
.content_post_product_imagepiece span { /*sebelum tag img src dikasih <span></span>, supaya bisa center. Ini buat IE*/
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 1px;
}
.content_post_product_imagepiece img { /*dikasih gini juga buat IE*/
	vertical-align: middle;
}
/*end untuk list image di detail produk*/


/*footer*/
#footer
	{
		width: 950px;
		background: rgba(0,0,0,0.4);
		margin: 0px auto 20px auto;
		padding: 10px 0px;
		color: #FFFFFF;
		text-align:center;
		-moz-border-radius: 0px 0px 12px 12px;
		-webkit-border-radius: 0px 0px 12px 12px;
		border-radius: 0px 0px 12px 12px;
		-moz-box-shadow: 1px 1px 5px #969696;	
		-webkit-box-shadow: 1px 1px 5px #969696;	
	    box-shadow: 1px 1px 5px #969696;
	}
#footer .box_counter
	{
		width: 250px;
		float: left;
	}
#footer a
	{
		color: #990000;	
	}
/*end footer*/
	
/*reset css*/
floatLeft {
	float: left;
	padding: .5em .5em .5em 0;
	}

.floatRight {
	float: right;
	padding: .5em 0 .5em .5em;
	}
	
.clear {
	clear:both;
	}
	
.fix:after { /*http://www.positioniseverything.net/easyclearing.html*/
	content: "."; /*for IE6*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
	
/*for firefox */	
.fix {
	display: inline-block; /*supaya tingginya bisa mengikuti. misalnya dalam 1 div di bagai 2 kolom dan content tidak sama panjang. kalau gak di fix, jadi gak sama tingginya nanti (liat di clumn_right-nya dijadikan clumn_right fix)*/
	} 

* html .fix{ /*untuk IE juga.*/
	height: 1%;
	}

.fix{
	display:block;
	}
/*end reset css*/
