/* @override 
	http://localhost:3000/stylesheets/personal.css
*/

@import url("reset.css");

/* @group tags */

html, body {
	height: 100%;
}

body {
	background-color: #22173c;
	color: white;
	font: 62.5%/1.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: #622dd5;
}
/*a[rel="bookmark"] {
	color: #999;
}*/
a:hover {
	text-decoration: none;
}
a:active {
	font-weight: bold;
}
a:visited {
}
a.selected {
	text-decoration: line-through;
}

h1, h2 {
	padding-top: 1em;
}

address {
	display: inline;
	font-weight: normal;
	font-style: normal;
}

small {
	font-size: 0.8em;
}

em {
	background-color: lightgoldenrodyellow;
	padding: 1px 3px;
	margin: 0 2px;
color: black;}

nav ul {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 1em 0;
}
nav ul li a {
	display: block;
	text-indent: 1em;
}
nav ul li a:hover {
	background-color: #622dd5;
	color: white;
}

/* @end */

/* @group Structure */

#main {
	height: 100%;
}
#bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}
#bg_raster {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(/images/personal/raster_3.png);
	z-index: 2;
}

#site_mode {
	position: fixed;
	top: 20px;
	right: 60px;
	text-align: right;
}

#columns {
	position: absolute;
	top: 180px;
	left: 90px;
	overflow: hidden;
	width: 91em;
	z-index: 3;
}

.column {
	position: relative;
	float: left;
	background-color: black;
	background-color: rgba(0,0,0,0.86);
	width: 22em;
}

.height22 {
	height: 22em;
}
.height33 {
	height: 33em;
}

.height44 {
	height: 44em;
}

.margin10 {
	margin: 0 1em 1em 0;
}

.fade {
	color: #666;
}

/* @end */

.column h1, .column h2, .column p {
	margin: 0 1em;
}
section, footer {
	font-size: 1.2em;
}

.column p {
	margin-bottom: 5px;
}

.column h1, .column h2 {
	margin-bottom: 1em;
}
.column h2 {
	line-height: 12px;
	padding-top: 22px;
	padding-bottom: 8px;
}

.column footer p {
	margin: 1em;
}

