/*
guerreramods.css
based on 'Classic' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/
/* Changes of guerreramods.css by Guerrera */


/* Navigation
----------------------------------------------- */
body.classic #wrapper .nav-current:link, body.classic #wrapper .nav-current:visited, body.classic #wrapper .nav-current:active { color: #bf6030; background: inherit;}
body.classic #wrapper .nav-current:hover { color: #f66; background: inherit;}

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

/* Content
----------------------------------------------- */
body.classic code, body.classic pre { color: #f66; }
body.classic abbr, body.classic acronym { border-bottom: 1px solid #f66; }

		/* Headers
		--------------------------------------- */
		body.classic h3 { color: #f66; }

		/* Post content
		--------------------------------------- */
		body.classic .articlenav { background: #ccc; }

		/* Inserts
		--------------------------------------- */
		body.classic .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.classic .insert h3 { border-bottom: 1px solid #f66; }

		/* Downloads
		--------------------------------------- */		
		body.classic a.download:link, body.classic a.download:visited, body.classic a.download:active { background: #fcfeff url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #cfdde5; border-bottom: 1px solid #cfdde5 !important; }
		body.classic a.download:hover { background: #fffdfa url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #e5d6b8; border-bottom: 1px solid #e5d6b8 !important; }

		/* Images
		--------------------------------------- */
		body.classic a img { border: 3px solid #ccc; }
		body.classic a:hover img { border: 3px solid #777; }
			
		/* Comments
		--------------------------------------- */
		body.classic .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.classic .trackback { background: #fcfeff url('../images/trackback.gif') no-repeat 100% 60%; }

/* Links
----------------------------------------------- */
body.classic a:link, body.classic a:active, body.classic a:visited { color: #f66; }
body.classic a:hover { color: #777; }

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