html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.png) repeat-y center top;
	font: normal 11px tahoma;
}

#wrapper {
	position: relative;
	width: 398px;
	background: #fff;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 250px;
	background: url(../images/header.png) no-repeat;
}

#header .feed {
	position: absolute;
	left: 5px;
	top: 3px;
	width: 16px;
	height: 16px;
}

#header .fav {
	position: absolute;
	left: 5px;
	top: 23px;
	width: 16px;
	height: 16px;
}

#header .home,
#header .archive,
#header .profile,
#header .friends,
#header .contact {
	position: absolute;
	top: 215px;
	width: 55px;
	height: 22px;
}

#header .home {
	left: 25px;
}

#header .archive {
	left: 95px;
}

#header .profile {
	left: 170px;
}

#header .friends {
	left: 240px;
}

#header .contact {
	left: 310px;
}

#header .feed a,
#header .fav a,
#header .home a,
#header .archive a,
#header .profile a,
#header .friends a,
#header .contact a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#body {
}

#body .topspot {
	position: relative;
	height: 64px;
	background: url(../images/topspot.png) no-repeat center bottom;
}

#body .topspot div {
	position: absolute;
	top: 1px;
	left: 17px;
	height: 61px;
	width: 363px;
}

#body .topspot img {
	border: 0 none;
}

.post {
	position: relative;
	width: 363px;
	margin-right: 18px;
	margin-left: 17px;
	margin-top: 13px;
	margin-bottom: 20px;
	text-align: justify;
}

.post .body {
	margin: 0 14px;
	color: #3a3c3b;
}

.post .body p {
	line-height: 1.4em;
}

.post .body .asset {
	text-align: left;
}

.post .header {
	position: relative;
	height: 37px;
}

.post .header div {
	position: absolute;
	top: 7px;
	right: 23px;
	width: 300px;
	color: #933f7a;
}

.post .footer {
	position: relative;
	height: 15px;
	overflow: hidden;
}

.post .comments .comment {
	padding-bottom: 25px;
	margin-bottom: 8px;
}

.post .comments .comment p {
	margin: 0;
}

.post .comments .form {
	position: relative;
	width: 268px;
	height: 233px;
	background: url(../images/post-weblog-comment-form.png) no-repeat;
	margin-right: 19px;
	margin-top: 55px;
}

.post .comments .form .comment-input-name,
.post .comments .form .comment-input-email,
.post .comments .form .comment-input-url,
.post .comments .form .comment-input-comment,
.post .comments .form .comment-input-submit,
.post .comments .form .comment-input-reset {
	position: absolute;
	width: 217px;
	left: 7px;
	top: 2px;
	font: normal 11px tahoma;
	border: 0 none;
	background: transparent;
	color: #333;
}

.post .comments .form .comment-input-email {
	top: 29px;
	direction: ltr;
}

.post .comments .form .comment-input-url {
	top: 56px;
	direction: ltr;
}

.post .comments .form .comment-input-comment {
	top: 85px;
	height: 110px;
	overflow: auto;
}

.post .comments .form .comment-input-submit {
	width: 83px;
	height: 24px;
	top: 209px;
	left: 0;
	cursor: pointer;
}

.post .comments .form .comment-input-reset {
	width: 83px;
	height: 24px;
	top: 209px;
	left: 90px;
	cursor: pointer;
}

.post.weblog .header {
	background: url(../images/post-weblog-header.png);
}

.post.weblog {
	background: #ffddf5;
}

.post.weblog .body a {
	color: #f83dbe;
}

.post.weblog .body .asset {
	padding-bottom: 2px;
}

.post.weblog .comments .comment {
	background: url(../images/post-weblog-comment-separator.png) no-repeat center bottom;
}

.post.weblog .footer {
	background: url(../images/post-weblog-footer.png);
}

.post.linkdump {
	background: #d7effb;
	border-top: 2px solid #c6deea;
	border-bottom: 2px solid #c6deea;
}

