/*
Theme Name: Blackjack Spot Casino template
Description: Casino Design Template
Version: 1
Author: Justin
Author URI: #
Tags: red, fixed width, three columns, widgets

*/

body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	
}

#container {
	width: 1006px;
	margin: auto;
}

#head-container {
	margin: auto;
	width: 1006px;
	float: left;
}

#logo-container {
	clear: both;
	float: left;
	width: 1006px;
	height: 137px;
}

#logo {
	float: left;
	width: 1006px;
	height: 137px;
}

#navbar {
	float: left;
	width: 1006px;
	height: 49px;
	background-image: url("images/navbar.jpg");
}

#search {
	float: left;
	width: 300px;
	padding-left: 30px;
	padding-top: 12px;
}

#lang {
	width: 676px;
	float: right;
	text-align:right;
}

#banner {
	float: left;
	clear: both;
	width: 1006px;
	height: 341px;
}

#middle {
	background-color: #F75701;
	width: 1006px;
	float: left;
}

#mid {
	width: 952px;
	margin-left: auto;
	margin-right: auto;
	background-color: #F75701;
}

#left-sidebar {
	margin-left: 0px;
	margin-bottom: 0px;
	clear: both;
	float: left;
	width: 224px;
	margin-top: 0px;
}

#right-sidebar {
	padding-top: 10px;
	margin-right: 5px;
	padding-bottom: 10px;
	float: right;
	width: 120px;
}

#center-sidebar {
	margin-top: 10px;
	width: 650px;
}

#content {
	float: left;
	width: 575px;
	padding-left: 10px;
	padding-right: 11px;
	font-size: 14px;
	text-align: justify;
	background-color: #F75701;
	color: #FFFFFF;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	float: left;
	width: 1006px;
	height: 63px;
	padding-top: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	background-image: url("images/footer.jpg");
	background-repeat: repeat-x;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	color: #F97C00;
	text-decoration: none;
}


/* language chooser */
ul.qtrans_language_chooser{
	padding-top: 2px;
	margin-right: 30px;
}

ul.qtrans_language_chooser li{
	display: inline;
	list-style-type: none;
}

ul.qtrans_language_chooser li a {
	text-decoration: none;
	display: block;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFFF00;
	font-size: 14px;
}

ul.qtrans_language_chooser a:hover {
	text-decoration: none;
	color: #E0E0E0;
}

.sidebar-content {
	padding: 10px;
	font-size: 14px;
	color: #5B2E00;
	background-color: #FB9C00;
}

.widget-title {
	margin-top: 5px;
	width: 215px;
	padding-left: 10px;
	padding-top: 8px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	background-image: url("images/title2.jpg");	
	color: #FFFFFF;
}

.sidebar-content ul {
	margin-top: 0px;
	padding-left: 15px;
}

.sidebar-content li {
	list-style-position: outside;
	list-style-image: url("images/bullets.jpg");
	list-style-type: disc;
	color: #5B2E00;
	margin-bottom: 6px;
}

.sidebar-content a {
	color: #5B2E00;
	text-decoration: none;
}

.sidebar-content a:hover{
	color: #C46200;
	text-decoration: none;
}

#content hr {
	background-color: #000000;	
	border: 2px solid #000000;
}

#content .title, #content .title a {
	margin-top: 15px;
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	margin-bottom: 20px;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#content a:hover{
	color: #009B4E;
}

#content .title a:hover {
	text-decoration: none;
	color: #AA5500;
}

#content .smalltitle, #content .smalltitle a{
	margin-top: 10px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3C1E00;
	text-decoration: none;
}

#content .smalltitle a:hover{
	color: #A45200;
}

img {
	border: 0px;
}

.search-input {
	background-color: #F75701;
	color: #FFFFFF;
	padding-left: 16px;
	width: 200px;
}

.align-right { float:right; margin: 7px 0 7px 15px; }
.align-left { float:left; margin: 7px 15px 7px 0; }
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
