
h1 {
    color: #000;
    font-size: 3.8em;
    font-family: 'Oswald';
	margin:0;
    
    }
    
h2 {
   color: #3D3B38; 
   font-family: 'PT Sans', "Times New Roman", serif;
   font-size: 2.2em;
    }  
    
    
h3 {
   color: #3D3B38; 
   font-family: 'PT Sans', "Times New Roman", serif;
   font-size: 2.2em;
   margin: 20px 0;
    }  
    
  
  
h5 {
    font-family: 'PT Sans';
    font-size: 1em;
    color: #3D3B38;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    } 
 
 
p {
    color: black;
    font-family: Georgia;
}    

a { color:#000; text-decoration: none; font-weight: bold;}
a:hover {color:#000; text-decoration: none;}

ul {
    font-family: Georgia;
    font-size: ;
    color: black;
}


#nav-rule {
    width: .5px;
    height: 200px;
    left: 275px;
    top: 30px;
    background-color: #000;

}    

.scroll-nav-list {
    font-family: Helvetica;
    font-weight: 400;
    font-size: 1em;
    top:25;
    position: fixed;
    left:0;
    background-color: white;
    padding: 10px;
}

.scroll-nav-heading { top:20px;
    position: fixed;
    left:0;
    background-color: white;
    padding: 10px;}


blockquote {
    color: #24307e;
    float: right; 
    width: 300px;
    font-size: 150%;
    font-family: 'PT Sans', sans-serif;
    margin: 15px 0px 0px 10px;
    font-weight: 700;
    } 
    
.content {
    width: 960px;
    padding: 10px;
    margin: -10px auto 0 auto;
    }  
   
.dateline {
    color: #24307e;
    font-size: 1em;
    font-family: Helvetica;
    font-weight: 600;
    }
  
    
.big-thing {
    width: 960px;
    padding: 10px;
margin: 0 auto;}
    
.Story {
    width: 930px;
    height: auto;
    padding-bottom: 10px;
}
    

.story-left{
     width: 500px;
     float: left;
     background-color: white;
     margin-right: 30px;
     

 }


.story-right{
    width: 300px;
    float: left;
    background-color: white;
    margin-top: -53px;
         border-left:#d7d7d7 1px solid;
         padding: 0 30px;



}

.story-right img { width:300px;}
.background {font-size:1.2em; margin:10px 0 0 0;}
.lead {color: #3D3B38; 
   font-family: 'PT Sans';
   font-size: 2.1em;
   margin: 10px 0;}
   
   #nav {
    margin-top: 30px;
    text-align: right;
}

/* Navigation */

[role="banner"] {
    background-color: #FFF;
    height: auto;
    
    width: 100%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, .15);
}
#logo {width:200px; float:left;}



.head-pbs {
    position: fixed;
    top: 0;
    width: 100%;
}

.top {width:960px; margin:-15px auto 0 auto;}
    div.addthis_toolbox {
        width: 300px;
        margin: 20px auto 0 auto;
		float:right;
    }
	
	@media screen and (max-width: 1315px) {
		.scroll-nav {display:none;}
		
	}
	