/* @group Archives */

#archives-featured {
	background: url(images/featured-title.png) no-repeat left bottom;
	margin-top: 30px;
}

#archives-popular {
	background: url(images/popular-title.png) no-repeat left bottom;
	margin-top: 30px;
}

#archives-chron {
	background: url(images/chron-title.png) no-repeat left bottom;
	margin-top: 30px;
}

#archives-taxonomy {
	background: url(images/taxonomy-title.png) no-repeat left bottom;
	margin-top: 30px;
}

.inner {
	border-left: 1px solid #333;
	padding-left: 10px;
}

.outer {
	border-left: 3px solid #333;
	padding-left: 2px;
	margin-left: 20px;
}

.left-box {
	float: left;
	width: 290px;
}

.right-box {
	float: right;
	width: 290px;
}

.left-box h2, .right-box h2 {
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #333;
}

.left-box .post-date, .right-box .post-date {
	color: #999;
	text-transform: lowercase;
	font-size: 10px;
}

.archives li {
	padding-bottom: 10px;
	line-height: 1.2;
}

.archives #archives-chron li {
	padding: 0px;
	margin: 0px;
}

.archives #archives-chron li a, #archives-taxonomy a {
	color: #00b494;
	font-weight: bold;
}

.archives #archives-chron li a:hover, #archives-taxonomy a:hover {
	color: #222;
}

.cattag {
	padding-bottom: 20px;
}

.cattag h2 {
	margin-bottom: 5px;
}

.cattag ul {
	padding-top: 5px;
}

/* @end */
