body {
	padding: 0;
	margin: auto;
	font-family: sans-serif;
	font-size: 10pt;
}

code,pre {
	overflow: auto;
}
#intro {
	background-image: url(img/title-bg.png);
	padding: 0;
	margin-bottom: -1em;
}

#header {
	text-align:center;
	width: 679px;
	height: 107px;
	padding: 0;
	margin: auto;
	background: transparent url(img/title.png) no-repeat top left; 
}


h1 {
	display: none;
}

#main {
	background-image: url(img/mainbg.png);
        margin: auto;
        text-align: center;
	width: 679px;
}

img {
	border: 0px;
}

#posts {
        text-align: left;
	position: relative;
	left: 0px;
	width: 679px;
}

.hackergotchi {
	position: absolute;
	left: 10px;
	width: 125px;
	text-align: center;
}

.post-title {
	position: relative;
	left: 140px;
	width: 490px;
	padding: 6px;
        border-top: 1px solid #CAD2A4;
        border-bottom: 1px solid #CAD2A4;
        border-left: 1px solid #E9EAE2;
        border-right: 1px solid #E9EAE2;
        background: #F9FAF2;
/*	height: 61px;  */
}
h3 {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: green;
}
h2 {
	position: relative;
	left: 140px;
}
a {
	text-decoration: none;
	color: green;
}
a:visited {
	color: #006655;
	text-decoration: none;
}

.post-content {
	position: relative;
	left: 140px;
	width: 490px;
	padding: 6px;
}
.date {
	text-align: right;
	padding: 6px;
	margin-right: 85px;
}

#bloggers {
    /*background: #fff;*/
    /*border-top: 4px solid #fab000;*/
	position: relative;
	left: 100px;
	width: 679px;
    text-align: center;
    font-size: small;
 	margin: 0px;	
    padding-bottom: 1em;
}
#bloggers ul { list-style: none; margin: 0px; padding: 0px; }
#bloggers ul li { display: inline; padding: 0em 0.5em 0em 0.5em; }
