/* HEADERS
---------------------------------------------------------------*/

h3 {
	font-size: 1.6em;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 10px;
}

h4 {
	border-bottom: 1px solid #bbb;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 2px 0 1em 0;
}

/* GENERAL
---------------------------------------------------------------*/

.biggen {
	font-size: 110%;
}

.inline {
	display: inline !important;
}

.homepage_tagline {
	font-weight: bold;
}

.money_amt{
	color: #050;
	font-weight: bold;
}

#pages {
	padding-top: 1em !important;
}

/* COLUMNS
---------------------------------------------------------------*/

#column1 {
	clear: left;
	float: left;
	width: 400px;
}

#column2 {
	float: right;
	width: 545px;
}

#blog_body #column2 .bluebar {
	background-color: #358a20 !important;
}

#blog_body #column2 #rollup-list {
	padding: 0 10px !important;
}

#column1 .article {
	border-bottom: 1px solid #9c9c9c;
	margin: 0 0 1.1em 0;
}

/* BLOG BODY
---------------------------------------------------------------*/

#blog_body {
  background: url(http://propublica.org/images/design/blog_blue_dark_50_50.png) repeat-y right top;
	padding: 10px 10px 10px 0;
	float: left;
	width: 100%; 
	margin-top: 10px;
}

/* corrects for non-IE */
html>body #blog_body {
	width: auto;
	margin-top: 0;
}

/* changes it for IE7 only */
html>body #blog_body {
	*width: auto;
	*margin-top: 10px;
}

#blog_body.is_top {
	border: solid #000;
	border-width: 1px 0 0;
}

#blog_body.alt {
	background-position: 240px top;
}

#blog_body #column1 {
	clear: left;
	float: left;
	width: 480px /* !important */;
	padding: 0 10px 0 0 !important;
	margin: 0 !important;
	position: relative;
}

#blog_body #column2 {
	width: 490px /* !important */;
	padding: 25px 0 10px 20px;
	margin: 0 !important;
}

/* corrects for non-IE */
html>body #blog_body #column2 {
	width: 460px /* !important */;
	left: 0;
}

/* changes it for IE7 only */
html>body #blog_body #column2 {
	*width: 460px /* !important */;
	left: 0;
}

#blog_body.alt #column1 {
	width: 720px /* !important */;
}

#blog_body.alt #column2 {
	width: 220px ;
	padding-top: 0;
}

#blog_body #column2 .split-2>div, #blog_body #column2 .split-1>div {
	background: #fff;
	margin-bottom: 10px;
	clear: both;
}

#blog_body #column2 #rollups  {
	clear: both;
	background: #fff !important;
	border-bottom: 1px solid #fff;
}

html>body #blog_body #column2 #rollups {
	border-bottom: 0;
}

html>body #blog_body #column2 #rollups {
	*border-bottom: 0;
}

/* BLOG HEAD
---------------------------------------------------------------*/

.blog_head {
/*	padding: 0 0 2em 1em; */
	padding: 0 0 1.5em 0;
	clear: both;
	position: relative;
	top: -.5em;
}

.blog_head h2, h2.bailout_hook {
	font-family: georgia, "times new roman", serif;
	font-size: 3em;
	font-weight: normal;
	font-style: italic;
	vertical-align: top;
	line-height: 1;
} 

.blog_head .blog_head_blurb {
	width: 480px;
	position: absolute;
	right: 10px;
	top: -5px;
}

.blog_head .blog_head_blurb img {
	float: left;
	margin: 0 10px 0 0;
}

.blog_head .blog_head_blurb p {
	line-height: 1.3;
	font-size: 11px;
}

/* BLOG SPEV
---------------------------------------------------------------*/

#chart_bar_wrapper, .blog_spev {
	padding: 0;
	margin: 0;
	width: 980px;
	overflow: hidden;
}

#chart_bar_wrapper {
	border-top: 1px solid #000;
	padding-top: 1em;
}

.blog_spev {
	background: #f4f4f4;
}

.blog_spev .each_method {
	width: 300px;
	padding: 0 18px;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.4;
}

.blog_spev .each_method img {
	float: left;
	margin: 0 1em 0 0;
}

.blog_spev .spev_line {
	text-align: center;
	font-weight: bold;
	padding: 0 0 .5em;
	font-size: 1.5em;
	line-height: 1.4;
}

/* HOT LINKS
---------------------------------------------------------------*/

#hot-links-wrap { 
	background: url(/images/design/unflag.png) no-repeat left top #e0ff92;
	position: absolute;
	left: 0px;
	top: -10px;
	width: 490px;
	padding: 0;
	margin: 0;
	height: 55px;
	overflow: hidden;
	border-bottom: 1px solid #000;
}

