html { overflow: scroll; }
body { overflow: visible; }
div#geisha
{
	width: 100%;
	height: 100%;
	background: url(../images/geisha.png) no-repeat scroll top right;
	z-index: 48;
}

div#posts
{
	position: absolute;
	left: 0px;
	top: 160px;
	z-index: 2048;
	padding-left: 80px;
	padding-bottom: 100px;
}
div.post
{
	display: block;
	width: 460px;
	float: left;
	clear: both;
	margin-top: 30px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #8C8C8C;
}
div.singlePost { border-bottom: none; }
div.post div { float: left; clear: both; }
div.postDate { font-size: 10px; color: #8C8C8C; }
div.postHeader { margin-top: 5px; }
div.postHeader a { font-size: 16px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
div.postHeader a:hover { text-decoration: underline; }
div.postText { width: 100%; font-size: 16px; line-height: 1.6em; color: #8C8C8C; text-align: left; }
div.postText p { margin: 15px 0px; }
div.postText1 {  }
div.postText a { color: #FFFFFF; text-decoration: underline; }
div.postText a:hover { text-decoration: none; }
div.postLinks1 { width: 100%; font-size: 16px; color: #8C8C8C; }
div.postLinks1 span { margin-right: 8px; }
a.postLink1 { color: #FFFFFF; text-decoration: none; }
a.postLink1:hover { text-decoration: underline; }
a.postCommentLink { color: #FFFFFF; text-decoration: none; }
a.postCommentLink:hover { border-bottom: 1px dotted #FFFFFF; }
div.postTags { width: 100%; font-size: 16px; color: #8C8C8C; }
div.postTags a { font-size: 16px; color: #FFFFFF; text-decoration: none; }
div.postTags a:hover { text-decoration: underline; }

div#blogComment { left: 100px; top: 100px; z-index: 3000; }

div.comment
{
	display: block;
	width: 460px;
	float: left;
	clear: both;
	margin: 15px 0px;
	padding: 10px 0px;
	border-bottom: 1px dotted #5D0779;
}

div.comment div { float: left; clear: both; }
div.commentHeader { width: 100%; font-size: 10px; color: #8C8C8C; border-bottom: 1px dotted #5D0779; }
span.commentHeader1 { float: left; }
span.commentHeader2 { float: right; }
span.commentHeader2 span { font-size: 16px; color: #FFFFFF; }
div.commentText { width: 100%; font-size: 16px; line-height: 1.6em; color: #8C8C8C; text-align: justify; }

div.commentLinks { display: block; width: 100%; height: 15px; }
div.commentLinks a { float: right; clear: both; }

div#blogTagCloud
{	
	padding: 15px;
	position: absolute;
	left: 550px;
	top: 160px;
	z-index: 3000;
	font-size: 11px;
	background-color: #000000;
	border: 1px solid #242424;
}

div#blogTagCloud td { width: 250px; line-height: 1.6em; }

div#blogTagCloud a
{
	white-space: nowrap;
	font-size: 11px;
	text-decoration: none;
	margin: 0px 5px;
	z-index: 3000;
}

.blogDate { font-size: 10px; color: #8C8C8C; }
.blogHeader1 { font-size: 16px; font-weight: bold; }
.blogPost1 { font-size: 16px; line-height: 1.6em; color: #8C8C8C; }

a.blogTag1 { color: #FFFFFF; }
a.blogTag1:hover, a.blogTag1Cur { border-bottom: 1px dotted #FFFFFF; }
a.blogTag2 { color: #EC008C; }
a.blogTag2:hover, a.blogTag2Cur { border-bottom: 1px dotted #EC008C; }
a.blogTag3 { color: #00AEEF; }
a.blogTag3:hover, a.blogTag3Cur { border-bottom: 1px dotted #00AEEF; }
a.blogTag4 { color: #FFF200; }
a.blogTag4:hover, a.blogTag4Cur { border-bottom: 1px dotted #FFF200; }
a.blogTag5 { color: #8C8C8C; }
a.blogTag5:hover, a.blogTag5Cur { border-bottom: 1px dotted #8C8C8C; }

div#rss
{
	position: absolute;
	left: 550px;
	top: 140px;
	white-space: nowrap;
	z-index: 3000;
}

div#rss a { font-size: 11px; text-decoration: none; color: #FFFFFF; }
div#rss a:hover { text-decoration: underline; }
