@import "reset.css";

/* BASE STYLES */

a:-webkit-any-link {
	color: unset;
}

body {
	font-family: 'Lekton', Helvetica, arial, Sans-serif;
	color: #eee;
	margin: 0;
	padding: 0;
	background: #000;
}


/* BASIC */

.clear { clear: both;}
em { font-weight: normal; font-style: italic; 
	letter-spacing: 0px;}
h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
h2 {}

p {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
	
p.beta {
	padding: 2px 0 2px 60px;
	background: url(icon_beta.gif) center left no-repeat;
	letter-spacing: 0px;
	color: #888;
	font-style: italic;
	margin-top: 30px;
	}
	
p.email {
	padding: 2px 0 2px 40px;
	background: url(icon_e.gif) center left no-repeat;
	margin: 0 0 20px 0;
	font-style: italic;
	letter-spacing: 1px;
	}
p.address {
	padding: 2px 0 2px 40px;
	background: url(icon_a.gif) center left no-repeat;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	}
p.phone {
	padding: 2px 0 2px 40px;
	background: url(icon_p.gif) center left no-repeat;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
	}

a {
	color: unset;
}

a:link {
	color: #eee;
	text-decoration: none;
	}
a:visited {
	color: #eee;
	text-decoration: none;
	}
a:hover {
	color: #555;
	text-decoration: none;
	}
a:active {
	color: #777;
	text-decoration: none;
	}

a.project {
}

a.project:link {
	color: #eee;
	text-transform: uppercase;
	font-style: normal;
	text-decoration: none;
	display: inline-block;
	width: 250px;
	font-size: 16px;
	margin: 0 10px 0 0;
	}
a.project:visited {
	color: #eee;
	}
a.project:hover {
	color: #555;
	transition: color ease-out 0.3s;
	}
a.project:active {
	color: #777;
	}

/* LAYOUT */


#container {
	width: 1366px;
	padding: 0 70px 70px 70px;
	margin: 0 auto;
	}
	
#header {
	background: url(moonsplash.jpg) center no-repeat;
	height: 276px;
	min-height: 276px;
	}
	
.content {
	display: flex;
	clear: both;
}
	
.heading {
 	width: 320px;
 	float: left;
 	border-top: 3px solid #eee;
 	padding: 38px 0 30px 0;
	}
 
.body {
	flex-grow: 1;
	border-top: 1px solid #444;
	padding: 38px 0 30px 0;
	}