/*
custom.css
'custom' style 
*/


/* Navigation
----------------------------------------------- */
body.custom #wrapper .nav-current:link, body.custom #wrapper .nav-current:visited, body.custom #wrapper .nav-current:active { color: #bf6068; }
body.custom #wrapper .nav-current:hover { color: #a6212c; }

/* Content
----------------------------------------------- */
body.custom abbr, body.custom acronym { border-bottom: 1px solid #bf6068; }
		
	/* Headers
	--------------------------------------- */
	body.custom h2 { color: #A6212C; }
	body.custom h3 { color: #A6212C; }
	body.custom h4, body.skyline h5, body.skyline h6 { color: #A6212C; }
	
	/* Post content
	--------------------------------------- */
	body.custom .articlenav { background: #fcfeff; }
	
	/* Inserts
	--------------------------------------- */
	body.custom .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.custom .content a.download:link, body.custom .content a.download:visited, body.skyline .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdee5; }
	
	/* Images
	--------------------------------------- */
	body.custom a img { border: 1px solid #3689b3; }
	body.custom a:hover img, body.custom .comment a:hover .avatar { border: 1px solid #a6212c; }
		
/* Links
----------------------------------------------- */
body.custom a:link, body.skyline a:active, body.skyline a:visited { color: #bf6068; }
body.custom a:hover { color: #bf6068; }

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-bottom: 1px solid #cfdee5; }
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 #a6212c; }

/* Widgets
----------------------------------------------- */

	/* Calendar widget
	------------------------------------------- */
	body.custom .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.custom .widget_calendar tbody td a:hover { color: #fff; background: #cc8a95; }
