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


/* Nasconde la GIF di stats con la faccina */
img#wpstats{width:0px;height:0px;overflow:hidden;}

/*Modifica la larghezza della pagina*/
body.udc {
	min-width: 960px;
}
body.udc #wrapper {
	width: 960px;
}

/* Modifica la larghezza  della colonna principale*/
body.udc .primary {
width: 680px;
}

/* Navigation
----------------------------------------------- */
body.udc #wrapper .nav-current:link, body.udc #wrapper .nav-current:visited, body.udc #wrapper .nav-current:active { color: #bf6030; }
body.udc #wrapper .nav-current:hover { color: #e59900; }

/* Content
----------------------------------------------- */
body.udc abbr, body.udc acronym { border-bottom: 1px solid #bf8060; }
		
	/* Headers
	--------------------------------------- */
	body.udc h3 { color: #bf6030; }
	
	/* Post content
	--------------------------------------- */
	body.udc .articlenav { background: #fcfeff; }
	
	/* Inserts
	--------------------------------------- */
	body.udc .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
		body.udc .insert h3 { border-bottom: 1px solid #cfdde5; }
	
	/* Downloads
	--------------------------------------- */
	body.udc .content a.download:link, body.udc .content a.download:visited, body.udc .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
	
	/* Images
	--------------------------------------- */
	body.udc a img { border: 1px solid #ffffff;
	/*body.udc a img { border: 1px solid #0f6b99; }
	body.udc a:hover img, body.udc .comment a:hover .avatar { border: 1px solid #e59900; }*/
		
/* Links
----------------------------------------------- */
body.udc a:link, body.udc a:active, body.udc a:visited { color: #0f6b99; }
body.udc a:hover { color: #e59900; }

body.udc .content a:link, body.udc .content a:active, body.udc .content a:visited, body.udc .link-pages a:link, body.udc .link-pages a:active, body.udc .link-pages a:visited, body.udc .tagdata a:link, body.udc .tagdata a:active, body.udc .tagdata a:visited, body.udc .widget_tag_cloud a:link, body.udc .widget_tag_cloud a:active, body.udc .widget_tag_cloud a:visited { border-bottom: 1px solid #cfdde5; }
body.udc .content a:hover, body.udc .link-pages a:hover, body.udc .tagdata a:hover, body.udc .widget_tag_cloud a:hover { border-bottom: 1px solid #e59900; }

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