/*  
Theme Name: David Walsh 2
Theme URI: http://www.davidwalsh.name
Description: Custom theme for the davidwalsh.name blog
Version: 1
Author: David Walsh
Author URI: http://davidwalsh.name/
*/
@media all
{
	/*  globals  */
	/**			  { margin:0; padding:0; }*/
	body		{ background:black; font-family:Trebuchet MS; font-size:1em; }
	
	/*  links  */
	a						{ color:#0058be; outline:none; }
	a:visited		{ color:#999; }
	a:hover, a:active	{ text-decoration:none; }
	a img					{ border:0; }
	#navigation a	{ color:#ffffff; padding:6px 3px; width:144px; border-bottom:1px solid #ccc; display:block; font-size:.8em; }
	#navigation a:link, #navigation a:visited	{ font-size:.8em; text-decoration:none; font-size:.8em; }
	#navigation a:hover, #navigation a:active	{ color:#000; background:#eee; font-size:.8em; }
	#navigation a.flaga	{ padding:0 4px 0 0; width:18px; border:0; display:inline; float:left; }
	a[target$='_blank'] { padding:0 0 0 20px; background:url(graphics/external_link.gif) no-repeat 3px center; }
	a[target$='_blank'] img { padding-left:0; background:none; }
	a[target$='_blank']:visited, a[target$='_blank']:active { background:url(graphics/external_link_grey.gif) no-repeat 3px center; }
}


