/*   
Theme Name: Chicago
Theme URI: http://nationalsportsreview.com
Description: Local Theme For NationalSportsReview.com
Author: Matt Geri
Author URI: http://www.mattgeri.com
Version: 1.0
*/

body {
	margin: 0;
	font-family: Georgia;
	font-size: 62.5%;
	background: #333 url('images/bg.png') repeat-y center;
}

/* Header Styles */

#fantasyplayers {
	margin: 0 auto;
	width: 960px;
	height: 56px;
	overflow: hidden;
}

#header {
	margin: 0 auto;
	width: 960px;
	height: 110px;
	background: #fff url('images/header.png') repeat-x;
}

#logo {
	width: 210px;
	height: 110px;
	background: url('images/logo.png') no-repeat;
	float: left;
	display: inline;
}

#banner {
	width: 750px;
	height: 110px;
	float: left;
	display: inline;
}

.topbanner {
	margin: 5px;
	width: 728px;
	height: 90px;
	border: 5px solid #eee;
}

/* Menu Styles */

#menu {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 80px;
	background: #f5f5f5 url('images/menubg.png');
	overflow: hidden;
}

.menuleft {
	margin: 0 auto;
	padding: 0 10px 0 10px;
	width: 729px;
	height: 80px;
	float: left;
	display: inline;
	overflow: hidden;
}


.menuleft p {
	margin: 8px 0 8px 0;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: capitalize;
}

.menuleft a {
	margin: 0 5px 0 5px;
	color: #900;
	text-decoration: none;
}

.menuright {
	width: 200px;
	height: 80px;
	padding-left: 10px;
	color: #333;
	border-left: 1px dotted #666;
	float: right;
	display: inline;
	text-align: left;
}

.menuright p {
	margin: 6px 0 6px 0;
	font-size: 1.1em;
	font-weight: bold;
}

.menuright a {
	color: #900;
	text-decoration: none;
}

.menuright form {
	margin: 0;
	padding: 0;
}

/* Main Content Containers */

#content {
	margin: 0 auto;
	width: 960px;
}

#left {
	width: 640px;
	float: left;
	background: #eee url('images/left.png') repeat-y;
	display: inline;
}

#indexleft {
	margin: 0;
	padding: 10px;
	width: 300px;
	float: left;
	display: inline;
}

#indexright {
	margin: 0;
	padding: 10px;
	width: 300px;
	float: right;
	display: inline;
}

#indexbottom {
	margin: 0;
	width: 640px;
	background: #fff url('images/indexbottombg.png') repeat-x;
	overflow: hidden;
	clear: both;
}

#bottomleft {
	margin: 0;
	width: 320px;
	float: left;
	display: inline;
}

#bottomright {
	margin: 0;
	width: 320px;
	float: right;
	display: inline;
}

#page {
	margin: 0;
	padding: 0;
	width: 640px;
	background: #fff url('images/pagebg.png') repeat-x;
	overflow: hidden;
	clear: both;
}

#right {
	margin: 10px;
	width: 300px;
	text-align: center;
	float: right;
	display: inline;
}

/* Content Blocks */

.feature {
	margin: 0;
	margin-bottom: 10px;
	padding: 5px;
	background: #f9f9f9;
	border: 1px dotted #ccc;
}

.sub {
	padding: 5px;
	background: #fff;
	border: 1px dotted #ccc;
}

.bottomblock {
	margin: 10px;
	width: 298px;
	background: #fff;
	border: 1px solid #ccc;
}

.bottomblock h2 {
	margin: 0;
	padding: 4px 4px 0 4px;
	font-size: 1.1em;
}

.bottomblock h3 {
	margin: 0;
	padding: 8px;
	font-size: 1.2em;
	background: #ccc;
}

.bottomblock h4 {
	margin: 0;
	padding: 4px;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
}

