/*
Theme Name: Clay Game Sinc template
Description: Casino Design Template
Version: 1
Author: Justin
Author URI: http://claygamesinc.com/
Tags: red, fixed width, three columns, widgets

*/

body {
	margin: 0;
	padding: 0;
	background-color:#4A1A6E;
	font-family:Arial,Helvetica,sans-serif;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
		
}

#container {
	width: 938px;
	margin: auto;
	
}

#head-container {
	margin: auto;
	width: 938px;
	float: left;
}

#logo-container {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 333px;
	height: 85px;
}

#logo {
	float: left;
	width:333px;
	height: 85px;
}

#search {
	float: right;
	width: 300px;
	height: 37px;
	text-align: right;
	padding-right: 30px;
	padding-top: 10px;
}
#lang {
	width: 550px;
	
}

#navbar {
	clear: both;
	width: 938x;
	height: 47px;
	background-image: url("images/navbar.jpg");
	background-repeat: no-repeat;
}

#banner {
	float: left;
	clear: both;
	width: 938px;
	height: 334px;
	margin-top: 5px;
}

#middle {
	clear: both;
	width: 938px;
	float: left;
	background-image: url("images/middlebackground.jpg");
	background-repeat: repeat-y;
}

#mid {
	width: 938px;
	margin-top: 5px;
	margin-left: 0px;
	clear: both;
	float: left;
}

#right-sidebar {
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	float: right;
	width: 219px;
	margin-top: 0px;
}

#left-sidebar {
	padding-top: 1px;
	margin-left: 0px;
	padding-bottom: 0px;
	float: left;
	width: 120px;
}

#center-sidebar {
	margin-top: 10px;
	width: 580px;
}

#content {
	float: left;
	width: 580px;
	margin-left: 8px;
	padding-right: 5px;
	font-size: 14px;
	text-align: justify;
	color: #FFFFFF;
}

#footer {
	clear: both;
	float: left;
	width: 938px;
	height: 42px;
	padding-top: 30px;
	color: #000000;
	text-align: center;
	font-size: 12px;
	background-image: url("images/footer.jpg");
}

#footer a {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	color: #FF8000;
	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{
	padding-top: 13px;
	margin-left: 10px;
}

ul.qtrans_language_chooser li{
	display: inline;
	list-style-type: none;
}

ul.qtrans_language_chooser li a {
	text-decoration: none;
	display: block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #402000;
	font-size: 14px;
}

ul.qtrans_language_chooser a:hover {
	text-decoration: none;
	color: #DBDBDB;
}
#banner img {
	border: 0px;
}

.sidebar-content {
	padding: 5px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
}

.widget-title {
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 8px;
	height: 25px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FAE641;
	background-color: #9B924A;
	background-image: url("images/shade.jpg");
}

.sidebar-content ul {
	margin-top: 0px;
	padding-left: 5px;
}

.sidebar-content li {
	list-style-position: inside;
	list-style-image: url("images/bullets.jpg");
	list-style-type: disc;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.sidebar-content a {
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar-content a:hover{
	color:#FFFF00;
	text-decoration: none;
}

#content hr {
	background-color: #B9B9B9;	
	border: 1px solid #B9B9B9;
}

#content .title, #content .title a {
	margin-top: 15px;
	font-size: 30px;
	font-weight: normal;
	color: #FAE641;
	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: #BCBCBC;
}

#content .title a:hover {
	text-decoration: none;
	color: #BCBCBC;
}

#left-sidebar a, #left-sidebar a:hover{
	color: #FFFFFF;
}

img {
	border: 0px;
}

h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
.welcome {
	padding-top: 10px;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #B30000;
}

.search-input {
	background-image: url("images/magnifying-glass.png");
	background-repeat: no-repeat;
	width: 250px;
	padding-left: 16px;
}

.align-right { float:right; margin: 7px 0 7px 15px; }
.align-left { float:left; margin: 7px 15px 7px 0; }

