html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
border:0;
/* font:inherit; */
/* font-size:100%; */
margin:0;
padding:0;
vertical-align:baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display:block;
}

html, body {font-family: sans-serif; font-size: 16px; color: #333;}

.clear {clear: both;}

p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 20px;
	color: #444;
}

#resume {
	width: 90%;
	max-width: 800px;
	background: #f3f3f3;
	margin: 30px auto;
}

.mainDetails {
	padding: 25px 35px;
	border-bottom: 2px solid #cf8a05;
	background: #ededed;
}

#name h1 {
	font-size: 2.5em;
	font-weight: 700;
	margin-bottom: -6px;
}

#name h2 {
	font-size: 2em;
	margin-left: 2px;
}

#mainArea {
	padding: 0 40px;
}

#headshot {
	width: 12.5%;
	float: left;
	margin-right: 30px;
}

#headshot img {
	width: 100%;
	height: auto;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#name {
	float: left;
}

#contactDetails {
	float: right;
}

#contactDetails ul {
	list-style-type: none;
	font-size: 0.9em;
	margin-top: 2px;
}

#contactDetails ul a {
	display: block;
	margin-bottom: 3px;
	color: #444;
}

#contactDetails ul li a, #resume-footer {
	color: #444; 
	text-decoration: none;
}

#resume a:hover, #resume-footer:hover { 
	color: #cf8a05;
	text-decoration: none;
}

section {
	border-top: 1px solid #dedede;
	padding: 20px 0 0;
}

section:first-child {
	border-top: 0;
}

section:last-child {
	padding: 20px 0 10px;
}

.sectionTitle {
	float: left;
	width: 25%;
}

.sectionContent {
	float: right;
	width: 72.5%;
}

.sectionTitle h1 {
	font-style: italic;
	font-size: 1.5em;
	color: #cf8a05;
}

.sectionContent h2 {
	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;
}

/* ------------------------------------------------------------------custom */
#name h1 {
	margin-bottom: 3px;
}
#name h2 {
	margin-bottom: 15px;
}
#resume p {
	/* line-height: 135%; */
}
p.subDetails {
	margin-top: 7.5px;
}
#resume-footer {
	border-top: 1px solid #dedede;
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 2em;
	text-align: center;
	background-color: inherit;
}


/* ------------------------------------------------------------------media queries */
@media all and (min-width: 602px) and (max-width: 800px) {
	#headshot {
		display: none;
	}
	
	.keySkills {
	-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;
	}
}

@media all and (max-width: 601px) {
	#resume {
		width: 95%;
		margin: 10px auto;
		min-width: 280px;
	}
	
	#headshot {
		display: none;
	}
	
	#name, #contactDetails {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	.sectionTitle, .sectionContent {
		float: none;
		width: 100%;
	}
	
	.sectionTitle {
		margin-left: -2px;
		font-size: 1.25em;
	}
	
	.keySkills {
		-moz-column-count:2;
		-webkit-column-count:2;
		column-count:2;
	}
}

@media all and (max-width: 480px) {

	#resume h1 {
		margin-bottom: 10px;
		line-height: 1.1;
	}
	#resume h2 {
		line-height: 1.2;
	}

    /* .content-section-b */
    a[name="resume"] + div {
    	padding: 0;
    	border: none;
    }
    a[name="resume"] + div .container {
        padding: 0;
    }
  	#resume {
  		margin: 0;
  		width: 100%;
  	}
	.mainDetails {
		padding: 55px 15px 15px 15px;
	}
	#mainArea {
		padding: 0 40px;
	}
	section {
		padding: 15px 0 0;
	}
	.keySkills {
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
	}
}

@media print {
    #resume {
        width: 100%;
    }
}