/* 	This file is part of Mura CMS.
	Some styles, ideas, and concepts derived from:
	Eric Meyer Reset - http://meyerweb.com/eric/tools/css/reset/index.html
	BlueprintCSS - http://code.google.com/p/blueprintcss/
	YUI - http://developer.yahoo.com/yui/
*/


/* @group General Text Elements
===================================== */
p, ul, ol, table, blockquote {
	padding-bottom: 10px;
	line-height: 1.5em;
}

p, li, dt, dd, table, .content-cms  { font-size: 12px; }

p.intro { font-size: 15px; }

blockquote, q { padding: 0 40px; quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
blockquote p {} /* Reminder to always include blockquote content in a <p> */
blockquote div cite { font-style: italic; }

strong, b { font-weight: bold; }
em, i { font-style: italic; }

ins { color: green; }
del { text-decoration: line-through; }

abbr, acronym { border-bottom: 1px dotted; cursor: help; }

pre, code { margin: 15px 0; white-space: pre; }
pre, code, tt { font-size: 1em; font-family: 'andale mono', 'lucida console', monospace; line-height: 1.5; }

/* @end General Text Elements
-------------------------------- */


/* @group Headings (H1-H6)
===================================== */

h1 { font-size: 35px; }
h2 { font-size: 30px; }

/* h3 Specifics */
.content h3 { font-size: 22px; }
#footer h3 { font-size: 31px; }
.sidebar h3, .pod-hostel-search h3, .promo-box-travel h3 { font-size: 22px; text-transform: uppercase; }
.hostel-deals h3, .hostel-deals h3 a, .hostel-deals-results h3, .hostel-deals-results h3 a { font-size: 22px; text-decoration: none!important; padding-bottom: 5px; }
.hostel-deals h3 a:hover, .hostel-deals-results h3 a:hover { text-decoration: underline!important; }
.sidebar h3		{ color: #6f5f53;}
.search-box h3	{ font-size: 22px; color: #fff; text-transform: none; padding-bottom: 7px }
.whats-on h3, #membership-pick h3, .yha-members h3 { display: inline; color: #fff; text-transform: uppercase; background: #1689c4!important; padding-right: 8px; }
.discount h3, .testimonials h3 { display: inline; color: #fff; text-transform: uppercase; background: #0BAD4B!important; padding-right: 8px; }
.ratings h3		{ display: inline; color: #fff; text-transform: uppercase; background: #0BAD4B!important; padding-right: 8px; }
.interested-in h3, .address-info h3  { color: #6f5f53; text-transform: uppercase; background: #EBDCD1!important; padding: 0 8px 10px 0 ; line-height:0.5;  }
.address-info h3  { display: inline; }
.hostels-location h3, .hostel-search-again h3, .hostels-state h3, .hostels-filter h3, .hostels-bylocation h3 { display: inline; text-transform: uppercase; background: #fff; padding-right: 8px; }
.pod-hostel-search h3, .promo-box-travel h3, .discount-legend h3	{ color: #fff; }

/* whats on panel */
h4 { font-size: 18px; margin: 0 0 4px; }
h5 { font-size: 16px; margin: 0 0 4px; position: relative; }

/* h5 Specifics */
.hostel-deals-results h5 {
	color: #fff;
	text-transform: uppercase;
	padding: 2px 4px;
	background: #7f6a5d;
}

/* @end Headings (H1-H6)
-------------------------------- */

