/*
Theme Name: Youth Quest Wi template
Description: Casino Design Template
Version: 1
Author: Sam-Designer and Justin
Author URI: http://youthquestwi.org/
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;
	background-repeat: no-repeat;
	background-image: url("images/background.jpg");
	padding-left: 44px;
}


#logo {
	float: left;
	width: 900px;
	height: 97px;
}

#topnav .textwidget{
	clear: both;
	float: left;
	width: 900px;
	height: 45px;
	padding-top: 8px;
	background-image: url("images/navbar.jpg");
}

#search {
	float: right;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 10px;
}

#banner {
	float: left;
	clear: both;
	width: 900px;
	height: 266px;
}

#middle {
	clear: both;
	margin-left: 44px;
	background-color: #FFFFFF;
	float: left;
	width: 900px;
}

#mid {
	margin-left: 50px;
	clear: both;
	float: left;
	width: 700px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

#left-sidebar {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: both;
	float: left;
	width: 225px;
	background-color: #69050A;
}

#right-sidebar {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
	width: 220px;
	background-color: #E2E2E2;
}

#center-sidebar {
	margin-top: 10px;
	width: 636px;
}

#content {
	float: left;
	width: 636px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 14px;
	text-align: justify;
}

#footer {
	clear: both;
	float: left;
	margin-left: 44px;
	width: 900px;
	height: 73px;
	padding-top: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	background-image: url("images/footer.jpg");
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#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{
	width: 600px;
	margin-top: 20px;
}

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: #FFFFFF;
	font-size: 14px;
}

ul.qtrans_language_chooser a:hover {
	text-decoration: none;
	color: #FFCC00;
}

#banner img {
	border: 0px;
}

.sidebar-content {
	padding: 10px;
	font-size: 14px;
	color: #000000;
}

.widget-title {
	margin-top: 0px;
	width: 200px;
	height: 30px;
	padding-left: 20px;
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 13px;
	background-image: url("images/title.jpg");
	background-repeat: repeat-x;
}

.sidebar-content ul {
	
}

.sidebar-content li {
	list-style-type: square;
	color: #990000;
}

.sidebar-content a {
	color: #000000;
	text-decoration: none;
}

.sidebar-content a:hover{
	color: #990500;
	text-decoration: none;
}

#content hr {
	background-color: #000000;	
	border: 2px solid #000000;
}

.title, .title a {
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	margin-bottom: 20px;
}

.title a:hover {
	text-decoration: none;
	color: #990000;
}

img {
	border: 0px;
}

.align-right { float:right; margin: 7px 0 7px 15px; }
.align-left { float:left; margin: 7px 15px 7px 0; }
