/*

Theme : Sahabatpoker
Author : SPK
Version: 0.1
Copyright: Sahabatpoker.com

*/

/* 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;
}

/* Reset CSS */

body{
	background: #000 url('../images/bg.png') repeat-x;
	font-family: 'Cambria', 'Times new roman';

}

a:link{
	color:#fff;
	text-decoration:none;
}
a:visited{
	color:#fff;
}
#wrapper{
	width:900px;
	margin:0 auto;
}

nav{
	background: transparent url("../images/nav.png") repeat-x scroll 0 0;
	border: 1px solid #000;
	height: 50px;
	max-width: 100%;
}

nav ul{
	width:900px;
	margin:0 auto;
	/*border:1px solid red;*/
	height:110px;
}
nav ul li {
	border-right: 1px solid #000;
	color: #fff;
	display: block;
	float: left;
	font-size: 18px;
	height: 34px;
	list-style: outside none none;
	padding-top: 16px;
	text-align: center;
	text-transform: uppercase;
	width: 123px;
	/*box-shadow:1px 0 0 #555;*/
}

nav ul li a:hover{
	color:skyblue;
		
}

#top{
	/*background: #fff none repeat scroll 0 0;*/
	height: 50px;
	margin-top: 70px;
	width: 100%;
	position:relative;
	/*padding:10px 0;*/
	padding:5px;
}

.loginform{
	/*background: red none repeat scroll 0 0;*/
	display: block;
	margin:0 auto;
	height: 40px;
	width: 600px;
	padding:5px;
	

}

#form{
	width:440px;
	float:left;

}
.username{
	padding:8px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	width:135px;
	color:#000;
	font-size:18px;
	font-family: 'Cambria';
	margin-right:10px;
	float:left;
	display:block;
	
}

.password{
	padding:8px;
	-webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.75);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ccc;
	width:135px;
	font-size:18px;
	font-family: 'Cambria';
	margin-right:10px;
	float:left;
	display:block;
}

.loginbtn{
	font-family: 'Cambria';
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	text-transform: uppercase;
	width: 110px;
	background: #499bea;
	background: -moz-linear-gradient(top,  #499bea 0%, #207ce5 100%);
	background: -webkit-linear-gradient(top,  #499bea 0%,#207ce5 100%);
	background: linear-gradient(to bottom,  #499bea 0%,#207ce5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5',GradientType=0 );
	border:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#fff;
	text-shadow: 0px 0px 3px rgba(145, 145, 145, 1);
	
	float:left;
	display:block;
}

.registerbtn{
	height: 40px;
	width: 140px;
	float:left;
	text-transform: uppercase;
	font-family: 'Cambria';
	font-size: 18px;
	font-weight: bold;
	background: #ff3019;
	background: -moz-linear-gradient(top,  #ff3019 0%, #cf0404 100%);
	background: -webkit-linear-gradient(top,  #ff3019 0%,#cf0404 100%);
	background: linear-gradient(to bottom,  #ff3019 0%,#cf0404 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 );
	border:none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color:#fff;
	text-shadow: 0px 0px 3px rgba(145, 145, 145, 1);
	position:relative;
	float:left;
	display:block;
	margin-left:8px;
	animation-name: register;
	animation-duration: 0.4s;
	animation-iteration-count: infinite;
	border:2px solid red;
}

@keyframes register{
	from {color:darkred;border:2px solid black}
	to {color:#f5f5f5;border:2px solid darkred}
}


#kontak{
	background: transparent url("../images/bgcntct.png") repeat scroll 0 0;
	color: #fff;
	height: 25px;
	margin-top: 5px;
	padding: 8px 0;
	text-align: center;
	width: 100%;
}

.whatsapp{
	background: transparent url("../images/wa.png") no-repeat scroll 0 0 / 19px auto;
	padding-bottom: 5px;
	padding-left: 25px;
	margin: 0 5px;
}

.skype{
	background: transparent url("../images/skype.png") no-repeat scroll 0 0 / 19px auto;
	padding-bottom: 5px;
	padding-left: 25px;
	margin: 0 5px;
}

.inst{
	background: transparent url("../images/inst.png") no-repeat scroll 0 0 / 19px auto;
	padding-bottom: 5px;
	padding-left: 25px;
	margin: 0 5px;
}

.line{
	background: transparent url("../images/line.png") no-repeat scroll 0 0 / 19px auto;
	padding-bottom: 5px;
	padding-left: 25px;
	margin: 0 5px;
}

.wechat{
	background: transparent url("../images/wechat.png") no-repeat scroll 0 0 / 19px auto;
	padding-bottom: 5px;
	padding-left: 25px;
	margin: 0 5px;
}

#news{
	background: transparent url("../images/newsbg.png") repeat-x scroll 0 0;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #000;
	font-size: 18px;
	height: 22px;
	padding: 10px 10px 10px 80px;	
	position:relative;

}

.newsicon{
	background: transparent url("../images/newsicon.png") no-repeat scroll 0 0;
	float: left;
	height: 38px;
	left: 8px;
	position: absolute;
	top: 2px;
	width: 100px;
	z-index: 999;
}

#slideshow{
	height: 290px;
	margin: 20px 0;
	width: 100%;
}

#slideshow img{
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#bottom{
	margin:10px auto;
	width:100%;
	height:200px;
	/*border:1px solid #fff;*/
}

.deposit{
	border: medium none;
	border-radius: 10px;
	box-shadow: 0 0 10px skyblue;
	display: block;
	float: left;
	height: 200px;
	margin-right: 5px;
	width: 295px;	
	color:#fff;
}

.deposit h2{
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	padding:10px 0;
	text-align:center;
}

.jackpot{
	width:290px;
	
	margin-right:5px;
	margin-left:5px;
	height:200px;
	float:left;
	display:block;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.jppoker{
	background:transparent url('../images/jppoker.png') no-repeat center center;
	height:100px;
	position:relative;
}

.jpdomino{
	background:transparent url('../images/jpdomino.png') no-repeat center center;
	height:100px;
	position:relative;
}

.jpvalue{
	color:#fff;
	font-size:34px;
	position:absolute;
	top:53px;
	left:53px;
	

}

.withdraw{
	border: medium none;
	border-radius: 10px;
	box-shadow: 0 0 10px skyblue;
	display: block;
	float: left;
	height: 200px;
	margin-left: 5px;
	width: 295px;
	color:#fff;
}

.withdraw h2{
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	padding:10px 0;
	text-align:center;
}

.data tr td{
	font-size: 18px;
	padding: 6px;
	text-align: right;
	width: 130px;
}


#copyright{
	width:100%;
	height:80px;
	text-align:center;
	color:#fff;
	margin:5px 0 15px;
	padding-top:5px;
	
}
