/*
frank.css
'frank' style for the Tarski theme - http://tarskitheme.com/
Designed by Frank Wichmann
*/

/* 



/* Navigation
----------------------------------------------- */
body.frank {background:url('/wp-content/uploads/background/scale_skin.jpg') repeat 50% 0;}
body.frank #wrapper { margin-bottom: 15px; margin-top: 15px; border:4px solid #000; background:#fff;}
body.frank #tagline { font-family: 'Times New Roman', Times, serif; font-size: 2em; font-weight: normal; font-style: italic; color: #ffffff; margin: 0.1em 0 0.3em 0; border: none; padding: 0; line-height: 55%; }
body.frank #blog-title { font-family: Arial, 'Times New Roman', Times, serif; font-size: 2.5em; font-weight: normal; font-style: italic; margin: 0; border: none; padding: 0; line-height: 120%; }

body.frank #wrapper .nav-current:link, body.frank #wrapper .nav-current:visited, body.frank #wrapper .nav-current:active { color: #bf6030; }
body.frank #wrapper .nav-current:hover { color: #e59900; }

/* Content
----------------------------------------------- */
body.frank abbr, body.frank acronym { border-bottom: 1px solid #bf8060; }
		
	/* Headers
	--------------------------------------- */
	body.frank h1, body .entry .title { font-family: Arial, 'Times New Roman', Times, serif; font-size: 2em; font-weight: bold; line-height: 120%; margin: 0; border-bottom: 1px solid #ccc; padding: 0 0 0.1em 0; }
	body.frank h3 { color: #bf6030; }
	
	/* Post content
	--------------------------------------- */
	body.frank .articlenav { background: #fcfeff; }
	
	/* Inserts
	--------------------------------------- */
	body.frank .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
		body.frank .insert h3 { border-bottom: 1px solid #cfdde5; }
	
	/* Downloads
	--------------------------------------- */
	body.frank .content a.download:link, body.frank .content a.download:visited, body.frank .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
	
	/* Images
	--------------------------------------- */
	body.frank a img { border: 1px solid #0f6b99; }
	body.frank a:hover img, body.frank .comment a:hover .avatar { border: 1px solid #e59900; }
		
/* Links
----------------------------------------------- */
body.frank a:link, body.frank a:active, body.frank a:visited { color: #0f6b99; }
body.frank a:hover { color: #e59900; }

body.frank .content a:link, body.frank .content a:active, body.frank .content a:visited, body.frank .link-pages a:link, body.frank .link-pages a:active, body.frank .link-pages a:visited, body.frank .tagdata a:link, body.frank .tagdata a:active, body.frank .tagdata a:visited, body.frank .widget_tag_cloud a:link, body.frank .widget_tag_cloud a:active, body.frank .widget_tag_cloud a:visited { border-bottom: 1px solid #cfdde5; }
body.frank .content a:hover, body.frank .link-pages a:hover, body.frank .tagdata a:hover, body.frank .widget_tag_cloud a:hover { border-bottom: 1px solid #e59900; }

/* Widgets
----------------------------------------------- */
	
	/* Calendar widget
	------------------------------------------- */
	body.frank .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.frank .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }



/* Frank Rating Stars
------------------------------------------------- */
body.frank .rating span { /* both full and empty symbols */
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	text-indent: -9999px;
	background: url('/wp-content/uploads/stars/star.png') no-repeat left top; }
body.frank .rating span.empty { /* overwrite empty symbols image value */
	background: url('/wp-content/uploads/stars/emptystar.png') no-repeat left top; }
body.frank .rating:after { /* clearfix */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	zoom: 1;     /* triggers hasLayout */ }


/* Frank Pagination
-----------------------------------------------------*/
body.frank .pagination { margin: 0; font-family: Arial, 'Times New Roman', Times, serif; font-size: 1.5em; font-weight: normal; line-height: 120%; color: #808080; clear: both; }
	
