﻿@import url('layout.main.css');

#navbar {
	background : #720413 linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
}

#navbar > .layout > ul.nav ul {
	background : #801d2a;
}

#masthead {
	height : 170px;
	background-color : #001133;
	background-image : url('../img/layout/masthead.bkg2.va-viaaa.png'), linear-gradient(#000000,#4e4e4e);
	background-position : bottom right, top left;
	background-repeat : no-repeat, repeat-x;
	background-size : auto, 100%
}

#site-logo {
	margin-top : 20px;
	margin-right : 0px;
}

#masthead #site-title {
	font-size : 33px;
	line-height : 84px !important;
	color : #ffffff;
	text-shadow : 3px 8px 14px #000000, 0px 0px 1px #ff6600;
	font-weight : normal;
	font-family : Arial !important;
	width : 600px;
}

@media only screen and (max-width:640px) {
	#masthead #site-title { font-size:18px !important; }
}

@media only screen and (max-width:480px) {
	#masthead #site-title { font-size:14px !important; }
	#masthead .layout { padding:0px 5px !important; }
}