@charset "utf-8";
/* CSS Document */

/*based on stylesheet generated by CSS Sculptor for "3 Column Elastic, Header and Footer - Ems Text" with alternates from other sources, and edits by LGM */

/* Turn off any background colors or images, unfloat the page, set margins, padding to 0 and width to auto */
body {
  border-color: #000;
  color: #000;
  float: none;
  margin: 0; 
  padding: 0;
  width: auto;
  background-color: transparent !important;
background-image: none !important;
}

img {  /*don't know why this doesn't carry over...*/
border:0;
}

/*resize the text in points -- use all selectors that govern main body text.*/
body, p, li, input, blockquote {
	font-family:"Trebuchet MS"; /*don't know why this doesn't carry over...*/
	font-size:10pt;
	line-height:16pt;
}

/*Change headers as appropriate to printable colors, no background images, colors, etc.*/

h1, h2, h3, h4, h5, h6, .head1, .head2, .head3 {
	background-color: #fff;
	background-image: none;
	border-color: #000;
	color: #000;
	font-weight:bold;
	padding:0;
	margin:0;
}

h1, .head1 {
	font-size:14pt;
}
h2, .head2 {
	font-size:12pt;
}
h3, .head3 {
	font-size:10pt;
}
h4 {
	font-size:10pt;
	font-style:italic;
}
/*restyle list items if necessary -- especially if using a (hidden) background image for the bullet!*/
ul, li {
list-style-type:disc;
/*margin:.3in;*/
}
/*Remove any background color on links, perhaps change color and/or make bold, and underline*/
a,  a:link, a:visited, a:hover, a:focus, a:active {
	text-decoration: underline !important ;
	font-weight:bold;
	color: #666;
	background-color: #fff;
  	background-image: none;
  	border-color: #000; 
}
/* But don't underline headers that are links!*/
h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited {
	text-decoration: none !important;
}

#header,
#sideLeft,
#contentBox, 
#footer
 {
  background-color: #fff;
  background-image: none;
  border-color: #000;
  color: #000;
/*  float: none;*/
  margin: 0 !important;
  padding: 0 !important;
  width: auto;
}
#header {
width:100%
}
#contentBox {
float:left;
}
#footer {
font-size:9pt;
}

/* Keep Firefox from clipping the content after the first page. */
#container,
#containerInner,
#contentBox  {
	overflow-y: visible;  /*overflow-y doesn't validate for CSS 2.0, but is in draft CSS3 and is broadly supported.*/
}

#logo-image {  /*to force logo to print smaller and at higher res, divide image width and height in pixels by 72 to get the dimensions, in inches, that it would otherwise print as, then divide that number of inches (in half is usually good, but however you like) to get a smaller, denser printout; repeat with height to keep image proportional. */
/*width:5in;
height:2in;*/
}
#sideLeft img {
width: 1.6in;
height: 2.55in;
margin-right: .25in;
margin-bottom:.25in;
}

/* Hide anything you don't want to print, e.g.: #navbar, #menu, #sidebar-left, #sidebar-right, #footer, #breadcrumb, #search, etc. */

ul#menu,
h1,
#container.home #tagline,
#sideLeft ul,
#photoUpperRight   {
	visibility: hidden;
	display: none;
}
#tagline img {
float:right;
margin-top:-1.4in;
}

/* Use CSS2 selector to add visible href after links */

/*original sample used "#content," but that captured headings, too; I decided to change to just "p" -- could also include <li>.  
At any rate, use whatever you need to get at the links in the main text */
p a:link:after, p a:visited:after {
	content: " (" attr(href) ") ";
	font-weight:bold;
	color:#333;
}

/*adds the missing front part to relative links -- CHANGE TEXT OF FRONT ON LINK FROM SAMPLE!*/
p a[href^="/"]:after {
content: " (http://www.racepointcapital.com" attr(href) ") ";
font-weight:bold;
color:#333;
}



