/*===========================================================================
	Typography (Search)
	
	This stylesheet defines the text and font styles for the following:
	* Type faces, sizes, leading (line-height), and kerning (letter-spacing).
	* Font styles such as italics, bold, case transformations, etc.
	* Underlining, including borders on inline elements simulating underlines.
===========================================================================*/

/*===========================================================================
	Components
===========================================================================*/

/*===========================================================================
	Modules
===========================================================================*/

/* Change Travel Details
===========================================================================*/

/* Search Header */
div#search-header h1 {
	font-size:   2em; /* 22px relative to 11px */
	line-height: 1em; /* 22px relative to 22px */
	
	text-transform: none;
}

div#search-header h1 em {
	font-size:   0.6363em; /* 14px relative to 22px */
	line-height: 1.1429em; /* 16px relative to 14px */
	
	font-style: normal;
}

ul#search-navigation {
	line-height: 1.1818em; /* 13px relative to 11px */
}

ul#search-navigation li a {
	font-weight: bold;
}

div#change-travel-details h3 em {
	font-style: normal;
	
	font-size: 0.7857em; /* 11px relative to 14px */
}

/* Great Travel Deals
===========================================================================*/

div#great-travel-deals dl dt {
	font-size:   1.1818em; /* 13px relative to 11px */
	line-height: 1.7692em; /* 23px relative to 13px */
}

div#great-travel-deals dl dd {
	line-height: 1.6363em; /* 18px relative to 11px */
}

/* Destination Guides
===========================================================================*/

div#destination-guides h6 a {
	text-decoration: none;
}

div#destination-guides h6 a em {
	font-style: normal;
	font-size: 0.7857em; /* 11px relative to 14px */
	
	text-decoration: underline;
	text-transform: none;
}

/* Road Trips
===========================================================================*/

div#road-trips h6 a {
	text-decoration: none;
}

div#road-trips h6 a em {
	font-style: normal;
	text-transform: none;
	text-decoration: underline;
	
	font-size: 0.7857em; /* 11px relative to 14px */
}

/*===========================================================================
	Pages
===========================================================================*/

/* HTTP 404
===========================================================================*/
