/*
beutler.css
'Beutler' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/
/************************************************************/
/* Petrula
How To Widen The Content Column
http://tarskitheme.com/forum/discussion/314/

1) Make an alternate style sheet.
wp-content\themes\tarski\styles\beutler.css

2) Add some code like this to it:
body.example { min-width: 860px; } body.example #wrapper { width: 860px; } body.example .primary { width: 600px; }

3) Select your alternate stylesheet on the Tarski Options page; it’s under the ‘Alternate Style’ header.

Note: this presumes you’re adding 100px to the width. Adjust the values if you want to add more or less width.
*/
body.beutler          { min-width: 860px; }
body.beutler #wrapper { width: 860px; }
body.beutler .primary { width: 600px; }

/************************************************************/
/* Petrula */
.TopOfPageClass {
	font-size: 0.75em;
	float:right;
}
/************************************************************/


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

/* Content
----------------------------------------------- */
body.beutler code { color: #bf8060; }
body.beutler abbr, body.beutler acronym { border-bottom: 1px solid #bf8060; }
		
		/* Headers
		--------------------------------------- */
		body.beutler h3 { color: #bf6030; }
		
		/* Post content
		--------------------------------------- */
		body.beutler .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.beutler .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.beutler .insert h3 { border-bottom: 1px solid #cfdde5; }
		
		/* Downloads
		--------------------------------------- */		
		body.beutler .content a.download:link, body.beutler .content a.download:visited, body.beutler .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
		
		/* Images
		--------------------------------------- */
		body.beutler a img { border: 1px solid #0f6b99; }
		body.beutler a:hover img, body.beutler .comment a:hover .avatar { border: 1px solid #e59900; }
		
/* Links
----------------------------------------------- */
body.beutler a:link, body.beutler a:active, body.beutler a:visited { color: #0f6b99; }
body.beutler a:hover { color: #e59900; }

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

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