/*
Theme Name: Fantasy Football Stop template
Description: Football Design Template
Version: 1
Author: Rey and Justin
Author URI: http://fantasyfootballstop.com/
Tags: red, fixed width, three columns, widgets

*/

body {
	margin: 0;
	padding: 0;
	background-color:#C3C3C3;
	font-family:Arial,Helvetica,sans-serif;
}

#container {
	width: 1000px;
	margin: auto;
	
}

#head-container {
	margin: auto;
	width: 1000px;
	float: left;
}

#logo-container {
	clear: both;
	float: left;
	width: 1000px;
	height: 250px;
}

#logo {
	float: left;
	width: 1000px;
	height: 250px;
}

#search {
	margin-top: 10px;
	float: left;
	width: 972px;
	height: 41px;
	text-align: right;
	padding-right: 20px;
	padding-top: 15px;
	background-image: url("images/navbar.jpg");
}

#banner {
	float: left;
	clear: both;
	width: 1000px;
	height: 250px;
}

#middle {
	clear: both;
	background-color: #FFFFFF;
	float: left;
	width: 1000px;
	background-image: url("images/contentbg.jpg");
}

#left-sidebar {
	margin-top: 0px;
	margin-left: 50px;
	margin-bottom: 0px;
	clear: both;
	float: left;
	width: 220px;
	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: 650px;
}

#content {
	margin-top: 10px;
	float: left;
	width: 660px;
	padding-left: 10px;
	padding-right: 11px;
	font-size: 14px;
	text-align: justify;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	float: left;
	width: 1000px;
	height: 111px;
	padding-top: 30px;
	color: #000000;
	text-align: center;
	font-size: 12px;
	background-image: url("images/footerbg.jpg");
	background-repeat: no-repeat;
}

#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: #FFFFFF;
	background-color: #00009F;
}

.widget-title {
	margin-top: 5px;
	width: 281px;
	padding-left: 10px;
	padding-top: 12px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	background-image: url("images/sidebar-h2bg.jpg");	
	color: #FFFFFF;
}

.sidebar-content ul {
	margin-top: 0px;
	padding-left: 15px;
}

.sidebar-content li {
	list-style-type: square;
	color: #FFFFFF;
	padding-bottom: 5px;
}

.sidebar-content a {
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar-content a:hover{
	color: #FFBB77;
	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 .title a:hover{
	color: #0000FF;
}

#content a {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#content a:hover{
	color: #0000FF;
}

img {
	border: 0px;
}

.search-input {
	background-image: url("images/magnifying-glass.png");
	background-repeat: no-repeat;
	padding-left: 16px;
}

.align-right { float:right; margin: 7px 0 7px 15px; }
.align-left { float:left; margin: 7px 15px 7px 0; }

