/* *****************************************************************************
 * Top frame of page
 * Corresponds to the global/pageHeader partial.
 */

@CHARSET "ISO-8859-1";

.bottom-frame {
	height: 290px;
	background-color: #09c;
	text-align: left;
	margin-bottom: 1em;
}

.backend-bottom-frame {
	height: 330px;
	background-color: #09c;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 1em;
}

.bottom-menu {
	height: 8em;
	padding-top: 1em;
	margin-bottom: 1em;
}

.bottom-menu-title {
	padding-left: 0.5em;
	color: #393939;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}

.bottom-menu-title, .bottom-menu-title a, .bottom-menu-title a:visited, .bottom-menu-title span {
	color: #393939;
	text-decoration: none;
	text-transform: uppercase;
}

.menu-item-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu-item {
	padding-left: 0.7em;
	color: white;
}

.menu-item a, .menu-item a:visited {
	text-decoration: none;
	color: #393939;
}

.pressenza-ipa-blurb {
	margin-top: 2em;
	margin-left: 1em;
	margin-right: 1em;
	color: #393939;
	font-weight: bold;
	font-size: 0.8em;
	clear: both;
}

.pressenza-ipa-blurb a {
	text-decoration: none;
	color: #393939;
}

.pressenza-ipa-blurb a:hover, .partner-blurb a:hover {
	text-decoration: underline;
}

.close-partners {
	border-top: 2px solid #393939;
	clear: both;
	margin-top: 1em;
	padding-top: 1em;
}

.partner-blurb {
	color: #393939;
	font-weight: bold;
	font-size: 0.8em;
}

.partner-blurb a {
	text-decoration: none;
	color: #393939;
}


.partner-blurb-intro {
	margin-bottom: 1em;
}

.left {
	text-align: left;
	padding-left: 1em;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
	padding-right: 1em;
}

.bottom-row {
	height: 34px;
}

#weber {
	float: left;
}

.partner-link {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

