/* @group BASICS SETUP */
h1, h2, h3, h4, h5, h6,
p,
dl, dt, dd,
ol, ul, li,
pre,
table,
address,
fieldset {
	padding: 0;
	margin-top: .62em;
	margin-bottom: .62em;
}
a, a:link {
	border-bottom-width: 1px;
}
/* @end */

/* @group BLOG BLOG */
.wrap-blog {
	position: relative;
	overflow: visible;
	width: 900px;
	margin: 10px auto;
}
.blog-obj {
	position: absolute;
	overflow: visible;
}
.blog-old {
	position: relative;
	overflow: visible;
	width: 570px;
	margin: 30px auto;
}
.blog-obj .meta {
	display: none;
}
.blog-obj p {
}
.blog-obj .title {
	position: absolute;
	left:0; top:0;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #848484;
}
.blog-old .title {
	background: #fff;
	border-bottom: 1px solid #848484;
}
.title h2 {
	margin: 0; padding: 0;
}
.menu {
	position: absolute;
	overflow: visible;
	left:0; top:0;
	width: 100%; height: 1px;
}
.menu a, .commentarea a.close {
	background: url('images/sprite.png') 0 0 no-repeat;
	position: absolute;
	display: block;
	overflow: visible;
	width: 20px; height: 20px;
	font-size: 12px;
	border: 0;
}
a.like {
	background-position: 0 0;
	left:-20px; top:0;
}
a.dislike {
	background-position: -20px 0;
	left:-20px; top:20px;
}
a.comment {
	background-position: -40px 0;
	right:-20px; top:-20px;
	text-indent: 20px;
}
.blog-old a.comment {
	right:-20px; top:0;
}
.commentarea a.close {
	background-position: -60px 0;
	left:-1px; top:-1px;
}
a.like:hover {
	background-position: 0 -20px;
}
a.dislike:hover {
	background-position: -20px -20px;
}
a.comment:hover {
	background-position: -40px -20px;
}
.commentarea a.close:hover {
	background-position: -60px -20px;
}
a.like:active {
	background-position: 0 -40px;
}
a.dislike:active {
	background-position: -20px -40px;
}
a.comment:active {
	background-position: -40px -40px;
}
.commentarea a.close:active {
	background-position: -60px -40px;
}
.menu a span, .commentarea a.close span {
	display: none;
}
.commentarea {
	display: none;
	position: absolute;
	right:-500px; top:0;
	width: 460px;
	padding: 20px;
	margin-bottom: 30px;
	/*border: 1px solid #848484;*/
	background: #eee;
}
.blog-old .commentarea {
	top:20px;
}
.blog-obj .post p {
}
.info {
	background: #eee;
	border-top: 1px solid #848484;
	padding: 5px;
	font-size: 11px;
	color: #999;
}
.item { /* positionable items in post */
	position: absolute;
}
/* @end */
/* @group HEADER FOOTER */
.header {
	position: fixed;
	top:  0;;
	width: 100%;
	/* 	background-color: #ccc; */
	z-index: 21;
}
.footer {
	position: fixed;
	width: 100%;
	bottom: 0;
	font-size: .85em;
	z-index: 22;
}
ul.navbar {
	margin: 0; border: 0; padding: 0;
}
ul.navbar li {
	margin: 0; border: 0; padding: 0;
	display: block;
	float: left;
}
ul.navbar li.jk {
	margin-right: 2em;
}
ul.navbar li.righty {
	float: right;
}
ul.navbar li a {
	margin: 0; border: 0; padding: .25em .75em;
	display: block;
	float: left;
}
ul.navbar li .not-link {
	margin: 0; border: 0; padding: .25em 0;
	display: block;
	float: left;
}
/* @end */

/* @group COMMENT THREADING */
.meta-btm {
	margin-top: .5em;
	font-size: .85em;
}
.meta-btm li {
	margin-bottom: .5em;
}
ol.commentlist {
	list-style: none;
}
ol.commentlist li ul {
	margin: 6px 6px;
}
li.comment {
	font-size: 1em;
	float: none;
	clear: both;
	margin: 6px 0;
	padding: 6px;
}
li.depth-1, li.depth-3, li.depth-5 {
	background-color: #fff;
}
li.depth-2, li.depth-4, li.depth-6 {
	background-color: #eee;
}
li.pingback, li.tweetback {
	background-color: #eee; 
	color: #999;
	float: none;
	clear: both;
	margin: 10px 0;
	padding: 6px;
}
.comment-meta {
	font-size: .9em;
	margin: 0 0 5px 0;
}
.avatar {
	float: left;
	margin: 0 6px 3px 0;
}
.reply {
	font-size: .9em;
	padding-bottom: 2px;
}
#cancel-comment-reply {
	margin-left: 1em;
	font-size: .7em;	
}
#respond {
	width: 90%;
	margin: 0 auto;
	padding: 12px 0 0 0;
}
#respond textarea {
	width: 95%; height: 150px;
}
em.attn {
	font-size: 1.5em;
	color: #ff0000;
}
.newer-older {
	text-align: center;
	padding-bottom: 1em;
}
.newer-older a {
	margin: .5em 1em;	
}
/* @end */

/* @group CUSTOM HELPERS */
.hide { display: none; }
.bordered { border: 1px solid #ccc; }
.pad_btm {
	padding-bottom: 2em;
}
/* @end */

/* @group TEMPORARY? TEMPORARY? */
.update-text {
	width: 100%;
	padding-top: 1.9em;
}
.update-text p {
	width: 750px;
	font-size: 1.1em;
	margin: 0 auto;
	padding-bottom: .4em;
}
/* @end */
