/* h1 is for Category Headings */
h1 {
	font-size: large;

}

/* h2 is for Story Titles */
h2 {
	width: 100%;
	font-size: small;
	/*white-space: nowrap;*/
	/*text-overflow: ellipsis;*/

}

/* h3 is for Category Title/Show Title */
h3 {
	font-size: x-small;
	
}

/* h4 is for Date Titles */
h4 {
	font-size: xx-small;
}

/* h5 is for Story Content */
h5 {
	font-size: medium;
	white-space: normal;
	text-align:left;
}

/* h6 is for Legal and Fine Print */
h6 {
	font-size: xx-small;
}

/* all mobile-theme font */
h1, h2, h3, h4, h5, h6 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
  Helvetica, Arial, "Lucida Grande", sans-serif;
}

  a:link {
  	text-decoration:none;
	color: black;
  }
  
  a:visited {
  	text-decoration:none;
  	color: black;
  }
  
  a:hover {
  	text-decoration:none;
  	color: black;
  }
  
  a:active {
  	text-decoration:none;
  	color: black;
  }
  
  
img {
	max-width: 100%;
}
  
  /* Use for containing every element in mobile theme */
  .sectionContainer {
	  width:100%;
	  background:rgba(255,255,255,1);
	  margin-left:auto; 
	  margin-right:auto; 
	  margin-top:2px;
  }
  
  .adContainer {
	  position: relative;
  }
  
  /* Use for wrapping each category entry */
  .sectionEntry {
	  width:100%; 
	  height:40px;
	  border-bottom:1px solid rgba(0,0,0,0.3); 
	  padding:2px 2px; 
	  margin:0px auto 0px auto;
	  text-align:left;
  }
  
  /* Use for formatting image within each category entry */
  .sectionImage {
	  width:40px; 
	  height:40px; 
	  float:left; 
	  padding-left:10px; 
	  padding-right:10px;
  }
  
  /*Use for formatting title within each category entery, use as class within h1 */
  .sectionTitle {
	  padding-top:9px;
  }
  
  .storyEntry {
	  width:100%; 
	  height:68px;
	  border-bottom:1px solid rgba(0,0,0,0.3); 
	  text-align:left;
  }
  
  .storyImage {
	  width:60px; 
	  height:50px; 
	  float:left; 
	  padding-left:15px; 
	  padding-right:10px;
	  padding-top:8px;
	  padding-bottom: 9px;
  }
  
  .storyCategory {
	  padding-top:1px;
  }

  
  
  