body {
	background: rgb(249,248,242) url(/images/archive-body-bg.jpg) repeat-y;
}
.wrapper {
	background: transparent url(/images/archive-wrapper-bg.jpg) no-repeat;
	width: 650px;
	padding-left: 160px;
}
#site-info {
	height: 168px;
}
#site-info nav {
	padding: 9px 0 0 80px;
}
#site-info h1 {
	height: 36px;
	padding: 18px 0 0 80px;
}
#site-info h1 a {
	width: 310px;
	height: 36px;
	display: block;
}

.search {
	width: 320px;
	height: 54px;
	position: absolute;
	top: 0;
	left: 600px;
	padding: 0 0 0 0;
}

.weblog {
	width: 640px;
	padding: 0 0 0 10px;
}
.weblog .directory {
	margin-bottom: 12px;
}
.weblog article h1,
.weblog article .post-content,
.weblog article footer,
.weblog article .comments {
	width: 548px;
}
.weblog article footer {
	margin-bottom: 0;
}

/* comments */
.weblog article .comments {
	padding: 0 10px 6px 10px;
	border: solid 1px rgb(222,221,215);
	border-width: 0 1px; 
	margin: 0 10px 0 60px;
}
.weblog article .comments h2 {
	padding-top: 12px;
}
.weblog article .comment-content {
	border-top: solid 1px rgb(222,221,215);
	padding: 5px 0 0 0;
}
.weblog article .comment footer {
	color: rgb(92,130,140);
	font-size: 10px;
	line-height: 12px;
	width: auto;
	padding: 0;
	border: none;
	margin: 0 0 12px 0;
}

/* comment form */
.weblog .comment-form {
	padding: 6px 10px 6px 10px;
	border: solid 1px rgb(222,221,215);
	border-width: 0 1px; 
	margin: 0 10px 24px 60px;
}
.weblog .comment-form label {
	display: block;
	padding-top: 9px;
	margin-bottom: 3px;
}
.weblog .comment-form .options label {
	display: block;
	padding-top: 6px;
	margin-bottom: 0;
}

.weblog .comment-form .submits {
	padding-top: 12px;
}
.weblog .comment-form .submits input {
	color: rgb(199,95,46);
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: transparent;
	padding: 3px 5px 2px 6px;
	border: solid 1px rgb(201,215,215);
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-webkit-transition: color .3s ease;
	-webkit-transition: background-color .3s ease;
	margin-right: 10px;
}
.weblog .comment-form .submits input:hover {
	color: rgb(255,255,255);
	background: rgb(199,95,46);
	border-color: rgb(150,75,30)
}

.weblog nav.pagination {
	color: rgb(92,130,140);
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 24px 0 0 70px;
}
.weblog .category-list {
	padding: 0 10px 0 70px;
	margin: 0 0 0 0;
}
.weblog .archive-category-list {
	margin-bottom: 36px;
}
.weblog .category-list h1 {
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 0 11px 0;
	border-bottom: solid 1px rgb(201,215,215);
	margin: 0 0 12px 0;
}
.weblog .category-list ul{
	list-style-type: none;
	padding: 0 0 0 0;
}
.weblog .archive-category-list ul {
	padding-bottom: 5px;
	border-bottom: solid 1px rgb(201,215,215);
}
.weblog .category-list li {
	font-size: 16px;
	font-weight: 400;
	width: 160px;
	float: left;
	margin-bottom: 12px;
}


