/*
 * Visuals for your soilinbox
 * by Alexander Muromets <moorchegue@psymoorea.ru>
 * 2009
 */

/*
 * usual frustration
 */
* {
	padding: 0px;
	margin: 0px;
}
html, body {
	background-color: #FFF;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #939;
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	color: #af700f;
	font-weight: normal;
}
h1 { font-size: 30px; }
h2 { font-size: 24px; }
h3 { font-size: 18px; }

p {	text-indent: 2em; }
img { border: none; }

/*
 * lounge visuals
 */
#psy {
	position: static;
	width: 100%;
}
#discourse {
	position: static;
	width: 100%;
}
	#discourse h1, #discourse .blahs { text-align: right; padding: 0 20px 2px 20px; }
	#discourse h1 {
		display: block;
		border-bottom: #3c263a 1px solid;
		margin-bottom: 20px;
	}
	#discourse .blahs { letter-spacing: 0.01em; }
	#discourse .blahs p { margin-bottom: 12px; line-height: 16px; }
#listing, #groove, #to-reflect { display: none; }

/*
 * forms
 */
input, select, textarea, checkbox {
	background-color: #FFF;
	color: #333;
	border: #3c263a 1px solid;
}
input[type=button], input[type=submit] {
	border-color: #111;
	background-color: #CCC;
	color: #000;
}

/*
 * tables
 */
table { border-collapse: collapse; }
td { border: #999 1px solid; }