/**** Basic Elements ****/
html
{
	/* Reset Firefox's default height */
	height: 100%;
}

*
{
	margin: 0;
	padding: 0;
}
body 
{
	background-image: url("images/Chicago1930.jpg");
	background-repeat: repeat-x;
	background-color: #000000;
	font-size: 14px;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	color: #BCD2EA;
        line-height:19px;
}
.centerContainer
{
	width: 880px;	
	margin: 0px auto 0px auto;
	text-align: center;
}
.clear
{
	clear: both;
}
.center
{
	text-align: center;
    margin: 0px auto;
}

/**** Paragraphs and Body Text ****/
p
{
	margin: 5px 5px 10px 5px;
	text-align: left;
}


/**** Headers and Default Lists ****/
h1
{
	font-size: 20px;
	text-indent: 10px;
	color: Yellow;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin: 10px 0px;
}
h2
{
	font-size: 16px;
	text-indent: 10px;
	color: Yellow;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin: 10px 0px;
}
h3
{
	font-size: 14px;
	color: White;
	text-align: left;
	margin: 10px 0px 0px 5px;
}


.subtext
{
	font-size: 12px;
	color: #DDDDDD;
}
h4
{
	font-size: 14px;
	text-indent: 10px;
	color: #00CC00;
	text-align: center;
	text-decoration: underline;
	margin: 10px 0px;
}
h6
{
	font-size: 20px;
	text-align: center;
	margin: 10px 0px;
}
ul
{
	margin: 5px 0px 0px 20px;
	text-align: left;
	list-style: disc;
}

/**** Links ****/
a
{
	color: #FFD927;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
.footerA
{
	color: #999999;
	text-decoration: none;
}

/**** Main Layout Containers ****/


#mainContainer
{
    padding-top: 5px;
}

#sidebarAd 
{
	float:left;
	margin-right: 10px;
}

#topAd
{
	float:left;
}

#bottomAd 
{
	margin-top: 20px;
}

#navBar
{
	 float: right;
	width: 120px;
}

#contentright
{
        float:left;
        width:728px;
	text-align: left;
}
#footer
{
	height: 100px;
	text-align: center;
	font-size: 10px;
	color: #666666;
        margin-top:10px;
	padding-top: 3px;
	padding-bottom: 5px;
	border-top: solid 1px #999999;
}

/**** Content Layout Helpers ****/
.twoCol
{
	text-align: center;
}
.leftCol
{
	float: left;
	width: 50%;
}
.rightCol
{
	float: right;
	width: 50%;
}

/**** Header, Menu and Menu Items ****/
#header
{
	margin: 10px 0px 0px 0px;
	width: 798px;
	text-align: center;
   }

#mainMenu
{
	float: left;
	width: 727px;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
	background-image: url("images/DarkGreyMenu.gif");
	background-position: left center;
	background-repeat: repeat-x;
	border: solid 1px White;
}
.menuItem
{
	float: left;
	min-width: 70px;
	height: 24px;
	background-image: url("images/CrimsonMenu.gif");
	background-position: left center;
	background-repeat: repeat-x;
	text-align: center;
	color: White;
	padding: 0px 5px;
}
.menuItemLeft
{
	border-right: solid 1px Black;
	float: left;
}
.menuItemRight
{
	border-left: solid 1px Black;
	float: right;
}
.menuItemLocked
{
	color: #999999;
	background-image: url("images/LightGreyMenu.gif");
}
a.menu
{
	color: White;
}

/**** Boxes and Tables ****/
.greyBox
{
	background-color: #000000;
	margin: -1px;
	border: solid 1px #999999;
	font-size: 14px;
	padding: 5px 10px;
}
table
{
	border-spacing: 0px;
	margin: 10px auto;
}
th
{
	background: #09122F;
	border-bottom: solid 1px #999999;
	color: White;
	padding: 2px 5px;
	text-align: center;
	width: auto;
}
td
{
	padding: 0px 5px;
	width: auto;
}
tr.odd
{
	background-color: #222222;
}
.cut
{
	border-right: solid 2px #111111;
}

/**** Navigation Bar & Guide Styles ****/
.navBox
{
	border: solid 1px #999999;
	background: #000000;
	text-align: left;
	padding: 5px;
    margin-bottom: 5px;
}
.navTitle
{
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	width: 100%;
	border-bottom: solid 1px #999999;
	padding-bottom: 3px;
}
.navLabel
{
	text-align: right;
	font-size: 10px;
	color: #666666;
}
.navInfo
{
	font-size: 13px;
}
.guideItem
{
	font-size: 11px;
	margin: 0px;
	color: #FFD927;
}
.guideItemLocked
{
	color: #999999;
}
#guideSelection
{
	font-weight: bold;
	color: Yellow;
}

/**** Update Blurbs & Featured Article ****/
.updateBlurb
{
	background-image: url("images/Chicago1930.png");
	background-position: center top;
	background-repeat: no-repeat;
}
.updateH
{
    text-align: left;
}
.updatePic
{
	height: 60px;
	width: 60px;
	margin: 5px;
	vertical-align: middle;
}


/**** Affiliate Ads & Google Specific ****/
.searchBox
{
    width: 290px;
    margin-left: auto;
}
#centerSearch
{
    width: 300px;
    margin: 10px auto 0px auto;
}
#searchSubmit
{
    padding: 0px 2px;
}
.searchResults
{
    width: 800px;
	background-color: #111111;
	margin: 10px auto 10px auto;
	padding: 10px;
	border: solid 1px #999999;
	font-size: 14px;
}

.inlineAdBox, .inlineAdBoxBottom
{
    float: right;
    margin: 0px 5px 5px 10px;
}

.fsBox
{
	background-color: #4A3918;
	border: solid 1px #C6AD73;
	font-size: 12px;
	padding: 5px 10px;
    margin-bottom: 5px;
}
.fsItem
{
	font-size: 11px;
	text-align: center;
	margin: 0px;
	color: #FFFFFF;
}
.button
{
	padding-right:10px;
}

.content strong
{
	color: #EFD24A;
}

#topAd {
	margin: 10px 0;
}

