﻿/* Massimo's Custom css file */

/* move the feature box to full size and above the content */
.custom #feature_box { padding: 0; border: none; }
.custom #feature_box img { display: block; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }

/* Multimedia Box */
.custom #multimedia_box { background: #ffffff 
}

/*menu & top nav spacing*/
.custom .menu {
margin-top:-3px;
}

/* NO PAGE TITLES ON SPECIFIC PAGES */
.custom #no_headline .headline_area { display: none; } 

/*footer*/
div#footer{
margin-bottom: 20px;
height: 60px;
border-top: 1px solid #0067a9;
background-color:#2f2f0d;
}

ul.footer-nav{
list-style-type: none;
float: left;
padding: 5px;
margin-right: 10px;
text-align: left;
}

ul.footer-nav li a, ul.footer-nav a{
float: left;
hover: color: ffffff;
}

#footer, #footer a{
text-decoration: none;
border: 0px;
}

#footer p{
font-size: 10px;
}

/*menu*/
ul.menu{
background-color:#6A671A;
padding: 0px;
}
