/*
	   copyright 2012 Hill-Rom. All Rights Reserved
	   client: Hill-Rom 
	   author: Vinter AB.
	   date: 01/19/2012
*/ 

/* ---------------------------------------------------
Normalize            
-----------------------------------------------------*/

/* html5 element display */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
/* .audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; } origonal from vinter */
.audio, canvas, video { *display: inline; *zoom: 1; }
/* base */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: arial, sans-serif; color: #222; }

::-moz-selection { background: #4459ac; color: #fff; text-shadow: none; }
::selection { background: #4459ac; color: #fff; text-shadow: none; }

/* typo */

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
blockquote { margin: 1em 40px; }

sup,
sub 
{
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
  font-size: 0.8em;
}

sup { bottom: 1ex; }

sub { top: .5ex; }

/* links */
p a { text-decoration: none; color: font-weight: bold; }
p a:hover, p a:active { text-decoration: underline; }
a:hover, a:active { outline: none; }

a { outline: none; }

/* lists */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* figures */

figure { margin: 0; }

a img { border: 0; }

/* forms */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

legend { border: 0; *margin-left: -7px; padding: 0; }

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* Remove most spacing between table cells */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ===========================================================================
   Print styles.
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
 /* a[href]:after { content: " (" attr(href) ")"; }*/
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  
  /* site specific print rules */
  
  h1, h2, h3, h4, h5,
  article.standard header h1,
  section.news h3,
  .content-text h2,
  .article-content h2,
  .accordion .section h2,
  .accordion > h3,
  article.standard header hgroup h2
  {
	font-family: sans-serif;
  }
  
  .site-search,
  #languages,
  #navigation,
  #subNavigation,
  .page-tools,
  .content-footer nav,
  .white-gradient,
  aside.sidebar,
  .typekit-badge,
  #footer,
  nav.filter,
  article.standard header hgroup h5,
  a.reset-filter,
  article.standard header hgroup a.reset-filter,
  aside.more-information,
  .filter-results,
  form
  {
	display: none;
  }
  
  .search-results.article-content
  {
	margin: 0;
  }
  
  .article-content,
  .article-content.align-right,
  .article-content.align-left
  {
	float: none;
	width: 880px;
	padding: 0 50px 0 28px;
  }
  
  section.gallery.product-gallery
  {
	border: none;
  }
  
  div.gallery.product-gallery
  {
	border: none;
  }

  td.gallery.micro-gallery
  {
	border: none;
  }
  
  table.events
  {
	width: 90%;
  }
  
}