﻿@import url('layout.main.css');

body {
	background : #5fa291;
}

#navbar {
	background : #1c4a4f;
}

#navbar > .layout > ul.nav ul {
	background : #192520;
}

#masthead {
	height : 110px;
	height : 280px;
	background : url('../img/layout/masthead.bkg.pa-lhac.jpg') center no-repeat #355da2;
	background-size:contain;
	/*
	background-image : url('../img/layout/masthead.bkg2.hi-biif.png'), url('../img/layout/masthead.bkg3.hi-biif.png'), linear-gradient(#ccccee,#336699);
	background-position : bottom right, center, top left;
	background-repeat : no-repeat, repeat, repeat-x;
	background-size : auto, auto, 100%
	*/
}

#masthead > div.layout > a:first-child {
	display:block;
	width:auto;
	float:left;
	display:none;
}

#site-logo {
	display:inline-block;
	float:none;
	height:90px;
	margin:10px 20px 0 1px;
	/*
	box-shadow : 3px 8px 14px rgba(0,0,0,0.5);
	*/
}

#masthead #site-title {
	display:inline-block;
	vertical-align:top;
	font-size : 0;
	width : 0;
	height : 0;
	line-height:34px;
	margin:10px 0 0 15px;
	float:none;
}

#masthead .school-logos {
	float:right;
	margin-top:10px;
}

#masthead .school-logos img {
	height:80px;
	margin-left:10px;
}

#main > .layout > .column-set > div.column > div.pod > h2 { background:#000000; }
h1 { color:#d30e2c; }

#footer > address.layout {
	background : #1c4a4f;
}