/*
decontext.css
*/


/* Navigation
----------------------------------------------- */
body.decontext #wrapper .nav-current:link, body.decontext #wrapper .nav-current:visited, body.decontext #wrapper .nav-current:active { color: #bf6030; }
body.decontext #wrapper .nav-current:hover { color: #e59900; }

/* Content
----------------------------------------------- */
body.decontext code { color: #606060; }
body.decontext abbr, body.decontext acronym { border-bottom: 1px solid #606060; }

body.decontext { font-family: Helvetica, Arial, Verdana, sans-serif; }

body.decontext #blog-title { font-family: 'Century Schoolbook', 'Century', 'Times New Roman', Times, serif; }
body.decontext #tagline { font-family: 'Century Schoolbook', 'Century', 'Times New Roman', Times, serif; font-style: normal; }

body.decontext h1, body.decontext .entry .title, body.decontext h2, body.decontext h4 { font-family: 'Century Schoolbook', 'Century', 'Times New Roman', Times, serif; }

		/* Headers
		--------------------------------------- */
		body.decontext h3 { color: black; }
		
		/* Post content
		--------------------------------------- */
		body.decontext .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.decontext .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.decontext .insert h3 { border-bottom: 1px solid #cfdde5; }
		
		/* Downloads
		--------------------------------------- */		
		body.decontext .content a.download:link, body.decontext .content a.download:visited, body.decontext .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
		
		/* Images
		--------------------------------------- */
		body.decontext a img { border: 1px solid #0f6b99; }
		body.decontext a:hover img, body.decontext .comment a:hover .avatar { border: 1px solid #e59900; }
		
/* Links
----------------------------------------------- */
body.decontext a:link, body.decontext a:active, body.decontext a:visited { color: #002299; }
body.decontext a:hover { color: #3355CC; }

body.decontext .content a:link, body.decontext .content a:active, body.decontext .content a:visited, body.decontext .link-pages a:link, body.decontext .link-pages a:active, body.decontext .link-pages a:visited, body.decontext .tagdata a:link, body.decontext .tagdata a:active, body.decontext .tagdata a:visited, body.decontext .widget_tag_cloud a:link, body.decontext .widget_tag_cloud a:active, body.decontext .widget_tag_cloud a:visited { border-bottom: 1px solid #002299; }
body.decontext .content a:hover, body.decontext .link-pages a:hover, body.decontext .tagdata a:hover, body.decontext .widget_tag_cloud a:hover { border-bottom: 1px solid #3355CC; }

body.decontext .primary pre { overflow: hidden; }

/* Widgets
----------------------------------------------- */
	
	/* Calendar widget
	------------------------------------------- */
	body.decontext .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.decontext .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }
	

