/*
custom-1.css
'custom-1' style for the Tarski theme - http://tarskitheme.com/
tweaked by Stephanie LaMonica, http://theuncultivatedlife.com/
*/

/* my changes + headline link colors changed down below in link section and just changed body.custom-1 background from #7c6d63 to #534018;
*/

body.custom-1 { background: #5A471C; }
body.custom-1 .tagdata {display:none;}
body.custom-1 #wrapper { margin: 0 auto 0 auto; width: 750px; background: #fff; text-align: left; }
body.custom-1 h3 { color: #355288; }
.title a {color: #fff;}

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

/* Content
----------------------------------------------- */
body.custom-1 abbr, body.custom-1 acronym { border-bottom: 1px solid #bf8060; }	
	
	/* Headers
	--------------------------------------- */
	body.custom-1 h3 { color: #355288; }
	
	/* Post content
	--------------------------------------- */
	body.custom-1 .articlenav { background: #fcfeff; }
	
	/* Inserts
	--------------------------------------- */
	body.custom-1 .insert { background: #fcfeff; margin: 0 0 1em 0; border: 1px solid #cfdde5; padding: 9px; }
		body.custom-1 .insert h3 { border-bottom: 1px solid #cfdde5; }
	
	/* Downloads
	--------------------------------------- */
	body.custom-1 .content a.download:link, body.custom-1 .content a.download:visited, body.custom-1 .content a.download:active { background-color: #fcfeff; border: 1px solid #cfdde5; }
	
	/* Images
	--------------------------------------- */
	body.custom-1 a img { border: 1px solid #0f6b99; }
	body.custom-1 a:hover img, body.custom-1 .comment a:hover .avatar { border: 1px solid #e59900; }
		
/* Links
----------------------------------------------- */
body.custom-1 a:link, body.custom-1 a:active, body.custom-1 a:visited { color: #5c2c24; }
body.custom-1 a:hover { color: #5A471C; }

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

/* Widgets
----------------------------------------------- */
	
	/* Calendar widget
	------------------------------------------- */
	body.custom-1 .widget_calendar tbody td a { color: #fff; background: #8bb6cc; }
	body.custom-1 .widget_calendar tbody td a:hover { color: #fff; background: #cca352; }
	