/*RESET CSS*/
/**{padding:0; margin:0;}*/ /*Elimiates Browser padding and margins*/
/*img {border:none;}*/	/*Elimiates border around images*/

/*a {text-decoration:none;}*/	/*Elimiates line under links*/
/*h1, h2, h3, h4, h5, h6, th {font-weight:normal;}*/ /*Elimiates bold applied to headers*/

/*div {background-color: orange; border: 1px solid black;}*/

/* NEW COLORS  |  ORIGINAL COLORS

Blue
#1F598A;   rgba(31,89,138,0)			#428bca;    
#428BCA;   rgba(66,139,202,.65)			#73c9e3;      
#61A7E4;   rgba(97,167,228,.65)      

Green
#2B6B2B;	rgba(43,107,43,0)			#5cb85c;
#4A944A;	rgba(74,148,74,.77)			#74c374;
#68AE68;	rgba(104,174,104,0)

Yellow
#C97020;	rgba(201,112,32,0)			#f0ad4e;
#E38A3B;	rgba(227,138,59,.78)		#f2b968;
#FDA75B;	rgba(253,167,91,0)

Red
#8F2A1E;	rgba(143,42,30,0)			#d9534f;
#AD4235;	rgba(173,66,53,.78)			#df6d69;
#C75E51;	rgba(199,94,81,.78)

*/

body { padding-top: 70px; 
	background-image: url(../images/patterns/small-crackle-bright.png);
	background-repeat:repeat;
	margin-bottom: 40px;
	}

a, a:visited {text-decoration: none; color: #fff;}

a:hover {text-decoration: none; color: #ececec;}

h1 { 
	color: #fff;
	font-weight: bold;
	font-size: 4em;
	padding: 10px;
	text-align: left;
	border-radius: 10px;
}

h2 {
	text-align: left;
	font-weight: bold;
	border-radius: 10px;
	padding: 10px 10px 0px;
}

h3 {
	text-align: left;
	background-color: #ccc;
	border-radius: 10px;
	padding: 0px 10px 10px;
	font-weight: bold;
}

h4 {
	text-align: left;
	font-weight: bold;
	border-radius: 10px;
	padding: 10px;
}

ul {
	padding-bottom: 10px;
	padding-top: 10px;
}

#navigation ul {
	padding-bottom: 0px;
	padding-top: 0px;
}

/*.container { border: 1px solid grey;}*/




/*offset downwards away from the navbar when linked to*/
#resumeWorkExperience, #resumeNucor, #resumeIPFWAdjunct, #resumeSweetwater, #resumeSweetCars, #resumeLabTech, #resumeTutor, #resumeCarwash, #resumeEducation,
#resumeVCD, #resumeMET, #resumeCNC, #resumeQuality, #resumeSkills, #resumeGeneral, #resumeSoftware, #resumeVideo, 
#resumeProjectsAndAwards, #resumeAddy, #resumeWomens, #resumeFwm, #resumeDownloadBottom, #resumeDBExtended, #resumeDBShort, #resumeContact  {
	padding-top: 40px;
    margin-top: -40px;
	margin-bottom:40px;
}




#resumeTop h1 {
	color: #262626;
	font-weight: bold;
	font-size: 5em;
	border-bottom: 3px solid #262626;
	padding: 0px;
	border-radius: 0px;
	text-align: center;
}

#resumeTop h2 {
	background-color: #C97020;
	padding: 5px;
	color: #fff;
	text-align: center;
	border: 2px solid #E38A3B;
}

#resumeTop h2:hover {
	background-color: #E38A3B;
	border: 2px solid #C97020;
}


#resumeWorkExperience h1 {
	background-color: #1F598A;
	border: 2px solid #428BCA;
}

#resumeNucor h2, #resumeIPFWAdjunct h2, #resumeSweetwater h2, #resumeSweetCars h2, #resumeLabTech h2, #resumeTutor h2, #resumeCarwash h2 {
	background-color: #428BCA;
	color: white;
	margin-bottom: 0px;
	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px; 
	
	border-top: 2px solid #1F598A;
	border-left: 2px solid #1F598A;
	border-right: 2px solid #1F598A;
}

#resumeNucor h3, #resumeIPFWAdjunct h3, #resumeSweetwater h3, #resumeSweetCars h3, #resumeLabTech h3, #resumeTutor h3, #resumeCarwash h3 {
	background-color: #428BCA;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	
	border-radius: 0px;
	
	border-bottom: 2px solid #1F598A;
	border-left: 2px solid #1F598A;
	border-right: 2px solid #1F598A;
}

#resumeNucor ul, #resumeIPFWAdjunct ul, #resumeSweetwater ul, #resumeSweetCars ul, #resumeLabTech ul, #resumeTutor ul, #resumeCarwash ul {
	background-color: #61A7E4;
	color: white;
	margin-top: 0px;
	
	
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	
	border-bottom: 2px solid #428BCA;
	border-left: 2px solid #428BCA;
	border-right: 2px solid #428BCA;
}



