/*-----------------------------------------------------------------------------
Steadyhand: Print style for blog post 2008

-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

p{ margin: 1.6em 0;}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* =Typography
-----------------------------------------------------------------------------*/
body{
	color: #000;
	font: 12px/20px Arial, Helvetica, sans-serif;
}

h4{ font-style: italic};

/* =Headings
-----------------------------------------------------------------------------*/
#main_column h1{ 
	font-size: 16px;
	float: right;
	margin-top: -72px;
}

* html #main_column h1{ padding-top: 20px;} /* for IE 6 */

#posting_container h1{ 
	font-size: 24px;
	float: none;
	margin-top: 1em;
}

div.posting_container h3{ 
	font-size: 22px;
	margin-top: 40px;
}

div.posting_container h4{ 
	font-size: 12px;
	font-weight: normal;
}

/* =Links
-----------------------------------------------------------------------------*/
a{ 
	color: #000;
	text-decoration: underline;
}

/* The background image use as logo is not used any more, instead we are using a real image */
/*#head #interior_head a.homelogo {
	width: 198px;
	height: 37px;
	display: list-item;
	line-height: 37px;
	margin: 0px 0px 0px 3px;
	padding: 0px;
	list-style-image: url(/includes/print_logo.gif);
	list-style-position: inside;
	letter-spacing: -1000em;
	font-size: 1pt;
	color: #fff; 
}*/
#head #interior_head a.homelogo{ visibility: hidden;}
.only_print{ 
	visibility:visible;
	width: 294px;
	height: 64px;
	margin-left: -15px;
}

/* =Main content
-----------------------------------------------------------------------------*/
#main_column{ position: relative;}

ul {
	margin:0pt;
	padding:10px 0pt 0pt 16px;
}

ul li {
	font-weight:normal;
	line-height:18px;
	padding-bottom:16px;
	padding-top:0pt;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer{
	text-align: center;
	margin-top: 33px;
}

/* =Hidden elements
-----------------------------------------------------------------------------*/
#swap_left, #swap_right, #head_tools, #main_nav, #side_column, #funds_nav, #company_nav, #invest_nav, #global_nav, #account_nav,
div.posting_container h3 a, p.feedburnerFlareBlock, #comments, #commentblock, dd.enlarge, .commentsection{
	display: none;
}

/* =Misc
-----------------------------------------------------------------------------*/
div.primaryimage { float:right;}

