/*
jumpstart.css
'Jumpstart' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/ and modified by Peter Luu, http://www.jumpstart.org.au/
*/


/* Navigation
----------------------------------------------- */
body.jumpstart  { background-color: #DEF5FA; }
body.jumpstart #wrapper { background-color: #000000; color: #FFFFFF; }
body.jumpstart #wrapper .nav-current:link, body.jumpstart #wrapper .nav-current:visited, body.jumpstart #wrapper .nav-current:active { color: #DA1F28; text-decoration: underline; }
body.jumpstart #wrapper .nav-current:hover { color: #44B9E8; }

/* Content
----------------------------------------------- */
body.jumpstart code { color: #7D3C4A; }
body.jumpstart abbr, body.jumpstart acronym { border-bottom: 1px solid #7D3C4A; }
		
		/* Headers
		--------------------------------------- */
		body.jumpstart h3 { color: #DA1F28; }
		body.jumpstart h4, body.jumpstart h5, body.jumpstart h6 { color: #7D3C4A; }
		#tagline { text-align: right; font-size: medium; padding: 5px 5px; }
		
		/* Post content
		--------------------------------------- */
		body.jumpstart .articlenav { background: #464646; }
		
		/* Inserts
		--------------------------------------- */
		body.jumpstart .insert { background: #464646; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
		body.jumpstart .insert h3 { border-bottom: 1px solid #39639D; }
		
		/* Downloads
		--------------------------------------- */
		body.jumpstart .content a.download:link, body.jumpstart .content a.download:visited, body.jumpstart .content a.download:active { background-color: #464646; border: 1px solid #39639D; }
		
		/* Images
		--------------------------------------- */
		body.jumpstart a img { border: 1px solid #FF8119; }
		body.jumpstart a:hover img, body.jumpstart .comment a:hover .avatar { border: 1px solid #44B9E8; }
		
/* Links
----------------------------------------------- */
body.jumpstart a:link, body.jumpstart a:active, body.jumpstart a:visited { color: #FF8119; }
body.jumpstart a:hover { color: #44B9E8; }

body.jumpstart .content a:link, body.jumpstart .content a:active, body.jumpstart .content a:visited, body.jumpstart .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .tagdata a:link, body.jumpstart .tagdata a:active, body.jumpstart .tagdata a:visited, body.jumpstart .widget_tag_cloud a:link, body.jumpstart .widget_tag_cloud a:active, body.jumpstart .widget_tag_cloud a:visited { border-bottom: 1px solid #39639D; }
body.jumpstart .content a:hover, body.jumpstart .link-pages a:hover, body.jumpstart .tagdata a:hover, body.jumpstart .widget_tag_cloud a:hover { border-bottom: 1px solid #44B9E8; }

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

	/* Calendar widget
	------------------------------------------- */
	body.jumpstart .widget_calendar tbody td a { color: #FFFFFF; background: #39639D; }
	body.jumpstart .widget_calendar tbody td a:hover { color: #FFFFFF; background: #7D3C4A; }