#resumeEducation h1 {
	background-color: #2B6B2B;
	border: 2px solid #4A944A;
}

#resumeVCD h2, #resumeMET h2, #resumeCNC h2, #resumeQuality h2 {
	background-color: #4A944A;
	color: white;
	margin-bottom: 0px;
	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px; 
	
	border-top: 2px solid #2B6B2B;
	border-left: 2px solid #2B6B2B;
	border-right: 2px solid #2B6B2B;
}

#resumeVCD h3, #resumeMET h3, #resumeCNC h3, #resumeQuality h3 {
	background-color: #4A944A;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	
	border-radius: 0px;
	
	border-bottom: 2px solid #2B6B2B;
	border-left: 2px solid #2B6B2B;
	border-right: 2px solid #2B6B2B;
}

#resumeVCD ul, #resumeMET ul, #resumeCNC ul, #resumeQuality ul {
	background-color: #68AE68;
	color: white;
	margin-top: 0px;
	
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	
	border-bottom: 2px solid #4A944A;
	border-left: 2px solid #4A944A;
	border-right: 2px solid #4A944A;
}

#resumeVCD ul li ul, #resumeMET ul li ul, #resumeCNC ul li ul, #resumeQuality ul li ul {border: 0px;}

#resumeSkills h1 {
	background-color: #8F2A1E;
	color: white;
	border: 2px solid #AD4235;
}

#resumeGeneral h2, #resumeSoftware h2, #resumeVideo h2 {
	background-color: #AD4235;
	color: white;
	margin-bottom: 0px;
	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px;
	
	border: 2px solid #8F2A1E;

}

#resumeGeneral ul, #resumeSoftware ul, #resumeVideo ul {
	background-color: #C75E51;
	color: white;
	margin-top: 0px;
	
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	
	border-bottom: 2px solid #AD4235;
	border-left: 2px solid #AD4235;
	border-right: 2px solid #AD4235;
}



#resumeProjectsAndAwards h1 {
	background-color: #C97020;
	border: 2px solid #E38A3B;
}

#resumeAddy h2, #resumeWomens h2, #resumeFwm h2 {
	background-color: #E38A3B;
	color: white;
	margin-bottom: 0px;
	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px; 
	
	border-top: 2px solid #C97020;
	border-left: 2px solid #C97020;
	border-right: 2px solid #C97020;
}

#resumeAddy h3, #resumeWomens h3, #resumeFwm h3 {
	background-color: #E38A3B;
	color: white;
	margin-top: 0px;
	margin-bottom: 0px;
	
	border-radius: 0px;
	
	border-bottom: 2px solid #C97020;
	border-left: 2px solid #C97020;
	border-right: 2px solid #C97020;
}

#resumeAddy ul, #resumeWomens ul, #resumeFwm ul {
	background-color: #EDA848;
	color: white;
	margin-top: 0px;
	
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	
	border-bottom: 2px solid #E38A3B;
	border-left: 2px solid #E38A3B;
	border-right: 2px solid #E38A3B;
}



#resumeReferences h2, #resumeDownloadBottom h2 {
	background-color: #1F598A;
	color: white;
	text-align: center;
	padding: 10px;
	border: 2px solid #428BCA;
}

#resumeDBExtended h2, #resumeDBShort h2 {
	background-color: #428BCA;
	color: white;
	text-align: center;
	padding: 10px;
	margin-bottom: 0px;
	
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:0px;
	border-bottom-left-radius:0px; 
	
	border-top: 2px solid #1F598A;
	border-left: 2px solid #1F598A;
	border-right: 2px solid #1F598A;
}

#resumeDBExtended h2:hover, #resumeDBShort h2:hover {
	background-color: #1F598A;
	border-top: 2px solid #428BCA;
	border-left: 2px solid #428BCA;
	border-right: 2px solid #428BCA;
	
}

#resumeDBExtended h3, #resumeDBShort h3 {
	background-color: #428BCA;
	color: white;
	text-align: center;
	padding: 10px;
	margin-top: 0px;
	
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	
	border-bottom: 2px solid #1F598A;
	border-left: 2px solid #1F598A;
	border-right: 2px solid #1F598A;
}



#resumeContact h1 {
	background-color: #2B6B2B;
	text-align: center;
	border: solid 2px #4A944A;
}

#email h3, #phone h3, #linkedin h3 {
	background-color: #4A944A;
	color: white;
	padding: 10px;
	text-align: center;
	border: solid 2px #2B6B2B;
}

#linkedin h3:hover {
	background-color: #2B6B2B;
	border: solid 2px #4A944A;
}