/*
BetterReading.css
'BetterReading' style for the Tarski theme - http://tarskitheme.com/
*/

body.BetterReading { font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 80%; line-height: 120%; color: #000; background: #fff; min-width: 760px; }

/* Navigation
----------------------------------------------- */
body.BetterReading #wrapper .nav-current:link, body.BetterReading #wrapper .nav-current:visited, body.BetterReading #wrapper .nav-current:active { color: #424242; }
body.BetterReading #wrapper .nav-current:hover { color: #000; }

	/* Feed icon
	------------------------------------------- */
	body.BetterReading .feed { background: url('../images/feed-add.gif') no-repeat 0 50%; }

/* Content
----------------------------------------------- */
body.BetterReading code, body.BetterReading pre { color: #8fafbf; }
body.BetterReading abbr, body.BetterReading acronym { border-bottom: 1px solid #5c8499; }

		/* Headers
		--------------------------------------- */
		body.BetterReading h3 { color: #424242; }

		/* Post content
		--------------------------------------- */
		body.BetterReading .articlenav { background: #fff; }

		/* Inserts
		--------------------------------------- */
		body.BetterReading .insert { background: #fff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
			body.BetterReading .insert h3 { border-bottom: 1px solid #cfdee5; }

		/* Downloads
		--------------------------------------- */
		body.BetterReading a.download:link, body.BetterReading a.download:visited, body.BetterReading a.download:active { background: #fafcfc url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #cfdee5; border-bottom: 1px solid #cfdee5 !important; }
		body.BetterReading a.download:hover { background: #fafafa url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #424242; border-bottom: 1px solid #424242 !important; }

		/* Images
		--------------------------------------- */
		body.BetterReading a img { border: 1px solid #4c8099; }
		body.BetterReading a:hover img { border: 1px solid #000; }
			
		/* Comments
		--------------------------------------- */
		body.BetterReading .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.BetterReading .trackback { background: url('../images/trackback.gif') no-repeat 100% 60%; }
/* Links
----------------------------------------------- */
body.BetterReading a:link, body.BetterReading a:active, body.BetterReading a:visited { color: #1b3b5a; }
body.BetterReading a:hover { color: #000; text-decoration: underline }

body.BetterReading .content a:link, body.BetterReading .content a:visited, body.BetterReading .content a:active { border-bottom: 1px solid #ccc; }
body.BetterReading .content a:hover { border-bottom: 1px solid #000; }

