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


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

	/* Feed icon
	------------------------------------------- */
	body.mycustom .feed { background: url('../images/feed-add.gif') no-repeat 0 50%; }

/* Content
----------------------------------------------- */
body.mycustom code, body.classic pre { color: #bf8060; }
body.mycustom abbr, body.classic acronym { border-bottom: 1px solid #bf8060; }
body.mycustom #footer, body.mycustom #theme-info { border-top: none; }
body.mycustom blockquote { margin:1.5em 1em 0.5em 1em;; font-style:italic; padding:0 4em; color:#808080; background:url("http://thehealthyskeptic.org/wp-content/themes/tarski/images/blockquote.gif") no-repeat scroll left top transparent}
body.mycustom blockquote p { line-height: 1.55em; }

		/* Headers
		--------------------------------------- */
		body.mycustom h3 { color: #bf6030; font-size: .8em;}
		body.mycustom h4 {font-size: 1.3em;}
		body.mycustom h8 { font-size: 1em; font-weight: normal; line-height: 150%; color: #bf6030; letter-spacing: 0.1em; margin: 0 0 0.8em 0; text-transform: uppercase; }

		/* Post content
		--------------------------------------- */
		body.mycustom .articlenav { background: #fcfeff; }

		/* Inserts
		--------------------------------------- */
		body.mycustom .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 8px 8px 1px 8px; }
			body.mycustom .insert h3 { border-bottom: 1px solid #cfdde5; }
			body.mycustom .insert p { font-size: .95em; font-style: italic; line-spacing: 140%; }
			body.mycustom .insert li { font-size: .95em; font-style: italic; line-spacing: 120%; margin-bottom: 7px;}
		body.mycustom .insert2 { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 8px 8px 1px 8px; }
			body.mycustom .insert2 h3 { border-bottom: 1px solid #cfdde5; }
			body.mycustom .insert2 p { font-size: .95em; line-spacing: 140%; }
			body.mycustom .insert2 li { font-size: .95em; line-spacing: 120%; margin-bottom: 7px;}

		/* Downloads
		--------------------------------------- */		
		body.mycustom a.download:link, body.mycustom a.download:visited, body.mycustom a.download:active { background: #fcfeff url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #cfdde5; border-bottom: 1px solid #cfdde5 !important; }
		body.mycustom a.download:hover { background: #fffdfa url('../images/download.gif') no-repeat 10px 50%; border-top: 1px solid #e5d6b8; border-bottom: 1px solid #e5d6b8 !important; }

		/* Images
		--------------------------------------- */
		body.mycustom a img { border: 1px solid #0f6b99; }
		body.mycustom a:hover img { border: 1px solid #e59900; }
			
		/* Comments
		--------------------------------------- */
		body.mycustom .comments-feed a { background: url('../images/feed.gif') no-repeat 100% 50%; }
		body.mycustom .trackback { background: #fcfeff url('../images/trackback.gif') no-repeat 100% 60%; }

/* Links
----------------------------------------------- */
body.mycustom a:link, body.mycustom a:active, body.mycustom a:visited { color: #0f6b99; }
body.mycustom a:hover { color: #e59900; }

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

body.mycustom .footnotes {
  font-size: 85%;
  line-height: 1.5em;
  padding: 10px 0 10px 0;
}

body.mycustom .footnotes .footnotedivider {
  width: 120px;
  border-bottom: 1px solid #ccc;
}

body.mycustom .footnotes li {
  margin: 0 0 5px 0;
}

body.mycustom sup.footnote a {
  text-decoration: none;
  font-size: 80%;
}

body.mycustom sup.footnote {
  line-height: 0em;
}

body.mycustom .footnotereverse a {
  padding: 0 0 0 5px;
  text-decoration: none;
}
/* Social Media Icons for Sidebar Widget */
ul#social_icons li {
  display: inline;
  margin: 0 0.5em;
}
ul#social_icons a {
  border-style: none;
} 
ul#social_icons a img {
  border-style: none;
}  