/*
Theme Name: AWCC Sports template
Description: Poker Design Template
Version: 1
Author: Sam-Designer and Justin
Author URI: http://awccsports.com/
Tags: red, fixed width, three columns, widgets

*/

body {
	margin: 0;
	padding: 0;
	background-color:#F3EEE8;
	font-family:Arial,Helvetica,sans-serif;
}

#container {
	width: 971px;
	margin: auto;
}

#head-container {
	margin: auto;
	width: 971px;
	float: left;
	background-image: url("images/top.jpg");
	background-repeat: repeat-x;
	background-color: #271E21
}

#logo-container {
	clear: both;
	float: left;
	width: 971px;
	height: 160px;
}
#logo {
	float: left;
	width: 243px;
	height: 160px;
}

#search {
	float: right;
	width: 608px;
	height: 70px;
	text-align: right;
	padding-right: 20px;
	padding-top: 90px;
}

#topnav {
	clear: both;
	float: left;
	width: 971px;
	height: 34px;
	background-image: url("images/navbar.jpg");
}

#shade {
	clear: both;
	width: 971px;
	height: 28px;
	background-image: url("images/shade.jpg");
}

#topnav {
	clear: both;
	float: left;
	width: 971px;
	height: 34px;
	background-image: url("images/navbar.jpg");
}

#banner {
	float: left;
	clear: both;
	width: 1006px;
	height: 394px;
}

#middle {
	clear: both;
	background-color: #FFFFFF;
	float: left;
	width: 971px;
}

#left-sidebar {
	margin-top: 0px;
	margin-left: 12px;
	margin-bottom: 10px;
	clear: both;
	float: left;
	width: 225px;
	background-color: #E2E2E2;
	margin-top: 10px;
}

#right-sidebar {
	padding-top: 10px;
	margin-right: 12px;
	padding-bottom: 10px;
	float: right;
	width: 120px;
	background-color: #FFFFFF;
}

#horizontal-ad {
	margin-top: 10px;
	width: 700px;
}

#content {
	float: left;
	width: 700px;
	padding-left: 20px;
	padding-right: 11px;
	font-size: 14px;
	text-align: justify;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	float: left;
	width: 971px;
	height: 63px;
	padding-top: 30px;
	color: #000000;
	text-align: center;
	font-size: 12px;
}

#footer a {
	text-decoration: none;
	color: #000000;
}

#footer a:hover {
	color: #F97C00;
	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{
	width: 800px;
	margin-top: 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: #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: 205px;
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
	
}

.sidebar-content ul {
	margin-top: 0px;
	padding-left: 15px;
}

.sidebar-content li {
	list-style-type: square;
	color: #990500;
	border-bottom: 1px dashed #CCCCCC;
}

.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;
}

#content .title, #content .title a {
	margin-top: 15px;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	text-decoration: none;
	margin-bottom: 20px;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#content a:hover{
	color: #990000;
}

#content .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; }

