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

body { font-family: helvetica, Verdana, Arial, sans-serif; font-size: 76%; line-height: 120%; color: #404040; background: #fff; }

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

/* Content
----------------------------------------------- */
body.skyline abbr, body.skyline acronym { border-bottom: 1px solid #bf8f93; }
.addthis_container a, .addthis_container a:hover, .addthis_container img, .addthis_container img a:hover { text-decoration:none; border:none; }		
	/* Headers
	--------------------------------------- */
	#title { margin: 0px 0 -20px; border-bottom: 1px solid #ccc; }
	body.skyline h3 { color: #bf6068; }
	body.skyline h4, body.skyline h5, body.skyline h6 { color: #bf8f93; }
	
		#tagline { text-align:center; font-family: helvetica, Arial, 'Times New Roman', Times, sans-serif; font-size: 1.1em; font-weight: bold; font-style: normal; color: #999999; margin: 0em 0 1em 0; border: none; padding: 0; line-height: 120%; }

	h1, body .entry .title { font-family: helvetica, Arial, sans-serif; font-size: 2em; font-weight: bold; line-height: 120%; margin: 0; border-bottom: 1px solid #ccc; padding: 0 0 0.1em 0; }
	.entry h2 { helvetica, Arial, sans-serif; font-size: 2em; font-weight: normal; line-height: 120%; margin: 0 0 0.5em 0; }
	.entry h3 { font-size: 1.2em; font-weight: normal; color: #8fbf60; text-transform: uppercase; letter-spacing: 0.1em; margin: 0 0 0.8em 0; border-bottom: 1px solid #e5e5e5; padding: 0 0 0.4em 0; }
	h4 { font-family: helvetica, Arial, 'Times New Roman', Times, sans-serif; font-size: 1.5em; font-weight: normal; line-height: 120%; margin: 0 0 0.3em 0; }
	h5 { font-size: 1em; font-weight: bold; line-height: 120%; margin: 0 0 0.3em 0; padding: 0; }
	h6 { font-size: 0.8em; font-weight: bold; line-height: 120%; margin: 0 0 0.3em 0; padding: 0; }

	/* Post content
	--------------------------------------- */
	body.skyline .articlenav { background: #fcfeff; }
	
	/* Inserts
	--------------------------------------- */
	body.skyline .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdee5; padding: 9px; }
		body.skyline .insert h3 { border-bottom: 1px solid #cfdee5; }
	
	/* Downloads
	--------------------------------------- */
	body.skyline .content a.download:link, body.skyline .content a.download:visited, body.skyline .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdee5; }
	
	/* Images
	--------------------------------------- */
	body.skyline a img { border: 1px solid #3689b3; }
	body.skyline a:hover img, body.skyline .comment a:hover .avatar { border: 1px solid #a6212c; }
		
/* Links
----------------------------------------------- */
body.skyline a:link, body.skyline a:active, body.skyline a:visited { color: #3689b3; }
body.skyline a:hover { color: #a6212c; }

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

/* Widgets
----------------------------------------------- */
#sidebar img {border:none;}
#footer #theme-info p a {color:inherit; text-decoration:none; border:none;}
#footer #theme-info p a:hover {color:black; text-decoration:none; border:none;}

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

