/*
   copyright 2012 Hill-Rom. All Rights Reserved
   client: Hill-Rom 
   author: Vinter AB.
   date: 01/19/2012
*/ 


/* ---------------------------------------------------
Typography
-----------------------------------------------------*/

body { font: 14px/1.231 sans-serif; *font-size:small; }


h1, h2, h3, h4, h5, h6 
{ 
	font-weight: 700; 
	font-family: "myriad-pro", "Myriad Pro", Myriad, Helvetica, Arial, sans-serif; 
	margin: 10px 0px 20px; 
}

h1 
{	
	font-size: 40px; 
	font-weight: 600;
	margin: 20px 0 30px;	
}

.article-content h3 
{
	margin: 25px 0px 10px;
	font-size: 18px;
}

.modal h2
{
	font-family: "myriad-pro", "Myriad Pro",sans-serif;
	font-size: 27px;
	color: #333;
	font-weight: normal;
	margin: 0 0 15px;
}

abbr 
{
	border-bottom: .1em dotted;
}

/* abbr - tooltip */
#abbrTooltip 
{
	display: none;
	position: absolute;
	padding: 4px 6px;
	font-size: 12px;
	max-width: 200px;
	background: #4459ac;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	
	box-shadow: 3px 3px 6px -2px #999;
	-moz-box-shadow: 3px 3px 6px -2px #999;
	-webkit-box-shadow: 3px 3px 6px -2px #999;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=135, Strength=3);	
}

	#abbrTooltip span 
	{
		display: block;
		position: absolute;
		left: 48%;
		bottom: -6px;
		background: transparent url(../images/layout/arrow-abbr.png) top left no-repeat;		
		width: 24px;
		height: 11px;
	}

/* ---------------------------------------------------
Colors
-----------------------------------------------------*/

.white,
#subNavigation ul li a.extract,
.gallery .pager a:hover,
.gallery .pager a.selected,
.gallery .pager a.selected:hover,
.gallery-wrapper .pager a.selected,
.gallery-wrapper .pager a.selected:hover,
a.button.dark-blue,
.contact-ribbon h4,
.contact-ribbon h4 a,
.contact-ribbon h4 a:visited,
.sidebar .contact-ribbon h4,
.contact-ribbon span,
.tall-ribbon h4,
.tall-ribbon h4 a,
.tall-ribbon h4 a:visited,
.sidebar .tall-ribbon h4,
.tall-ribbon span,
nav.boxes ul li h2 a,
nav.boxes ul li h2 a:visited,
nav.boxes ul li h2 a:hover
{
	color: #fff;	
}

.black,
#subNavigation ul li ul li a.active,
nav.boxes ul li a,
nav.boxes ul li a:visited,
nav.boxes ul li a:hover
{
	color: #000;
}

.bright-grey,
nav#utilities ul li a,
nav#utilities ul li a:visited
{
	color: #e4eaf3;
}

.light-grey,
h4.sidebar-heading,
nav.breadcrumbs ul li,
.page-tools a,
.page-tools a:visited,
aside.more-information ul li a span em,
.gallery .pager a,
.accordion .case-study a.pdf:hover span,
#footer .copyright,
#footer nav ul li,
#footer nav ul li a,
#footer nav ul li a:visited,
#navigation .dropdown-wrapper .column h4,
.oldie .dropdown-wrapper .column h4,
#navigation .dropdown-wrapper h4,
#navigation .dropdown-wrapper h3,
#navigation .dropdown-wrapper h3 a,
#navigation .dropdown-wrapper h3 a:visited,
#sitemap .footer-col:last-child li strong,
.form .placeholder,
.gallery.home li .caption p
{
	color: #9f9f9f;
}

.grey,
.site-search input,
.accordion .case-study a.pdf span,
.gallery-wrapper .pager a
{
	color: #ccc;	
}

.grey666,
h1,
#sitemap h5,
.contact-us p,
#subNavigation ul li li a.active,
.accordion h2,
.accordion h3,
.accordion figure figcaption,
.section h2,
.section h3,
.standard h3,
.article-content h2 strong,
.content-footer nav ul li a:hover,
section.related ul li a:hover,
section.related h3,
#navigation .dropdown-wrapper a,
.standard table,
aside.sidebar h3,
aside.sidebar h4,
section.campaign-area ul.thumbs li div,
section.campaign-medium ul.thumbs li div,
header .filter-results h5,
.search-results h2,
.gallery.home li .caption h3,
.news h3,
.validate-agree label
{
	color: #666;
}

.grey555,
.sidebar .accordion-content,
button, 
input, 
select, 
textarea,
select option,
.selector select.selected
{
	color: #555;
}

.selector select,
#navigation .dropdown-wrapper .column h4,
#navigation .dropdown-wrapper h4
{
	color: #9f9f9f;
}

.purple,
.news-listing h4,
.news-listing h4 a,
.news-listing h4 a:visited,
#subNavigation ul li li a,
#subNavigation ul li li a:visited,
section.related ul li a,
section.related ul li a:visited,
#navigation .dropdown-wrapper .column h3,
#navigation .dropdown-wrapper li a,
#navigation .dropdown-wrapper li a:visited,
a.button.no-link:hover,
.product-filter label,
.accessory figure figcaption,
.search-results li h3,
#navigation .dropdown-wrapper h4 a,
#navigation .dropdown-wrapper h4 a:visited
{
	color: #4b5ea8;
}

.blue,
nav#utilities ul li.current a,
nav#utilities ul li.current a:visited
{
	color: #7b9fcf;	
}

.light-blue,
#sitemap li,
#sitemap li a,
#sitemap li a:visited
{
	color: #729dd2
}

.dark-blue,
#navigation ul.top-level > li > a,
#navigation ul.top-level > li > a:visited,
#sitemap li a:hover,
.gallery .pager a:hover,
#navigation .dropdown-wrapper li a:hover,
article.standard header hgroup h2
{
	color: #203772;	
}

.darker-blue,
.button-listing.accordion a.button.contract
{
	color: #036;
}

/* defaults */

a, a:active, a:visited { color: #4b5ea8; }
a:hover { color: #036; }
p a:hover { color: #4459a8;}