/*

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!

*/





#masthead #rss_subscribe { width: 40px; height: 40px; float: right; }

	#masthead #rss_subscribe a { display: block; width: 40px; height: 40px; background: url('images/icon_rss.gif') no-repeat; text-indent: -9999px; outline: none; }

/* #masthead #logo { font: bold 3.2em Papyrus; letter-spacing: -1px; } */

	#masthead #logo {  }

	#masthead #logo a, #masthead #logo a:visited { color: #111; }


	#masthead #logo a:hover { color: #c93c44; text-decoration: none; }



#masthead h1, #masthead #tagline { font: normal 1.4em/1.42857em Verdana, serif; padding: 0; color: #999; text-align: left; }

	.format_text a { text-decoration: underline; }
	
	.format_text a:visited {  text-decoration: underline; }

         .alignleft { float: left; width: 50%; }

         .alignright { float: right; width: 50%; }
