html, body {

background: #D7DBDD; 
font-family: helvetica, arial, sans-serif; 
font-size: 16px; 
color: #222;
}

.clear {clear: both;}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #444;
}

#resume {
	width: 90%;
	max-width: 800px;
	background: #FFF;
	margin: 30px auto;
}

.mainDetails {
	padding: 25px 35px;
	border-bottom: 2px solid #239B56;
	background: #85C1E9;
}

#name h1 {
	font-size: 2.5em;
	font-weight: 700;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: -6px;
	color: #239B56;
}

#name h2 {
	font-size: 2em;
	margin-left: 2px;
	font-family: "Courier New", Courier, monospace;
}

#mainArea {
	padding: 0 40px;
}

#profile{
	width: 12.5%;
	float: left;
	margin-right: 30px;
}

#profile img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#name {
	float: left;
}

#contactDetails {
	float: left;
}

#contactDetails ul {
	list-style-type: none;
	font-size: 0.9em;
	margin-top: 2px;
}

#contactDetails ul li {
	margin-bottom: 3px;
	color: #FFF;
}

#contactDetails ul li a:hover { 
	color: #797D7F;
}


section {
	border-top: 1px solid #dedede;
	padding: 20px 0px 0px;
}

section:first-child {
	border-top: 0;
}

section:last-child {
	padding: 20px 0 10px;
}

.sectionTitle {
	float: left;
	width: 30%;
}

.sectionContent {
	float: right;
	width: 72.5%;
}

.sectionTitle h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
	color: #239B56;
}

.sectionContent h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.5em;
	margin-bottom: -2px;
}

.subDetails {
	font-size: 0.8em;
	font-style: italic;
	margin-bottom: 3px;
}

.keySkills {
	list-style-type: none;
	-moz-column-count:3;
	-webkit-column-count:3;
	column-count:3;
	margin-bottom: 20px;
	font-size: 1em;
	color: #444;
}

.keySkills ul li {
	margin-bottom: 3px;
}
#icons{
	width: 12.5%;
	float: left;
	margin-right: 1px;
}

#icons img {
	width: 50%;
	height: 50%;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

@media all and (max-width: 960px) {
	#profile {
		display: none;
	}
	
	.keySkills {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	}
}

@media all and (max-width: 480px) {
	.mainDetails {
		padding: 15px 15px;
	}
	
	section {
		padding: 15px 0 0;
	}
	
	#mainArea {
		padding: 0 25px;
	}

	
	.keySkills {
	-moz-column-count:1;
	-webkit-column-count:1;
	column-count:1;
	}
	
	#name h1 {
		line-height: .8em;
		margin-bottom: 4px;
	}
}

