/*
 * Visuals for your bluescreen
 * by Alexander Muromets <moorchegue@psymoorea.ru>
 * 2009
 */

/*
 * usual frustration
 */
* {
	padding: 0px;
	margin: 0px;
}
html, body {
	background-color: #000;
	color: #6f6f6f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: url('../i/sigmunds_gestalt.png') right repeat-y;
	background-position: right 365px;
}
a {
	color: #939;
	text-decoration: underline;
}
a:hover { color: #f6f; }

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: 18px; }
h3 { font-size: 16px; }
p {	text-indent: 2em; }
img { border: none; }
hr {
	border: none;
	height: 45px;
	color: #000;
	background: #000 url('../i/hr.png') right no-repeat;
}
.clear { clear: both; }
/*
 * lounge visuals
 */
#psy {
	background: url('../i/hallucination.jpg') top right no-repeat;
	position: relative;
	clear: both;
}
#to-reflect {
	position: absolute;
	right: 0;
	top: 33px;
}
#discourse {
	padding-top: 540px;
	min-height: 400px;
	width: 70%;
}
	#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 {
	position: absolute;
	top: 720px;
	right: 10px;
	display: block;
	width: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	#listing ul { list-style: none; }
	#listing li {
		display: block;
		width: 50px;
		margin-bottom: 10px;
	}
	#listing ul li.current { color: #af700f }
#groove {
	background: url('../i/groove.png') bottom right no-repeat;
	position: relative;
	bottom: 0;
	height: 116px;
	font-size: 10px;
	color: #3d3247;
}
	#groove p {
		text-indent: -30px;
		margin-left: 35px;
		width: 500px;
		position: relative;
		bottom: -75px;
	}
	#groove a {
		color: #3d3247;
	}
.pages {
	text-align: center;
	font-size: 24px;
	word-spacing: 10px;
}
.pages .previous, .pages .next {
	text-decoration: none;
}
/*
 * forms
 */
input, select, textarea, checkbox {
	background-color: #000;
	color: #999;
	border: #3c263a 1px solid;
}
input[type=button], input[type=submit] {
	border-color: #111;
	background-color: #222;
	color: #CCC;
	border: 1px solid #333;
}
input.big-button {
	padding: 10px;
	font-size: 14px;
}

/*
 * portfolio stuff
 */
.portfolio .second {
	text-align:left;
}
.portfolio .second hr {
	background-position: left;
}

/*
 * portfolio card stuff
 */
/*.project-url a { color: #af700f; }*/
.dts {}

/*
 * art list stuff
 */
.art a.art-a {
	display: block;
	width: 205px; }
.art .art-p {
	width: 205px;
	float: right;
	padding: 20px 0 20px 20px;
}
.art .pages { float: none; }
.art .foto { padding:0;}