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

body.pnet { background: #e7f2f5 url(/wp-content/themes/tarski/images/vertical.png) top left repeat-x;  }
body.pnet #wrapper { background-color:#fff; width: 855px; }
body.pnet #header { padding-top:130px; background: #fff url(/wp-content/themes/tarski/images/pnetblog.png) top left no-repeat; }
body.pnet .content { width:600px; }


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

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

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

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