/* 
Reset CSS
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* 

General styling
Author: Legendaqq

*/

body{
	background:#000 url('../images/bg.jpg') no-repeat scroll top center;
	color:wheat;
}

.body{
	color:#fff;
	font-family: 'PT Sans Narrow', sans-serif;
	/*background:#000;*/
	padding:15px;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 0px solid #000000;
	letter-spacing:1px;
}

.body a:link{
	color:#fff;
	text-decoration:none;
}
.body a:hover{
	color:red;
	text-decoration:none;
}
.body a:visited{
	color:#fff;
	text-decoration:none;
}

.body h2{
	font-size:20px;
	font-weight:bold;
}

#wrap{
	width:960px;
	margin:0 auto;
}

#upper{
	width:960px;
	height:360px;
	margin:0 auto;
	background: url('../images/upper.png') no-repeat top center;
}

.logo{
	width:550px;
	float:left;
	margin:0;
	padding:10px;	
}

.login-and-contact{
	float:right;
	width:320px;
	margin:55px 30px 0;

}

#form-login{
	
}

#username {
  border: 0 none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 0 5px #ccc inset;
  -moz-box-shadow: 0 0 5px #ccc inset;
   -webkit-box-shadow: 0 0 5px #ccc inset; 
  color: #000;
  float: left;
  height: 28px;
  margin: 3px 20px 3px 3px;
  width: 136px;
}

#password {
  border: 0 none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 5px #ccc inset;
  -moz-box-shadow: 0 0 5px #ccc inset;
  -webkit-box-shadow: 0 0 5px #ccc inset;  
  color: #000;
  float: left;
  height: 28px;
  margin: 3px;
  width: 136px;
}

#login{
	font-family: 'PT Sans Narrow', sans-serif;
	background: transparent none repeat scroll 0 0;
	border: medium none;
	font-size: 22px;
	color:white;
	font-weight:bold;
	width: 147px;
	height: 40px;
	padding:0 10px;
	margin:0;
	text-shadow: 0px 0px 3px #333;	
	
}

#register{
	background: transparent none repeat scroll 0 0;
	border: medium none;
	color: black;
	font-family: "PT Sans Narrow",sans-serif;
	font-size: 22px;
	font-weight: bold;
	height: 40px;
	margin: 11px 8px 0 0;
	padding: 0 10px;
	width: 147px;
	text-shadow: 0px 0px 3px #333;	
    -webkit-animation: color-change 0.5s ease infinite;
    -moz-animation: color-change 0.5s ease infinite;
    -o-animation: color-change 0.5s ease infinite;
    -ms-animation: color-change 0.5s ease infinite;
    animation: color-change 0.5s ease infinite;
}
#register:hover{
color:black;
animation: stop;
cursor:pointer;
}
#login:hover{
color:black;
cursor:pointer;
}
@-webkit-keyframes color-change {
    0% { color: dark-red; }
    50% { color: red; }
}
@-moz-keyframes color-change {
     0% { color: dark-red; }
    50% { color: red; }

}
@-ms-keyframes color-change {
    0% { color: dark-red; }
    50% { color: red; }
}
@-o-keyframes color-change {
    0% { color: dark-red; }
    50% { color: red; }
}
@keyframes color-change {
     0% { color: dark-red; }
    50% { color: red; }
}

#contact {
  float: right;
  height: 70px;
  margin: 24px;
  position: relative;
  width: 300px;
  font-family: Calibri,sans-serif;
  font-weight:bold;
  font-size:18px;
}

.bbm{
	position:absolute;
	left:3px;
}


.tw{
	position:absolute;
	top:0px;
	left:165px;
}

.call{
	position:absolute;
	top:35px;
	left:3px;
}

.fb{
	position:absolute;
	top:35px;
	left:165px;
}

nav{
	float:right;
	height:50px;
	width:100%;
}

nav ul {
color: #000;
height: 25px;
margin: 0 auto;
padding: 13px;
position: relative;
top:-2px;
right: 5px;
width: 685px;
}

nav ul li{
	display: inline-block;
	float: left;
	padding: 4px 38px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size:18px;
}

