/*
upandgo.css
*/


/* Navigation
----------------------------------------------- */
body.upandgo #wrapper .nav-current:link, body.upandgo #wrapper .nav-current:visited, body.upandgo #wrapper .nav-current:active { color: #6c747b; }
body.upandgo #wrapper .nav-current:hover { color: #000; }
	
/* Content
----------------------------------------------- */
body.upandgo code { color: #322f31; }
body.upandgo abbr, body.upandgo acronym { border-bottom: 1px solid #f02f8a; }
		
		/* Headers
		--------------------------------------- */
		body.upandgo h3 { color: #f02f8a; }
		body.upandgo a.h2:link { color: #f02f8a; }
		
		/* Post content
		--------------------------------------- */
		body.upandgo .articlenav { background: #E5E5E5; }
		
		/* Inserts
		--------------------------------------- */
		body.upandgo .insert { background: #fff; margin: 0 0 1em 0; border: 1px solid #322f31; padding: 9px; }
			body.upandgo .insert h3 { border-bottom: 1px solid #322f31; }
		
		/* Downloads
		--------------------------------------- */
		body.upandgo .content a.download:link, body.upandgo .content a.download:visited, body.upandgo .content a.download:active { background-color: #f02f8a; border: 1px solid #322f31; }
		
		/* Images
		--------------------------------------- */
		body.upandgo a img { border: 1px solid #4c8099; }
		body.upandgo a:hover img, body.upandgo .comment a:hover .avatar { border: 1px solid #000; }
		
/* Links
----------------------------------------------- */
body.upandgo a:link, body.upandgo a:active, body.upandgo a:visited { color: #6c747b; }
body.upandgo a:hover { color: #f02f8a; }

body.upandgo .content a:link, body.upandgo .content a:active, body.upandgo .content a:visited, body.upandgo .link-pages a:link, body .link-pages a:active, body .link-pages a:visited, body .tagdata a:link, body.upandgo .tagdata a:active, body.upandgo .tagdata a:visited, body.upandgo .widget_tag_cloud a:link, body.upandgo .widget_tag_cloud a:active, body.upandgo .widget_tag_cloud a:visited { border-bottom: 1px solid #ccc; }
body.upandgo .content a:hover, body.upandgo .link-pages a:hover, body.upandgo .tagdata a:hover, body.upandgo .widget_tag_cloud a:hover { border-bottom: 1px solid #000; }

/* Widgets
----------------------------------------------- */

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