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

/* Navigation
----------------------------------------------- */
body.custom #wrapper .nav-current:link, body.custom #wrapper .nav-current:visited, body.custom #wrapper .nav-current:active { color: #de598a; }
body.custom #wrapper .nav-current:hover { color: #f9e3eb; }

/* Content
----------------------------------------------- */
body.custom code { color: #efb0c7; }
body.custom abbr, body.custom acronym { border-bottom: 1px solid #efb0c7; }
		
		/* Headers
		--------------------------------------- */
		body.custom h3 { color: #de598a; }
		body.custom h1 { color: #ffffff; font-size: 0.0em;  }

		
		/* Post content
		--------------------------------------- */
		body.custom .articlenav { background: #fffcfd; }
		
		/* Inserts
		--------------------------------------- */
		body.custom .insert { background: #fffcfd; margin: 0 0 1em 0; border: 1px solid #fbecf2; padding: 9px; }
			body.custom .insert h3 { border-bottom: 1px solid #fbecf2; }
		
		/* Downloads
		--------------------------------------- */		
		body.custom .content a.download:link, body.custom .content a.download:visited, body.custom .content a.download:active { background-color: #fffcfd; border: 1px dotted #917e7e; }
		
		/* Images
		--------------------------------------- */
		body.custom a img { border: 0px solid #0f6b99; }
		body.custom a:hover img, body.custom .comment a:hover .avatar { border: 0px solid #f9e3eb; }
		
/* Links
----------------------------------------------- */
body.custom a:link, body.custom a:active, body.custom a:visited { color: #bcaaaa; }
body.custom a:hover { color: #eeacc4; }

body.custom .content a:link, body.custom .content a:active, body.custom .content a:visited, body.custom .link-pages a:link, body.custom .link-pages a:active, body.custom .link-pages a:visited, body.custom .tagdata a:link, body.custom .tagdata a:active, body.custom .tagdata a:visited, body.custom .widget_tag_cloud a:link, body.custom .widget_tag_cloud a:active, body.custom .widget_tag_cloud a:visited { border-bottom: 1px solid #fbecf2; }
body.custom .content a:hover, body.custom .link-pages a:hover, body.custom .tagdata a:hover, body.custom .widget_tag_cloud a:hover { border-bottom: 1px solid #f9e3eb; }

/* Widgets
----------------------------------------------- */
	
	/* Calendar widget
	------------------------------------------- */
	body.custom .widget_calendar tbody td a { color: #fff; background: #eeacc4; }
	body.custom .widget_calendar tbody td a:hover { color: #fff; background: #ddd4d4; }
	body.custom .widget_calendar caption { margin: 0.25em 0 0.2em 0; border-bottom: 1px dotted #f5f2f2; padding: 0 0 0.5em 0; font-family: Verdana, Times, Georgia, serif; font-size:1.0em; text-align: center; }
	body.custom .widget_calendar tfoot td { font-family: Verdana, Times, Georgia, serif; font-size: 1.0em; }

	/* Search form
	--------------------------------------- */
	body.custom .searchbox { width: 200px; margin: 0 0 1em 0; }
		#s { display: block; width: 194px; margin: 0 0 0.6em 0; border: 1px solid #ddd4d4; padding: 2px; background: #fffcfd; color: #bcaaaa; }
		#s:focus { background: #fff; }
		body.js #searchlabel { display: none; }