nav ul li a:link{
	color:#000;
	text-decoration:none;
	
}
nav ul li a:hover{
	color:red;
	text-decoration:none;
	
}

nav ul li a:visited{
	color:#000;
	text-decoration:none;
}


#beritaberjalan {
  float: right;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0 8px;
  font-family: 'PT Sans Narrow', sans-serif;
  letter-spacing:1px;
  color:#fff;
  text-shadow:0px 1px 3px #000;
}

#middle{
	background:#000;
	opacity:0.8;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border: 0px solid #000000;
}

.slideshow{
	width:960px;
	height:325px;
}

#jackpot{
	width:960px;
	height:150px;
	margin:10px 0;
	text-shadow:0px 1px 2px #000;
	
}

.jpdom{
	float:left;
	width:475px;
	background: transparent url('../images/jpdom.png') no-repeat;
	height:145px;
	margin-right:10px;
	position:relative
}
.jppok{
	float:left;
	width:475px;
	background: transparent url('../images/jppok.png') no-repeat scroll 4px 0;
	height:145px;
	position:relative
}

.juduljackpot{
	position:absolute;
	right:100px;
	top:30px;
	color:#000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:25px;
}

.jpd{
	position:absolute;
	right:40px;
	top:53px;
	color:#000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:48px;	
	font-weight:bold;}
.jpp{
	position:absolute;
	right:25px;
	top:53px;
	color:#000;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:48px;
	font-weight:bold;
}

#status-bg {
    margin-bottom: 10px;
    margin-left: 350px;
    margin-top: 20px;
}
#status-bank {
    color: #feffb0;
    font-size: 22px;
    text-align: center;
}
#klik {
    color: #feffb0;
    font-family: Arial;
    font-size: 12px;
}
#bank {
    margin-top: -25px;
	width:100%;
	height:75px;
}
#bank > li {
    display: inline-block;
    margin-left: 6px;
}
#bank > li > a {
    position: relative;
}
.status {
    height: 43px;
    left: 10px;
    position: absolute;
    top: -50px;
    width: 43px;
}

.pull-left {
    float: left !important;
}

#transaksi{
	height: 50px;
	float:left;
	padding: 10px 0;
	height:235px;
	width: 960px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
}

.deposit{
	background:transparent url('../images/transaksi.png') no-repeat;
	width:475px;
	float:left;
	margin-right:10px;
	height:245px
}

.deposit > h2 {
  font-size: 30px;
  font-weight: bold;
  padding: 8px 0 8px 20px;
}

.withdraw{
	background:transparent url('../images/transaksi.png') no-repeat;
	width:475px;
	float:left;
	height:245px;
}

.withdraw > h2 {
  font-size: 30px;
  font-weight: bold;
  padding: 8px 0 8px 20px;
}

.depo1{
	font-size:22px;
	font-weight: bold;
	padding:5px 10px 10px;
	overflow:hidden;
	max-width:130px;
	width:100px;
}

.depo2{
	font-size:22px;
	font-weight: bold;
	padding:0 10px;
	max-width:130px;
	width:100px;
}

.date{
	font-size:22px;
	font-weight: bold;
	padding:0 10px;
}

.transfer{
	color:wheat;
	font-size:18px;
	text-decoration:italic;
	font-style:italic;
	position:relative;
	top:-2px;
    -webkit-animation: color-change 0.5s ease infinite;
    -moz-animation: color-change 0.5s ease infinite;
    -o-animation: color-change 0.5s ease infinite;
    -ms-animation: color-change 0.5s ease infinite;
    animation: color-change 0.5s ease infinite;
}

.thumb{
	background:transparent url('../images/thumb.png') no-repeat scroll 17px 0;
	padding:0 25px;
}


.wede1{
	font-size:22px;
	font-weight: bold;
	padding:5px 10px 10px;
	overflow:hidden;
	max-width:130px;
	width:130px;
}

.wede2{
	font-size:22px;
	font-weight: bold;
	padding:0 10px;
	max-width:130px;
	width:100px;
}

#copyright{
	height:30px;
	margin:0 auto;
	width:960px;
	text-align:center;
}
