/*
	design by adi wahyu pribadi (adi.wahyu.p@gmail.com; adi_wp@yahoo.com)
*/

/* reset all paddings and margins to zero */
* {
	padding: 0;
	margin: 0;
}
.putih {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
.hijau {
	color: #060;
	font-size: 1.3em;
	font-weight: bold;
}
.kuning {
	color: #fffc00;
	padding-top: 10px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.warning_kosong {
	font-size: 2em;
	color: #ff0800;
}
.navigasi {
	font-size: .9em;
	line-height: 1.7em;
	float: left;
}
.nav_kategori {
	font-size: .8em;
	line-height: 3em;
}

body {
	text-align: center;
	border: 0;	
	background: #fff;
	color: #060;
	font-size: small;
	font-family: arial, sans-serif;
}
img {
	border: 0;
}
table {
	margin: 0 0 10px 10px;
}

/* Wrapper */
#wrap {
	position: relative;
	margin: 20px auto;
	width: 1000px;
	height: 600px;
}

/* bestudio_profile */
#bestudio_profile {
	position: absolute;
	margin: 450px 0 0 877px;
	text-align: right;
}
#bestudio_profile .no_line-height {
	line-height: 1.1em;
	font-size: 1em;
	font-weight: bold;
}
#bestudio_profile .copyright {
	font-size: .8em;
	line-height: 9em;
}

/* header */
#header {
	background: #999 url(../images/bkg.png) top left no-repeat;
	height: 43px;
}

/* main_nav */
#main_nav ul {
	float: right;
	font-weight: bold;
	font-size: .9em;
	margin: 0 10px -23px 0;
	padding: 25px 0 0 0;
	list-style: none;
}
#main_nav li {
	float: left;
}
#main_nav li a {
	width: 6em;
	padding: 26px 5px 2px 5px;
	text-decoration: none;
	color: #060;
}
#main_nav li a:hover {
	background-color: #060;
    /* for IE */
    filter:alpha(opacity=50);
    /* CSS3 standard */
    opacity:0.5;
	color: #fff;
}
#main_nav li a:active {
	background-color: #060;
	color: #fff;
}
#current a {
	background-color: #060;
}
#current .white {
	color: #fff;
}

/* main_content */
#main_content {
	float: left;
	margin: 20px 10px 10px 10px;
	width: 795px;
}
#main_content p {
	color: #676767;
	margin-top: 30px;
	font-size: 1.4em;
	line-height: 1.3em;
	text-align: justify;
}
#main_content a {
	text-decoration: none;
	color: #060;
	font-weight: bold;
}

/* daftar_gambar */
#daftar_gambar {
	display: box;
	background-color: #676767;
	width: 795px; /* lebar gambar 250px karena ada 3 maka 250px * 3 = 750px */
	height: 400px; /* tinggi gambar 180px karena ada 2 maka 180 * 2 = 360px */
	margin-bottom: 7px;
}

/* second_content */
#second_content {
	float: right;
	text-align: right;
	margin: 20px 10px 0 0;
	/*width: 175px;*/
	font-size: 1.1em;
	font-weight: bold;
	line-height: 2em;
}
#second_content h3 {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: 1px;
}
#second_content .no_line-height {
	line-height: 1em;
}
#second_content a {
	text-decoration: none;
	color: #060;
}
#second_content a:hover {
	/*text-decoration: none;*/
	color: #fff;
	background-color: #060;
}

/* second_nav */
#second_nav ul {
	margin-top: 10px;
	list-style: none;
}
#second_nav ul li a {
	text-decoration: none;
	color: #060;
	padding: 2px 0 2px 2px;
}
#second_nav ul li a:hover {
	color: #fff;
	background-color: #060;
}