.bottomblock p {
	margin: 0;
	padding: 4px;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.bottomblock a {
	font-weight: bold;
	color: #900;
	text-decoration: none;
}

.bottomblock h4 a {
	font-weight: normal;
}

.pagecontent {
	padding: 10px;
}

/* Main Content Fonts */

h3.main {
	margin: 0 0 10px 4px;
	font-size: 1.8em;
}

h2.featuretitle {
	margin: 0;
	font-size: 1.8em;
	color: #900;
}

.feature p {
	margin: 5px 0 5px 0;
	font-size: 1.4em;
	line-height: 1.4em;
}

.feature a {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}

h2.subtitle {
	margin: 0;
	margin-top: 5px;
	font-size: 1.2em;
	color: #900;
}

.sub p {
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 1.1em;
	line-height: 1.4em;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}

.sub a {
	color: #900;
	font-weight: bold;
	text-decoration: none;
}

p.more {
	text-align: right;
	border-bottom: none;
}

.pagecontent h1 {
	margin: 5px 0 5px 0;
	font-size: 2.4em;
	font-weight: normal;
}

.pagecontent h3 {
	margin: 5px 0 5px 0;
	font-size: 2em;
	font-weight: normal;
}

.pagecontent p {
	margin: 15px 0 15px 0;
	font-size: 1.4em;
	line-height: 1.4em;
}

.pagecontent a {
	color: #900;
}

.pagecontent ul {
	margin: 0;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0;
	list-style: none;
}

.pagecontent ul li {
	margin: 0;
	padding: 0 40px 5px 20px;
	font-size: 1.2em;
	line-height: 1.6em;
	background: url('images/bullet.png') no-repeat;
}

.sociable ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sociable ul li {
	padding: 5px;
	list-style: none;
	background: none;
}

p.authorsub {
	margin: 5px 0 5px 0;
	padding-bottom: 5px;
	font-size: 1.1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px dotted #ccc;
}

p.authorsub a {
	text-decoration: none;
}

p.authorbio {
	padding: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
	background: #f5f5f5;
	border: 1px dotted #ccc;
}

h3.archivepage {
	margin: 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}

h2.archiveheading {
	margin: 0px;
	padding: 10px 0 5px 0;
	font-size: 1.2em;
}

p.archivepost {
	margin: 0px;
	padding: 0 0 10px 0;
	font-size: 1.2em;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}

/* Main Content Styles */

.featureimg {
	margin: 5px 10px 5px 5px;
	padding: 2px;
	border: 1px solid #ccc;
	float: left;
}

.subfeatureimg {
	margin: 5px 5px 5px 0;
	padding: 2px;
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	float: left;
}

.archiveimg {
	margin: 5px 5px 5px 0;
	padding: 2px;
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	float: left;
}

/* Right Menu Styles */

.rightcontent {
	margin: 10px 0 10px 0;
	border: 1px solid #ccc;
}

.sideblock {
	margin: 0;
	width: 298px;
	background: #fff;
	border: 1px solid #ccc;
	text-align: left;
}

.sideblock h2 {
	margin: 0;
	padding: 4px 4px 0 4px;
	font-size: 1.1em;
}

.sideblock h3 {
	margin: 0;
	padding: 8px;
	font-size: 1.2em;
	background: #ccc;
}

.sideblock p {
	margin: 0;
	padding: 4px;
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.sideblock a {
	font-weight: bold;
	color: #900;
	text-decoration: none;
}

.sideblock h4 a {
	font-weight: normal;
}

/* Right Menu Font Styles */

h3.sideheading {
	margin: 0px;
	padding: 4px;
	font-size: 1.2em;
	color: #333;
	background: #ccc;
}

p.tabmore {
	margin: 0;
	padding: 4px;
	border-bottom: none;
	text-align: right;
}

#poll {
	margin: 0 10px 10px 10px;
	text-align: center;
}

#poll form {
	margin: 0;
	padding: 0;
}

#poll table {
	width: 100%;
}

/* Banner Styles */

.sidebanner {
	margin: 0;
	width: 300px;
	height: 250px;
}

/* Footer Styles */

#footer {
	margin: 0 auto;
	padding: 10px;
	width: 940px;
	background: #ccc url('images/footer.png') repeat-x;
	clear: both;
}

#footer p {
	margin: 5px 0 5px 0;
	font-size: 1.1em;

}

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