/*
Design by Nuzuli Fitriadi
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000;;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
}

#container {
	width:930px;
	background:#fff;
	margin:auto;
	}
/* content */
#kiri {
	width:300px;
	float:left;
	}
#kiri h2 { background:#600 url(../images/judulphoto.jpg) no-repeat; height:60px; }

#kiri ul{margin:0;padding:0;list-style-type:none;display:block;font:normal 12px Helvetica, Verdana, Arial, sans-serif;line-height:165%;width:300px;}
#kiri ul li {margin:0;padding:0;border-top:1px solid #4D0000;border-bottom:1px solid #761A1A;}
#kiri ul li a{display:block;text-decoration:none;color:#fff;background:#600;padding:0 0 0 20px;width:280px;}
#kiri ul li a:hover{background:#900 url("../images/arrow.gif") no-repeat 0 9px;}
#kiri ul li a.current,ul.vert-one li a.current:hover{background:#933 url("../images/arrow.gif") no-repeat 0 9px;}
/*------------------------------------Kanan------------------------------*/	
#kanan {float:right; width:620px; }
#kanan .head { float:left; width:620px; height:50px; padding-top:10px; }
#kanan .judul { float:left; font-family:Helvetica; font-size:16px; font-weight:bold; color:#fff; margin:5px 0 0 20px;}
.cari { padding:3px; float:right; color:#FFFFFF; -moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border: 1px solid #ccc; 
			background: #fff url(../images/cari.jpg) repeat-x center}
.formCari { background:#fff; color:#0099FF; -moz-border-radius: 3px;
			-webkit-border-radius: 5px;
			border: 1px solid #ccc; }
.tombolCari { background: #fff; 
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			border: 1px solid #ccc; 
			font:Arial 10pt normal;
			color:#666;
			}
#kanan .framefoto {float:right; background:#600; 
					-moz-border-radius: 8px; -webkit-border-radius: 8px; 
					border: 1px solid #ccc; margin:0 0px 10px 10px; padding:5px; }
#kanan .framefoto a:link, a:visited, a:active { border:none; text-decoration:none; }
#kanan .framefoto a:hover { border:none; opacity:0.4;filter:alpha(opacity=40); }

/*lightbox */
#lightbox{	position: fixed;	margin-left: 0; margin-top:100px; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* Footer */
.clear {
	clear: both;
	height: 2px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 1px;
}
#footer {
	width: 930px;
	height: 50px;
	margin: auto;
	color:#fff;
	border-top:1px #fff solid;
}

#footer p {
	padding-top: 20px;
	text-align: center;
	font-size: 1.0em;
}

