/*
persephone.css
'persephone' style for the Tarski theme - http://tarskitheme.com/
modified by Leslie
*/


/* Navigation
----------------------------------------------- */

body.persephone #wrapper .nav-current:link, body.persephone #wrapper .nav-current:visited, body.persephone #wrapper .nav-current:active {
	color: #333;
}
body.persephone #wrapper .nav-current:hover { color: #B14437; }

/* Content
----------------------------------------------- */
body.persephone abbr, body.persephone acronym {
	border-bottom: 1px solid #CCC;
}
		
	/* Headers
	--------------------------------------- */
	body.persephone #blog-title { font-family: 'georgia', 'Times New Roman', Times, serif; color: #669900; }
	body.persephone #tagline { font-family: 'georgia', 'Times New Roman', Times, serif; }

	body.persephone h1, body .entry .title { font-family: 'georgia', 'Times New Roman', Times, serif; }
	h2 { font-family: 'georgia', 'Times New Roman', Times, serif; }

	
	body.persephone h3 {
	color: #C30;
}
	body.persephone h4 { font-family: 'georgia', 'Times New Roman', Times, serif; color: #669900;}
	
	/* Post content
	--------------------------------------- */
	body.persephone .articlenav { background: #fcfeff; }
	
	/* Inserts
	--------------------------------------- */
	body.persephone .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
		body.persephone .insert h3 { border-bottom: 1px solid #cfdee5; }
	
	/* Downloads
	--------------------------------------- */
	body.persephone .content a.download:link, body.persephone .content a.download:visited, body.persephone .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdee5; }
	
	/* Images
	--------------------------------------- */
	body.persephone a img {
	border: 1px solid #999;
}
	body.persephone a:hover img, body.persephone .comment a:hover .avatar {
	border: 1px solid #A5C152;
}
	
	/* unique ids by Leslie
	----------------------------------------*/
	
	body.persephone #sidebar-csa-orientation {
	background-color: #F6F0AD;
	padding: 10px;
}
		
/* Links
----------------------------------------------- */
body.persephone a:link, body.persephone a:active, body.persephone a:visited {
	color: #697F34;
}
body.persephone a:hover {
	color: #B14437;
}

body.persephone .content a:link, body.persephone .content a:active, body.persephone .content a:visited, body.persephone .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .tagdata a:link, body.persephone .tagdata a:active, body.persephone .tagdata a:visited, body.persephone .widget_tag_cloud a:link, body.persephone .widget_tag_cloud a:active, body.persephone .widget_tag_cloud a:visited {
	border-bottom: 1px solid #CEE893;
}
body.persephone .content a:hover, body.persephone .link-pages a:hover, body.persephone .tagdata a:hover, body.persephone .widget_tag_cloud a:hover {
	border-bottom: 1px solid #B14437;
}

/* Widgets
----------------------------------------------- */

	/* Calendar widget
	------------------------------------------- */
	body.persephone .widget_calendar tbody td a {
	color: #fff;
	background: #F6F0AD;
}
	body.persephone .widget_calendar tbody td a:hover {
	color: #fff;
	background: #A5C152;
}
