/*
custom.css
modified from 'Skyline' style for the Tarski theme - http://tarskitheme.com/
Designed by Benedict Eastaugh, http://extralogical.net/
*/
#header /*, #content*/ { margin-bottom: 2em; padding-left: 0; padding-right: 0; }
#navigation {background-color: #ba5b49; margin-top: 15px; padding-left: 20px}
#navigation .secondary {width: 140px}
#navigation .primary {width: 520px}
#sidebar {background: #ba5b49; padding: 10px; margin-right: 20px; width: 180px; max-width: 180px}
#sidebar a, #navigation a {color: #f5ead8; letter-spacing: .1em;}
#sidebar a:hover, #navigation a:hover {
color: #59382e
}
#sidebar h3 {text-transform:none}
hr { color: #2b150e; }

/* Navigation
----------------------------------------------- */
body.custom {background:url(http://www.writefairytales.com/img/bg-vines.jpg) 0 0 repeat; font-family: Didot, Georgia, serif; }
body.custom #wrapper {background:#f5ead8;}
body.custom #wrapper .xoxo {text-transform: uppercase;} /*navigation links*/
body.custom #wrapper .nav-current:link, body.custom #wrapper .nav-current:visited, body.custom #wrapper .nav-current:active { color: #2b150e; }
body.custom #wrapper .nav-current:hover { color: #59382e; }

/* Content
----------------------------------------------- */
body.custom code { color: #2b150e; }
body.custom abbr, body.custom acronym { border-bottom: 1px solid #2b150e; }
		
		/* Headers
		--------------------------------------- */
		body.custom h3 { color: #2b150e; }
		body.custom h4, body.custom h5, body.custom h6 { color: #2b150e; }
		
		/* Post content
		--------------------------------------- */
		body.custom .articlenav { background: #ba5b49; }
		
		/* Inserts
		--------------------------------------- */
		body.custom .insert { background: #ba5b49; margin: 0 0 1em 0; border: 1px solid #2b150e; padding: 9px; }
			body.custom .insert h3 { border-bottom: 1px solid #2b150e; }
		
		/* Downloads
		--------------------------------------- */
		body.custom .content a.download:link, body.custom .content a.download:visited, body.custom .content a.download:active { background-color: #ba5b49; border: 1px solid #cfdee5; }
		
		/* Images
		--------------------------------------- */
		body.custom a img { border: 1px solid #2b150e; }
		body.custom a:hover img, body.custom .comment a:hover .avatar { border: 1px solid #2b150e; }
		
/* Links
----------------------------------------------- */
body.custom a:link, body.custom a:active, body.custom a:visited { color: #2488a0; }
body.custom a:hover { /*color: #a6212c*/ }

body.custom .content a:link, body.custom .content a:active, body.custom .content a:visited, body.custom .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .tagdata a:link, body.custom .tagdata a:active, body.custom .tagdata a:visited, body.custom .widget_tag_cloud a:link, body.custom .widget_tag_cloud a:active, body.custom .widget_tag_cloud a:visited { border: none }
body.custom .content a:hover, body.custom .link-pages a:hover, body.custom .tagdata a:hover, body.custom .widget_tag_cloud a:hover { border-bottom: 1px solid #2b150e; }

/* Widgets
----------------------------------------------- */

	/* Calendar widget
	------------------------------------------- */
	body.custom .widget_calendar tbody td a { color: #fff; background: #ba5b49; }
	body.custom .widget_calendar tbody td a:hover { color: #fff; background: #ba5b49; }
