@charset "UTF-8";
@import url("sample.css");
/* CSS Document */

body {
	background-color: #1C1C1C;
}
#thumb_cont {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#featured {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 248px;
	background-color: #0C0C0C;
}
#works_bar {
	background-image: url(img/selected_works.png);
	height: 19px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	margin-bottom: 15px;
}
#footer {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 200px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #131313;
	margin-bottom: 100px;
}
#contact {
	width: 256px;
	float: left;
	margin-top: 15px;
	margin-left: 2px;
}
#social img {
	float: right;
	margin-left: 15px;
}
#form {
	float: left;
	width: 256px;
	margin-top: 0px;
}
#social {
	float: left;
	width: 256px;
	margin-top: 15px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: lighter;
}
.thumb {
	background-color: #000;
	border: 1px solid #282828;
	padding: 8px;
	height: 116px;
	width: 233px;
}
.title {
	width: 250px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
	float: left;
	margin-left: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-weight: lighter;
	margin-top: 5px;
	padding-right: 3px;
	float: right;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: lighter;
	font-size: 10px;
	display: inline;
}
.first {
	width: 100px;
	float: left;
}
.second {
	float: right;
	width: 200px;
}
.section {
	width: 300px;
	height: auto;
	padding-top: 15px;
	clear: both;
}

#featured_img {
	height: 220px;
	width: 441px;
	float: right;
	padding: 8px;
	background-color: #141414;
	margin-top: 5px;
	margin-right: 5px;
}
#featured_txt {
	width: 280px;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}
#personal {
	width: 300px;
	padding-left: 20px;
	padding-top: 25px;
	float: left;
}
#resume {
	width: 300px;
	float: right;
	padding-top: 25px;
	padding-bottom: 25px;
}
