/* CSS Document */

/* hide the right sidebar */
#sidebar{
	display: none;
}

/* stretch the content area over the now-removed right sidebar */
#main{
	margin: 0;
}

body{
	font-size: 0.7em;
	font-family: Verdana,Tahoma,Arial,'Arial Black',Helvetica,'Century Gothic',sans-serif;
}

#footer{
	display: none;
}

a{
	color: blue;
}

h1 a, h2 a, h3 a{
	color: #663300;
}

#header{
	display: none;
}

div.post img{
	padding: 6px;
}

div.post {
	border-top: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
}