/*
spring2010redux.css
'spring2010redux' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/

define('HEADER_IMAGE_WIDTH', 720); 
define('HEADER_IMAGE_HEIGHT', 480);


/* Navigation
----------------------------------------------- */
body.polar #wrapper .nav-current:link, body.spring2010redux #wrapper .nav-current:visited, body.spring2010redux #wrapper .nav-current:active { color: #a8a8a8; }
body.spring2010redux #wrapper .nav-current:hover { color: #ffffff; }
	
/* Content
----------------------------------------------- */
body.spring2010redux abbr, body.spring2010redux acronym { border-bottom: 1px solid #5c8499; }
		
	/* Headers
	--------------------------------------- */
	body.spring2010redux h3 { color: #333333; }
	
	/* Post content
	--------------------------------------- */
	body.spring2010redux .articlenav { background: #fff; }
	
	/* Inserts
	--------------------------------------- */
	body.spring2010redux .insert { background: #fff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
		body.spring2010redux .insert h3 { border-bottom: 1px solid #cfdee5; }
	
	/* Downloads
	--------------------------------------- */
	body.spring2010redux .content a.download:link, body.spring2010redux .content a.download:visited, body.spring2010redux .content a.download:active { background-color: #fafcfc; border: 1px solid #cfdee5; }
	
	/* Images
	--------------------------------------- */
	body.spring2010redux a img { border: 1px solid #4c8099; }
	body.spring2010redux a:hover img, body.spring2010redux .comment a:hover .avatar { border: 1px solid #000; }
		
/* Links
----------------------------------------------- */
body.spring2010redux a:link, body.spring2010redux a:active, body.spring2010redux a:visited { color: #000000; }
body.spring2010redux a:hover { color: #ffffff; background-color:#cccccc; }


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

/* Widgets
----------------------------------------------- */

	/* Calendar widget
	------------------------------------------- */
	body.spring2010redux .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.spring2010redux .widget_calendar tbody td a:hover { color: #fff; background: #404040; }

