	/*  Testing with inline style to improve testing simplicity */
#resumeBack{
	background: -moz-linear-gradient(left,  rgba(126,136,168,0) 0%, rgba(126,136,168,0.7) 5%, rgba(126,136,168,0.7) 28%, rgba(107,115,145,0.7) 35%, rgba(107,115,145,0.7) 37%, rgba(107,115,145,0.7) 95%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(126,136,168,0)), color-stop(5%,rgba(126,136,168,0.7)), color-stop(28%,rgba(126,136,168,0.7)), color-stop(35%,rgba(107,115,145,0.7)), color-stop(37%,rgba(107,115,145,0.7)), color-stop(95%,rgba(107,115,145,0.7)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(126,136,168,0) 0%,rgba(126,136,168,0.7) 5%,rgba(126,136,168,0.7) 28%,rgba(107,115,145,0.7) 35%,rgba(107,115,145,0.7) 37%,rgba(107,115,145,0.7) 95%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(126,136,168,0) 0%,rgba(126,136,168,0.7) 5%,rgba(126,136,168,0.7) 28%,rgba(107,115,145,0.7) 35%,rgba(107,115,145,0.7) 37%,rgba(107,115,145,0.7) 95%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(126,136,168,0) 0%,rgba(126,136,168,0.7) 5%,rgba(126,136,168,0.7) 28%,rgba(107,115,145,0.7) 35%,rgba(107,115,145,0.7) 37%,rgba(107,115,145,0.7) 95%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(126,136,168,0) 0%,rgba(126,136,168,0.7) 5%,rgba(126,136,168,0.7) 28%,rgba(107,115,145,0.7) 35%,rgba(107,115,145,0.7) 37%,rgba(107,115,145,0.7) 95%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007e88a8', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */

	position:absolute;
	font-family:bankGothic;
	font-size:12px;
	color:#442112;
	text-shadow: 1px 1px 6px hsla(32,100%,38%,0.5);
	text-align:left;
	left:2%;
	top:13%;
	font-weight:bold;/*
	overflow:auto;*/
	width:95%;
	height:68%;
	padding-top:5px;
}

.resumeWrapper{
	position:absolute;
	width:100%;
	min-height:275px;
	height:92%;
	overflow-y:auto;
	padding:1%;
}

#resumeHeader{
	/* This will need to have a style for my Name (assume h1).  It will need a definition for minor details */
	width:67%;
	position:relative;
	left:32%;
	padding:5px;
	padding-left:20px;
	font-size:20px;
	height:100%;
	
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(30,87,153,0.2) 25%, rgba(30,87,153,0.2) 25%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(25%,rgba(30,87,153,0.2)), color-stop(25%,rgba(30,87,153,0.2)), color-stop(100%,rgba(0,0,0,0))); /* 	Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(30,87,153,0.2) 25%,rgba(30,87,153,0.2) 25%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(30,87,153,0.2) 25%,rgba(30,87,153,0.2) 25%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(30,87,153,0.2) 25%,rgba(30,87,153,0.2) 25%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(30,87,153,0.2) 25%,rgba(30,87,153,0.2) 25%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}


#resumeColumn{
	/* This will likely contain software, programming languages and education.  Style definitions will need to be created for these as well. */
	position:absolute;
	top:2%;
	left:5%;
}


#resumeBody{
	/* This will need definitions for company name, brief company details, and time periods.  It will then need additional definitions for Job name, time period, and additional details.  All of this will need to exist in a pop up link. */
	position: absolute;
	right: 5%;
	padding-top: 2%;
	top:15%;
	width: 62%;
	padding-left: 20px;
	border-color: hsla(39,100%,50%,1.00);
}

.resumeBlock{
	position: relative;
	width: 100%;
	right: 0%;
	padding: 1%;
	height: 100% auto;
	float:left;
	clear:both;
	border:2px hsla(0,0%,0%,0.00);
	display:block;
	
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(30,87,153,0.2) 25%, rgba(30,87,153,0.2) 25%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(25%,rgba(30,87,153,0.2)), color-stop(25%,rgba(30,87,153,0.2)), color-stop(100%,rgba(0,0,0,0))); /* 	Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(30,87,153,0.2) 25%,rgba(30,87,153,0.2) 25%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(30,87,153,0.2) 25%,rgba(30,87,153,0.2) 25%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(30,87,153,0.2) 25%,rgba(30,87,153,0.2) 25%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(30,87,153,0.2) 25%,rgba(30,87,153,0.2) 25%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	
}

.companyMinorDetails{
	position: relative;
	width: 100%;
	padding: 1%;
	float:inherit;
	clear:right;
}

.jobMinorDetails{
	position:relative;
	left:14%;
	width: 85%;
	padding: 1%;
	clear: both;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(30,87,153,0.2) 25%, rgba(30,87,153,0.2) 25%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), 	color-stop(25%,rgba(30,87,153,0.2)), color-stop(25%,rgba(30,87,153,0.2)), color-stop(100%,rgba(0,0,0,0))); /* 	Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(30,87,153,0.2) 25%,rgba(30,87,153,0.2) 25%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(30,87,153,0.2) 25%,rgba(30,87,153,0.2) 25%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(30,87,153,0.2) 25%,rgba(30,87,153,0.2) 25%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(30,87,153,0.2) 25%,rgba(30,87,153,0.2) 25%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.jobName{
	position:relative;
	clear:both;
	font-size:16px;
	font-family:bankGothic;
}


.dateRange{
	position:relative;
	right:-70%;
	width:30%;
}

.companyName{
	font-size:18px;
}

#resumeAddress{
	position:absolute;
	font-size:14px;
	float:left;
	padding-top:10px;
}

#resumeContact{
	position:absolute;
	font-size:14px;
	right:0%;
	float:right;
	padding-right:10%;
}

/* The following section is the resume popup menu section */

