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


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

/* Content
----------------------------------------------- */
body.thefrankes abbr, body.thefrankes acronym { border-bottom: 1px solid #bf8f93; }
		
	/* Headers
	--------------------------------------- */
	body.thefrankes h3 { color: #bf6068; }
	body.thefrankes h4, body.thefrankes h5, body.thefrankes h6 { color: #bf8f93; }
	
	/* Post content
	--------------------------------------- */
	body.thefrankes .articlenav { background: #fcfeff; }
	
	/* Inserts
	--------------------------------------- */
	body.thefrankes .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
		body.thefrankes .insert h3 { border-bottom: 1px solid #cfdee5; }
	
	/* Downloads
	--------------------------------------- */
	body.thefrankes .content a.download:link, body.thefrankes .content a.download:visited, body.thefrankes .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdee5; }
	
	/* Images
	--------------------------------------- */
	body.thefrankes .wp-caption img { padding: 5px 5px 5px; }
	body.thefrankes a img { border: 1px solid #3689b3; }
	body.thefrankes a:hover img, body.thefrankes .comment a:hover .avatar { border: 1px solid #a6212c; }
		
/* Links
----------------------------------------------- */
body.thefrankes a:link, body.thefrankes a:active, body.thefrankes a:visited { color: #3689b3; }
body.thefrankes a:hover { color: #a6212c; }

body.thefrankes .content a:link, body.thefrankes .content a:active, body.thefrankes .content a:visited,  body .tagdata a:link, body.thefrankes .tagdata a:active, body.thefrankes .tagdata a:visited, body.thefrankes .widget_tag_cloud a:link, body.thefrankes .widget_tag_cloud a:active, body.thefrankes .widget_tag_cloud a:visited { border-bottom: 1px solid #cfdee5; }
body.thefrankes .content a:hover, body.thefrankes .tagdata a:hover, body.thefrankes .widget_tag_cloud a:hover { border-bottom: 1px solid #a6212c; }

body.thefrankes   .link-pages a:active, body  .link-pages a:visited, body  .link-pages a:link
{
	border: 1px solid #3689B3; 
	padding: 5px;
	margin: 3px;
	font-size: 1.3em;
	background-color: #FFFFE0;
}
body.thefrankes .link-pages a:hover
{
	color: #a6212c; 
	border-color: #a6212c; 
	background-color: #FFFACD;
}


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

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

