/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Print Styles *
   
   This file creates CSS styles for printing documents. 
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
   Some additions you'll want to make, 
   customized to your markup:
   
   #heder, #footer, #navigation { display:none; }
   
-------------------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}
body {
  color:#000;
  background: none;
	font: 11pt/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

img { 
  float:left; 
  margin: 0;
}
p img.top { 
  margin-top: 0; 
}

h1{
	font-size: 1.4em;
	color: #d10020;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 30px;
}
hr { 
  background: #d10020; 
  color: #d10020;
  width:100%; 
  height: 1px; 
  margin: 15px 0; 
  padding:0;
	border-bottom: 1px solid #d10020;
}
blockquote { 
  margin:1.5em 0; 
  padding:1em; 
  border:0.2em solid #ccc; 
  font-style:italic; 
  font-size:0.9em; 
}


.small, .small p  { font-size: 0.9em; }
.large, .large p  { font-size: 1.1em; }
.quiet, .quiet p  { color: #999; }
.hide, #icon_bg   { display:none; }

.navigation {
	list-style-type: none;
}
.navigation a:link:after {
	   content: "";

	text-decoration: none;
}
a:link, a:visited {
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	border-width: 0;
	border-style: none;
}

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

/* 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) ") ";
} */


