/*
Theme Name: Vintage Snaps and Craps template
Description: Casino Design Template
Version: 1
Author: Justin
Author URI: http://vintagesnapsandcraps.com/
Tags: red, fixed width, three columns, widgets

*/

body {
	margin: 0;
	padding: 0;
	background-color:#585B0B;
	font-family:Arial,Helvetica,sans-serif;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	
}

#container {
	width: 1002px;
	margin: auto;
}

#head-container {
	margin: auto;
	width: 1002px;
	float: left;
}

#logo-container {
	clear: both;
	float: left;
	width: 1000px;
	height: 72px;
	background-image: url("images/topheader.jpg");
}

#logo {
	float: right;
	width: 460px;
	height: 72px;
}

#search {
	clear: left;
	float: left;
	width: 718px;
	height: 20px;
	text-align: left;
	padding-top: 2px;
	margin-bottom: 10px;
}

#banner {
	margin-top: 10px;
	float: left;
	clear: both;
	width: 1000px;
	height: 276px;
}

#middle {
	clear: both;
	background-color: #FFFFFF;
	float: left;
	width: 988px;
	padding-left: 7px;
	padding-right: 7px;
}

#mid {
	
	margin: 0px;
}

#right-sidebar {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
	width: 240px;
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

#horizontal-ad {
	margin-top: 10px;
	width: 600px;
}

#content {
	float: left;
	background-color: #FFFFFF;
	width: 718px;
	padding-left: 10px;
	padding-right: 5px;
	font-size: 14px;
	text-align: justify;
}

#footer {
	clear: both;
	float: left;
	width: 1002px;
	height: 50px;
	padding-top: 18px;
	color: #EEFB18;
	text-align: center;
	font-size: 12px;
	background-image: url("images/footer.jpg");
	background-repeat: no-repeat;
}

#footer a {
	text-decoration: none;
	color: #EEFB18;
}

#footer a:hover {
	color: #FFC891;
	text-decoration: none;
}

/* textwidget */
#topnav .textwidget ul {
	margin-top: 10px;
}

#topnav .textwidget ul li{
	display: inline;
	list-style-type: none;
}

#topnav .textwidget li a {
	text-decoration: none;
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 14px;
}

#topnav .textwidget a:hover {
	text-decoration: none;
	color: #FFCC00;
}

/* language chooser */
ul.qtrans_language_chooser li{
	list-style-type: none;
}

#banner img {
	border: 0px;
}

.sidebar-content {
	padding: 10px;
	font-size: 14px;
	color: #FFFF80;
	background-color: #A2A251;
}

.widget-title {
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 8px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	background-color: #505027;
	color: #FBEEE8;
}

.sidebar-content ul {
	margin-top: 5px;
	padding-left: 15px;
	
}

.sidebar-content li {
	list-style-type: square;
	color: #FFFF80;
	padding-top: 3px;
	padding-bottom: 3px;
}

.sidebar-content a {
	color: #FFFF80;
	text-decoration: none;
}

.sidebar-content a:hover{
	color: #FF8000;
	text-decoration: none;
}

#content hr {
	background-color: #505027;	
	border: 2px solid #505027;
}

#content .title, #content .title a {
	clear: left;
	margin-top: 15px;
	font-size: 30px;
	font-weight: normal;
	color: #505027;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	margin-bottom: 20px;
}

#content {
	color: #505027;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #505027;
}

#content a:hover{
	color: #B3B300;
}

#content .title a:hover {
	text-decoration: none;
	color: #B3B300;
}

img {
	border: 0px;
}

#right-ad-sidebar a{
	color: #FFB871;
	text-decoration: none;
}

#right-ad-sidebar a:hover {
	text-decoration: underline;
}

.search-input {
	background-color: #FFFFFF;
	color: #5A5A2E;
	padding-left: 16px;
	width: 200px;
	background-image: url("images/magnifying-glass.png");
	background-repeat: no-repeat;
}

.align-right { float:right; margin: 7px 0 7px 15px; }
.align-left { float:left; margin: 7px 15px 7px 0; }

