/*
Theme Name: FOQBlue-twentyeleven
Description: 2011 Child Theme with FOQ styling
Author: Kevin Kopchynski
Version: 1.0
Template: twentyeleven
*/
@import url('../twentyeleven/style.css');


/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #99ccff;
}
#page {
	background: #99ccff;
}


/* =Header
----------------------------------------------- */

#branding {
	border-top: 2px solid #99ccff;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}

#branding img {
	height: 320px;
	margin-bottom: -7px;
	width: 460px;
        margin-left: 33%;
}

/* Hide top menu and search bar  */
	#access {
	height:0px !important;
	visibility:hidden;
	display:none;
}

#branding #searchform {
	display:none;
	position: absolute;
	top: 3.8em;
	right: 7.6%;
	text-align: right;
}