/*
	Name: Casino
	Date: April 2012
	Version: 1.0
	Author: Dmitrii B.
*/

/***** Global *****/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,em,font,img,samp,strong,u,i,center,dl,dt,dd,ul,label,legend,table,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%; background:transparent}

/* Body */
body{
	background:#070707; 
	font:12px 'Tahoma', Helvetica, sans-serif;
	position: relative;
	color:#a58f78;
}
a {text-decoration:none; color:#d5d5d5;}
a:hover {text-decoration:underline;}

/* Headings */
h2 {font-size:18px}
h3 {font-size:14px}
h4, h5, h6 {font-size:14px}

#container {
    width: 960px;
	margin: 0 auto;
	background:#1d1815;
	}

/*---- Greetings -----*/
.greeting-bar {
	height:28px;
	background:#272727;
	}
.greeting-bar p {
	font-weight:normal;
	font-size:12px;
	color:#898988;
	padding:4px 0 0 10px;
	}

#greetings {
	background:#b4322c;
	height:40px;
    color:#fff;
	}
	
.greet_left {
	width:600px;
	padding: 9px 0 0 8px;
	float:left;
	}

.greet_right {
    width:322px;
	padding-top:10px;
	float:left;
	text-align:center;
	}

/*---- Social -----*/
.facebook {float:left; width:78px}
.twitter {float:left; width:90px}
.gplus {float:left; width:75px}

.socials{width:308px;margin:6px 0 0 188px}
.btn_fb {float:left; width:80px;padding-top:6px}
.btn_tweet {float:left;width:80px;padding-top:6px}
.btn_gp {float:left;width:70px;padding-top:6px}
.btn_addthis {float:left;width:52px;padding-top:6px}
	
/*-------------------- Header -------------------*/
header {
	height:156px;
	text-align:left;
	background:#070707;
}
#logo {
  float:left;
  width:490px
}
.banner468x60 {
  float:left;
  width:468px;
  margin-top:20px;
 }
.banner468x60 p {
	text-align:right;
	padding-top:6px;
}

header h1 {padding:10px 0 0 20px;}
header h1 a {
	color:#bdbdbc; 
	font: 40px 'Comic Sans MS', Helvetica, sans-serif;
	font-weight:normal; 
	text-decoration:none;
	}
header h1 a:hover{
    color:#bdbdbc;
    text-decoration:none;
}
header h2 {
	padding:0 0 0 100px;
	font-size:18px; 
	color:#a78a4e;
    text-align:left
}

/* Top Navigation */
.top_nav {
	height:22px;
	background:#9e8545
	}
#top_nav {
	float: left;
	padding: 0;
	list-style: none;
	background-color: #9e8545;
}
#top_nav li {
	float: left; }
#top_nav li a {
	display: block;
	padding: 3px 15px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
	border-right: 1px solid #b89e5c; }
#top_nav li a:hover {
	color: #fff;
	background:#9e8545;
	text-decoration:underline;
	 }

.article{padding: 2px 0 2px 0; margin-bottom: 5px;}
/*----------------- Left Col------------------*/
#leftcolumn {
	float: left;
	width: 206px;
	height:auto;
	margin-top:16px;
	position:absolute;
    padding: 0 0 0 14px;
}

.offer,.nav-box {
	width:206px;
    height:auto;
	background:#26211e;
	padding: 0 0 4px 0; 
 }
 .offer p{padding: 0 10px 0 10px}
 
.heading {
	height:38px;
	background:#000;
	color:#bdbdbc;
	text-align:center;
	border:1px solid #000;
	}
.heading h3 {margin-top:8px; font-weight:normal}
.banner120x60 {padding: 20px 0 12px 0;text-align:center;}

.btn_play {
	margin:20px 0px;
	text-align:center;
	}
