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

body { background-color:#fbf7e6; font-family: helvetica, "Franklin Gothic Book", Helvetica, Arial, Verdana; font-size: 80%; line-height:140%; }
a { color:#546332E; }

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

/* Content
----------------------------------------------- */
body.csfedu code { color: #bf8060; }
body.csfedu abbr, body.csfedu acronym { border-bottom: 1px solid #bf8060; }
body.csfedu #title { margin: 14px 0 -15px 0px; border-bottom: 1px solid #ccc; }
		
		/* Headers
		--------------------------------------- */
		body.csfedu h3 { color: #AD5D36; }
		body.csfedu #blog-title { font-family: "Franklin Gothic Book", Helvetica, Arial, Verdana; font-variant:small-caps; font-size: 2.5em; font-weight: normal; margin: 0; border: none; padding: 0; line-height: 120%;  }
		body.csfedu #tagline { font-family: 'Times New Roman', Times, serif; font-size: 1.5em; font-weight: normal; font-style: italic; color: #808080; margin: 0.1em 0 0.3em 0x; border: none; padding: 0; line-height: 120%; }
		
		/* Post content
		--------------------------------------- */
		body.csfedu .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.csfedu .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.csfedu .insert h3 { border-bottom: 1px solid #cfdde5; }
		
		/* Downloads
		--------------------------------------- */		
		body.csfedu .content a.download:link, body.csfedu .content a.download:visited, body.csfedu .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
		
		/* Images
		--------------------------------------- */
		body.csfedu a img { border: 1px solid #546332E; }
		body.csfedu a:hover img, body.csfedu .comment a:hover .avatar { border: 1px solid #e59900; }
		#csfeduLogo { border: 0px; float:left; padding-right: 10px; padding-top: 15px; vertical-align:top; }
/* Links
----------------------------------------------- */
body.csfedu a { color: #54632e; }
body.csfedu a:link, body.csfedu a:active, body.csfedu a:visited { color: #546332e; }
body.csfedu a:hover { color: #e59900; }

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

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

