/*
Theme Name: Fantasy Baseball Generals template
Description: Sport Design Template
Version: 1
Author: Justin
Author URI: https://fantasybaseballgenerals.com/
Tags: blue, fixed width, two columns, widgets

*/

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

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

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


#logo {
	margin-top: 20px;
	float: left;
	width: 928px;
	height: 86px;
}

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

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

#banner {
	float: left;
	clear: both;
	width: 928px;
	height: 190px;
}

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

#mid {
	margin-left: 4px;
	margin-right: 0px;
	clear: both;
	float: left;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

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

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

#center-sidebar {
	margin-top: 0px;
	width: 636px;
}

#content {
	margin-left: 15px;
	float: left;
	width: 700px;
	font-size: 14px;
	text-align: justify;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	float: left;
	width: 928px;
	height: 63px;
	padding-top: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	background-color: #4A8CDD;
	
}

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

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

/* textwidget */
#topnav .textwidget ul {
	margin-top: 20px;
}

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

/* qtranslate
#topnav .qtrans_language_chooser ul {
	margin-top: 10px;
}

#topnav ul li{
	display: inline;
	list-style-type: none;
}

#topnav 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 a:hover {
	text-decoration: none;
	color: #FFCC00;
}

*/
#banner img {
	border: 0px;
}

.sidebar-content {
	padding: 10px;
	font-size: 12px;
	color: #000000;
}

.widget-title {
	margin-top: 0px;
	width: 160px;
	height: 25px;
	padding-left: 20px;
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 13px;
	background-image: url("images/shade.jpg");
	background-repeat: repeat-x;
}

.sidebar-content ul {
	
}

.sidebar-content li {
	list-style-type: square;
	color: #000000;
}

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

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

#content hr {
	background-color: #000000;	
	border: 2px solid #000000;
}

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

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

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

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

img {
	border: 0px;
}

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