@import url('archives.css');

/* Tags */
	body.tags section#tags ul#tags li { padding-bottom: 1px; }
	body.tags section#tags ul#tags li div { background: rgba(255,255,255,.04) url('../img/layout-percentbar.gif'); }
	body.tags section#tags ul#tags li a { display: block; overflow: hidden; padding:13px 18px; color:#b2b2b2; }
	body.tags section#tags ul#tags li a:hover { color:#fff; text-decoration:none; }
	body.tags section#tags ul#tags li a:hover em { color:#fff; text-decoration:none;}
	body.tags section#tags ul#tags li a span { float: left; font-size:20px;}
	body.tags section#tags ul#tags li a em { float: right; font-size: 20px; color: #6b914d; padding-right: 12px; color: #6d6d6d; font-style:normal;}
	body.tags section#tags ul#tags li#viewalltags a { background: rgba(255,255,255,.07); display: block; text-align: left; color: #ccc; font-weight:bold; padding: 6px 10px; }
	body.tags section#tags ul#tags li#viewalltags a:hover { color: #fff; background: rgba(255,255,255,.1); }

section#tags { margin-bottom: 10px; }