.btn_play-now {
	background: -webkit-gradient(linear, left top, left bottom, from(#d5b86b), to(#ae8d38));
	background:-moz-linear-gradient(center top, #d5b86b 5%, #ae8d38 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5b86b', endColorstr='#ae8d38');
	/* IE 5.5–7 */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5b86b', endColorstr='#ae8d38');
/* IE 8–9 */
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5b86b', endColorstr='#ae8d38')";
/* IE 10 */
-ms-linear-gradient(left, #d5b86b 0%, #ae8d38 100%); 
    background:#bf9f4e;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	display:inline-block;
	color:#000;
	font-family:Arial;
	font-size:15px;
	padding:8px 25px;
	text-decoration:none;
}.btn_play-now:hover {
	text-decoration:none;
}.btn_play-now:active {
	text-decoration:none;
}

/* Left Nav */
.left_nav {margin-top:8px; background:#26211e;}
.left_nav ul {padding:8px 0 15px 8px}
.left_nav ul li {
	width:192px;
	list-style:none;
    padding:2px 0 6px 0;
	border-bottom:1px solid #302722;

}
.left_nav ul li a {
	color:#fffdfe;
	background: url("../images/arrow.png") no-repeat 4px 6px;
	display:block;
	padding-left: 24px;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;}
.left_nav ul li a:hover {color:#d5d5d5; text-decoration:underline;}


/* Top Articles */
#top_articles {margin-top:8px; background:#26211e;}
#top_articles ul {padding:8px 0 15px 6px;}
#top_articles ul li {
	width:192px;
	list-style:none;
    padding:2px 0 6px 0;
	border-bottom:1px solid #302722;
	text-align:left;
}
#top_articles ul li a {
	color:#fffdfe;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}
#top_articles ul li a:hover {color:#d5d5d5; text-decoration:underline;}

/* Certificates */
.our_cert{margin-top:8px; background:#26211e; text-align:center;padding-bottom:6px}
.our_cert img{padding-top:6px;}

/*-------------------------- Middle Col --------------------------*/
#contentcolumn {
	float: left;
	width: 495px;
	height:auto;
	padding:0 10px 20px 10px;
	margin-top:16px;
	margin-left:222px;
    min-height:1120px;
}

#contentcolumn p {padding:6px 0 6px 0;}

#contentcolumn p a{color:#30b6b9}

#contentcolumn h2 {font-weight:normal; color:#feffff;}
#contentcolumn h3 {font-weight:bold; color:#feffff;padding-top:5px;}
.display{margin-top:10px;}

/* Big Bonus Table */
.th_num{width:6px;color:#fff;}
.th_img{width:134px;height:80px; color:#fff; font-size:14px;}
.th_name{width:148px;color:#fff; font-size:14px;}
.th_bonuses{width:84px;color:#fff; font-size:14px;}
.th_play{width:120px;color:#fff; font-size:14px;}

.button_play {
	background: -webkit-gradient(linear, left top, left bottom, from(#f83b25), to(#a92625));
	background:-moz-linear-gradient(center top, #ec3725 5%, #ad2725 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f83b25', endColorstr='#a92625');
	/* IE 5.5–7 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f83b25', endColorstr='#a92625');
	/* IE 8–9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f83b25', endColorstr='#a92625')";
	/* IE 10 */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f83b25', endColorstr='#a92625');
background:#a92625;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:inline-block;
	color:#fff;
	font-size:14px;
	padding:6px 12px;
	font-weight:normal;
	text-decoration:none;
}
.button_play:hover {
	text-decoration:none;
}
.button_play:active {
	text-decoration:none;
}


.read_more {
	color:#bdbdbc;
    width:200px;
	float:left;
	text-align:right;
}

.read_more a {
		color:#bdbdbc;
		text-decoration:none;
	}
.post{padding-top:2px;}
.post_title {text-align:left;}
.post a {color:#30b6b9;padding:5px 0 2px 0; font-weight:normal;}

.read_more {
	color:#bdbdbc;
    width:200px;
	float:left;
	text-align:right;
}

.read-more a {
		color:#bdbdbc;
		text-decoration:none;
        text-align:right; 
	}
.read-more {
		color:#bdbdbc;
        text-align:right;
        padding:8px 0;
	}
.content_pad a {color:#30b6b9;}
.alignleft {
   float: left;
   padding-right:6px;
	}

/* FORMS */
input[type="text"] {
	border:1px solid #3c3836;
	height:24px;
	font-family: Helvetica, Arial, sans-serif;
    padding:0 10px 0 10px;
   color:#f7f7f7;
box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/* Default property recognized by some browsers- a Good practice to include it*/
-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*For Mozilla Firefox Browsers*/
-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*For Webkite browsers - Chrome and Safari*/
background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));/*Chrome and Safari*/
 background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);/* Firefox Browsers */
background: #5e5652 url("../images/form_background.png") left top repeat-x;
	}

.small {
width:270px;
	}

textarea {
	border:1px solid #3c3836;
	font-family: Helvetica, Arial, sans-serif;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	color:#f7f7f7;
box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/* Default property recognized by some browsers- a Good practice to include it*/
-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*For Mozilla Firefox Browsers*/
-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;/*For Webkite browsers - Chrome and Safari*/
background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));/*Chrome and Safari*/
 background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);/* Firefox Browsers */
background: #5e5652 url("../images/form_background.png") left top repeat-x;
	}

.err
{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: red;
margin-left:20px;
}
/*--------------------------- Right Col -------------------------*/
#rightcolumn {
	float: left;
	width: 206px;
	height:auto;
	margin-top:16px;
	text-align:center;
	margin-left:2px;
}
/* Bonus Table */
.top-bonuses { background:#26211e;padding-bottom:10px}

th{font-weight:normal;border-bottom:1px solid #302722;height:25px}
.th_casinoname {width:150px; text-align:left;padding-left:8px; color:#fffdfe}
.th_bonus {width:60px; color:#30b6b9}
.th_bonus a {color:#30b6b9}

/*---- Content -----*/
#heading {position:relative;left:400px;top:34px;width:420px;}
#heading h2{color:#e40023; font-size:28px; text-align:right; font-weight:bold; font-family:Arial, Helvetica, sans-serif}
#subscribe_icons{position:absolute;margin-top:-36px;display:block;width:380px;padding-left:4px;}
.social_addthis {float:left;width:70px;padding-top:5px}
.social_gplus {float:left;width:70px;padding-top:5px}
.social_tweet {float:left;width:80px;padding-top:5px}
.social_facebook {float:left; width:100px;padding-top:5px}

/*---- Popups -----*/

#btn_holder {
	position:relative;
	width:90px;
	height: 22px;
	color:#fff;
	background:#cf0f0f;
    margin-left:280px;	
	}
	
#btn_holder iframe {
	position:absolute;
	top: 5px;
	width: 90px !important;
	}
	
#btn_facebook {
	pointer-events: none;
	position:absolute;
	width: 90px;
	height: 22px;
	left:0;
	top:5px;
	background: url("../images/btn-close.gif");	
	}

.fb_button {
position:absolute;
left:150px;
    z-index:101011;
	background:url("../images/btn-close.gif") no-repeat 0 0 !important;	
}

.fb_button_text {
	display:none !important;	
}

#popupClose{
cursor: pointer;
text-decoration:none;
}

#backgroundPopup, #backgroundsPopup, #backgroundthPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000;
border:1px solid #26211e;
z-index:1;
}

#backgroundthPopup {
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000;
border:1px solid #26211e;
z-index:1;
}

#box-container, #second-box, #box-thcontainer{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:auto;
padding-bottom:16px;
width:375px;
background: #463e39 url("../images/pop-bg.jpg") left bottom repeat-x; 	
border:4px solid #26211e;
z-index:2;
font-size:13px;
color:#2f2e2e;
}
.box-top{
height:36px;
background:#ce0c0c;
}
.box-tittle{
font-size:16px;
font-weight:bold;
color:#fff;
text-align:center;
padding: 10px 0 4px 0;
}
.box-content {
padding:0 8px 0 8px ;
color:#a58f78;
}
.box-text{
color:#a58f78;
}
.btn_cl_align{
margin-top:6px;
margin-right:9px;
}

.escbtn{
margin:14px 0 0 4px;
 color:#a29a83;
}

#popupClose{
font-size:14px;
line-height:14px;
right:14px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

#spopupClose{
cursor: pointer;
text-decoration:none;
}

#spopupClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

#thpopupClose{
cursor: pointer;
text-decoration:none;
}

#thpopupClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
}

.bheading{
font-weight:bold;
padding-top: 6px;
}
.pop_content{
padding: 8px 0 6px 8px;
text-align:left;
}
.btnalg{
margin:5px 0 0 95px;
}

.btn_pop {
	width:20px;
	float:left;
}

.imgalign {padding-top:8px;}


/*---- Footer -----*/
footer {
	clear:both;
	height:40px;
    color:#808080;
	background:#292928;
}

.clear {clear:both;}

footer p {padding:12px 0 0 20px}
footer p a{color:#808080;}