/*
Theme Name: Philips Arena Sports Marketing template
Description: Sports Betting Design Template
Version: 1
Author: Justin
Author URI: http://philipsarenasportsmarketing.com/
Tags: blue, fixed width, three columns, widgets

*/

body {
	margin: 0;
	padding: 0;
	background-color:#A9F0F8;
	font-family:Arial,Helvetica,sans-serif;
	background-image: url("images/background.jpg");
	background-repeat: repeat-x;
	
}

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

#head-container {
	margin: auto;
	width: 992px;
	float: left;
}

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

#logo {
	float: left;
	width: 243px;
	height: 160px;
}

#search {
	margin-top: 0px;
	float: left;
	width: 1024px;
	height: 30px;
	text-align: right;
	padding-right: 20px;
	padding-top: 6px;
	background-image: url("images/navbar.jpg");
}

#banner {
	float: left;
	clear: both;
	width: 1044px;
	height: 272px;
}

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

#right-sidebar {
	margin-top: 0px;
	margin-left: 12px;
	margin-bottom: 0px;
	float: left;
	width: 231px;
	margin-top: 5px;
}

#right-ad-sidebar {
	float: right;
	margin-right: 3px;
	margin-top: 8px;
	width: 157px;
}

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

#content {
	clear: both;
	float: left;
	width: 600px;
	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 li{
	list-style-type: none;
}

#banner img {
	border: 0px;
}

.sidebar-content {
	padding: 10px;
	font-size: 14px;
	color: #005329;
	background-color: #E1E1FF;
}

.widget-title {
	margin-top: 5px;
	width: 222px;
	padding-left: 10px;
	padding-top: 8px;
	height: 25px;
	font-size: 14px;
	font-weight: bold;
	background-color: #00007D;
	color: #F2F2FF;
}

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

.sidebar-content li {
	list-style-type: square;
	color: #FFA042;
	padding-top: 3px;
	padding-bottom: 3px;
}

.sidebar-content a {
	color: #005329;
	text-decoration: none;
}

.sidebar-content a:hover{
	color: #FF8000;
	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: #FFB366;
}

#content .title a:hover {
	text-decoration: none;
	color: #FFB366;
}

img {
	border: 0px;
}

#right-ad-sidebar a{
	color: #FFB871;
	text-decoration: none;
}

#right-ad-sidebar a:hover {
	text-decoration: underline;
}

.search-input {
	background-image: url("images/magnifying-glass.png");
	background-repeat: no-repeat;
	padding-left: 16px;
	width: 300px;
}

.align-right { float:right; margin: 7px 0 7px 15px; }
.align-left { float:left; margin: 7px 15px 7px 0; }

