/* CSS Document */
* html{
	margin:0 auto;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#161616;
}

#wrapper {
	width:850px;
	height:auto;
	margin:0 auto;
	padding:45px;
	background:#161616;
	position:relative;
}

#inner {
	width:840px;
	height:auto;
	margin:0 auto;
	padding:0;
	color:#fff;
	background:#000;
	border:solid 5px #2c2c2c;
}

#left {
	width:290px;
	height:auto;
	padding:0;
	float:left;
}

#right {
	width:550px;
	height:auto;
	margin:0;
	padding:0;
	float:right;
}

#top-left {
	width:335px;
	height:335px;
	position:absolute;
	top:6px;
	left:4px;
	background:url(./images/logo-kiri.png);
}

#logo {
	width:550px;
	height:90px;
	margin-top:10px;
	padding:0;
	background:url(./images/logo.jpg) left no-repeat;
}

#kategori {
	width:480px;
	margin:0 auto;
	padding:15px 0 0 0;
}
#kategori a, .center a {
	color:#ed8001;
	font-size:11px;
	text-decoration:none;
}
#kategori a:hover, .center a:hover {color:#FFCC33;}

#content {
	width:520px;
	height:auto;
	margin:0 auto;
	padding:10px;
	color:#a7a7a7;
	font-size:12px;
}


#nav {
	width:260px;
	margin:315px 0 0 15px;;
	padding:0;
	line-height:20px;
}
/*
.menu a {
	width:190px;
	height:10px;
	margin:0 0 0 15px;
	padding:0;
	text-decoration:none;
	border-style:none;
	color:#000;
}
.line {		
	margin:0 0 0 15px;			  
	padding:0;
	width:190px;
	height:1px;
	background:url(./images/line.png) repeat-x;
}

.menu a img {
	border:none;
	margin:0;
	padding:0;
}
*/
.clear {clear:both;}
.center {
	text-align:center;
	margin-bottom:30px;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.pagination{
padding: 4px;
}
.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 12px;
}
.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}
.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}
.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}
.pagination a.currentpage{
background-color: #9E0B0E;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}
.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}
.pagination a.prevnext{
font-weight: bold;
}