.box {
  width: 50%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  z-index:8;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index:8;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  z-index:8;
}

.popup h2 {
  margin-top: 0;
  color:#442112;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #442112;
}

.popup .close:hover {
  color: orange;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

#popupCompanyName{
	font-size:16px;
	position:absolute;
	top:20px;
	left:20px;	
}

#popupCompanyAddress{
  font-weight: bold;
  text-decoration: none;
  color: #442112;
  text-shadow:none;
  padding-top:2px;
	
}

#popupEmail a{
  font-weight: bold;
  text-decoration:underline;
  color: #442112;
  text-shadow:none;
  padding-top:2px;
	
}

#popupSupervisor{
  font-weight: bold;
  text-decoration: none;
  color: #442112;
  text-shadow:none;
  padding-top:2px;
	
}

#popupExample a{
  font-weight: bold;
  color: #442112;
  text-decoration:underline;
  text-shadow:none;
  padding-top:2px;
	
}

#popupPhone{
  font-weight: bold;
  text-decoration: none;
  color: #442112;
  text-shadow:none;
  padding-top:2px;
	
}

#popupJobName{
  font-size:16px;	
  font-weight: bold;
  text-decoration: none;
  color: #442112;
  text-shadow:none;
  padding-top:2px;
	
}

#popupJobTitle{
  font-weight: bolder;
  text-decoration: none;
  color: #442112;
  text-shadow:none;
  padding-top:2px;
	
}

#popupShortDetails{
  font-weight: bold;
  text-decoration: none;
  color: #442112;
  text-shadow:none;
  padding-top:6px;
	
}

#popupJobDetails{
  text-decoration: none;
  color: #442112;
  text-shadow:none;
  padding-top:4px;
	
}

#dateString{
  font-weight: bold;
  text-decoration: none;
  color: #442112;
  text-shadow:none;
  padding-top:4px;
	
}

/* End Resume Popup */

/* Start Resume  Slider Bar */


.resumeScrollbar
{
	height:400px;
	overflow-y:auto;
}

.resume_force-overflow
{
	min-height:275;
}

#resumeScrollStyle::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
}

#resumeScrollStyle::-webkit-scrollbar
{
	width: 12px;
}

#resumeScrollStyle::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #cd6e45;	
	background-image: -webkit-linear-gradient(45deg,
	                                          rgba(255, 255, 255, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(255, 255, 255, .2) 50%,
											  rgba(255, 255, 255, .2) 75%,
											  transparent 75%,
											  transparent)
}

/*End Resume Slider Bar*/
.resumeTypeButtons{
	position:absolute;
	top:10%;
	left:20%;	
	width:70%;
	
	background: -moz-linear-gradient(left,  rgba(168,186,221,0) 0%, rgba(168,186,221,0.26) 5%, rgba(168,186,221,0.26) 95%, rgba(124,134,165,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(168,186,221,0)), color-stop(5%,rgba(168,186,221,0.26)), color-stop(95%,rgba(168,186,221,0.26)), color-stop(100%,rgba(124,134,165,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(168,186,221,0) 0%,rgba(168,186,221,0.26) 5%,rgba(168,186,221,0.26) 95%,rgba(124,134,165,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(168,186,221,0) 0%,rgba(168,186,221,0.26) 5%,rgba(168,186,221,0.26) 95%,rgba(124,134,165,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(168,186,221,0) 0%,rgba(168,186,221,0.26) 5%,rgba(168,186,221,0.26) 95%,rgba(124,134,165,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(168,186,221,0) 0%,rgba(168,186,221,0.26) 5%,rgba(168,186,221,0.26) 95%,rgba(124,134,165,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a8badd', endColorstr='#007c86a5',GradientType=1 ); /* IE6-9 */
	padding-left:80px;
	background-size:contain;
}

.resumeTypeButtons a{
	font-size:16px;	
}

#resumeTypeBox{
	position:absolute;
	right:10%;
	top:0%;
}