/*
File:			custom.css
Description:	Custom styles for the Neoclassical Theme that you define

Use:

The <body> tag has been appended with the "custom" class, like so: <body class="custom">.
You can use the "custom" class to overwrite *any* CSS declarations contained in this
theme's style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; } <--- This makes links green
	
	.custom a:hover { color: #00f; } <--- This makes links blue when you mouse over them

Why this works:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!
*/

h3.post-title {text-transform:uppercase;}
/*
     FILE ARCHIVED ON 15:16:34 May 30, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:17:47 Aug 04, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.754
  exclusion.robots: 0.08
  exclusion.robots.policy: 0.065
  esindex: 0.014
  cdx.remote: 27.065
  LoadShardBlock: 93.273 (3)
  PetaboxLoader3.datanode: 570.313 (4)
  load_resource: 530.773
  PetaboxLoader3.resolve: 50.598
*/