@charset "utf-8";
/* CSS Document */

@media screen and (max-width:1024px){
body{
	font-family: 'Sintony', sans-serif;
	background:url(../gambar/background_coklat.png);
	background-color:black;
}
#wrapper{
	width:auto;
	height:auto;
	background: white;
	background-color:#FFFFFF;
	
}
/*header*/
#header{
	width:auto;
	height:70px;
	margin:5px auto 0 auto;
	background-color:#FFFFFF;	
}
#logo{
	width:auto;
	height:auto;
	padding:0 10px;
	margin:0 auto;
	background-color:#FFFFFF;
	float:left;
}
#header #logo img{
	padding:5px 0 0 0;
	width:75%;
}
#sosial{
	width:auto;
	height:auto;
	margin:0 0 0 -30px;
	background-color:#FFFFFF;
	float:right;
}
#sosial ul{
	list-style:none;
	text-align:center;
	float:right;
	padding:15px 0 0 0;
}
/*end of header*/
#content{
	width:auto;
	height:auto;
	margin:0 auto;
	border-bottom:#003300 solid thin;
	border-top:#003300 solid thin;
}
#content p{
	width:75%;
	height:75%;
	margin:15px auto;
	padding:10px;
	text-align:justify;
	font-size:12px;
	border-left:#CCCCCC thin solid;
	border-top:#CCCCCC thin solid;
	border-radius:10px;
}
#content span{
	font-size:28px;
}
/*navigasi*/
#navigasi{
	width:auto;
	height:auto;
	margin:0 auto;
	border-bottom:#003300 double thin;
}
#navigasi ul li a{
	text-decoration:none;
	font-size:small;
	padding:0 4px;
	color:#003300;
}
#navigasi ul li a:hover{
	text-decoration:none;
	padding:0 4px;
	color:#663300;
}
/*end of navigasi*/
/*footer*/
#footer{
	width:auto;
	height:200px;
	margin:0 auto;
	background-color:#FFFFFF;
}
#footer ul{
	list-style:none;
	margin:0 auto;
}
#footer ul.footer_1{
	width:auto;
	background-color:#FFFFFF;
	float:left;
	text-decoration:none;
	padding:10px;
	font-size:10px;
}
#footer ul.footer_2{
	width:auto;
	background-color:#FFFFFF;
	float:left;
	text-decoration:none;
	padding:10px;
	font-size:10px;
}
#footer ul.footer_3{
	width:auto;
	background-color:#FFFFFF;
	float:left;
	text-decoration:none;
	padding:10px;
	font-size:10px;
}
#footer ul.footer_4{
	width:auto;
	background-color:#FFFFFF;
	float:left;
	text-decoration:none;
	padding:10px;
	font-size:10px;
}
#footer li a{
	text-decoration:none;
	color:#999999;
}
#footer li a:hover{
	text-decoration:none;
	color:#663300;
}
#footer p{
	font-weight:bold;
	font-size:11px;
}
/*end of footer*/
#copyright {
	width:auto;
	height:auto;
	background-color:#552B2B;
	margin:10px auto 0 auto;
	position:static;
}
#copyright p{
	font-size:10px;
	font-weight:normal;
	color:white;
	text-align:center;
	padding:10px 0 10px 0;
}
#copyright a:hover{
	text-decoration:none;
	color:#999999;
}
}
