@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');

body {
	color: rgb(29,29,27);
	font-family: "Open Sans",Arial, Helvetica, sans-serif;
	margin: 0px;
}

.clearfix {
	clear: both;
	display: block;
}

footer {
	pointer-events: none;
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 8px 16px;
	right: 0px;
}

header {
	background: url("./images/banner.jpg") center center no-repeat;
	background-size: cover;
	height: 300px;
	position: relative;
}

header img {
	content: url("./images/logo.png");
	height: 138px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 195px;
}

header #menubar {
	height: 104px;
} 

header #banner {
	bottom: 0px;
	left: 16px;
	position: absolute;
	right: 16px;
}
header #banner h1 {
	color: white;
	font-weight: 300;
	font-size: 3em;
}


header #menubar .bottom {
	background-color: rgba(255,255,255,0.9);
	height: 64px;
}
header #menubar .top {
	background-color: rgba(0,0,0,0.5);
	height: 40px;
}

#page {
	margin: 0px auto;
	width: 960px;
}


#messageCtrl
{
	border-radius: 6px;
	color: rgb(255, 255, 255);
	display: none;
	font-size: 12pt;
	font-weight: bold;
	margin: 2px;
	overflow: hidden;
	padding: 12px 24px;
	position: fixed;
	right: 16px;
	top: 8px;
	z-index: 999999;
}

#messageCtrl.info { background-color: rgba(0, 0, 128, 0.6); }
#messageCtrl.error { background-color: rgba(255, 0, 0, 0.6); }