/*
 * print.css
 * Hotel Alma
  * ---------*/
body {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 18px;
}

/*
 * Typography
 * ----------*/
h1 {
	font-size: 34px;
	text-transform: uppercase;
	color: #ffc423;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	line-height: 25px;
	text-transform: uppercase;
	color: #ffc324;
	margin: 0 0 20px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin: 0 0 25px;
}

p,
dl,
ul {
	font-size: 13px;
	color: #555;
}

p.bold-header {
	font-weight: bold;
	margin-bottom: 0 !important;
}


#logo {
	width: 469px;
	height: 77px;
	margin: 24px 0;
	float: left;
	overflow: hidden;
}

#logo a {
	width: 100%;
	height: 0px !important;
	padding: 77px 0 0;
	float: left;
	background: url(/images/global/ha_logo.gif);
}

.news-post,
.team-member,
.meeting-space {
	margin: 0 0 30px;
	padding: 0 0 30px;
	float: left;
	border-bottom: 1px solid #ffe191;
}

.team-member img,
.meeting-space img {
	margin: 0 15px 15px 0;
	float: left;
}

#menu dl {
	width: 100%;
	margin: 0 0 30px;
	float: left;
}

#menu dl dt {
	font-weight: bold;
}

#menu dl dd {
	margin: 0 0 10px;
}

.ask-alma-answer {
	width: 100%;
	padding: 30px 0;
	float: left;
}

#content-wrap,
#footer {
	width: 100%;
	float: left;
	clear: both;
}

#footer {
	margin-top: 40px;
}

/*
 * Hide-me's
 * ---------*/
#navigation-banner,
#subnav-banner,
#sidebar,
#footer .left,
.image-link,
.callout,
#ask-alma-topics,
.top-of-page {
	display: none;
}