/*----------- HEADER ------------*/

/* LOGO */
section.logo{
	height:120px;
	background: url('../../imgs/logo/bg.jpg') no-repeat;
	background-size:100% 96%;
	background-position:0 6px;
	z-index:10;
}
section.logo div{
	text-align:center;
	float:left;
	margin-top:25px;
}
section.logo div:nth-of-type(1){
	width:13%;
}
section.logo div:nth-of-type(1) img{
	height:80px;
	width:auto;
}
section.logo div:nth-of-type(2){
	width:21%;
}
section.logo div:nth-of-type(3){
	width:66%;
}
section.logo h1{
	color:#B30429;
	font-size:3.2em;
	font-weight:bold;
	font-style:italic;
	font-family:Bookman;
	margin-left:-12%;
}
section.logo h2{
	color:#352E17;
	font-size:1.5em;
	font-style:italic;
	font-family:Trebuchet MS;
	margin-left:-12%;
}
section.logo h3{
	color:#fff;
	font-size:1.7em;
	font-weight:bold;
	font-family:Bookman Old Style;
	margin-top:10px;
}

/* NAV */
header nav ul{	width: 100%; }
header nav ul li{
	margin:0 1px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
header nav ul li:hover{
	background-color:#DD3B3B;
	-webkit-transition: background-color 300ms linear;
	-moz-transition: background-color 300ms linear;
	-o-transition: background-color 300ms linear;
	-ms-transition: background-color 300ms linear;
	transition: background-color 300ms linear;
}
header nav ul li a{
	color:#352E17;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-weight:bold !important;
	letter-spacing: 0.02em;
	text-align:center;
	margin: 0;
	display: block;
	padding:4px 8px;
	border-width:0 1px;
	border-style:solid;
	border-color:#352E17;
}
header nav ul li a:hover{
	color:#fff;
	border-color:#DD3B3B;
	-webkit-transition: color 300ms linear,border-color 300ms linear;
	-moz-transition: color 300ms linear,border-color 300ms linear;
	-o-transition: color 300ms linear,border-color 300ms linear;
	-ms-transition: color 300ms linear,border-color 300ms linear;
	transition: color 300ms linear,border-color 300ms linear;
}

/* NAV.PAGES */
header nav.site-menu{ padding:5px 8px 0 8px; }
header nav.site-menu ul li{ float:right;background-color:#ededda; }
header nav.site-menu ul li:hover{ background-color:#DD3B3B; }
header nav.site-menu ul li a{	font-size:1em;}
header nav.site-menu ul li:first-of-type a{border-width:0 0 0 1px;}
header nav.site-menu ul li:last-of-type a{border-width:0 1px 0 0;}
header nav.site-menu span.icon{ display:none; }

/* NAV.NODES */
header nav.nodes-menu{ padding:20px 0;background-color:#F7D651;z-index:10; }
header nav.nodes-menu ul li{ float:left; }
header nav.nodes-menu ul li a{ font-size:1.14em !important; }
header nav.nodes-menu ul li:first-of-type a{border-width:0 1px 0 0;}
header nav.nodes-menu ul li:last-of-type a{border-width:0 0 0 1px;}

/* FIXED CLASSES */
.fixed{
	position:fixed;
	left:0;
	right:0;
	z-index:10;
}
section.logo-sm{
	top:-1px;
	height:50px !important;
	background:#DD3B3B url('../../imgs/logo/bg-sm.png') no-repeat;
	background-size:85% 100% !important;
	background-position:20% 0 !important;
}
section.logo-sm div:nth-of-type(1){ width:16% !important;margin-top:5px !important; }
section.logo-sm div:nth-of-type(1) img{ height:40px !important; }
section.logo-sm div:nth-of-type(2){ width:12% !important;margin-top:-3px !important; }
section.logo-sm div:nth-of-type(3){ width:60% !important;margin-top:-5px !important; }
section.logo-sm h1{ font-size:2.2em !important; }
section.logo-sm h2{ font-size:1em !important;margin-top:-3px; }
section.logo-sm h3{ font-size:1.1em !important; }
header nav.nodes-sm{ top:49px !important;padding:5px 0 !important; }

/*----------- MAIN ------------*/
main{ min-height:600px;margin:5px 0 !important;display:block; }
main.marginTop{	margin-top:88px !important; }

/*----------- FOOTER ------------*/
section.copyright{
	color:#352E17;
	text-align:center;
	padding:4px 8px 10px 8px;
	background-color:#F7D651;
}
section.copyright div{
	float:left;
	text-align:center;
}
section.copyright div:first-of-type{ width:49%;padding:0 0.5%;text-align:right; }
section.copyright div:last-of-type{ width:44%;padding:0 0.5% 0 5%;text-align:left; }
section.copyright a{
	color:#DD3B3B;
}
