html {
}
body{
	background-attachment:fixed;
	color: black;
	font-family:Arial, Helvetica, sans-serif;
}

#banner{
	margin: 0 0 0px 130px;
	width: 1100px;
	height: 115px;
}
#banner #kiri img{
	margin: 20px;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#banner #kiri img:hover{
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

#banner #kiri img{
	width: 170px;
	height: 200px;
}

#banner #kiri{
	width: 100px;
	float:left;
}

#banner #kanan{
	width: 580px;
	float:right;
}

/* untuk menu navigasi dropdown */
.nav{
	padding: 50px 0 0 0;
}
.nav ul ul {
	display: none;
	margin: auto;
	float:right;
}

.nav ul li:hover > ul {
	display: block;
 }
 
.nav ul {
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
}
.nav ul li {
	float: left;
}
.nav ul li:hover {
	background: #0e0e0e;
	transition: all 0.3s ease-in-out;
}
.nav ul li:hover a {
	color: white;
	transition: all 0.3s ease-in-out;
}

.nav ul li a {
	display: block; 
	padding: 10px 40px;
	color: white;
	font-weight: bold; 
	font-size:17;
	text-decoration: none;
}
.nav ul ul {
	background: #0e0e0e;
	position: absolute; 
	top: 100%;
 
}
.nav ul ul li a:hover {
	color: black;
	background: white;
	opacity: 1;
}

.nav ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
 
 }
.nav ul ul li {
	float: none;
	position: relative;
	width: 200px;
}

#bannerBawah{
	box-shadow:0 0 12px 2px blue;
	font-weight:bold;
	color:blue;
	margin: 150px 0 0px 130px;
	border:solid 1px black;
	height: 35px;
	width: 1100px;
	background:#141414;
}

#bannerBawah #display{
	padding-top: 7px;
	padding-bottom:5px;
	padding-left: 20px;
	
}

#bannerBawah .img{
position:relative;
}

#bannerBawah img{
	opacity:0.3;
}

#bannerBawah img:hover{
	opacity:1;
	transition: all 0.2s ease-in-out;
}

#bannerBawah #kiri{
	float:left;
}

#content{
	margin: 20px 0 0 130px;
	width: 1100px;
	background:white;
	box-shadow:0 0 12px 2px blue;	
}

p{
	font-size:14;
	margin: 0 0 0 60px;
	text-align:justify;
	color:#666;
}

#content #right{
	width:300px;
	height:auto;
	float:right;
	padding: 0 20px 0 0;
	margin: 10px 10px 10px 0px;
}
#content #left{
	width:725px;
	height:auto;
	float:left;
}

#content #left ul li{
	border:solid 1px #c0bbbb;
	border-radius:5px;
	display:block;
	height:200px;
}

#content #left ul li a{
	color:black;
	font-size: 25px;
}

#content #left ul li a:hover{
	color:cyan;
	transition: 0.3s;
}

#pencarian {
	background:#a52a2a;
	width: 210px;
	height: 100px;
	margin: 15px 10px;
	padding: 5px 10px;
}

#content #right ul li{
	border:solid 1px #c0bbbb;
	border-radius:5px;
	display:block;
	height:70px;
	margin: 0 0 0 -30px;
}

#content #right ul li a{
	color:black;
}

#content #right ul li a:hover{
	color:cyan;
	transition: 0.3s;
}

.news{
	background:#01aef0;
}

.artikel{
	width:350px;
	height: 120px;
	margin:-20px 0 0 50px;
}

.artikel hr{
	color: #666;
}

.artikel a{
	color: black;
	margin: 0 0 0 -50px;
}

.artikel a:hover {
	color:cyan;
	transition: 0.3s;
}

/* Read More */

.readmore{
	position:relative;
	display: block;
	margin: 100px 0 30px 300px;
}

.readmore a .gelap{
	border: solid 3px black;
	margin:20px 10px 10px 200px;
	position:absolute;
	display: block;
	z-index:2;
}

.readmore a .terang{
	border: solid 3px black;
	margin:20px 10px 10px 200px;
	position:absolute;
	display: block;
	opacity:0;
	filter:alpha(opacity=0);
	z-index:4;
	transition: all 0.3s ease-in-out;
}

.readmore a:hover .terang{
	opacity:1;
	filter:alpha(opacity=100);
}

/* ==================================== */

#content #link{
	padding: 0 0 0 15px;
}

hr{
	margin: 5px 10px;
	opacity:0.5;
}

#contentgallery{
	margin: 20px 0 0 130px;
	width: 1100px;
	box-shadow:0 0 12px 2px blue;
	background:white;
}


#contentgallery #link{
	padding: 0 0 0 15px;
}

h2 {
	padding: 0 0 0 15px;
	color: blue;
}

/*untuk foto efek zoom*/

a.zoom {
width: 200px;
height: 141px;
position: relative;
display: inline-block;
}
a.zoom img {
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
cursor: pointer;
position: absolute;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
z-index: 1;
opacity:0.6;
box-shadow: 0 0 15px 2px #000;
}
a.zoom:hover img{
opacity:1;
}
a.zoom:focus img {
width: 250%;
height: 250%;
box-shadow: 0 0 15px 2px #000;
opacity:1;
z-index:5;
}

:focus{
outline: none;
}

/*================================*/

#footer{
	clear:both;
	margin: 30px 130px 50px 130px;
	width: 1100px;
	height:auto;
	color: blue;
	background:#141414;
	box-shadow:0 0 12px 2px blue;
}

#footer a{
	color: blue;
}

.clear{
	clear:both;
	}