.post.linkdump ul {
	list-style-type: square;
	color: #2675c0;
	margin: 0;
	padding: 7px 15px 8px;
}

.post.linkdump ul li {
}

.post.linkdump p a {
	color: #2675c0;
}

.post.linkdump p {
	color: #838486;
	margin: 0;
}

.post.linkdump li {
	margin: 0;
	margin-bottom: 5px;
}

.post.music {
	background: #ffe1e1;
	border-top: 2px solid #ffc9c9;
	border-bottom: 2px solid #ffc9c9;
}

.post.music, .post.music p {
	color: #996161;
}

.post.music a {
	color: #ff0000;
}

.post.daily {
	background: #e1f6bd;
	border-top: 2px solid #d0e5ac;
	border-bottom: 2px solid #d0e5ac;
}

.post.daily, .post.daily p {
	color: #627346;
}

.post.daily a {
	color: #93c147;
}

.post.daily .header {
	height: 28px;
	position: relative;
}

.post.daily .header a {
	display: block;
	position: absolute;
	left: 10px;
	top: 0;
	width: 73px;
	height: 28px;
	background: url(../images/post-daily-header.png) no-repeat;
	text-align: center;
	
	padding-top: 4px;
	height: 24px;
	color: #78895c;
}

.post.daily .header a {
	border-bottom: 0 none;
}

.post.daily .comments {
	background: #d0e5ac;
	padding: 10px 14px;
	display: none;
}

.post.daily .comments .form {
	background: url(../images/post-daily-comment-form.png) no-repeat;
	margin-right: 30px;
}

.post.daily .comment {
	background: url(../images/post-daily-comment-separator.png) no-repeat center bottom;
}

.post.friends {
	background: #e9e9e9;
}

.post.friends .header {
	height: 28px;
	background: url(../images/post-friends-header.png);
}

.post.friends .header div {
	top: 4px;
	right: 28px;
	color: #333;
}

.post.friends .footer {
	height: 41px;
	background: url(../images/post-friends-footer.png);
}

.post.friends a {
	color: #333;
}

.post.friends a:hover {
	color: #888;
}

.post.marchive {
	position: relative;
	width: 170px;
	background: #ffe9af;
	float: right;
	text-align: center;
	margin-left: 0;
}

.post.marchive .header {
	height: 26px;
	background: url(../images/post-marchive-header.png);
}

.post.marchive .header div {
	top: 4px;
	right: 25px;
	width: 100px;
	text-align: right;
	color: #f30;
}

.post.marchive .footer {
	height: 40px;
	background: url(../images/post-marchive-footer.png);
}

.post.marchive a {
	color: #333;
}

.post.marchive a:hover {
	color: #f60;
}

.post.carchive {
	position: relative;
	width: 170px;
	background: #ceffbc;
	float: left;
	text-align: center;
	margin-right: 0;
}

.post.carchive .header {
	height: 26px;
	background: url(../images/post-carchive-header.png);
}

.post.carchive .header div {
	top: 4px;
	right: 25px;
	width: 100px;
	text-align: right;
	color: green;
}

.post.carchive .footer {
	height: 40px;
	background: url(../images/post-carchive-footer.png);
}

.post.carchive a {
	color: #333;
}

.post.carchive a:hover {
	color: green;
}

.post.marchive p,
.post.carchive p {
	margin: 5px 0;
}

#footer {
	background: red;
	position: absolute;
	width: 398px;
	left: 50%;
	margin-left: -199px;
	height: 60px;
	background: url(../images/footer.png) no-repeat center bottom;
	color: #9a4d83;
}

#footer p {
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	font: normal 11px verdana;
}

#footer a {
	display: block;
	position: absolute;
	width: 99px;
	height: 36px;
	top: 0;
	left: 145px;
}

a {
	outline: 0 none;
	text-decoration: none;
}

.post a {
	padding-bottom: 1px;
}

.post a:hover {
	padding-bottom: 1px;
	border-bottom: 1px solid;
}