@import url('typography.css');

    .blog-post h3 a {
			text-decoration: none;
	  }
    .blog-post h3 a:hover, .blog-post h3 a:focus {
			text-decoration: underline;
	  }
	.blog-post ul {
	  font-size: 1.14286em;
		list-style-position: inside;
	  list-style-type: disc;
		margin-bottom: 1em;
	}
	p.read-more {
	  text-align: right;
	}
#articleNav {
	text-align: left;
} 
  #articleNav span {
	  font-weight: bold;
		letter-spacing: 0.1em;
		text-transform: uppercase;
	}
  #articleNav a {
    font-size: 1.14286em;
	  font-weight: bold;
		text-decoration: none;
  }	
  #articleNav a:hover, #articleNav a:focus {
		text-decoration: underline;
  }
#blogNav, #syndication {
  text-align: left;
}
    #blogPageNav li {
	    font-size: 1.5em;
    } 
		  .pagination li a {
				text-decoration: none;
			}
		#syndication a {
		  text-decoration: none;
		}
		  #syndication a:hover abbr, #syndication a:focus abbr {
				text-decoration: underline;
			}
		  #syndication abbr {
			  font-size: 2em;
				line-height: 1;
				vertical-align: top;
			}