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

body {
	margin:0px;
	font-size:11px;
	line-height:14px;
	background:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

html, body {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

body * { line-height:16pt; }

.wrapper {
	margin:0px auto;
	width:990px;
	height:auto;
	border:1px #808080 solid;
	background:#000;
}

.header {
	width:100%;
	height:190px;
	background:url(../images/header-fix.jpg) no-repeat top;
}



.container {
	float:left;
	width:790px;
	background:#ededed;
	min-height: 100%;
      height: auto !important;
	height: 100%;
}

.banner {
	float:left;
	width:200px;
	padding:5px;
	margin-left:10px;
	background:#ededed;
}

.iBanner{
	display:block;
	margin-top:8px;
}

.vote{
	float:right;
	background:url(../images/bg_vote.jpg) center no-repeat;
	height:28px;
	border:1px #fee98d solid;
	min-width:40px;
	width:auto;
	padding:8px 3px 2px 5px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}



.content {
	float:left;
	width:540px;
	padding:10px;
	background:#fff;

}

.footer {
	clear:both;
	padding-top:10px;
	color:#808080;
	height:40px;
	font-size:10px;
	text-align: right;
	font-style:italic;
	background:#000;
	letter-spacing:.5px;
}

.footer a{text-decoration:none; color:#808080;}

.footer a:hover{color:#cf1f33}

.imgBorder{
	padding:3px;
	border:1px #ccc solid;
}

a.more{
	color:#cf1f33;
	text-decoration:none;
}

a img {border:none;}

.pic{
	border: 1px solid #808080;
}

form {
	border:0px #FFF solid;
	padding:10px;
	/*background:#b6a892;*/
}

fieldset {
	border: 1px #fff solid;
	padding:10px;
	margin:0px;
	background:#ddd;
}

legend {
    border:1px #fff solid;
    padding:5px 15px;
    background:#000;
    font-weight:normal;
    color:#fff;
    margin-left:15px;
}

hr {
	border:1px #996600 dashed;
}

.title, .title a{
	font-size:16px;
	color:#1a1a1a;
	font-weight:bold;
	text-decoration:none;
}

.title{border-bottom:1px dashed #ccc; padding-bottom:15px;}

.berita{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-top:15px;
	color:#808080
}

.paging2, .paging{
	position:relative;
	display:inline-block;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color:#808080;
	margin:2px;
	width:20px;	
}

.paging2 {
	color:#cf1f33;
}

a.paging{
	text-decoration:none;
	color:#fff;
}
a.paging:hover {
 	color:#cf1f33;
}

a.paging:visited, a.paging2:visited {
	color:#808080;
}

.fullPage{
	position:relative;
	background:#333;
	width:790px;
	text-align:right;
}

/* css for menu */
.menu {
	position:relative;
	padding:20px 0px;
	float: left;
	width:200px;
	text-align:center;
	color:#FFF;
	font-size:14px;
	font-family: "Times New Roman", Times, serif;
	top:-10px;
}

.menu a{
	text-decoration:none;
	color:#FFF;
}

.menu a:hover
{
	text-decoration:none;
	color:#f00	;
}

.menu ul {
	list-style:none;
	margin: 0;
  	padding: 10px;
}

.menu ul li {
	display:block;
	border-top:1px dashed #808080;
}

.menu ul li a{
	padding:10px 0px;
	display:block;
}

.menu ul li:hover{
	background:#000;
}

.menu ul li.last {
	border-bottom:1px dashed #808080 ;
}

.cat{
	width:790px;
	background:#e0e0e0;
	padding:0px;
	margin:0px;
	position:relative;
}
.cat1{
	color:#ce1e42;
	padding-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#cf1f33;
}
.cat2{
}

.cat2 a{ text-decoration:none; }

.cat2 a:hover{text-decoration:underline;}

.cat3{
	width:790px;
	background:#e0e0e0;
	padding-top:15px;
	margin:0px;
	position:relative;
	height:45px;
}

.page{
	padding:40px;
	width:710px;
	background:#FFF;
}

#gallery{
	position:relative;
	padding:20px;
	width:750px;
	background:#fff;
}

.gallery{
	position:relative;
	padding:17px 12px 17px 17px;
	background:#333;
}

.home{
	padding:17px 12px 17px 17px;
	background:#333;
}

a.items, a.items2{
	display:inline-block;
	margin:0px;
	width:145px;
	height:145px;
	border:none;
	background:#666;
	border:2px solid #808080;
}

a.items2{border:2px solid #cf1f33;}

a.items:hover{
	border:2px solid #cf1f33;
}


/*  css login  */

label{
	width:100px;
	text-align:left;
	padding:2px;
}
label input{
	border:1px solid #999999;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:3px;
	color:#666666;
}
.LoginWrapper{
	width:370px;
	height:170px;
	margin:10% auto;
	top:20%;
	border:1px #ccc solid;
}
.LoginHead{
	background:#e0e0e0;
	padding:10px;
	margin-bottom:10px;
	color:#ce1e42;
	padding-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#cf1f33;
}
.BoxL{
	width:100px;
	float:left;
	background:url(../images/password.png) center no-repeat;
	width:100px;
	height:80px;
}
.BoxR{
	float:left;
	height:100px;
}
.boxR{
	text-align:right;
	padding:5px;
	width:auto;
}
.BoxL, .BoxR {border:0px #999999 solid;}

fieldset {
	border: 1px #CCCCCC solid;
	padding:10px;
	margin:20px;
    background-color:#fafafa;
}
legend {
	border:1px #ddd solid;
    padding:5px 15px;
    background:#333;
    font-weight:normal;
    color:#fff;
    margin-left:15px;
}
form{margin:5px;}
.formX{
	border-bottom:1px dashed #ddd;
	padding:5px 10px 5px 10px;
	/* background-color:#EDF2F8; */
	color:#333333;
	margin-bottom:0px;
}
label {
	clear:left;
    float:left;
    width:90px;
    margin-right:8px;	
}
input {
	border:1px solid #ccc;
    padding:3px;
}
input.btn{
	border:1px solid #aaa;
    border-left:#0ff;
    border-top:#0ff;
    padding:3px 10px;
    background-color:#FFCC66;
    cursor:pointer;
}
input.btn:hover {background-color:#FFFF99;}

.tGallery{
	font-size:14px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #cf1f33;
	padding:15px 0px;
}

.tCaption{
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #1A1A1A;
	line-height: 18px;
	padding-bottom:30px;
}

.nama{
	font-style:italic;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #7d7d7d;
}

.info{
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #808080;
	line-height:16px;
	padding-bottom:15px;
}

.link a{
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #808080;
	text-decoration:none;
}

.link{padding-bottom:15px;}

.link a:hover{
	color: #cf1f33;
}
.minutes{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-style:italic;
	color:#808080;
}

.tHead{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#cf1f33;
	padding-bottom:20px;
}

.isi{color:#808080; padding-bottom:30px;}

.label2{color:#1a1a1a;}

.terms{
	color:#1a1a1a;
}

.terms a{
	color:#1a1a1a;
	text-decoration:none;
}

.terms a:hover{
	color:#cf1f33;
	text-decoration:none;
}

.tanggal{
	color:#808080;
	font-family:Georgia, "Times New Roman", Times, serif;
}
