html { background: none repeat scroll 0 0 #FFFFFF; }

body {
    background: url("/theme/img/tile.png") no-repeat scroll center top #FFFFFF;
    text-align: center; }
    
header {
    width: 100%;
    height: 60px;
    position: relative;
    text-align: center;
    -moz-box-shadow:    0 0 10px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow:         0 0 10px rgba(0,0,0,.3); }
    
header .panel {
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100; }
  
@media (min-width : 330px) { header { height: 63px }}
@media (min-width : 370px) { header { height: 70px }}
    
#logo  {
    display: block;
    width: 30%;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 101; }
    
    @media (min-width : 370px) { #logo { width: 25%; }}
    @media (min-width : 490px) { #logo { width: 20%; }}

#logo img { width: 100%; }
    
#logo img:active { opacity: 0.7; }

footer {
  background: none repeat scroll 0 0 #8B8B8B;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 1 !important;
  padding: 0;
  text-align: center; }
footer a { color: #FFFFFF; }
footer a:active { color: #eab731; }
footer nav {
  background: #6d6d6d;   
  text-transform: uppercase; }
footer nav a { 
  width: 50%;
  float: left;
  padding: 10px 0;
  display: inline-block;
  text-align: center; }
footer nav a:hover,
footer nav a:active { 
  background: #444444;
  color: #fff; }

footer .social { 
  display: block;
  margin: 20px 0 10px; }
  
footer .social a { 
  background: #3a5999;
  height: 28px;
  width: 28px;
  line-height: 28px;  
  display: inline-block;
  margin: 0 2px;
  font-size: 1.5em;
  -moz-border-radius:    50%;
  -webkit-border-radius: 50%;
  border-radius:         50%; }
footer .social a:hover { 
  background: #fff;
  color: #003158; }
footer .social a:active {
  background: #fff;
  color: #3a5999; 
  -moz-box-shadow:    inset 0 1px 3px rgba(0,0,0,.5);
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.5);
  box-shadow:         inset 0 1px 3px rgba(0,0,0,.5); }

footer .social .facebook { background: #405ba8; }
footer .social .twitter { background: #00acee; }
footer .social .google { background: #aa2b1d; }
footer .social .youtube { background: #414141; }
footer .social .flickr { background: #ff0084; }
footer .social .instagram { background: #5a453e; }
footer .social .pinterest { background: #d73532; }



.disable_mobile {
  background: #6d6d6d; 
  padding: 8px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  font-size: 11px;
  margin: 10px auto 20px;
  text-transform: uppercase; 
  -moz-border-radius:    4px;
  -webkit-border-radius: 4px;
  border-radius:         4px; }
.disable_mobile:hover,
.disable_mobile:active { 
  background: #3a5999;
  color: #fff; }

  
footer address {
  display: block;
  font-style: normal;
  margin-bottom: 10px; }
footer address strong {
  color: #FFFFFF;
  display: block; }
footer .links {
  display: block;
  text-transform: uppercase; }
footer .paidfor {
  border: 1px solid #FFFFFF;
  clear: both;
  display: inline-block;
  margin-top: 15px;
  padding: 2px 5px; }
footer .credit {
  display: block;
  padding: 8px; }








.post {
    padding: 15px 0;
}
.post:first-child {
    padding: 0 0 15px;
}
.post:last-child {
    border-bottom: medium none;
    padding: 15px 0 0;
}
.meta {
    border-bottom: 1px solid #F5F5F5;
    line-height: 1;
    margin-bottom: 15px;
    padding: 0 0 10px;
}
.post h2 {
    font-size: 28px;
    margin-bottom: 5px;
    text-transform: none;
}
.meta small {
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
}

.share a.rss, .share a.addthis {
    display: block;
    float: right;
    line-height: 16px;
    margin: 5px 7px;
    width: 40px;
}
.share a.rss {
    width: 37px;
}
.share a.addthis {
    width: 52px;
}
.share a.rss .icon {
    background-image: url("/theme/img/rss.png");
}
.share a.addthis .icon {
    background-image: url("/theme/img/share.png");
}

.join-long p {
    line-height: 1;
}
.join-long input {
    width: 270px;
}
.join-long input.zip {
    width: 100px;
}



/* Load More
------------------------------------ */

.page-nav {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 15px;
  }
#interior .page-nav { 
  background: #f6f6f6;
  margin: 15px 20; }
  
.page-nav .previous { 
  background: #003158;
  clear: both;
  display: block;
  padding: 3px 8px;  
  -moz-border-radius:    2px;
  -webkit-border-radius: 2px;
  border-radius:         2px;  
  font-family: "Arimo",helvetica,arial,serif;
  font-weight: 300;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition:    all .3s ease-in-out;
  -o-transition:      all .3s ease-in-out;
  -ms-transition:     all .3s ease-in-out;
  transition:         all .3s ease-in-out; 
  }
#home .page-nav .previous {
  margin: 0 20px;
  }
.page-nav .previous:hover { 
    background-color: #0066ba;
    }
  
.page-nav .previous:active { 
    background-color: #003a68; 
    -moz-box-shadow:    inset 0 1px 4px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.3);
    box-shadow:         inset 0 1px 4px rgba(0,0,0,.3); 
    }
  
.page-nav.loading .previous { background: #55646e; }

.news-archive {
  margin: 15px 0;
  text-align: center; }
.news-archive span { padding: 0 4px; }

.news-archive em { font-style: normal; }
.news-archive em:last-child { display: none; }


/* Addthis - Sharing
------------------------------------ */ 
  
.share {
    margin-bottom: 20px;
    font-family: 'trilogyicons';
    content: attr(data-icon);
  	speak: none;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
    color: #1a3947; 
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
    display: block;
    clear: both;
    text-align: center; }
    
.share a {
    color: white; 
    background: rgba(48,106,153,.3);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition:    all .5s ease-in-out;
    -o-transition:      all .5s ease-in-out;
    -ms-transition:     all .5s ease-in-out;
    transition:         all .5s ease-in-out;
    padding: 0 !important;
    margin: 0;
    width: 24px;
    height: 24px;
    line-height: 24px; 
    text-align: center;
    display: inline-block; 
    float: none !important; }  
    
.share a:hover { background: rgba(48,106,153,1); }
.share a:active { background: rgba(0,49,88,1); }
 
.share span { display: none; }

