#resume{
	position: absolute;
	top: 31px;
	bottom: 0px;
	left: 0px;
	right: 0px;

}

#resume-container{
	padding: 0px 5%;
	padding-top: 75px;
	line-height: 25px;
}

#resume section{
	margin: 1.68em 0px;
}

#resume section h2{
}

p, li{
    margin: 25px 0px;
}

/******************** Applicant *********************/
section#applicant{
	position: relative;
}

section#applicant img{
	float: left;
	margin-right: 15px;
	margin-top: -75px;
	width: 150px;
	height: 150px;
}

#applicant h1.name{
	line-height: 50px;

}
#applicant span.phone{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 2em;
	line-height: 50px;
	padding-left: 37px;
	background-image: url('../images/phone-icon.png');
	background-repeat: no-repeat;
	background-position: center left;
}
#applicant address,
#applicant .address,
#applicant .city,
#applicant .state,
#applicant .country
{ 
	float: left !important;
	margin-right: 10px;
}



/************** Summary/skills ***********************/

section#summary{
	clear: both;
}
section#summary,
section#education,
section#skills,
section#experience{
	width: 23%;
	padding-right: 2%;
	float: left;
}
section h2{
	margin-bottom: 30px;
}

section#summary p{
	margin-top: 25px;
}

/*************** Education ************************/

section#education{ }

#resume section#education .education,
#resume section#skills .skill,
#resume section#experience .experience
{
	margin-top: 30px;
}	

.education span.school,
.education span.outcome,
.education span.summary,
.experience span.company,
.experience span.title,
.experience span.summary,
.skill span.years
{
	display: block;
}

.education span.school,
.experience span.company{
	font-weight: bold;
	font-size: 1.68em;
	line-height: 1em;
}

span.start_date, span.end_date, span.years{
	opacity: 0.7;
}

#education span.start_date,
#education span.end_date{
	display: inline;
}

/*************** Experience **********************/

#resume section#experience{
}
