
DIV.post { /* for the archives */
	width: 80%;
	margin: auto;
	padding-bottom: 1em;
	border-bottom: 1px dotted black;
}

BODY{
	font-family: "trebuchet ms", helvetica, geneva, sans-serif;
	background-color: white;
	padding: 1em;
	font-size: 12px;
}



DIV.whole{

}
 
DIV.top{
        padding: 1em;
        padding-top: 0;
	border-bottom: dotted 1px #ccc;
}
 
DIV.top H1{
        font-family: courier, "courier new", monospace;
}
 
/*DIV.sidebar{
        width: 220px;
        margin: 15px; 
        margin-top: 0;
        padding: 15px;
	margin-left: 20px;
        float: left; 
 	border: none;
	background: #e7d5c5;
	background: #f1ece0;
	display: none;
}*/

DIV.sidebar{
	position: relative;
	
}
 
DIV.main{
        margin-left: 3em;
        padding-top: 1em;
}
 
DIV.text P{
        text-indent: 2em;
        line-height: 1.5em;
	text-align: justify;
	margin-right: 2em;
}
 
BLOCKQUOTE, BLOCKQUOTE P{
        line-height: 1em;
        padding-left: 2em;
        padding-right: 3em;
	text-align: justify;
}
 
A{
        text-decoration: none;
}
 
A:link{
        color: #9a5a00;
}
A:visited{
/*        color: #777777;*/ 
	color: #7b6448;
}
A:hover{
        color: #da8000;
}

DIV.text{
	background-color: white;
	padding: 1em;
	margin: auto;
	margin-top: 2em;
	width: 40em;
	/*border: thin solid black;*/
}


H1, H2, H3, H4, H5, H6 {
	font-family: courier, "nimbus mono", monospace;
}

DIV.galleries{
	width: 150px;
	float: left;
	padding: 10px;
	margin: auto;
} 

A.thumbnail IMG{
	margin: 10px;
}

.center{
	margin: auto;
	text-align: center;
}

/* these are for IRC formatting */
.time{
	color: #999999;
}
.nick{
	color: #000066;
}
/* end of IRC formatting stuff */




/* These are for the front page gallery summaries */
DIV.galthumb{
	margin: 10px;
	border-bottom: 1px dotted #666;
	width: 400px;
	margin: auto;
	padding: 10px;
}
DIV.galthumb P{
	text-indent: none;
	margin: 10px;
}






