/*
fieldnotes.css
edited from the 'Classic' style for the Tarski theme - http://tarskitheme.com/ designed by Benedict Eastaugh, http://extralogical.net/
*/


/* Navigation
----------------------------------------------- */
body.fieldnotes #navigation ul.span { list-style: none; margin: 0; padding: 0.5em 0; text-align: center;}
body.fieldnotes #navigation ul.span li { display: inline; margin: 0 1em 0 0; }
	
body.fieldnotes #navigation {
font-size: 1.1em;
}

body.fieldnotes #wrapper .nav-current:link,
body.fieldnotes #wrapper .nav-current:visited,
body.fieldnotes #wrapper .nav-current:active {
color: #07B;
}

body.fieldnotes #wrapper .nav-current:hover
{ color: #C0672D; }

/* Content
----------------------------------------------- */
body.fieldnotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	}
body.fieldnotes code { color: #bf8060; }
body.fieldnotes abbr, body.fieldnotes acronym { border-bottom: 1px solid #bf8060; }
		
/* Headers
--------------------------------------- */

body.fieldnotes h1 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height: 26px;
	font-weight:normal;
	margin:0px 0px 6px 0px;
}
body.fieldnotes h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height: 20px;
	margin:0px 0px 6px 0px;
}
body.fieldnotes h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
	margin:0px 0px 2px 0px;
}
body.fieldnotes h1, body.fieldnotes h2, body.fieldnotes h3, body.fieldnotes h4, body.fieldnotes h5 { color: #C0672D; }

		/* Post content
		--------------------------------------- */
		body.fieldnotes .articlenav { background: #fcfeff; }
		
		/* Inserts
		--------------------------------------- */
		body.fieldnotes .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
			body.fieldnotes .insert h3 { border-bottom: 1px solid #cfdde5; }
		
		/* Downloads
		--------------------------------------- */		
		body.fieldnotes .content a.download:link, body.fieldnotes .content a.download:visited, body.fieldnotes .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
		
		/* Images
		--------------------------------------- */
		body.fieldnotes a img { border: 1px solid #0f6b99; }
		body.fieldnotes a:hover img, body.fieldnotes .comment a:hover .avatar { border: 1px solid #e59900; }
		
/* Links
----------------------------------------------- */
body.fieldnotes a:link, body.fieldnotes a:active, body.fieldnotes a:visited { color: #07B; }
body.fieldnotes a:hover { text-decoration:underline; color:#C0672D; }

body.fieldnotes .content a:link, body.fieldnotes .content a:active, body.fieldnotes .content a:visited, body.fieldnotes .link-pages a:link, body.fieldnotes .link-pages a:active, body.fieldnotes .link-pages a:visited, body.fieldnotes .tagdata a:link, body.fieldnotes .tagdata a:active, body.fieldnotes .tagdata a:visited, body.fieldnotes .widget_tag_cloud a:link, body.fieldnotes .widget_tag_cloud a:active, body.fieldnotes .widget_tag_cloud a:visited { border-bottom: none; }
body.fieldnotes .content a:hover, body.fieldnotes .link-pages a:hover, body.fieldnotes .tagdata a:hover, body.fieldnotes .widget_tag_cloud a:hover { border-bottom: none; }

/* Widgets
----------------------------------------------- */
	
	/* Calendar widget
	------------------------------------------- */
	body.fieldnotes .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.fieldnotes .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }
	