/*
--------------------------------------------------

Federal Reserve Bank of Chicago
Print Styles [print.css]

Joe Morrow [joe.morrow@acquitygroup.com]
7/21/2009

Copyright © 2009 Acquity Group LLC

--------------------------------------------------
*/


/* @group Global */
* {
	background: transparent !important;
	border-color: #ccc !important;
	color: #000 !important;
}
/* @end Global */

/* @group Hide */
#atff,
.commentForm,
#features,
.hidden,
#quickSearch,
#topNav,
.utilButtons,
.utilityNav {
	display: none !important;
}
/* @end Hide */

/* @group Widths */
#body,
#container,
#footer,
#header,
#hero {
	width: 732px;
}
/* @end Widths */

/* @group Header */
#header {
	height: auto;
}

#header .branding {
	margin-left: -10px;
}
/* @end Header */

/* @group Body */
#body {
	border-top: 1px solid;
}
/* @end Body */

/* @group Hero */
#hero {
	height: auto !important;
	padding-top: 20px;
}

#hero h1 {
	position: static;
	text-indent: 0;
}

/* @group Homepage Hero */
#hero.home {
	border-bottom: 1px solid;
	clear: both;
	float: left;
	padding: 0 0 20px 0;
}

#hero div.hero {
	display: block;
	float: left;
	height: auto;
	margin-right: 20px;
	padding: 0;
	position: static;
	width: 230px;
}

#hero div.last {
	margin-right: 0 !important;
}

#hero div.hero p.thissection {
	color: #666 !important;
	font-size: 1.0em;
	padding-top: 20px;
	text-decoration: none;
}

#hero div.hero h2 {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
}

#hero div.hero h2 span {
	display: block;
	font-size: 0.8em;
	font-style: italic;
	margin: 0;
}

#hero div.hero h2 br,
#hero div.hero p br {
	display: none;
}

#hero div.hero p {
	font-size: 0.8em;
}

#hero div.hero a {
	font-size: 0.8em;
	text-decoration: underline;
}

#hero ul.rotate {
	display: none;
}
/* @end Homepage Hero */
/* @end Hero */

/* @group Content */
#content ul {
	list-style-image: url(/admin/images/icons/arrow-print.gif);
}

#content ul li {
	margin-left: 12px;
	padding-left: 0;
}
/* @end Content */

/* @group Sections */
.sections .section {
	padding-right: 15px;
}

.sections .last {
	padding-right: 0;
}
/* @end Sections */

/* @group Carousel */
.carouselItem {
	display: block !important;
	margin: 10px 0;
}

#carousel .carouselRight {
	padding: 0 0 0 32px;
}

#carouselBack,
#carouselNext,
#carouselController {
	display: none;
}
/* @end Carousel */

/* @group Resources */
.resources {
	border-top: 1px solid;
	padding-top: 24px !important;
}

body.event .agenda {
	border-top: none;
}
/* @end Resources */

/* @group Footer */
#footer {
	border-top: 1px solid;
	padding-top: 0;
}

#copyright,
#footerContact,
#footer a {
	color: #999 !important;
}

#footerContact {
	margin-top: 5px;
}
/* @end Footer */

/* @group Homepage */
h2.decorativeHeader {
	padding-left: 0;
	border-bottom: 1px solid;
}

.hpColumnFeatures h2.decorativeHeader,
.hpColumnNews h2.decorativeHeader {
	border-bottom: none;
}
/* @end Homepage */

/* @group Economists */
#content ul.economists {
	list-style-image: none;
}

#content ul.economists li {
	margin-left: 0;
}
/* @end Economists */	

/* @group Button Row and Tabs */
#content ul.tabs, #content ul.pTabs {
	border-bottom: none;
}

#content ul.tabs li, #content ul.pTabs li  {
	border-bottom: 1px solid;
	padding: 0 12px 0 12px;
	margin-left: 0;	
}

#content ul.tabs li a, #content ul.pTabs li a {
	color: #666 !important;
}

#content ul.tabs li.current, #content ul.pTabs li.current {
	font-weight: bold;
	padding-left: 12px;
	border-bottom: none;
}
/* @end Button Row and Tabs */

/* @group Events */
body.event #features {
	border-top: 1px solid;
	display: block !important;
	width: 732px;
}

body.event #features h5 {
	padding: 0;
}

body.event #features dl {
	float: left;
	width: 250px;
}

body.event #features #mapContainer {
	margin-left: 300px;
}

body.event #features img.register {
	display: none;
}
/* @end Events */

/* @group General Content */
.comments {
	clear: both;
	float: left;
	padding-bottom: 24px;
}
/* @end General Content */

/* @group Search Results */
.bestBets {
	border: 1px solid;
}

.paginationWrapper ul li.all {
	border-left: none;
}
/* @end Search Results */


