/*
sounds.css
based on 'Polar' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/

body.sounds {background: #2F6A3C;}
body.sounds #wrapper {background: #EFEADC;}


/* Navigation
----------------------------------------------- */
body.sounds #wrapper .nav-current:link, body.sounds #wrapper .nav-current:visited, body.sounds #wrapper .nav-current:active { color: #a8a8a8; }
body.sounds #wrapper .nav-current:hover { color: #000; }

	/* Feed icon
	------------------------------------------- */
	body.sounds .feed { background: url('../images/feed-add.gif') no-repeat 0 50%; }

/* Content
----------------------------------------------- */
body.sounds code, body.sounds pre { font-family: 'Courier New', Courier, monospace; font-size: 1em; color: #8fafbf; }
body.sounds abbr, body.sounds acronym { border-bottom: 1px solid #5c8499; }

		/* Top Header
		--------------------------------------- */
		body.sounds #title {}
		body.sounds #tagline {font-family: Verdana, Helvetica, Arial, sans-serif; font-size:1.2em; font-style:normal;} 


		/* Headers
		--------------------------------------- */
		body.sounds h3 { color: #a8a8a8; }

		/* Post content
		--------------------------------------- */
		body.sounds .articlenav { background: #fff; }

		/* Inserts
		--------------------------------------- */
		body.sounds .insert { background: #fff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 8px; }
		body.sounds .insert h3 { border-bottom: 1px solid #cfdee5; }

		/* Downloads
		--------------------------------------- */
		body.sounds a.download:link, body.polar a.download:visited, body.polar 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.sounds a.download:hover { background: #fafafa url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #a8a8a8; border-bottom: 1px solid #a8a8a8 !important; }

		/* Images
		--------------------------------------- */
		body.sounds a img { border: 1 px #4c8099;}
		body.sounds a:hover img { border: 1px solid #000; }

		/* Footer
		--------------------------------------- */
		body.sounds #footer {background: #EFEADC; border-top: 3px double #CCC;}
		body.sounds #recent {}
		body.sounds h4.recent-title {padding-left: 6px; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 1em;}
		body.sounds p.recent-metadata { font-size: 0.8em; color: #a8a8a8; margin: 0 0 0 0; padding-left: 18px; }
		body.sounds p.recent-excerpt { line-height: 1.2; margin: 0 0 1em 0; padding-left: 18px; }
		
		body.sounds #theme-info {padding-left: 6px;}
			
		/* Comments
		--------------------------------------- */
		body.sounds .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.sounds .trackback { background: url('../images/trackback.gif') no-repeat 100% 60%; }

		/* Search form
		--------------------------------------- */
		body.sounds .searchbox {width: 140px; padding-right: 4px;}

		/* Links
		----------------------------------------------- */
		body.sounds a:link, body.polar a:active, body.polar a:visited { color: #4c8099; }
		body.sounds a:hover { color: #000; }

		body.sounds .content a:link, body.polar .content a:visited, body.polar .content a:active { border-bottom: 1px solid #ccc; }
		body.sounds .content a:hover { border-bottom: 1px solid #000; }