/*  
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  */
	*			{
	list-style: none;
	margin: 0;
	padding: 0;
}
	
	
	/*  links  */
	
	#navigation a		{ 
	color:#f4f7f5; 
	padding:5px 0px 5px 20px; 
	width:230px; 
	border: 0px 1px 1px 1px solid #bcc1bb; 
	
	display:block; 
	font-size:0.8em; 
	margin-left: 50px;
	margin-right: 50px;
	text-decoration:none;
	
	list-style: none;
	}
	#navigation a:link, #navigation a:visited	{ font-size:0.8em; text-decoration:none; font-size:0.8em;}
	#navigation a:hover, #navigation a:active	{ color:#666; ; background:#eee; font-size:0.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; }

#navigation2 a		{ 
	color:#f4f7f5; 
	padding:5px 15px 5px 15px; 
 width:100px;
	border: 0px 1px 1px 1px solid #bcc1bb; 
	
	display: inline; 
	font-size:0.8em; 
	margin-left: 50px;
	margin-right: 50px;
	text-decoration:none;
	
	list-style: none;
	}
	#navigation2 a:link, #navigation2 a:visited	{ font-size:0.8em; text-decoration:none; font-size:0.8em;}
	#navigation2 a:hover, #navigation2 a:active	{ color:#666; ; background:#eee; font-size:0.8em;}
	#navigation2 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; }
}
