@import url('fonts.css');

@import url('contact.css');

* {
	margin: 0;
	padding: 0;
	}
	
aside, article, header, nav, video, section {
	display: block;
}

body{
	margin:0px;
	background:#101010;
	font-family:arial, helvetica, 'sans-serif';
}

.clearfix{
	clear:both;
}

#wrapper{
	width:960px;
	margin:0px auto;
}

#header{
	margin:50px 150px 0px 150px;
	border-bottom:1px solid #494949;
	padding-bottom:10px;
}

#intro_header{
	margin:50px 0px 0px 0px;
	border-bottom:1px solid #494949;
	padding-bottom:10px;
}

#logo{
	width:219px;
	height:43px;
	float:left;
}

#nav{
	float:right;
	display:inline-block;
	margin-top:23px;
}

#nav a{
	display:inline-block;
	margin-left:15px;
	font-family: 'BauhausMdBTMedium';
	text-decoration:none;
	text-transform:uppercase;
	color:#8c8c8c;
	font-size:12px;
}

#nav a:hover{
	color:#efa21b;
}

#content{
	margin:30px 150px;
}

#intro_content{
	margin:30px 0px;
}

#footer{
	border-top:1px solid #494949;
	margin:0px 150px 20px 150px;
	padding-top:10px;
	color:#555;
	font-size:12px;
}

#intro_footer{
	border-top:1px solid #494949;
	margin:0px 0px 20px 0px;
	padding-top:10px;
	color:#555;
	font-size:12px;
}

h1{
	color:#fff;
	margin-bottom:20px;
	text-transform:uppercase;
	font-family: 'BauhausMdBTMedium';
	font-size:18px;
	font-weight:100;
}

.job-container:not(:last-child){
	border-bottom:1px solid #3b3b3b;
	margin-bottom:20px;
}

.job-container h2{
	font-weight:100;
	margin:0px;
	text-transform:uppercase;
	color:#efa21b;
	font-size:18px;
	font-family: 'BauhausMdBTMedium';
}

.job-container h3{
	font-weight:100;
	margin:0px;
	text-transform:uppercase;
	color:#fff;
	font-family: 'BauhausMdBTMedium';
	font-size:14px;
}

.job-container h4{
	font-weight:100;
	margin:0px;
	color:#a2a2a2;
	font-size:12px;
	margin:0px 0px  10px 0px;
}

.job-container h5{
	font-weight:100;
	margin:0px;
	color:#e2e2e2;
	font-style:italic;
	font-size:12px;
}

.description{
	margin:10px 0px;
	color:#a2a2a2;
	font-size:12px;
}

.description ul{
	margin-left:20px;
}

.description ul li{
	margin-bottom:10px;
}

.job-container h5.eduspace{
	margin-bottom:10px;
}

.intro{
	width:454px !important;
	height:480px !important;
	float:left;
}

#paintings{
	margin-right:52px !important;
	margin-bottom:52px;
}

#ads{
	margin-bottom:52px;
}

#resume{
	margin-right:48px !important;
	border:1px solid #444;
}

#other{
	border:1px solid #444;
	text-align:center;
	color:#555;
}

.intro_overlay{
	position:relative;
	color:#aaa;
	top:-150px;
	text-align:center;
	background:rgba(0,0,0,.7);
	font-family: 'HelvMdCn';
	text-transform:uppercase;
	font-size:30px;
	padding:20px 0px;
	width:100%;
}
