/* Edited 12/17/2009 9:34am */

/* -------------------------------------------------------------- 

   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */

body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color:#000;
  background: none;
  font-size: 10pt;
}


/* Layout
-------------------------------------------------------------- */

/* generic
--------------------------- */

#header,
#page #primary-nav,
#page .customTop,
#page .customMiddle #footer,
#page .customBottom,
#copyright-etc #wordmark {
	display:none !important;
}

h1 {
	font-size:16pt;
}

#campaign-logo {
	padding-bottom:10px;
	border-bottom:1px solid #000;
}

#campaign-logo a, .home #campaign-logo a {
	text-decoration:none;
	color:#000;
}

/*#campaign-logo img, .home #campaign-logo img {
	background: #ffffff url('/Campaign/PublishingImages/campaign_logo_print.gif') top left no-repeat;
	height:100px;
	width:114px;
}*/

#copyright-etc {
	border-top:1px solid #000;
	font-size:10px;
	text-align:right;
	margin-top:10px;
}

.container {
  background: none;
}

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}
hr.space {
  background: #fff;
  color: #fff;
}

/* home page
--------------------------- */

#page .customMiddle #home-primary-content .large-focus,
#page .customMiddle #home-primary-content .intro a,
#page .customMiddle #home-secondary-nav {
	display:none;
}

#page .customMiddle #home-secondary-content .home-column-3 .column-3 {
	float:none;
	margin-right:0;
	clear:both;
	padding-bottom:25px;
}

/* lower level pages
--------------------------- */

#page .customMiddle #content #main #primary-content #breadcrumbs-etc #addthis,
#page .customMiddle #content #main #primary-content .large-imageAndCaption,
#page .customMiddle #content #main #primary-content #page-content .flash-progressbar,
#page .customMiddle #content #main #right-sidebar,
#page .customMiddle #content #left-sidebar {
	display:none;
}

#page .customMiddle #content #main #primary-content #breadcrumbs-etc,
#page .customMiddle #content #main #primary-content #breadcrumbs-etc a {
	color:#000;
}

#page .customMiddle #content #main #primary-content .imageAndCaption {
	float:left;
	display:inline-block;
	margin:0 1.5em 0 0;
}

#page .customMiddle #content #main #primary-content .blockquote-block {
	background:none;
	page-break-before:auto;
}

	#page .customMiddle #content #main #primary-content .blockquote-block .blockquote-attribution {
		text-align:right;
	}


/* Text
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
	line-height:130%;
	page-break-before:auto;
}

h2 {
	font-size:16pt;
}

h3 {
	font-size:14pt;
}

h4 {
	font-size:12pt;
}

h5 {
	font-size:10pt;
	font-weight:bold;
}

#breadcrumbs-etc {
	font-size:8pt;
}


code { font:14pt "Courier New", Monaco, Courier, monospace; } 

img { float:left; margin:0 1.5em 1.5em 0; }
a img { border:none; }
p img.top { margin-top: 0; }

blockquote {
  	margin:10px;
  	padding:0;
  	font-style:italic;
  	font-size:13pt;
}

blockquote p {
	font-size:11pt;
}

.small  { font-size: 9pt; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }


/* Links
-------------------------------------------------------------- */

a:link, a:visited {
  background: transparent;
  text-decoration: underline;
}

a:link:after, a:visited:after {
  content: " (" attr(href) ")";
  font-size: 90%;
  display:none;
}

/* If you're having trouble printing relative links, uncomment and customize this:
   (note: This is valid CSS3, but it still won't go through the W3C CSS Validator) */

/* a[href^="/"]:after {
  content: " (http://www.yourdomain.com" attr(href) ") ";
} */
