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

/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/
body.custom { background: #66040f url('../../../images/bg.png'); }
.custom #page { position:relative; background: #fff; border: 0.1em solid #629084; border-top: 0; }



#search-box { position:absolute; right:50px; top:50px;  }

#search-box .text_input { width:200px; font-size:1.4em; height:20px; padding:5px}
#search-box h3 { font-size: 1.4em; line-height: 1.385em; margin-bottom: 0.692em; }
 
/*.post_box {   margin-left:1em; }
.sidebars { padding:0; margin:0; width:120px; position:absolute; top:0px; }
#sidebar_1 { padding:0; margin:0; width:120px;  }*/

.som, .custom div.adblock img {
  padding: 4px;
  background-color: #FFFFFF;
}
.som { font-weight:bold; margin-bottom:4px;   }
.custom .cenx {text-align: center;}
.som ul { font-size:14px; font-weight:normal; margin-left:30px}
.som #som-site-title { font-size:1.8em; font-weight:bold; }
.som #som-badge { position:absolute;z-index:300; margin-top:-20px; margin-left:210px;}
.som ul li { list-style-image:url(../../../images/whitetick.png); line-height:20px }
.som #play { background-color:#000000; width:257px; height:47px; margin-top:10px }
.som #play span { color:#ffffff; font-size:1.7em; border:solid 1px #ffffff; position:relative; top:1px; left:1px; height:32px; width:253px; padding-top:11px; display:block;  text-align:center; vertical-align:middle;   }
.som #play span:hover { background-color:#333333; }

 
.c-play { background :url(images/buttons/play-now.png) no-repeat; display:block; height:25px; width:125px; }
.c-play:hover { background-position:bottom; }
#preloader { position:absolute; left:10000; z-index:100; display:none }

ul.menu li.rss a {
	color:#000000;
}

/*.menu { margin-left:180px }*/

.menu { font-weight:bold }
 

/*.custom #container { background:url(../../../images/casino-chips.jpg) #fff no-repeat top right; }
.custom #page { background:none; }*/
 
#header   {  border:none; background:url(../../../images/casino-chips-logo.jpg) no-repeat; padding-left:150px; height:95px; position:relative   }


#logo { padding-top:25px; }

.post_box { border:none; }
 
.list-indent { padding-left:20px;   }

.teaser-box {
	float:none; clear:both; border-bottom:1px dotted #666; display:inline-block;
	position:relative;
	padding-bottom:40px; margin-top:-10px;
}
	.teaser-box h2 {
		 font-size:1.6em; 
	}
	.teaser-box .download, .teaser-box .review, .teaser-box .visit {
		display:block; width:163px; height:42px; float:left; margin-left:15px; float:right;
	}
	#starsload { display:none }

	.teaser-box .download {
		background:url(../../../images/buttons/download.png);
	}
	.teaser-box .download:hover {
		background:url(../../../images/buttons/download-over.png);
	}
	.teaser-box .visit {
		background:url(../../../images/buttons/visitcasino.png);
	}
	.teaser-box .visit:hover {
		background:url(../../../images/buttons/visitcasino-over.png);
	}
	.teaser-box .review {
		background:url(../../../images/buttons/readmore.png);
	}
	.teaser-box .review:hover {
		background:url(../../../images/buttons/readmore-over.png);
	}	
   .teaser-bonus {
	   display:block; font-size:1.6em; color:#F00; position:absolute; top:40px; right:0px; font-weight:bold;
	   background:url(../../../images/cash.png) no-repeat; height:40px;
	   padding-left:60px; padding-top:6px;
   }
   .headline_area h1 {
	   font-size:3.2em; font-weight:bold;
   }
   
   .casino-item .buttons {   display:block;  margin-top:30px; float:right; height:61px; margin-bottom:20px;   }
   .bj-item .buttons, .slot-item .buttons { display:block;   position:absolute; right:0; top:310px;   }
   .casino-item  .download-casino ,  .casino-item .visit-casino{ float:left; display:block; margin-right:30px;   }
   
   .casino-item  .download-casino { margin-top:5px; }
   
   .download-casino {
	   display:block;
	   width:233px;
	   height:61px;
	   background:url(../../../images/buttons/download.png) no-repeat;
   }
   .download-casino:hover {
	   background:url(../../../images/buttons/download-over.png) no-repeat;
   }
   
   .visit-casino {
	   display:block;
	   width:233px;
	   height:61px;
	   background:url(../../../images/buttons/visitcasino.png) no-repeat;
   }
   .visit-casino:hover {
	   background:url(../../../images/buttons/visitcasino-over.png) no-repeat;
   }
   
   h2 a.anch {
	   text-decoration:none;
   }
   h2 a.anch:hover {
	   color:#000;
   } 
/* Casinos */
.top-list {
	width:100%;
	text-align:left;
}
	
 	.head-row {
		height:50px; background-color:#7e0b1a; color:#FFF; font-size:1.4em
	}
		.head-row th {
			padding-left:10px; 
		}
	 
	.top-list td {
		padding-left:10px; /*border:solid 1px #f798a5;  */
	}
	
	.top-list .r0 {
		height:45px; /*border-bottom:solid 1px #f798a5; */ 
	}
	.top-list .r1 {
		height:45px; background:url(../../../images/tr1.png) repeat-x;
	}
	
	.aligncenter { 
		text-align:center;
	}
 
	.ratings { vertical-align:middle; padding-bottom:20px; height:25px; position:relative; display:inline-block  }
	 .star-holder { 
		 width:100px; position:absolute; left:2px; display:inline-block; top:15px; /*position:relative; left:-50px; top:-20px;    position:relative;  left:-50px;  */ 
	}
	 .rating-base,   .stars {
		width:100px; height:20px;    position:absolute; left:10px;  top:0px;
	}
	 .rating-base { 
		  position:absolute;   z-index:1; background:url(../../../images/stars/stars_large.png);    
	}
	 .stars { 
		position:absolute;  z-index:2; background:url(../../../images/stars/stars_large.png) left center;    
	}
	td.bonus {
		color:#F00; font-size:1.1em; font-weight:bold;	
	}
	
.bj-item, .casino-item, .slot-item {
	border-bottom:1px dotted #666; display:inline-block;  padding-bottom:20px; position:relative;
	margin-top:-20px;
}
	.bj-item ul,  .slot-item ul {
		list-style:none; padding-top:20px; 
	}
		.bj-item ul li,  .slot-item ul li {
			list-style-image:url(../../../images/whitetick.png) ; line-height:30px ; 
		}

	.bj-item  .teaser-bonus, .casino-item .teaser-bonus, .slot-item  .teaser-bonus {
		top:50px; font-size:2em
	}
	.bj-item  h2,  .casino-item h2, .slot-item h2 {
		 font-size:1.8em;
	 }
	 
	 .headline_area span.teaser-bonus {
		 position:absolute; right:30px;
		 margin-top:170px; font-size:2.7em;
		 padding-top:0px;
	 }
	
 ul.sidebar_list li ul li {
 	margin-bottom:2px;
 }
ul.sidebar_list li ul li a {
	 color:#66040f; 
	display:block; 
	padding:5px 0px 5px 10px;
	text-decoration:none;
}

ul.sidebar_list li   ul   li   a  {
	border-top:1px solid #66040f; 
	font-size:1.2em;
	margin-top:20px; font-weight:bold;
}

ul.sidebar_list li   ul   li  ul {
	margin-top:0px
}

ul.sidebar_list li   ul   li  ul  li  a  {
	border-top:none;
	font-size:0.9em;
	padding:2px 0px 2px 10px;
	border-top:dotted 1px #66040f ;
	margin-top:0px; font-weight:normal;
}

ul.sidebar_list li ul li a:hover, ul.sidebar_list li ul li.current_page_item > a {
	 color:#fff; 
	 text-decoration:none;
	background-color:#bd0d1f;
}

a.banner-header, .banner-header { position:absolute; z-index:200; top:35px; right:10px;  display:block}
.all-sites {position:absolute; right:13px; top:5px; }

.breadcrumb { font-size:1.1em; padding-left:20px; padding-top:10px; }

.widget_links h3 { font-size:1.2em }
.widget_links ul li, .widget_links ul li a { font-size:0.8em }
.widget_links ul li, .widget_links ul li a { margin-bottom:0px; margin-top:0px}