#hot-links-content { 
	font-size: 1em;
	line-height: 55px;
	padding: 0 10px 0 35px;
}

#hot-links-content h3 {
	font-size: 1.2em;
	display: inline;
	font-style: italic;
}

#hot-links {
	display: inline;
}

#hot-links li {
	display: inline;
	margin: 0 .25em;
}

/* BUCKETS
---------------------------------------------------------------*/

#split-buckets {
	background: transparent !important;
	clear: both !important;
	overflow: hidden; 
}

.split-1, .split-2 {
	width: 215px !important;
	max-width: 215px !important;
	clear: none !important; 
}

html>body .split-1, html>body .split-2  {
	width: 220px !important;
	max-width: 220px !important;
}

html>body .split-1, html>body .split-2  {
	*width: 220px !important;
	*max-width: 220px !important;
}

.bucket {
	padding: 0 10px;
}

.bucket p {
	font-size: 1em;
	line-height: 1.4em;
}

.bucket #botw {
	width: 545px;
}

div.gold-bucket {
	background-color: #ffff88 !important;
	padding: 10px 10px 0 10px !important;
 	font-size: 1.1em;
 	line-height: 1.3em;
	overflow: hidden;
	border: 1px solid #ffcc66;
}

div.gold-bucket p {
	font-size: 1.1em;
}

div.gold-bucket a {
	font-weight: bold;
}

div.gold-bucket h3 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.3em;
	color: #990000;
	margin-bottom: 6px;
	border-bottom: 1px dotted #990000;
}

.blog_split {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

html>body .blog_split {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

html>body .blog_split {
	*padding-left: 10px !important;
	*padding-right: 10px !important;
}

.blog_split img, .blog_split_graphics img {
	width: 200px !important;
}



/*
.blog_split img, .blog_split_graphics img {
	width: 195px !important;
}


html>body .blog_split img, html>body .blog_split_graphics img {
	width: 200px !important;
}

html>body .blog_split img, html>body .blog_split_graphics img {
	*width: 200px !important;
}

*/

.blog_split h3 {
	/* margin-bottom: 1em; */
	line-height: 1.2;
}

.wide-1 {
	clear: both !important;
	margin: 10px 0 !important;
}

/* BLOG LIST
---------------------------------------------------------------*/

.blog_list_mod ul {
	padding-bottom: .5em  !important;
}

.blog_list_mod li {
	margin-bottom: .5em  !important;
}

.blog_nonlist_mod {
	padding: .5em 1em !important;
}

/* PREV/NEXT NAV
---------------------------------------------------------------*/

ul.pn-nav {
	border-bottom: 2px solid #999;
	display: block;
	padding-bottom: 1em;
	overflow: hidden;
}

ul.pn-nav li {
	font-size: 1.3em;
	width: 215px;
}

ul.pn-nav li.left {
	border-right: 1px solid #999;
	padding: 0 1em 0 0;
}

ul.pn-nav li.right {
	text-align: right;
}

ul.pn-nav li em {
	color: #999;
	display: block;
	font-size: .9em;
	font-style: normal;
	margin: 0 0 .4em 0;
}

ul.pn-nav li a {
	font-weight: bold;
	line-height: 1.3em;
	text-decoration: none;
}

/* RSS
---------------------------------------------------------------*/

div.watchdog_rss {
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: normal;
	font-size: 1.1em;
}

.rss_article_list {
	font-size: 1.3em;
	line-height: 1.3em;
}

.rss_article_list li {

}

span#botw-rss {
	color: #143d8d;
	float: right;
	font-weight: normal;
	/*position: absolute;
	right: 12px;*/
}

#div_feed {
	padding: 0 1em;
}

.feed_entry h3, .feed_entry p {
	font-size: 1.2em;
	line-height: 1.4;
}

/* NAV BAR
---------------------------------------------------------------*/

#nav_bar {
	line-height: 1;
	padding: .5em 0;
	position: relative;
	top: -2em;
}

#nav_bar li {
	display: inline;
	font-size: 1.8em;
	font-weight: bold;
	margin-right: 1em;
}

.nav_link {
	font-weight: bold;
	font-size: 1.1em;
}

/* BAILOUT SPECIFIC
---------------------------------------------------------------*/

.sec_sub {
	border-bottom: 1px solid black;
	padding: 5px;
	position: relative;
}

#flash {
	font-size: 12pt;
/*	margin: 15px; */
}

.section {
	margin-top: 15px;
}

.section_sub {
	margin-bottom: 10px;
	clear: both;
}

.section h2 {
	font-size: 20pt;
}
