/* Sinister Apathy Default Style Sheet 03/2010 */
/* Construct the core layout */
body{ color: #ffffff; background: #020505; }

#outer-limits{
	width: 940px;
	height: auto;
	margin: 50px auto;
	position: relative;
	border: 1px solid #38464e;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#heads-i-win {
	z-index: -1;
	position: relative;
	float: left;
	width: 100%;
	height: 112px;
	margin-left: -1px;
	background: url(grid.png);
}

#here-be-dragons {
	float: right;
	position: relative;
	margin-top: -37px;
	height: 37px;
	width: 185px;
	z-index: 10;
}

#left-pane {
	float: left;
	position: relative;
	margin: 30px 15px;
	width: 610px;
	height: 350px;
	overflow: hidden;
}

#right-pane {
	float: right;
	position: relative;
	width: 280px;
	overflow: hidden;
}

#tails-you-lose {
	margin-left: -2px;
	background: url(grid.png);
	clear: both;
	width: 100%;
	height: 26px;
	position: relative;
	font-size: .8em;
	color: white;
	text-align: center;
	padding-top: .5em;
}

/* Avoiding the dragons */
#compass{
	width: 262px;
	position: relative;
	float: right;
	background: url(button-bg.gif) repeat;
	padding: 0 .8em;
	height: 35px;
}

#compass li { list-style: none; display: inline; padding-left: .9em; }

/* Typography */
#blindfold { height: 1800px; overflow: hidden; }

#blindfold h1 { margin-bottom: 1em; }

#intro, #portfolio, #network, #pigeonpost { height: 420px; margin: 0 1.5em; }
#warning {
	color: #add8e6;
}

/* dimmed bg */
#dim{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background: url('dim.png');
	display: none;
	text-align: left;
}

.msgbox{
	position: absolute;
	width: 650px;
	height: 650px;
	z-index: 200;
	top: 10px;
	margin: auto;
	left: 50%;
	margin-left: -375px;
}

.msgbox img { position: absolute; border: none; margin: 5px; }

.close{ top: 0; right: -60px; position: absolute; }

/*heartbeat table*/
#portfolio table {
	width: 500px;
	border: 1px solid #849c9b;
	border-collapse: collapse;
}

#portfolio td { padding-left: 1em; border: 1px solid #849c9b; }

/* Social Ball */
#network .floater {
	float: left;
	width: 5em;
	position: relative;
	margin: 1em .5em;
	text-align: center;
}

#network img { display: block; margin: auto; margin-bottom: .2em; }

/* Contact Form*/
form { padding: 1em 1.5em; margin: 0; }

form .field, form .buttons { padding-bottom: 10px; }

form .field { padding-left: 120px; }

form .field label {
	display: inline;
	float: left;
	width: 100px;
	margin-left: -120px;
}

label, button, input.submit { cursor: pointer; font-size: 1em; }

input.submit {
	margin-top: 30px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	color: white;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #849c9b;
}

input.submit:hover { color: #fff; background: #555; }

input.text, textarea {
	width: 25em;
	border: 2px solid #eee;
	color: #555;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

input.text:focus, input.password:focus, textarea:focus, select:focus { background: #eee; }

/* Credits */
#credit{
	position: absolute;
	top: 0;
	width: 100%;
	font-size: 1.2em;
	color: #fff;
	background: url(feature_bg.png);
	padding: .4em;
	text-align: center;
	border-bottom: solid 1px #849c9b;
}

#notice {
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}

#network .boxes, fieldset { clear: both; }
