/*h1
{
	text-align: center;
	font-family: Roboto, sans-serif;
	color: rgb(240,240,160);
	font-weight: 300;
}
h2
{
	text-align: center;
	font-family: Roboto;
}*/
header {
		background: #2A2C2B;
		padding: 50px;
		margin-bottom: 50px;
}

header h1 {
		max-width: 700px;
		margin: 0 auto;
		color: #E2E2E2;
}

header h2 {
		font-size: 1em;
		max-width: 700px;
		margin: 0 auto;
		color: #E2E2E2;
}

h3 {
		font-size: 1.5em;
		margin: .83em 0
}

h3 {
		font-size: 1.17em;
		margin: 1em 0
}

strong {
		font-weight: bold
}

body {
	background: #F9F9F9;
	font-size: 0.9em;
	font-family: 'Open Sans', sans-serif;
	margin: 0
}
/*#contact p
{
	line-height: 1.3;
	float: left;
	width: 80px;

}*/
#contact_container {
		border-top: 1px #E2E2E2 solid;
		border-bottom: 1px #E2E2E2 solid;
}

.website,
.email,
.phone {
		margin-bottom: 10px;
		float: left;
		width: 30%;
}
.summary {
		padding-top: 5px;
		clear: both;
}

.volunteer_container {
	border-top: 1px #E2E2E2 solid;
	border-bottom: 1px #E2E2E2 solid;
}

.work_container .item,
.volunteer_container .item {
	margin: 25px 0 25px 0;
	padding-bottom: 0px;
}

.list {
	display: inline-block;
}

.work_position,
.work_date,
.work_website {
	margin-bottom: 10px;
	float: left;
	width: 30%;
}

.work_summary {
		padding-top: 10px;
		padding-bottom: 0px;
		clear: both;
}

#underline {
	max-width: 700px;
	padding: 0 50px;
	margin: 0 auto;
	padding-bottom: 100px;
	/*border-bottom: 1px #E2E2E2 solid;*/
}
#skill {
	margin-bottom: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px #E2E2E2 solid
}
#skill .item {
	margin: 0 0 10px 0;
	float: left;
	width: 50%;
}
#references {
	margin-bottom: 10px;
	padding-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px #E2E2E2 solid
}
#references .item {
	margin: 0 0 10px 0;
	float: left;
	width: 50%;
}
