@import url("core.css");
/*
Theme Name: MarineCadastre.gov
Theme URI: Your Theme's URI
Description: A brief description.
Version: 1.0
Author: Nick.Catto@NOAA.gov
Author URI: csc.noaa.gov
*/

header{
    position: relative;
    background: transparent;
     padding-bottom:20px;
     margin-bottom:0;
     position:relative;
     background:  #325476;
}
header > .container:before {content:""; position:absolute; width:940px; height:200px; bottom:0; margin:0 auto;  /*background: url(../img/minimill.png) bottom right no-repeat;*/}
.page-id-25 header > .container:before, .category-uses header> .container:before{display:none;}

/*Category and Archive Pages*/
.category header, 
.archive header{
    margin-bottom:35px;
}
.category h2{}
.category h2 a{color:#444; }
.category h2 a:hover, .category-news h2:hover{text-decoration:none; border-color:#444; color:#CA480C;}
.category .entry{margin-top:20px;}
.archive h2.media-heading  a, .category h2.media-heading  a{color:#666; font-size:20px;}
.archive h2.media-heading  a:hover, .category h2.media-heading  a:hover{text-decoration:none;}
.archive .media, .category .media{margin-bottom:40px;}
.media:last-of-type {
    margin-bottom: 100px;
}

/* News Homepage */
body.page-id-25{}
.page-id-25 .sidemasthead{font-size:14px; margin-top:30px; color:white}
.page-id-25 .sidemasthead h1{margin:0; padding-top:0;}
.page-id-25 .sidemasthead h2 {border-bottom:none; margin-bottom:6px;}
.page-id-25 .sidemasthead h2 a{font-size:20px; }
.page-id-25 .sidemasthead h2 a:hover{color:#428bca;}
.topnewsdate{display:block; margin-bottom:6px;}
.topauthorname{display:block; margin-bottom:20px;}

#innews h5{font-size:18px;}
#innews p{font-size:12px; line-height:18px;}
#innews > .row{margin-bottom:10px;}

#happening h5{font-size:18px;}
#happening p{font-size:12px; line-height:18px;}
#happening > .row{margin-bottom:10px;}

#multinews{line-height:20px;}
#multinews li{padding-top:10px;}

footer{background: #325476;}



/*Sticky Footer from http://mystrd.at/modern-clean-css-sticky-footer/*/
html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 140px; /* bottom = footer height */
    overflow-x: hidden;
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
}

.pad-right{
	margin-right: 10px;
}




































