html { background: #d1d6db; }
   
.wrap { 
   width: 1040px; 
   position: relative; }

header {
   height: 100px;
   z-index: 100;
   position: relative;
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#364a5e+60,364a5e+60,314355+100 */
   background: #364a5e; /* Old browsers */
   background: -moz-linear-gradient(top,  #364a5e 60%, #364a5e 60%, #314355 100%); /* FF3.6-15 */
   background: -webkit-linear-gradient(top,  #364a5e 60%,#364a5e 60%,#314355 100%); /* Chrome10-25,Safari5.1-6 */
   background: linear-gradient(to bottom,  #364a5e 60%,#364a5e 60%,#314355 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#364a5e', endColorstr='#314355',GradientType=0 ); /* IE6-9 */
   }

#logo {
   position: absolute;
   left: 5%;
   top: 18px; }

body.simple #logo {
   position: relative;
   left: 0; }


/* Site Footer
------------------------------------ */
footer {
   padding: 3em 0 2em 0; 
   font-family: 'Merriweather', serif;
   color: #53493a;
   font-size: 15px; 
   position: relative;
   z-index: 100;
   text-align: center;}

#paidfor {
   font-weight: 400;
   display: inline-block;
   border: 1px #999 solid;
   padding: .5em 2em;
   line-height: 16px;
   margin: 1em auto;}
   
#copyright {
   font-size: 13px;
   float: left;
   text-align: left;}

#credit { 
   font-size: 13px;
   text-align: right;
   float: right; }   
   
footer .rs-link {
   padding: 1em;
   border-radius: 2px;
   background: #364a5e;
   color: white;
   text-transform: uppercase; 
    transition: background-color .35s ease-in-out;    
   	-webkit-transition: all .35s ease-in-out;  
		-moz-transition: all .35s ease-in-out;  
		-o-transition: all .35s ease-in-out;  
		-ms-transition: all .35s ease-in-out; } 
footer .rs-link:hover {
   background: #364a5e; }
   
footer .rs-link-inactive { display: none !important; } 
