/* Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
hr { display: block; height: 1px; border: 0; border-top: 1px solid #e5e5e5; margin: 1.3em 0; padding: 0; }
input, select { vertical-align: middle; }
body { font: 300 14px/21px 'adelle', Georgia, serif; font-size:small; color:#6c6c6c; }
select, input, textarea, button { font:99% sans-serif; }
a, a:hover, a:active { outline: none; }
textarea { overflow: auto; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
button {  width: auto; overflow: visible; }
select, input, textarea { color: #333; }
h1, h2, h3, h4, h5, h6 { font-weight: 400; margin: 0; padding: 0; }
ul { list-style: none; margin: 0; padding: 0; }

.fl { float: none; }
.fr { float: none; }
.cr { clear: right; }
.nm { margin: 0 !important; }
.mobile-site { display: none !important; }

/* Layout */

body { background: #fff; }

.container {
	position: relative;
	max-width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}

.two-thirds { width: 100%; }

.third {
	float: none;
	width: 100%;
	padding: 0;
}

/* Hide Elements */

header,
nav,
#utility-nav,
#mobile-nav-menu,
#breadcrumbs a.crumb,
.btn-book,
.rslides,
#sub-hero,
#sub-nav,
#sub,
#donate-box,
#one-third,
#comment-top,
.social-twitter,
.social-facebook,
#pagination,
#tabs,
#blog-details,
footer {
	display: none !important;
}

/* Blog Rules */

#blog-header.bg {
	height: 320px;
	background: #fff;
}

#breadcrumbs h1 { font-size: 30px; }
















